01HWR9J51854PVAPKG53Q2QDH7: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/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: 01HWR9K09N30FQT8V9NF4EKJGC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-30T20:02:39.868Zjob assigned to worker 01HWR9GBDG6X26F35C61W9YN1X (queued for 42 s)
 
22024-04-30T20:02:46.684Zstarting task 0: "setup"
32024-04-30T20:02:46.747Z++ uname -s
42024-04-30T20:02:46.751Z+ kern=SunOS
52024-04-30T20:02:46.751Z+ case "$kern" in
62024-04-30T20:02:46.751Z+ groupadd -g 12345 build
72024-04-30T20:02:46.805Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-30T20:02:48.816Z+ zfs create -o mountpoint=/work rpool/work
92024-04-30T20:02:48.912Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-30T20:02:48.919Z+ home_fs=zfs
112024-04-30T20:02:48.919Z+ [[ zfs == autofs ]]
122024-04-30T20:02:48.919Z+ mkdir -p /home/build
132024-04-30T20:02:48.919Z+ chown build:build /home/build /work
142024-04-30T20:02:50.918Z+ chmod 0700 /home/build /work
152024-04-30T20:02:50.934Zprocess exited: duration 4240 ms, exit code 0
 
162024-04-30T20:02:50.966Zstarting task 1: "rust-toolchain"
172024-04-30T20:02:50.975Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-30T20:02:50.975Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-30T20:02:51.080Zinfo: downloading installer
202024-04-30T20:02:52.294Zwarning: it looks like you have an existing installation of Rust at:
212024-04-30T20:02:52.294Zwarning: /opt/ooce/bin
222024-04-30T20:02:52.295Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-30T20:02:52.295Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-30T20:02:52.295Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-30T20:02:52.295Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-30T20:02:52.295Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-30T20:02:52.295Zerror: cannot install while Rust is installed
282024-04-30T20:02:52.295Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-30T20:02:52.458Zinfo: profile set to 'default'
302024-04-30T20:02:52.459Zinfo: default host triple is x86_64-unknown-illumos
312024-04-30T20:02:52.459Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-30T20:02:52.588Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-30T20:02:52.589Zinfo: downloading component 'cargo'
342024-04-30T20:02:53.199Zinfo: downloading component 'clippy'
352024-04-30T20:02:53.422Zinfo: downloading component 'rust-docs'
362024-04-30T20:02:54.190Zinfo: downloading component 'rust-std'
372024-04-30T20:02:55.567Zinfo: downloading component 'rustc'
382024-04-30T20:02:58.817Zinfo: downloading component 'rustfmt'
392024-04-30T20:02:59.015Zinfo: installing component 'cargo'
402024-04-30T20:02:59.838Zinfo: installing component 'clippy'
412024-04-30T20:03:00.183Zinfo: installing component 'rust-docs'
422024-04-30T20:03:01.555Zinfo: installing component 'rust-std'
432024-04-30T20:03:03.338Zinfo: installing component 'rustc'
442024-04-30T20:03:07.373Zinfo: installing component 'rustfmt'
452024-04-30T20:03:07.738Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-30T20:03:07.738Z
472024-04-30T20:03:08.016Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-30T20:03:08.017Z
492024-04-30T20:03:08.022Z
502024-04-30T20:03:08.022ZRust is installed now. Great!
512024-04-30T20:03:08.022Z
522024-04-30T20:03:08.022ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-30T20:03:08.022Zenvironment variable. This has not been done automatically.
542024-04-30T20:03:08.023Z
552024-04-30T20:03:08.023ZTo configure your current shell, you need to source
562024-04-30T20:03:08.023Zthe corresponding env file under $HOME/.cargo.
572024-04-30T20:03:08.023Z
582024-04-30T20:03:08.023ZThis is usually done by running one of the following (note the leading DOT):
592024-04-30T20:03:08.023Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-30T20:03:08.024Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-30T20:03:08.111Z+ rustc --version
622024-04-30T20:03:08.172Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-30T20:03:08.176Zprocess exited: duration 17207 ms, exit code 0
 
642024-04-30T20:03:08.186Zstarting task 2: "authentication"
652024-04-30T20:03:08.208Zprocess exited: duration 22 ms, exit code 0
 
662024-04-30T20:03:08.217Zstarting task 3: "clone repository"
672024-04-30T20:03:08.222Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-30T20:03:08.226Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-30T20:03:08.486ZCloning into '/work/oxidecomputer/omicron'...
702024-04-30T20:03:15.554Z+ cd /work/oxidecomputer/omicron
712024-04-30T20:03:15.554Z+ git fetch origin a4183a1399ce3d49be2881fa55026e38de052e6a
722024-04-30T20:03:15.625ZFrom https://github.com/oxidecomputer/omicron
732024-04-30T20:03:15.625Z * branch a4183a1399ce3d49be2881fa55026e38de052e6a -> FETCH_HEAD
742024-04-30T20:03:15.625Z+ [[ -n fip-attach-refactor ]]
752024-04-30T20:03:15.625Z++ git branch --show-current
762024-04-30T20:03:15.625Z+ current=main
772024-04-30T20:03:15.625Z+ [[ main != fip-attach-refactor ]]
782024-04-30T20:03:15.626Z+ git branch -f fip-attach-refactor a4183a1399ce3d49be2881fa55026e38de052e6a
792024-04-30T20:03:15.626Z+ git checkout -f fip-attach-refactor
802024-04-30T20:03:15.626ZSwitched to branch 'fip-attach-refactor'
812024-04-30T20:03:15.626Z+ git reset --hard a4183a1399ce3d49be2881fa55026e38de052e6a
822024-04-30T20:03:15.626ZHEAD is now at a4183a139 do the same thing for probe IP allocation
832024-04-30T20:03:15.626Zprocess exited: duration 6732 ms, exit code 0
 
842024-04-30T20:03:15.680Zstarting task 4: "build"
852024-04-30T20:03:15.710Z+ target_os=illumos
862024-04-30T20:03:15.710Z+ NEXTEST_VERSION=0.9.70
872024-04-30T20:03:15.710Z+ cargo --version
882024-04-30T20:03:15.710Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
892024-04-30T20:03:15.808Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
902024-04-30T20:03:15.809Zinfo: downloading component 'cargo'
912024-04-30T20:03:16.465Zinfo: downloading component 'clippy'
922024-04-30T20:03:16.658Zinfo: downloading component 'rust-docs'
932024-04-30T20:03:17.486Zinfo: downloading component 'rust-std'
942024-04-30T20:03:18.740Zinfo: downloading component 'rustc'
952024-04-30T20:03:22.079Zinfo: downloading component 'rustfmt'
962024-04-30T20:03:22.258Zinfo: installing component 'cargo'
972024-04-30T20:03:23.092Zinfo: installing component 'clippy'
982024-04-30T20:03:23.423Zinfo: installing component 'rust-docs'
992024-04-30T20:03:24.812Zinfo: installing component 'rust-std'
1002024-04-30T20:03:26.424Zinfo: installing component 'rustc'
1012024-04-30T20:03:30.480Zinfo: installing component 'rustfmt'
1022024-04-30T20:03:30.878Zcargo 1.77.2 (e52e36006 2024-03-26)
1032024-04-30T20:03:30.882Z+ rustc --version
1042024-04-30T20:03:30.945Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1052024-04-30T20:03:30.950Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
1062024-04-30T20:03:30.955Z+ gunzip
1072024-04-30T20:03:30.955Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-04-30T20:03:32.199Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
1092024-04-30T20:03:32.202Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-04-30T20:03:32.202Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-04-30T20:03:32.202Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-04-30T20:03:32.203Z+ mkdir /var/tmp/omicron_tmp
1132024-04-30T20:03:32.203Z+ OUTPUT_DIR=/work
1142024-04-30T20:03:32.203Z+ echo 'tests will store non-ephemeral output in /work'
1152024-04-30T20:03:32.203Ztests will store non-ephemeral output in /work
1162024-04-30T20:03:32.203Z+ mkdir -p /work
1172024-04-30T20:03:32.206Z+ source ./env.sh
1182024-04-30T20:03:32.206Z++ set -o xtrace
1192024-04-30T20:03:32.206Z++++ dirname ./env.sh
1202024-04-30T20:03:32.313Z+++ readlink -f .
1212024-04-30T20:03:32.373Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-04-30T20:03:32.373Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-04-30T20:03:32.373Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242024-04-30T20:03:32.382Z++ 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
1252024-04-30T20:03:32.382Z++ 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
1262024-04-30T20:03:32.382Z++ 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
1272024-04-30T20:03:32.382Z++ 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
1282024-04-30T20:03:32.382Z++ 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
1292024-04-30T20:03:32.382Z++ 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
1302024-04-30T20:03:32.382Z++ unset OMICRON_WS
1312024-04-30T20:03:32.382Z++ set +o xtrace
1322024-04-30T20:03:32.382Z
1332024-04-30T20:03:32.382Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-04-30T20:03:32.382Z # # # # # # # # # # # # # # #
1352024-04-30T20:03:32.382Z # # # # ##### # # ##### # # # # # #### #
1362024-04-30T20:03:32.382Z ##### ##### # ##### # # # # # # # # #
1372024-04-30T20:03:32.383Z # # # # # # # # # # # # # # #
1382024-04-30T20:03:32.383Z # # # ###### # # ###### ### # #### # #### #
1392024-04-30T20:03:32.383Z
1402024-04-30T20:03:44.898Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-04-30T20:03:47.006Z Startup: Caching catalogs ... Done
1422024-04-30T20:03:49.628ZPlanning: Solver setup ... Done (2.174s)
1432024-04-30T20:03:49.678ZPlanning: Running solver ... Done (0.047s)
1442024-04-30T20:03:49.948ZPlanning: Finding local manifests ... Done (0.239s)
1452024-04-30T20:03:49.959ZPlanning: Fetching manifests: 0/4 0% complete
1462024-04-30T20:03:50.380ZPlanning: Fetching manifests: 4/4 100% complete
1472024-04-30T20:03:50.435ZPlanning: Package planning ... Done (0.048s)
1482024-04-30T20:03:50.477ZPlanning: Merging actions ... Done (0.051s)
1492024-04-30T20:03:51.082ZPlanning: Checking for conflicting actions ... Done (0.604s)
1502024-04-30T20:03:51.093ZPlanning: Consolidating action changes ... Done (0.011s)
1512024-04-30T20:04:03.015ZPlanning: Evaluating mediators ... Done (11.918s)
1522024-04-30T20:04:03.024ZPlanning: Planning completed in 15.96 seconds
1532024-04-30T20:04:03.039Z Packages to install: 4
1542024-04-30T20:04:03.039Z Mediators to change: 2
1552024-04-30T20:04:03.039Z Services to change: 1
1562024-04-30T20:04:03.043Z Estimated space available: 155.31 GB
1572024-04-30T20:04:03.043ZEstimated space to be consumed: 1.44 GB
1582024-04-30T20:04:03.043Z Create boot environment: No
1592024-04-30T20:04:03.043ZCreate backup boot environment: No
1602024-04-30T20:04:03.043Z Rebuild boot archive: No
1612024-04-30T20:04:03.043Z
1622024-04-30T20:04:03.043ZChanged mediators:
1632024-04-30T20:04:03.043Z mediator clang:
1642024-04-30T20:04:03.043Z version: None -> 15 (system default)
1652024-04-30T20:04:03.043Z
1662024-04-30T20:04:03.043Z mediator llvm:
1672024-04-30T20:04:03.043Z version: 14 (system default) -> 15 (system default)
1682024-04-30T20:04:03.044Z
1692024-04-30T20:04:03.044ZChanged packages:
1702024-04-30T20:04:03.044Zhelios-dev
1712024-04-30T20:04:03.044Z developer/build-essential
1722024-04-30T20:04:03.044Z None -> 11-2.0
1732024-04-30T20:04:03.044Z library/libxmlsec1
1742024-04-30T20:04:03.044Z None -> 1.2.35-2.0
1752024-04-30T20:04:03.044Z ooce/developer/clang-15
1762024-04-30T20:04:03.044Z None -> 15.0.7-2.0
1772024-04-30T20:04:03.044Z ooce/developer/llvm-15
1782024-04-30T20:04:03.044Z None -> 15.0.7-2.0
1792024-04-30T20:04:03.044Z
1802024-04-30T20:04:03.044ZServices:
1812024-04-30T20:04:03.044Z restart_fmri:
1822024-04-30T20:04:03.044Z svc:/system/update-man-index:default
1832024-04-30T20:04:03.169Z
1842024-04-30T20:04:03.169ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-04-30T20:04:08.172ZDownload: 1544/3290 items 117.6/212.6MB 55% complete (23.8M/s)
1862024-04-30T20:04:13.270ZDownload: 3248/3290 items 171.2/212.6MB 80% complete (17.4M/s)
1872024-04-30T20:04:14.518ZDownload: Completed 212.60 MB in 11.34 seconds (18.7M/s)
1882024-04-30T20:04:14.897Z Actions: 1/3689 actions (Installing new actions)
1892024-04-30T20:04:19.962Z Actions: 3560/3689 actions (Installing new actions)
1902024-04-30T20:04:20.507Z Actions: Completed 3689 actions in 5.61 seconds.
1912024-04-30T20:04:20.625Z Done (0.111s)
1922024-04-30T20:04:20.625Z Done (0.000s)
1932024-04-30T20:04:20.913Z Done (0.286s)
1942024-04-30T20:04:27.415Z Done (6.358s)
1952024-04-30T20:04:27.685Z Done (0.203s)
1962024-04-30T20:04:27.699Z Done (0.000s)
1972024-04-30T20:04:27.852Z Done (0.000s)
1982024-04-30T20:04:28.372ZPlanning: Evaluating mediator changes ... Done
1992024-04-30T20:04:28.534ZPlanning: Checking for conflicting actions ... Done
2002024-04-30T20:04:28.564ZPlanning: Consolidating action changes ... Done
2012024-04-30T20:04:28.788ZPlanning: Evaluating mediators ... Done
2022024-04-30T20:04:28.806ZPlanning: Planning completed in 0.42 seconds
2032024-04-30T20:04:28.820Z Mediators to change: 2
2042024-04-30T20:04:28.820Z Create boot environment: No
2052024-04-30T20:04:28.820ZCreate backup boot environment: No
2062024-04-30T20:04:28.899Z Done
2072024-04-30T20:04:28.899Z Done
2082024-04-30T20:04:29.073Z Done
2092024-04-30T20:04:32.562Z Done
2102024-04-30T20:04:32.650Z Done
2112024-04-30T20:04:32.650Z Done
2122024-04-30T20:04:32.753Z Done
2132024-04-30T20:04:33.389ZPlanning: Evaluating mediator changes ... Done
2142024-04-30T20:04:33.403ZPlanning: Merging actions ... Done
2152024-04-30T20:04:33.614ZPlanning: Checking for conflicting actions ... Done
2162024-04-30T20:04:33.660ZPlanning: Consolidating action changes ... Done
2172024-04-30T20:04:34.250ZPlanning: Evaluating mediators ... Done
2182024-04-30T20:04:34.260ZPlanning: Planning completed in 0.78 seconds
2192024-04-30T20:04:34.260Z Packages to change: 1
2202024-04-30T20:04:34.260Z Mediators to change: 1
2212024-04-30T20:04:34.260Z Services to change: 1
2222024-04-30T20:04:34.261Z Create boot environment: No
2232024-04-30T20:04:34.261ZCreate backup boot environment: Yes
2242024-04-30T20:04:36.247Z Actions: 1/6 actions (Updating modified actions)
2252024-04-30T20:04:36.257Z Actions: Completed 6 actions in 0.00 seconds.
2262024-04-30T20:04:36.258Z Done
2272024-04-30T20:04:36.258Z Done
2282024-04-30T20:04:36.258Z Done
2292024-04-30T20:04:39.398Z Done
2302024-04-30T20:04:39.475Z Done
2312024-04-30T20:04:39.489Z Done
2322024-04-30T20:04:39.577Z Done
2332024-04-30T20:04:40.032ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342024-04-30T20:04:40.032Zclang system 15 system
2352024-04-30T20:04:40.032Zcsh system system illumos
2362024-04-30T20:04:40.033Zctags system system illumos
2372024-04-30T20:04:40.033Zgcc vendor 12 vendor
2382024-04-30T20:04:40.033Zgcc system 10 system
2392024-04-30T20:04:40.033Zgcc system 7 system
2402024-04-30T20:04:40.033Zgo system 1.20 system
2412024-04-30T20:04:40.033Zgo system 1.19 system
2422024-04-30T20:04:40.034Zllvm system 15 system
2432024-04-30T20:04:40.034Zllvm system 14 system
2442024-04-30T20:04:40.034Zmariadb system 10.6 system
2452024-04-30T20:04:40.034Zmta vendor vendor dma
2462024-04-30T20:04:40.034Zopenjdk system 17 system
2472024-04-30T20:04:40.035Zopenjdk system 11 system
2482024-04-30T20:04:40.035Zopenjdk system 1.8 system
2492024-04-30T20:04:40.035Zopenssl vendor 3 vendor
2502024-04-30T20:04:40.035Zperl system 5.36 system
2512024-04-30T20:04:40.035Zpostgresql system 15 system
2522024-04-30T20:04:40.035Zpostgresql system 13 system
2532024-04-30T20:04:40.036Zpython vendor 3 vendor
2542024-04-30T20:04:40.036Zpython system 2 system
2552024-04-30T20:04:40.036Zpython3 system 3.11 system
2562024-04-30T20:04:40.036Zruby system 3.0 system
2572024-04-30T20:04:40.036Zwords vendor vendor american-english
2582024-04-30T20:04:40.036Zwords system system australian-english
2592024-04-30T20:04:40.037Zwords system system british-english
2602024-04-30T20:04:40.037Zwords system system canadian-english
2612024-04-30T20:04:40.037Zwords system system french
2622024-04-30T20:04:40.037Zwords system system italian
2632024-04-30T20:04:40.037Zwords system system ngerman
2642024-04-30T20:04:40.037Zwords system system ogerman
2652024-04-30T20:04:40.037Zwords system system spanish
2662024-04-30T20:04:40.334ZPUBLISHER TYPE STATUS P LOCATION
2672024-04-30T20:04:40.334Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682024-04-30T20:04:41.684ZFMRI IFO
2692024-04-30T20:04:41.684Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702024-04-30T20:04:41.684Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712024-04-30T20:04:41.684Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722024-04-30T20:04:41.684Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732024-04-30T20:04:41.684Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742024-04-30T20:04:41.684Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752024-04-30T20:04:41.684Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2762024-04-30T20:04:41.685Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-04-30T20:04:41.685Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2782024-04-30T20:04:41.685Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792024-04-30T20:04:41.685Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2802024-04-30T20:04:41.685Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812024-04-30T20:04:43.410Z+ set -o errexit
2822024-04-30T20:04:43.410Z+++ dirname ./tools/ci_download_cockroachdb
2832024-04-30T20:04:43.410Z++ cd ./tools
2842024-04-30T20:04:43.410Z++ pwd
2852024-04-30T20:04:43.410Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2862024-04-30T20:04:43.410Z++ basename ./tools/ci_download_cockroachdb
2872024-04-30T20:04:43.411Z+ ARG0=ci_download_cockroachdb
2882024-04-30T20:04:43.411Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2892024-04-30T20:04:43.411Z+ CIDL_VERSION=v22.1.9
2902024-04-30T20:04:43.411Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2912024-04-30T20:04:43.411Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2922024-04-30T20:04:43.412Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2932024-04-30T20:04:43.412Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2942024-04-30T20:04:43.412Z+ TARGET_DIR=out
2952024-04-30T20:04:43.412Z+ DOWNLOAD_DIR=out/downloads
2962024-04-30T20:04:43.412Z+ DEST_DIR=./out/cockroachdb
2972024-04-30T20:04:43.413Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2982024-04-30T20:04:43.413Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2992024-04-30T20:04:43.413Z+ main
3002024-04-30T20:04:43.413Z+ [[ 0 != 0 ]]
3012024-04-30T20:04:43.414Z+ CIDL_OS=solaris2.11
3022024-04-30T20:04:43.414Z+ [[ 0 != 0 ]]
3032024-04-30T20:04:43.414Z+ configure_os solaris2.11
3042024-04-30T20:04:43.414Z+ echo 'current directory: /work/oxidecomputer/omicron'
3052024-04-30T20:04:43.414Z+ echo 'configuring based on OS: "solaris2.11"'
3062024-04-30T20:04:43.415Z+ case "$1" in
3072024-04-30T20:04:43.415Zcurrent directory: /work/oxidecomputer/omicron
3082024-04-30T20:04:43.415Zconfiguring based on OS: "solaris2.11"
3092024-04-30T20:04:43.415Z+ CIDL_BUILD=illumos
3102024-04-30T20:04:43.416Z+ CIDL_SUFFIX=tar.gz
3112024-04-30T20:04:43.416Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3122024-04-30T20:04:43.416Z+ CIDL_URL_BASE=https://illumos.org/downloads
3132024-04-30T20:04:43.416Z+ CIDL_ASSEMBLE=do_assemble_illumos
3142024-04-30T20:04:43.417Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3152024-04-30T20:04:43.417Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3162024-04-30T20:04:43.417Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-04-30T20:04:43.417Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3182024-04-30T20:04:43.417Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-04-30T20:04:43.418Z+ CIDL_SHA256FUNC=do_sha256sum
3202024-04-30T20:04:43.418Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3212024-04-30T20:04:43.418ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-04-30T20:04:43.419ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-04-30T20:04:43.419Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3242024-04-30T20:04:43.419Z+ mkdir -p out/downloads
3252024-04-30T20:04:43.419Z+ mkdir -p ./out/cockroachdb
3262024-04-30T20:04:43.419Z+ local DO_DOWNLOAD=true
3272024-04-30T20:04:43.420Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3282024-04-30T20:04:43.420Z+ '[' true == true ']'
3292024-04-30T20:04:43.420Z+ echo Downloading...
3302024-04-30T20:04:43.420Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3312024-04-30T20:04:43.420ZDownloading...
3322024-04-30T20:04:43.431Z+ 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
3332024-04-30T20:04:45.401Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3342024-04-30T20:04:45.845Z++ sha256sum
3352024-04-30T20:04:45.845Z++ awk '{print $1}'
3362024-04-30T20:04:45.845Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3372024-04-30T20:04:45.845Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3382024-04-30T20:04:45.845Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3392024-04-30T20:04:45.845Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3402024-04-30T20:04:47.747Z+ do_assemble_illumos
3412024-04-30T20:04:47.747Z+ rm -r ./out/cockroachdb
3422024-04-30T20:04:48.175Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3432024-04-30T20:04:48.641Z+ ./out/cockroachdb/bin/cockroach version
3442024-04-30T20:04:48.641ZBuild Tag: v22.1.9-dirty
3452024-04-30T20:04:48.641ZBuild Time: 2022/10/26 21:17:46
3462024-04-30T20:04:48.641ZDistribution: OSS
3472024-04-30T20:04:48.641ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3482024-04-30T20:04:48.641ZGo Version: go1.17.13
3492024-04-30T20:04:48.642ZC Compiler: gcc 10.3.0
3502024-04-30T20:04:48.642ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3512024-04-30T20:04:48.642ZBuild Type: release
3522024-04-30T20:04:48.642Z+ set -o errexit
3532024-04-30T20:04:48.642Z+++ dirname ./tools/ci_download_clickhouse
3542024-04-30T20:04:48.642Z++ cd ./tools
3552024-04-30T20:04:48.642Z++ pwd
3562024-04-30T20:04:48.642Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3572024-04-30T20:04:48.642Z++ basename ./tools/ci_download_clickhouse
3582024-04-30T20:04:48.642Z+ ARG0=ci_download_clickhouse
3592024-04-30T20:04:48.642Z+ TARGET_DIR=out
3602024-04-30T20:04:48.642Z+ DOWNLOAD_DIR=out/downloads
3612024-04-30T20:04:48.642Z+ DEST_DIR=./out/clickhouse
3622024-04-30T20:04:48.643Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3632024-04-30T20:04:48.643Z+ CIDL_VERSION=v23.8.7.24
3642024-04-30T20:04:48.643Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3652024-04-30T20:04:48.643Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3662024-04-30T20:04:48.643Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3672024-04-30T20:04:48.643Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3682024-04-30T20:04:48.643Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3692024-04-30T20:04:48.643Z+ main
3702024-04-30T20:04:48.643Z+ [[ 0 != 0 ]]
3712024-04-30T20:04:48.643Z+ CIDL_OS=solaris2.11
3722024-04-30T20:04:48.643Z+ [[ 0 != 0 ]]
3732024-04-30T20:04:48.643Z+ configure_os solaris2.11
3742024-04-30T20:04:48.643Z+ echo 'current directory: /work/oxidecomputer/omicron'
3752024-04-30T20:04:48.643Zcurrent directory: /work/oxidecomputer/omicron
3762024-04-30T20:04:48.644Z+ echo 'configuring based on OS: "solaris2.11"'
3772024-04-30T20:04:48.644Z+ CIDL_DASHREV=
3782024-04-30T20:04:48.644Z+ case "$1" in
3792024-04-30T20:04:48.644Zconfiguring based on OS: "solaris2.11"
3802024-04-30T20:04:48.644Z+ CIDL_PLATFORM=illumos
3812024-04-30T20:04:48.644Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3822024-04-30T20:04:48.644Z+ CIDL_MD5FUNC=do_md5sum
3832024-04-30T20:04:48.644Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3842024-04-30T20:04:48.644Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3852024-04-30T20:04:48.644Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-04-30T20:04:48.644Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-30T20:04:48.644Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3882024-04-30T20:04:48.645ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-04-30T20:04:48.645Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3902024-04-30T20:04:48.645Z+ mkdir -p out/downloads
3912024-04-30T20:04:48.645ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3922024-04-30T20:04:48.645Z+ mkdir -p ./out/clickhouse
3932024-04-30T20:04:48.645Z+ local DO_DOWNLOAD=true
3942024-04-30T20:04:48.645Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3952024-04-30T20:04:48.645Z+ '[' true == true ']'
3962024-04-30T20:04:48.645Z+ echo Downloading...
3972024-04-30T20:04:48.645ZDownloading...
3982024-04-30T20:04:48.645Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3992024-04-30T20:04:48.645Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
4002024-04-30T20:04:50.413Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4012024-04-30T20:04:50.430Z++ md5sum
4022024-04-30T20:04:50.431Z++ awk '{print $1}'
4032024-04-30T20:04:50.621Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4042024-04-30T20:04:50.621Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
4052024-04-30T20:04:50.621Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4062024-04-30T20:04:50.626Z+ mkdir -p ./out/clickhouse
4072024-04-30T20:04:50.626Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4082024-04-30T20:04:54.413Z+ [[ solaris2.11 == darwin* ]]
4092024-04-30T20:04:54.413Z+ ./out/clickhouse/clickhouse server --version
4102024-04-30T20:04:55.165ZClickHouse server version 23.8.7.1.
4112024-04-30T20:04:55.180Z+ set -o errexit
4122024-04-30T20:04:55.193Z+++ dirname ./tools/ci_download_console
4132024-04-30T20:04:55.193Z++ cd ./tools
4142024-04-30T20:04:55.194Z++ pwd
4152024-04-30T20:04:55.194Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4162024-04-30T20:04:55.194Z++ basename ./tools/ci_download_console
4172024-04-30T20:04:55.194Z+ ARG0=ci_download_console
4182024-04-30T20:04:55.194Z+ TARGET_DIR=out
4192024-04-30T20:04:55.194Z+ DOWNLOAD_DIR=out/downloads
4202024-04-30T20:04:55.194Z+ DEST_DIR=./out/console-assets
4212024-04-30T20:04:55.195Z+ source /work/oxidecomputer/omicron/tools/console_version
4222024-04-30T20:04:55.195Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
4232024-04-30T20:04:55.195Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4242024-04-30T20:04:55.195Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4252024-04-30T20:04:55.195Z+ TARBALL_FILE=out/downloads/console.tar.gz
4262024-04-30T20:04:55.195Z+ main
4272024-04-30T20:04:55.196Z+ [[ 0 != 0 ]]
4282024-04-30T20:04:55.196Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
4292024-04-30T20:04:55.196ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4302024-04-30T20:04:55.196Z+ echo 'Local file: out/downloads/console.tar.gz'
4312024-04-30T20:04:55.197Z+ local DO_DOWNLOAD=true
4322024-04-30T20:04:55.197ZLocal file: out/downloads/console.tar.gz
4332024-04-30T20:04:55.197Z+ [[ -f out/downloads/console.tar.gz ]]
4342024-04-30T20:04:55.197Z+ mkdir -p out/downloads
4352024-04-30T20:04:55.197Z+ '[' true == true ']'
4362024-04-30T20:04:55.197Z+ echo Downloading...
4372024-04-30T20:04:55.197ZDownloading...
4382024-04-30T20:04:55.197Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4392024-04-30T20:04:55.197Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4402024-04-30T20:04:55.848Z++ do_sha256sum out/downloads/console.tar.gz
4412024-04-30T20:04:55.848Z++ case "$OSTYPE" in
4422024-04-30T20:04:55.851Z++ SHA=sha256sum
4432024-04-30T20:04:55.851Z++ sha256sum
4442024-04-30T20:04:55.851Z++ awk '{print $1}'
4452024-04-30T20:04:55.856Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4462024-04-30T20:04:55.862Z+ [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]]
4472024-04-30T20:04:55.862Z+ rm -rf ./out/console-assets
4482024-04-30T20:04:55.862Z+ mkdir -p ./out/console-assets
4492024-04-30T20:04:55.863Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4502024-04-30T20:04:55.863Z+ mkdir -p ./out/console-assets
4512024-04-30T20:04:55.863Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4522024-04-30T20:04:55.969Z+ set -o errexit
4532024-04-30T20:04:55.987Z+++ dirname ./tools/ci_download_maghemite_openapi
4542024-04-30T20:04:55.987Z++ cd ./tools
4552024-04-30T20:04:55.987Z++ pwd
4562024-04-30T20:04:55.987Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4572024-04-30T20:04:55.987Z++ basename ./tools/ci_download_maghemite_openapi
4582024-04-30T20:04:55.987Z+ ARG0=ci_download_maghemite_openapi
4592024-04-30T20:04:55.987Z+ TARGET_DIR=out
4602024-04-30T20:04:55.988Z+ DOWNLOAD_DIR=out/downloads
4612024-04-30T20:04:55.988Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4622024-04-30T20:04:55.988Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4632024-04-30T20:04:55.988Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4642024-04-30T20:04:55.988Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4652024-04-30T20:04:55.988Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-30T20:04:55.988Z+ main
4672024-04-30T20:04:55.988Z+ rm -rf out/downloads/root
4682024-04-30T20:04:55.989Z+ [[ 0 != 0 ]]
4692024-04-30T20:04:55.989Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4702024-04-30T20:04:55.989ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4712024-04-30T20:04:55.989Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4722024-04-30T20:04:55.989Z+ local DO_DOWNLOAD=true
4732024-04-30T20:04:55.990ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4742024-04-30T20:04:55.990Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4752024-04-30T20:04:55.990Z+ mkdir -p out/downloads
4762024-04-30T20:04:55.990Z+ '[' true == true ']'
4772024-04-30T20:04:55.991Z+ echo Downloading...
4782024-04-30T20:04:55.991ZDownloading...
4792024-04-30T20:04:55.991Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4802024-04-30T20:04:55.991Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4812024-04-30T20:04:56.279Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4822024-04-30T20:04:56.279Z++ case "$OSTYPE" in
4832024-04-30T20:04:56.283Z++ SHA=sha256sum
4842024-04-30T20:04:56.283Z++ sha256sum
4852024-04-30T20:04:56.283Z++ awk '{print $1}'
4862024-04-30T20:04:56.286Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4872024-04-30T20:04:56.286Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4882024-04-30T20:04:56.287Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4892024-04-30T20:04:56.287Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4902024-04-30T20:04:56.287Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4912024-04-30T20:04:56.287Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4922024-04-30T20:04:56.287Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4932024-04-30T20:04:56.287Z+ main
4942024-04-30T20:04:56.287Z+ rm -rf out/downloads/root
4952024-04-30T20:04:56.287Z+ [[ 0 != 0 ]]
4962024-04-30T20:04:56.287Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4972024-04-30T20:04:56.287ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4982024-04-30T20:04:56.287Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4992024-04-30T20:04:56.287ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5002024-04-30T20:04:56.287Z+ local DO_DOWNLOAD=true
5012024-04-30T20:04:56.287Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5022024-04-30T20:04:56.288Z+ mkdir -p out/downloads
5032024-04-30T20:04:56.291Z+ '[' true == true ']'
5042024-04-30T20:04:56.291Z+ echo Downloading...
5052024-04-30T20:04:56.291ZDownloading...
5062024-04-30T20:04:56.291Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5072024-04-30T20:04:56.291Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5082024-04-30T20:04:56.961Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5092024-04-30T20:04:56.977Z++ case "$OSTYPE" in
5102024-04-30T20:04:56.978Z++ SHA=sha256sum
5112024-04-30T20:04:56.978Z++ sha256sum
5122024-04-30T20:04:56.978Z++ awk '{print $1}'
5132024-04-30T20:04:56.978Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5142024-04-30T20:04:56.981Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5152024-04-30T20:04:56.981Z+ set -o errexit
5162024-04-30T20:04:56.982Z+++ dirname ./tools/ci_download_dendrite_openapi
5172024-04-30T20:04:56.982Z++ cd ./tools
5182024-04-30T20:04:56.982Z++ pwd
5192024-04-30T20:04:56.982Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5202024-04-30T20:04:56.982Z++ basename ./tools/ci_download_dendrite_openapi
5212024-04-30T20:04:56.982Z+ ARG0=ci_download_dendrite_openapi
5222024-04-30T20:04:56.983Z+ TARGET_DIR=out
5232024-04-30T20:04:56.983Z+ DOWNLOAD_DIR=out/downloads
5242024-04-30T20:04:56.983Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5252024-04-30T20:04:56.983Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5262024-04-30T20:04:56.984Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5272024-04-30T20:04:56.984Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5282024-04-30T20:04:56.984Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5292024-04-30T20:04:56.984Z+ main
5302024-04-30T20:04:56.984Z+ [[ 0 != 0 ]]
5312024-04-30T20:04:56.985Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5322024-04-30T20:04:56.985ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5332024-04-30T20:04:56.985ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5342024-04-30T20:04:56.985Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5352024-04-30T20:04:56.985Z+ local DO_DOWNLOAD=true
5362024-04-30T20:04:56.985Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5372024-04-30T20:04:56.985Z+ mkdir -p out/downloads
5382024-04-30T20:04:56.986Z+ '[' true == true ']'
5392024-04-30T20:04:56.986Z+ echo Downloading...
5402024-04-30T20:04:56.986ZDownloading...
5412024-04-30T20:04:56.986Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5422024-04-30T20:04:56.986Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5432024-04-30T20:05:02.021Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5442024-04-30T20:05:02.021Z++ case "$OSTYPE" in
5452024-04-30T20:05:02.021Z++ SHA=sha256sum
5462024-04-30T20:05:02.021Z++ sha256sum
5472024-04-30T20:05:02.021Z++ awk '{print $1}'
5482024-04-30T20:05:02.021Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5492024-04-30T20:05:02.021Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5502024-04-30T20:05:02.021Z+ set -o errexit
5512024-04-30T20:05:02.021Z+++ dirname ./tools/ci_download_dendrite_stub
5522024-04-30T20:05:02.021Z++ cd ./tools
5532024-04-30T20:05:02.021Z++ pwd
5542024-04-30T20:05:02.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5552024-04-30T20:05:02.021Z++ basename ./tools/ci_download_dendrite_stub
5562024-04-30T20:05:02.021Z+ ARG0=ci_download_dendrite_stub
5572024-04-30T20:05:02.021Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5582024-04-30T20:05:02.021Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5592024-04-30T20:05:02.021Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5602024-04-30T20:05:02.021Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5612024-04-30T20:05:02.021Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5622024-04-30T20:05:02.022Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5632024-04-30T20:05:02.022Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5642024-04-30T20:05:02.022Z+ TARGET_DIR=out
5652024-04-30T20:05:02.022Z+ DOWNLOAD_DIR=out/downloads
5662024-04-30T20:05:02.022Z+ DEST_DIR=./out/dendrite-stub
5672024-04-30T20:05:02.022Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5682024-04-30T20:05:02.022Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5692024-04-30T20:05:02.022Z+ REPO=oxidecomputer/dendrite
5702024-04-30T20:05:02.022Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5712024-04-30T20:05:02.022Z+ main
5722024-04-30T20:05:02.022Z+ [[ 0 != 0 ]]
5732024-04-30T20:05:02.022Z+ CIDL_OS=solaris2.11
5742024-04-30T20:05:02.022Z+ [[ 0 != 0 ]]
5752024-04-30T20:05:02.022Z+ configure_os solaris2.11
5762024-04-30T20:05:02.022Z+ echo 'current directory: /work/oxidecomputer/omicron'
5772024-04-30T20:05:02.022Zcurrent directory: /work/oxidecomputer/omicron
5782024-04-30T20:05:02.022Zconfiguring based on OS: "solaris2.11"
5792024-04-30T20:05:02.022Z+ echo 'configuring based on OS: "solaris2.11"'
5802024-04-30T20:05:02.022Z+ case "$1" in
5812024-04-30T20:05:02.022Z+ SET_BINARIES=
5822024-04-30T20:05:02.022Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5832024-04-30T20:05:02.022Z+ CIDL_SHA256FUNC=do_sha256sum
5842024-04-30T20:05:02.023Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5852024-04-30T20:05:02.023Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5862024-04-30T20:05:02.023Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5872024-04-30T20:05:02.023Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5882024-04-30T20:05:02.023ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5892024-04-30T20:05:02.023ZLocal file: out/downloads/dendrite-stub.tar.gz
5902024-04-30T20:05:02.023Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5912024-04-30T20:05:02.023Z+ mkdir -p out/downloads
5922024-04-30T20:05:02.023Z+ mkdir -p ./out/dendrite-stub
5932024-04-30T20:05:02.023Z+ fetch_and_verify
5942024-04-30T20:05:02.023Z+ local DO_DOWNLOAD=true
5952024-04-30T20:05:02.023Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5962024-04-30T20:05:02.023Z+ '[' true == true ']'
5972024-04-30T20:05:02.023Z+ echo Downloading...
5982024-04-30T20:05:02.023ZDownloading...
5992024-04-30T20:05:02.023Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6002024-04-30T20:05:02.023Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6012024-04-30T20:05:10.976Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6022024-04-30T20:05:10.979Z++ sha256sum
6032024-04-30T20:05:10.979Z++ awk '{print $1}'
6042024-04-30T20:05:10.998Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6052024-04-30T20:05:11.001Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6062024-04-30T20:05:11.002Z+ do_untar out/downloads/dendrite-stub.tar.gz
6072024-04-30T20:05:11.002Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6082024-04-30T20:05:11.599Z+ do_assemble
6092024-04-30T20:05:11.599Z+ rm -r ./out/dendrite-stub
6102024-04-30T20:05:11.603Z+ mkdir ./out/dendrite-stub
6112024-04-30T20:05:11.603Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6122024-04-30T20:05:11.684Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6132024-04-30T20:05:11.693Z+ set -o errexit
6142024-04-30T20:05:11.699Z+++ dirname ./tools/ci_download_maghemite_mgd
6152024-04-30T20:05:11.699Z++ cd ./tools
6162024-04-30T20:05:11.699Z++ pwd
6172024-04-30T20:05:11.700Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6182024-04-30T20:05:11.709Z++ basename ./tools/ci_download_maghemite_mgd
6192024-04-30T20:05:11.710Z+ ARG0=ci_download_maghemite_mgd
6202024-04-30T20:05:11.710Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6212024-04-30T20:05:11.710Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6222024-04-30T20:05:11.710Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6232024-04-30T20:05:11.711Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6242024-04-30T20:05:11.711Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6252024-04-30T20:05:11.711Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6262024-04-30T20:05:11.711Z+ TARGET_DIR=out
6272024-04-30T20:05:11.712Z+ DOWNLOAD_DIR=out/downloads
6282024-04-30T20:05:11.712Z+ DEST_DIR=./out/mgd
6292024-04-30T20:05:11.712Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6302024-04-30T20:05:11.712Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6312024-04-30T20:05:11.713Z+ REPO=oxidecomputer/maghemite
6322024-04-30T20:05:11.713Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6332024-04-30T20:05:11.713Z+ main
6342024-04-30T20:05:11.713Z+ rm -rf out/downloads/root
6352024-04-30T20:05:11.732Z+ [[ 0 != 0 ]]
6362024-04-30T20:05:11.732Z+ CIDL_OS=solaris2.11
6372024-04-30T20:05:11.732Z+ [[ 0 != 0 ]]
6382024-04-30T20:05:11.732Z+ configure_os solaris2.11
6392024-04-30T20:05:11.732Z+ echo 'current directory: /work/oxidecomputer/omicron'
6402024-04-30T20:05:11.732Zcurrent directory: /work/oxidecomputer/omicron
6412024-04-30T20:05:11.732Z+ echo 'configuring based on OS: "solaris2.11"'
6422024-04-30T20:05:11.733Zconfiguring based on OS: "solaris2.11"
6432024-04-30T20:05:11.733Z+ case "$1" in
6442024-04-30T20:05:11.733Z+ SET_BINARIES=
6452024-04-30T20:05:11.733Z+ CIDL_SHA256FUNC=do_sha256sum
6462024-04-30T20:05:11.733Z+ TARBALL_FILENAME=mgd.tar.gz
6472024-04-30T20:05:11.733Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6482024-04-30T20:05:11.733Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6492024-04-30T20:05:11.734Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6502024-04-30T20:05:11.734ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6512024-04-30T20:05:11.734Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6522024-04-30T20:05:11.734ZLocal file: out/downloads/mgd.tar.gz
6532024-04-30T20:05:11.734Z+ mkdir -p out/downloads
6542024-04-30T20:05:11.734Z+ mkdir -p ./out/mgd
6552024-04-30T20:05:11.734Z+ fetch_and_verify
6562024-04-30T20:05:11.734Z+ local DO_DOWNLOAD=true
6572024-04-30T20:05:11.734Z+ [[ -f out/downloads/mgd.tar.gz ]]
6582024-04-30T20:05:11.735Z+ '[' true == true ']'
6592024-04-30T20:05:11.735Z+ echo Downloading...
6602024-04-30T20:05:11.735ZDownloading...
6612024-04-30T20:05:11.735Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6622024-04-30T20:05:11.735Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6632024-04-30T20:05:20.918Z++ do_sha256sum out/downloads/mgd.tar.gz
6642024-04-30T20:05:20.921Z++ sha256sum
6652024-04-30T20:05:20.921Z++ awk '{print $1}'
6662024-04-30T20:05:20.932Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6672024-04-30T20:05:20.936Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6682024-04-30T20:05:20.936Z+ do_untar out/downloads/mgd.tar.gz
6692024-04-30T20:05:20.936Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6702024-04-30T20:05:21.523Z+ do_assemble
6712024-04-30T20:05:21.523Z+ rm -r ./out/mgd
6722024-04-30T20:05:21.527Z+ mkdir ./out/mgd
6732024-04-30T20:05:21.527Z+ cp -r out/downloads/root ./out/mgd/root
6742024-04-30T20:05:21.618Z+ set -o errexit
6752024-04-30T20:05:21.629Z+++ dirname ./tools/ci_download_transceiver_control
6762024-04-30T20:05:21.629Z++ cd ./tools
6772024-04-30T20:05:21.629Z++ pwd
6782024-04-30T20:05:21.630Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6792024-04-30T20:05:21.630Z++ basename ./tools/ci_download_transceiver_control
6802024-04-30T20:05:21.630Z+ ARG0=ci_download_transceiver_control
6812024-04-30T20:05:21.630Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6822024-04-30T20:05:21.630Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6832024-04-30T20:05:21.630Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842024-04-30T20:05:21.630Z+ TARGET_DIR=out
6852024-04-30T20:05:21.630Z+ DOWNLOAD_DIR=out/downloads
6862024-04-30T20:05:21.630Z+ DEST_DIR=./out/transceiver-control
6872024-04-30T20:05:21.630Z+ BIN_DIR=/opt/oxide/bin
6882024-04-30T20:05:21.630Z+ BINARY=xcvradm
6892024-04-30T20:05:21.630Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6902024-04-30T20:05:21.630Z+ REPO=oxidecomputer/transceiver-control
6912024-04-30T20:05:21.630Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6922024-04-30T20:05:21.630Z+ main
6932024-04-30T20:05:21.630Z+ [[ 0 != 0 ]]
6942024-04-30T20:05:21.630Z+ CIDL_OS=solaris2.11
6952024-04-30T20:05:21.630Z+ [[ 0 != 0 ]]
6962024-04-30T20:05:21.630Z+ configure_os solaris2.11
6972024-04-30T20:05:21.630Z+ echo 'current directory: /work/oxidecomputer/omicron'
6982024-04-30T20:05:21.630Zcurrent directory: /work/oxidecomputer/omicron
6992024-04-30T20:05:21.630Z+ echo 'configuring based on OS: "solaris2.11"'
7002024-04-30T20:05:21.631Z+ case "$1" in
7012024-04-30T20:05:21.631Z+ SET_BINARIES=
7022024-04-30T20:05:21.631Zconfiguring based on OS: "solaris2.11"
7032024-04-30T20:05:21.631Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7042024-04-30T20:05:21.631Z+ CIDL_SHA256FUNC=do_sha256sum
7052024-04-30T20:05:21.631Z+ ARCHIVE_FILENAME=xcvradm.gz
7062024-04-30T20:05:21.631Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7072024-04-30T20:05:21.631Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7082024-04-30T20:05:21.631Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7092024-04-30T20:05:21.631Z+ echo 'Local file: out/downloads/xcvradm.gz'
7102024-04-30T20:05:21.631ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7112024-04-30T20:05:21.631ZLocal file: out/downloads/xcvradm.gz
7122024-04-30T20:05:21.631Z+ mkdir -p out/downloads
7132024-04-30T20:05:21.631Z+ mkdir -p ./out/transceiver-control
7142024-04-30T20:05:21.631Z+ fetch_and_verify
7152024-04-30T20:05:21.631Z+ local DO_DOWNLOAD=true
7162024-04-30T20:05:21.631Z+ [[ -f out/downloads/xcvradm.gz ]]
7172024-04-30T20:05:21.631Z+ '[' true == true ']'
7182024-04-30T20:05:21.631Z+ echo Downloading...
7192024-04-30T20:05:21.631ZDownloading...
7202024-04-30T20:05:21.631Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7212024-04-30T20:05:21.631Z+ 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
7222024-04-30T20:05:23.474Z++ do_sha256sum out/downloads/xcvradm.gz
7232024-04-30T20:05:23.477Z++ sha256sum
7242024-04-30T20:05:23.477Z++ awk '{print $1}'
7252024-04-30T20:05:23.482Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7262024-04-30T20:05:23.487Z+ [[ 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 ]]
7272024-04-30T20:05:23.487Z+ do_unpack out/downloads/xcvradm.gz
7282024-04-30T20:05:23.487Z+ mkdir -p out/downloads/root//opt/oxide/bin
7292024-04-30T20:05:23.487Z+ gzip -dc out/downloads/xcvradm.gz
7302024-04-30T20:05:23.602Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7312024-04-30T20:05:23.606Z+ do_assemble
7322024-04-30T20:05:23.606Z+ rm -r ./out/transceiver-control
7332024-04-30T20:05:23.611Z+ mkdir ./out/transceiver-control
7342024-04-30T20:05:23.611Z+ cp -r out/downloads/root ./out/transceiver-control/root
7352024-04-30T20:05:24.103Z+ set -o errexit
7362024-04-30T20:05:24.107Z+++ dirname ./tools/ci_download_thundermuffin
7372024-04-30T20:05:24.107Z++ cd ./tools
7382024-04-30T20:05:24.107Z++ pwd
7392024-04-30T20:05:24.107Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7402024-04-30T20:05:24.107Z++ basename ./tools/ci_download_thundermuffin
7412024-04-30T20:05:24.108Z+ ARG0=ci_download_thundermuffin
7422024-04-30T20:05:24.108Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7432024-04-30T20:05:24.108Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7442024-04-30T20:05:24.108Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7452024-04-30T20:05:24.108Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7462024-04-30T20:05:24.108Z+ TARGET_DIR=out
7472024-04-30T20:05:24.108Z+ DOWNLOAD_DIR=out/downloads
7482024-04-30T20:05:24.108Z+ DEST_DIR=./out/thundermuffin
7492024-04-30T20:05:24.108Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7502024-04-30T20:05:24.108Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7512024-04-30T20:05:24.108Z+ REPO=oxidecomputer/thundermuffin
7522024-04-30T20:05:24.108Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7532024-04-30T20:05:24.109Z+ main
7542024-04-30T20:05:24.109Z+ rm -rf out/downloads/root
7552024-04-30T20:05:24.109Z+ [[ 0 != 0 ]]
7562024-04-30T20:05:24.109Z+ CIDL_OS=solaris2.11
7572024-04-30T20:05:24.109Z+ [[ 0 != 0 ]]
7582024-04-30T20:05:24.109Z+ configure_os solaris2.11
7592024-04-30T20:05:24.109Z+ echo 'current directory: /work/oxidecomputer/omicron'
7602024-04-30T20:05:24.109Zcurrent directory: /work/oxidecomputer/omicron
7612024-04-30T20:05:24.109Z+ echo 'configuring based on OS: "solaris2.11"'
7622024-04-30T20:05:24.109Zconfiguring based on OS: "solaris2.11"
7632024-04-30T20:05:24.109Z+ case "$1" in
7642024-04-30T20:05:24.109Z+ SET_BINARIES=
7652024-04-30T20:05:24.110Z+ CIDL_SHA256FUNC=do_sha256sum
7662024-04-30T20:05:24.110Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7672024-04-30T20:05:24.110Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7682024-04-30T20:05:24.110Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7692024-04-30T20:05:24.110Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7702024-04-30T20:05:24.110ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7712024-04-30T20:05:24.110Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7722024-04-30T20:05:24.110ZLocal file: out/downloads/thundermuffin.tar.gz
7732024-04-30T20:05:24.110Z+ mkdir -p out/downloads
7742024-04-30T20:05:24.110Z+ mkdir -p ./out/thundermuffin
7752024-04-30T20:05:24.110Z+ fetch_and_verify
7762024-04-30T20:05:24.110Z+ local DO_DOWNLOAD=true
7772024-04-30T20:05:24.111Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7782024-04-30T20:05:24.111Z+ '[' true == true ']'
7792024-04-30T20:05:24.111Z+ echo Downloading...
7802024-04-30T20:05:24.111ZDownloading...
7812024-04-30T20:05:24.111Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7822024-04-30T20:05:24.111Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7832024-04-30T20:05:25.311Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7842024-04-30T20:05:25.314Z++ sha256sum
7852024-04-30T20:05:25.314Z++ awk '{print $1}'
7862024-04-30T20:05:25.317Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7872024-04-30T20:05:25.317Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7882024-04-30T20:05:25.317Z+ do_untar out/downloads/thundermuffin.tar.gz
7892024-04-30T20:05:25.318Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7902024-04-30T20:05:25.381Z+ do_assemble
7912024-04-30T20:05:25.381Z+ rm -r ./out/thundermuffin
7922024-04-30T20:05:25.385Z+ mkdir ./out/thundermuffin
7932024-04-30T20:05:25.388Z+ cp -r out/downloads/root ./out/thundermuffin/root
7942024-04-30T20:05:25.411ZAll builder prerequisites installed successfully, and PATH looks valid
7952024-04-30T20:05:25.415Z
7962024-04-30T20:05:25.415Zreal 1:52.964214510
7972024-04-30T20:05:25.415Zuser 36.844428913
7982024-04-30T20:05:25.415Zsys 6.708796370
7992024-04-30T20:05:25.415Ztrap 0.007326226
8002024-04-30T20:05:25.415Ztflt 0.168869230
8012024-04-30T20:05:25.415Zdflt 0.744044894
8022024-04-30T20:05:25.415Zkflt 0.260377738
8032024-04-30T20:05:25.415Zlock 1.087663042
8042024-04-30T20:05:25.415Zslp 3:51.551715321
8052024-04-30T20:05:25.415Zlat 2.124994463
8062024-04-30T20:05:25.415Zstop 0.148511577
8072024-04-30T20:05:25.415Z
8082024-04-30T20:05:25.416Z ##### # # # # #####
8092024-04-30T20:05:25.416Z # # # # # # # #
8102024-04-30T20:05:25.416Z ##### # # # # # #
8112024-04-30T20:05:25.416Z # # # # # # # #
8122024-04-30T20:05:25.416Z # # # # # # # #
8132024-04-30T20:05:25.416Z ##### #### # ###### #####
8142024-04-30T20:05:25.416Z
8152024-04-30T20:05:25.663Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8162024-04-30T20:05:25.969Z Updating git repository `https://github.com/oxidecomputer/zone`
8172024-04-30T20:05:26.255Z Updating crates.io index
8182024-04-30T20:05:26.334Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8192024-04-30T20:05:27.110Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8202024-04-30T20:05:28.195Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8212024-04-30T20:05:29.809Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8222024-04-30T20:05:30.356Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232024-04-30T20:05:30.614Z Updating git repository `https://github.com/oxidecomputer/propolis`
8242024-04-30T20:05:31.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
8252024-04-30T20:05:33.431Z Updating git repository `https://github.com/oxidecomputer/opte`
8262024-04-30T20:05:34.409Z Updating git repository `https://github.com/oxidecomputer/falcon`
8272024-04-30T20:05:35.161Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8282024-04-30T20:05:35.453Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292024-04-30T20:05:36.110Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8302024-04-30T20:05:36.399Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8312024-04-30T20:05:36.703Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8322024-04-30T20:05:37.109Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8332024-04-30T20:05:37.432Z Updating git repository `http://github.com/oxidecomputer/tofino`
8342024-04-30T20:05:37.781Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8352024-04-30T20:05:38.052Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8362024-04-30T20:05:38.319Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8372024-04-30T20:05:38.694Z Updating git repository `https://github.com/oxidecomputer/ispf`
8382024-04-30T20:05:39.112Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8392024-04-30T20:05:39.389Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8402024-04-30T20:05:39.985Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8412024-04-30T20:05:40.321Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8422024-04-30T20:05:40.643Z Updating git repository `https://github.com/jgallagher/nix`
8432024-04-30T20:05:41.674Z Updating git repository `https://github.com/cbiffle/hubpack`
8442024-04-30T20:05:42.129Z Updating git repository `https://github.com/oxidecomputer/typify`
8452024-04-30T20:05:44.058Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8462024-04-30T20:05:44.443Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8472024-04-30T20:05:44.733Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8482024-04-30T20:05:45.200Z Updating git repository `https://github.com/oxidecomputer/rfb`
8492024-04-30T20:05:46.384Z Downloading crates ...
8502024-04-30T20:05:46.499Z Downloaded anstream v0.6.11
8512024-04-30T20:05:46.519Z Downloaded aes v0.8.3
8522024-04-30T20:05:46.533Z Downloaded ahash v0.8.8
8532024-04-30T20:05:46.533Z Downloaded constant_time_eq v0.2.6
8542024-04-30T20:05:46.533Z Downloaded futures-executor v0.3.30
8552024-04-30T20:05:46.533Z Downloaded allocator-api2 v0.2.16
8562024-04-30T20:05:46.534Z Downloaded anes v0.1.6
8572024-04-30T20:05:46.541Z Downloaded futures-macro v0.3.30
8582024-04-30T20:05:46.542Z Downloaded futures-io v0.3.30
8592024-04-30T20:05:46.542Z Downloaded anstyle-query v1.0.0
8602024-04-30T20:05:46.542Z Downloaded futures-channel v0.3.30
8612024-04-30T20:05:46.542Z Downloaded adler v1.0.2
8622024-04-30T20:05:46.542Z Downloaded anyhow v1.0.82
8632024-04-30T20:05:46.542Z Downloaded getrandom v0.1.16
8642024-04-30T20:05:46.551Z Downloaded fxhash v0.2.1
8652024-04-30T20:05:46.551Z Downloaded futures-timer v3.0.2
8662024-04-30T20:05:46.551Z Downloaded anstyle v1.0.6
8672024-04-30T20:05:46.551Z Downloaded futures-task v0.3.30
8682024-04-30T20:05:46.552Z Downloaded futures-sink v0.3.30
8692024-04-30T20:05:46.559Z Downloaded aes-gcm v0.10.3
8702024-04-30T20:05:46.560Z Downloaded guppy-workspace-hack v0.1.0
8712024-04-30T20:05:46.560Z Downloaded approx v0.5.1
8722024-04-30T20:05:46.560Z Downloaded anstyle-parse v0.2.1
8732024-04-30T20:05:46.560Z Downloaded atty v0.2.14
8742024-04-30T20:05:46.560Z Downloaded aho-corasick v1.1.2
8752024-04-30T20:05:46.580Z Downloaded group v0.13.0
8762024-04-30T20:05:46.580Z Downloaded cancel-safe-futures v0.1.5
8772024-04-30T20:05:46.585Z Downloaded globset v0.4.13
8782024-04-30T20:05:46.585Z Downloaded glob v0.3.1
8792024-04-30T20:05:46.585Z Downloaded cfg_aliases v0.1.1
8802024-04-30T20:05:46.585Z Downloaded getopts v0.2.21
8812024-04-30T20:05:46.585Z Downloaded futures-util v0.3.30
8822024-04-30T20:05:46.589Z Downloaded getrandom v0.2.12
8832024-04-30T20:05:46.589Z Downloaded hash32 v0.2.1
8842024-04-30T20:05:46.593Z Downloaded hmac v0.12.1
8852024-04-30T20:05:46.593Z Downloaded hash32 v0.3.1
8862024-04-30T20:05:46.596Z Downloaded bitstruct_derive v0.1.0
8872024-04-30T20:05:46.596Z Downloaded atomicwrites v0.4.3
8882024-04-30T20:05:46.597Z Downloaded generic-array v0.14.7
8892024-04-30T20:05:46.600Z Downloaded ciborium-io v0.2.2
8902024-04-30T20:05:46.600Z Downloaded async-stream-impl v0.3.5
8912024-04-30T20:05:46.600Z Downloaded gethostname v0.4.3
8922024-04-30T20:05:46.603Z Downloaded heck v0.4.1
8932024-04-30T20:05:46.603Z Downloaded half v2.3.1
8942024-04-30T20:05:46.606Z Downloaded http-range v0.1.5
8952024-04-30T20:05:46.606Z Downloaded cobs v0.2.3
8962024-04-30T20:05:46.610Z Downloaded cassowary v0.3.0
8972024-04-30T20:05:46.610Z Downloaded ghash v0.5.0
8982024-04-30T20:05:46.610Z Downloaded const_format_proc_macros v0.2.32
8992024-04-30T20:05:46.613Z Downloaded heck v0.3.3
9002024-04-30T20:05:46.616Z Downloaded array-init v0.0.4
9012024-04-30T20:05:46.616Z Downloaded camino-tempfile v1.1.1
9022024-04-30T20:05:46.621Z Downloaded blowfish v0.9.1
9032024-04-30T20:05:46.622Z Downloaded bitflags v1.3.2
9042024-04-30T20:05:46.626Z Downloaded ciborium-ll v0.2.2
9052024-04-30T20:05:46.626Z Downloaded instant v0.1.12
9062024-04-30T20:05:46.626Z Downloaded colorchoice v1.0.0
9072024-04-30T20:05:46.630Z Downloaded headers-core v0.2.0
9082024-04-30T20:05:46.630Z Downloaded bitstruct v0.1.1
9092024-04-30T20:05:46.630Z Downloaded bcrypt-pbkdf v0.10.0
9102024-04-30T20:05:46.630Z Downloaded assert_matches v1.5.0
9112024-04-30T20:05:46.635Z Downloaded ascii-canvas v3.0.0
9122024-04-30T20:05:46.635Z Downloaded http-body v1.0.0
9132024-04-30T20:05:46.635Z Downloaded pretty-hex v0.2.1
9142024-04-30T20:05:46.635Z Downloaded hostname v0.3.1
9152024-04-30T20:05:46.639Z Downloaded home v0.5.5
9162024-04-30T20:05:46.639Z Downloaded rand_chacha v0.3.1
9172024-04-30T20:05:46.639Z Downloaded hex-literal v0.4.1
9182024-04-30T20:05:46.639Z Downloaded heck v0.5.0
9192024-04-30T20:05:46.643Z Downloaded httptest v0.15.5
9202024-04-30T20:05:46.643Z Downloaded hashbrown v0.12.3
9212024-04-30T20:05:46.647Z Downloaded clap_lex v0.7.0
9222024-04-30T20:05:46.650Z Downloaded ident_case v1.0.1
9232024-04-30T20:05:46.650Z Downloaded block-buffer v0.10.4
9242024-04-30T20:05:46.650Z Downloaded guppy v0.17.5
9252024-04-30T20:05:46.655Z Downloaded is_ci v1.2.0
9262024-04-30T20:05:46.659Z Downloaded cipher v0.4.4
9272024-04-30T20:05:46.659Z Downloaded cargo-platform v0.1.3
9282024-04-30T20:05:46.663Z Downloaded assert_cmd v2.0.14
9292024-04-30T20:05:46.663Z Downloaded bit-set v0.5.3
9302024-04-30T20:05:46.663Z Downloaded bitfield v0.14.0
9312024-04-30T20:05:46.667Z Downloaded lalrpop-util v0.19.12
9322024-04-30T20:05:46.667Z Downloaded colored v2.1.0
9332024-04-30T20:05:46.670Z Downloaded byteorder v1.5.0
9342024-04-30T20:05:46.670Z Downloaded cast v0.3.0
9352024-04-30T20:05:46.674Z Downloaded cargo_metadata v0.18.1
9362024-04-30T20:05:46.674Z Downloaded indoc v1.0.9
9372024-04-30T20:05:46.677Z Downloaded scroll_derive v0.12.0
9382024-04-30T20:05:46.677Z Downloaded russh-cryptovec v0.7.0
9392024-04-30T20:05:46.678Z Downloaded clap_derive v4.5.4
9402024-04-30T20:05:46.681Z Downloaded bcs v0.1.6
9412024-04-30T20:05:46.681Z Downloaded base16ct v0.2.0
9422024-04-30T20:05:46.688Z Downloaded signal-hook-tokio v0.3.1
9432024-04-30T20:05:46.688Z Downloaded cexpr v0.6.0
9442024-04-30T20:05:46.691Z Downloaded inout v0.1.3
9452024-04-30T20:05:46.691Z Downloaded impl-trait-for-tuples v0.2.2
9462024-04-30T20:05:46.691Z Downloaded httpdate v1.0.3
9472024-04-30T20:05:46.691Z Downloaded bytecount v0.6.3
9482024-04-30T20:05:46.695Z Downloaded hyper-tls v0.5.0
9492024-04-30T20:05:46.695Z Downloaded chacha20 v0.9.1
9502024-04-30T20:05:46.701Z Downloaded buf-list v1.0.3
9512024-04-30T20:05:46.701Z Downloaded cbc v0.1.2
9522024-04-30T20:05:46.704Z Downloaded block-padding v0.3.3
9532024-04-30T20:05:46.704Z Downloaded iana-time-zone v0.1.57
9542024-04-30T20:05:46.704Z Downloaded try-lock v0.2.4
9552024-04-30T20:05:46.704Z Downloaded rand_core v0.5.1
9562024-04-30T20:05:46.708Z Downloaded lazycell v1.3.0
9572024-04-30T20:05:46.708Z Downloaded lazy_static v1.4.0
9582024-04-30T20:05:46.708Z Downloaded itoa v1.0.9
9592024-04-30T20:05:46.712Z Downloaded is-terminal v0.4.9
9602024-04-30T20:05:46.712Z Downloaded ipnetwork v0.20.0
9612024-04-30T20:05:46.726Z Downloaded kstat-rs v0.2.3
9622024-04-30T20:05:46.727Z Downloaded cfg-if v1.0.0
9632024-04-30T20:05:46.736Z Downloaded toolchain_find v0.4.0
9642024-04-30T20:05:46.736Z Downloaded linked-hash-map v0.5.6
9652024-04-30T20:05:46.736Z Downloaded camino v1.1.6
9662024-04-30T20:05:46.736Z Downloaded scopeguard v1.2.0
9672024-04-30T20:05:46.736Z Downloaded sha1 v0.10.6
9682024-04-30T20:05:46.736Z Downloaded usdt-macro v0.3.5
9692024-04-30T20:05:46.736Z Downloaded libefi-sys v0.1.0
9702024-04-30T20:05:46.736Z Downloaded linear-map v1.2.0
9712024-04-30T20:05:46.736Z Downloaded internet-checksum v0.2.1
9722024-04-30T20:05:46.737Z Downloaded ciborium v0.2.2
9732024-04-30T20:05:46.737Z Downloaded shell-words v1.1.0
9742024-04-30T20:05:46.737Z Downloaded keccak v0.1.4
9752024-04-30T20:05:46.740Z Downloaded indoc v2.0.3
9762024-04-30T20:05:46.741Z Downloaded proc-macro-error-attr v1.0.4
9772024-04-30T20:05:46.741Z Downloaded const-oid v0.9.6
9782024-04-30T20:05:46.741Z Downloaded base64 v0.13.1
9792024-04-30T20:05:46.746Z Downloaded compact_str v0.7.1
9802024-04-30T20:05:46.750Z Downloaded downcast v0.11.0
9812024-04-30T20:05:46.750Z Downloaded rtoolbox v0.0.1
9822024-04-30T20:05:46.750Z Downloaded structmeta v0.2.0
9832024-04-30T20:05:46.755Z Downloaded static_assertions v1.1.0
9842024-04-30T20:05:46.755Z Downloaded predicates-tree v1.0.9
9852024-04-30T20:05:46.755Z Downloaded want v0.3.1
9862024-04-30T20:05:46.763Z Downloaded signature v1.6.4
9872024-04-30T20:05:46.763Z Downloaded fragile v2.0.0
9882024-04-30T20:05:46.763Z Downloaded foreign-types-shared v0.1.1
9892024-04-30T20:05:46.763Z Downloaded endian-type v0.1.2
9902024-04-30T20:05:46.763Z Downloaded hyper-rustls v0.26.0
9912024-04-30T20:05:46.768Z Downloaded blake2b_simd v1.0.1
9922024-04-30T20:05:46.768Z Downloaded num-conv v0.1.0
9932024-04-30T20:05:46.768Z Downloaded postgres-types v0.2.6
9942024-04-30T20:05:46.774Z Downloaded darling_macro v0.20.8
9952024-04-30T20:05:46.774Z Downloaded signal-hook-registry v1.4.1
9962024-04-30T20:05:46.774Z Downloaded newline-converter v0.3.0
9972024-04-30T20:05:46.774Z Downloaded signal-hook-mio v0.2.3
9982024-04-30T20:05:46.774Z Downloaded match_cfg v0.1.0
9992024-04-30T20:05:46.778Z Downloaded matches v0.1.10
10002024-04-30T20:05:46.778Z Downloaded unicase v2.7.0
10012024-04-30T20:05:46.778Z Downloaded hyper-rustls v0.24.2
10022024-04-30T20:05:46.792Z Downloaded tabwriter v1.4.0
10032024-04-30T20:05:46.792Z Downloaded tabled_derive v0.7.0
10042024-04-30T20:05:46.792Z Downloaded serde_derive_internals v0.26.0
10052024-04-30T20:05:46.807Z Downloaded sha2 v0.10.8
10062024-04-30T20:05:46.807Z Downloaded unicode-xid v0.2.4
10072024-04-30T20:05:46.807Z Downloaded shlex v1.3.0
10082024-04-30T20:05:46.807Z Downloaded libloading v0.7.4
10092024-04-30T20:05:46.807Z Downloaded usdt-impl v0.3.5
10102024-04-30T20:05:46.808Z Downloaded clang-sys v1.6.1
10112024-04-30T20:05:46.808Z Downloaded untrusted v0.9.0
10122024-04-30T20:05:46.808Z Downloaded lock_api v0.4.10
10132024-04-30T20:05:46.811Z Downloaded topological-sort v0.2.2
10142024-04-30T20:05:46.812Z Downloaded cc v1.0.83
10152024-04-30T20:05:46.812Z Downloaded base64 v0.21.7
10162024-04-30T20:05:46.812Z Downloaded clap v4.5.4
10172024-04-30T20:05:46.816Z Downloaded num-iter v0.1.44
10182024-04-30T20:05:46.821Z Downloaded enum-as-inner v0.5.1
10192024-04-30T20:05:46.821Z Downloaded walkdir v2.5.0
10202024-04-30T20:05:46.828Z Downloaded rstest v0.19.0
10212024-04-30T20:05:46.834Z Downloaded strum_macros v0.26.1
10222024-04-30T20:05:46.834Z Downloaded sigpipe v0.1.3
10232024-04-30T20:05:46.834Z Downloaded newtype-uuid v1.1.0
10242024-04-30T20:05:46.834Z Downloaded tokio-rustls v0.24.1
10252024-04-30T20:05:46.839Z Downloaded ena v0.14.2
10262024-04-30T20:05:46.839Z Downloaded dirs-sys-next v0.1.2
10272024-04-30T20:05:46.839Z Downloaded proc-macro2 v1.0.81
10282024-04-30T20:05:46.847Z Downloaded crc v3.0.1
10292024-04-30T20:05:46.847Z Downloaded cpufeatures v0.2.12
10302024-04-30T20:05:46.848Z Downloaded corncobs v0.1.3
10312024-04-30T20:05:46.854Z Downloaded serde_derive v1.0.199
10322024-04-30T20:05:46.854Z Downloaded peg v0.8.2
10332024-04-30T20:05:46.854Z Downloaded dtrace-parser v0.1.14
10342024-04-30T20:05:46.876Z Downloaded proc-macro-crate v1.3.1
10352024-04-30T20:05:46.876Z Downloaded primeorder v0.13.6
10362024-04-30T20:05:46.876Z Downloaded cstr-argument v0.1.2
10372024-04-30T20:05:46.876Z Downloaded utf-8 v0.7.6
10382024-04-30T20:05:46.876Z Downloaded plain v0.2.3
10392024-04-30T20:05:46.876Z Downloaded pkg-config v0.3.27
10402024-04-30T20:05:46.876Z Downloaded doc-comment v0.3.3
10412024-04-30T20:05:46.876Z Downloaded diesel_table_macro_syntax v0.1.0
10422024-04-30T20:05:46.876Z Downloaded maplit v1.0.2
10432024-04-30T20:05:46.877Z Downloaded base64 v0.22.0
10442024-04-30T20:05:46.890Z Downloaded rand_core v0.6.4
10452024-04-30T20:05:46.890Z Downloaded ref-cast-impl v1.0.22
10462024-04-30T20:05:46.890Z Downloaded packed_struct_codegen v0.10.1
10472024-04-30T20:05:46.890Z Downloaded packed_struct v0.10.1
10482024-04-30T20:05:46.891Z Downloaded serde_tokenstream v0.2.0
10492024-04-30T20:05:46.891Z Downloaded httparse v1.8.0
10502024-04-30T20:05:46.891Z Downloaded env_logger v0.9.3
10512024-04-30T20:05:46.905Z Downloaded log v0.4.21
10522024-04-30T20:05:46.905Z Downloaded pin-project v1.1.3
10532024-04-30T20:05:46.910Z Downloaded peg-runtime v0.8.2
10542024-04-30T20:05:46.911Z Downloaded opaque-debug v0.3.0
10552024-04-30T20:05:46.911Z Downloaded plotters-backend v0.3.5
10562024-04-30T20:05:46.911Z Downloaded num-complex v0.4.5
10572024-04-30T20:05:46.911Z Downloaded signal-hook v0.3.17
10582024-04-30T20:05:46.911Z Downloaded subtle v2.5.0
10592024-04-30T20:05:46.911Z Downloaded rusty-fork v0.3.0
10602024-04-30T20:05:46.912Z Downloaded peg-macros v0.8.2
10612024-04-30T20:05:46.916Z Downloaded unicode-linebreak v0.1.5
10622024-04-30T20:05:46.916Z Downloaded rustls-pki-types v1.3.0
10632024-04-30T20:05:46.916Z Downloaded heapless v0.8.0
10642024-04-30T20:05:46.921Z Downloaded crypto-common v0.1.6
10652024-04-30T20:05:46.921Z Downloaded yansi v0.5.1
10662024-04-30T20:05:46.925Z Downloaded deranged v0.3.11
10672024-04-30T20:05:46.925Z Downloaded xattr v1.0.1
10682024-04-30T20:05:46.929Z Downloaded filetime v0.2.23
10692024-04-30T20:05:46.929Z Downloaded ff v0.13.0
10702024-04-30T20:05:46.939Z Downloaded russh-keys v0.43.0
10712024-04-30T20:05:46.939Z Downloaded tokio-native-tls v0.3.1
10722024-04-30T20:05:46.944Z Downloaded indicatif v0.17.8
10732024-04-30T20:05:46.944Z Downloaded serde_with_macros v3.7.0
10742024-04-30T20:05:46.945Z Downloaded rust-argon2 v2.1.0
10752024-04-30T20:05:46.945Z Downloaded env_logger v0.10.0
10762024-04-30T20:05:46.957Z Downloaded swrite v0.1.0
10772024-04-30T20:05:46.957Z Downloaded supports-color v3.0.0
10782024-04-30T20:05:46.957Z Downloaded der_derive v0.7.2
10792024-04-30T20:05:47.368Z Downloaded strsim v0.11.0
10802024-04-30T20:05:47.368Z Downloaded ctr v0.9.2
10812024-04-30T20:05:47.368Z Downloaded which v4.4.0
10822024-04-30T20:05:47.369Z Downloaded oorandom v11.1.3
10832024-04-30T20:05:47.369Z Downloaded olpc-cjson v0.1.3
10842024-04-30T20:05:47.369Z Downloaded num_enum v0.5.11
10852024-04-30T20:05:47.369Z Downloaded pem v3.0.4
10862024-04-30T20:05:47.370Z Downloaded tokio-tungstenite v0.21.0
10872024-04-30T20:05:47.370Z Downloaded trybuild v1.0.91
10882024-04-30T20:05:47.370Z Downloaded tui-tree-widget v0.19.0
10892024-04-30T20:05:47.370Z Downloaded usdt-attr-macro v0.5.0
10902024-04-30T20:05:47.371Z Downloaded usdt-attr-macro v0.3.5
10912024-04-30T20:05:47.371Z Downloaded test-strategy v0.3.1
10922024-04-30T20:05:47.371Z Downloaded subprocess v0.2.9
10932024-04-30T20:05:47.371Z Downloaded ed25519 v1.5.3
10942024-04-30T20:05:47.372Z Downloaded funty v2.0.0
10952024-04-30T20:05:47.372Z Downloaded mime v0.3.17
10962024-04-30T20:05:47.372Z Downloaded fixedbitset v0.4.2
10972024-04-30T20:05:47.373Z Downloaded serde_yaml v0.9.25
10982024-04-30T20:05:47.373Z Downloaded dhcproto-macros v0.1.0
10992024-04-30T20:05:47.373Z Downloaded rustc-hash v1.1.0
11002024-04-30T20:05:47.373Z Downloaded proc-macro-error v1.0.4
11012024-04-30T20:05:47.373Z Downloaded rustversion v1.0.14
11022024-04-30T20:05:47.373Z Downloaded serde_repr v0.1.16
11032024-04-30T20:05:47.374Z Downloaded memoffset v0.7.1
11042024-04-30T20:05:47.374Z Downloaded memmap v0.7.0
11052024-04-30T20:05:47.374Z Downloaded miniz_oxide v0.7.1
11062024-04-30T20:05:47.374Z Downloaded equivalent v1.0.1
11072024-04-30T20:05:47.374Z Downloaded tempfile v3.10.1
11082024-04-30T20:05:47.375Z Downloaded target-lexicon v0.12.13
11092024-04-30T20:05:47.375Z Downloaded zone_cfg_derive v0.1.2
11102024-04-30T20:05:47.375Z Downloaded pin-utils v0.1.0
11112024-04-30T20:05:47.375Z Downloaded strum_macros v0.24.3
11122024-04-30T20:05:47.375Z Downloaded serde-big-array v0.5.1
11132024-04-30T20:05:47.375Z Downloaded tokio-macros v2.2.0
11142024-04-30T20:05:47.375Z Downloaded thiserror-no-std v2.0.2
11152024-04-30T20:05:47.375Z Downloaded md5 v0.7.0
11162024-04-30T20:05:47.376Z Downloaded once_cell v1.19.0
11172024-04-30T20:05:47.376Z Downloaded pin-project-lite v0.2.13
11182024-04-30T20:05:47.376Z Downloaded cookie_store v0.20.0
11192024-04-30T20:05:47.376Z Downloaded phf_shared v0.10.0
11202024-04-30T20:05:47.376Z Downloaded uuid v0.8.2
11212024-04-30T20:05:47.376Z Downloaded tar v0.4.40
11222024-04-30T20:05:47.376Z Downloaded rpassword v7.3.1
11232024-04-30T20:05:47.377Z Downloaded pin-project-internal v1.1.3
11242024-04-30T20:05:47.377Z Downloaded csv-core v0.1.11
11252024-04-30T20:05:47.377Z Downloaded crossbeam-utils v0.8.19
11262024-04-30T20:05:47.377Z Downloaded unicode-ident v1.0.12
11272024-04-30T20:05:47.377Z Downloaded rustc-demangle v0.1.23
11282024-04-30T20:05:47.377Z Downloaded http v0.2.12
11292024-04-30T20:05:47.377Z Downloaded take_mut v0.2.2
11302024-04-30T20:05:47.377Z Downloaded diesel_derives v2.1.2
11312024-04-30T20:05:47.377Z Downloaded display-error-chain v0.2.0
11322024-04-30T20:05:47.377Z Downloaded secrecy v0.8.0
11332024-04-30T20:05:47.378Z Downloaded smawk v0.3.1
11342024-04-30T20:05:47.378Z Downloaded smallvec v0.6.14
11352024-04-30T20:05:47.378Z Downloaded der v0.7.8
11362024-04-30T20:05:47.378Z Downloaded snafu-derive v0.8.2
11372024-04-30T20:05:47.378Z Downloaded errno v0.3.8
11382024-04-30T20:05:47.378Z Downloaded multimap v0.10.0
11392024-04-30T20:05:47.378Z Downloaded crucible-workspace-hack v0.1.0
11402024-04-30T20:05:47.379Z Downloaded erased-serde v0.3.31
11412024-04-30T20:05:47.379Z Downloaded thread-id v4.2.0
11422024-04-30T20:05:47.379Z Downloaded target-spec v3.1.0
11432024-04-30T20:05:47.379Z Downloaded num v0.4.2
11442024-04-30T20:05:47.379Z Downloaded either v1.11.0
11452024-04-30T20:05:47.379Z Downloaded tokio-rustls v0.25.0
11462024-04-30T20:05:47.379Z Downloaded memmap2 v0.7.1
11472024-04-30T20:05:47.379Z Downloaded convert_case v0.4.0
11482024-04-30T20:05:47.379Z Downloaded zone v0.1.8
11492024-04-30T20:05:47.379Z Downloaded omicron-zone-package v0.11.0
11502024-04-30T20:05:47.379Z Downloaded crunchy v0.2.2
11512024-04-30T20:05:47.380Z Downloaded phf v0.11.2
11522024-04-30T20:05:47.380Z Downloaded pest_generator v2.7.6
11532024-04-30T20:05:47.380Z Downloaded foreign-types-shared v0.3.1
11542024-04-30T20:05:47.380Z Downloaded nanorand v0.7.0
11552024-04-30T20:05:47.380Z Downloaded openssl-macros v0.1.1
11562024-04-30T20:05:47.381Z Downloaded whoami v1.5.1
11572024-04-30T20:05:47.381Z Downloaded toml v0.5.11
11582024-04-30T20:05:47.381Z Downloaded cookie v0.18.1
11592024-04-30T20:05:47.381Z Downloaded papergrid v0.11.0
11602024-04-30T20:05:47.381Z Downloaded p256 v0.13.2
11612024-04-30T20:05:47.381Z Downloaded difflib v0.4.0
11622024-04-30T20:05:47.381Z Downloaded rustc_version v0.1.7
11632024-04-30T20:05:47.381Z Downloaded rsa v0.9.2
11642024-04-30T20:05:47.382Z Downloaded pathdiff v0.2.1
11652024-04-30T20:05:47.382Z Downloaded path-slash v0.1.5
11662024-04-30T20:05:47.382Z Downloaded openssl-probe v0.1.5
11672024-04-30T20:05:47.382Z Downloaded structmeta-derive v0.3.0
11682024-04-30T20:05:47.382Z Downloaded smallvec v1.13.1
11692024-04-30T20:05:47.382Z Downloaded slog-term v2.9.1
11702024-04-30T20:05:47.382Z Downloaded slog-dtrace v0.3.0
11712024-04-30T20:05:47.382Z Downloaded spki v0.7.2
11722024-04-30T20:05:47.383Z Downloaded rustfmt-wrapper v0.2.1
11732024-04-30T20:05:47.383Z Downloaded precomputed-hash v0.1.1
11742024-04-30T20:05:47.383Z Downloaded rustc_version v0.4.0
11752024-04-30T20:05:47.383Z Downloaded embedded-io v0.4.0
11762024-04-30T20:05:47.383Z Downloaded tower-layer v0.3.2
11772024-04-30T20:05:47.383Z Downloaded sync_wrapper v0.1.2
11782024-04-30T20:05:47.383Z Downloaded zerocopy v0.3.0
11792024-04-30T20:05:47.409Z Downloaded stability v0.2.0
11802024-04-30T20:05:47.409Z Downloaded sqlparser_derive v0.2.2
11812024-04-30T20:05:47.409Z Downloaded tokio-tungstenite v0.20.1
11822024-04-30T20:05:47.409Z Downloaded digest v0.10.7
11832024-04-30T20:05:47.409Z Downloaded thiserror v1.0.59
11842024-04-30T20:05:47.409Z Downloaded ucd-trie v0.1.6
11852024-04-30T20:05:47.409Z Downloaded vte_generate_state_changes v0.1.1
11862024-04-30T20:05:47.409Z Downloaded defmt v0.3.5
11872024-04-30T20:05:47.410Z Downloaded phf_shared v0.11.2
11882024-04-30T20:05:47.410Z Downloaded criterion-plot v0.5.0
11892024-04-30T20:05:47.410Z Downloaded untrusted v0.7.1
11902024-04-30T20:05:47.410Z Downloaded pest_derive v2.7.6
11912024-04-30T20:05:47.410Z Downloaded flagset v0.4.3
11922024-04-30T20:05:47.410Z Downloaded num_enum_derive v0.5.11
11932024-04-30T20:05:47.410Z Downloaded mockall v0.12.1
11942024-04-30T20:05:47.410Z Downloaded fd-lock v4.0.2
11952024-04-30T20:05:47.410Z Downloaded password-hash v0.5.0
11962024-04-30T20:05:47.410Z Downloaded num-rational v0.4.1
11972024-04-30T20:05:47.410Z Downloaded portpicker v0.1.1
11982024-04-30T20:05:47.410Z Downloaded toml_edit v0.22.12
11992024-04-30T20:05:47.410Z Downloaded nodrop v0.1.14
12002024-04-30T20:05:47.410Z Downloaded slog-scope v4.4.0
12012024-04-30T20:05:47.410Z Downloaded same-file v1.0.6
12022024-04-30T20:05:47.410Z Downloaded spin v0.9.8
12032024-04-30T20:05:47.410Z Downloaded slog-envlogger v2.2.0
12042024-04-30T20:05:47.410Z Downloaded dhcproto v0.11.0
12052024-04-30T20:05:47.410Z Downloaded predicates-core v1.0.6
12062024-04-30T20:05:47.411Z Downloaded tap v1.0.1
12072024-04-30T20:05:47.411Z Downloaded synstructure v0.12.6
12082024-04-30T20:05:47.411Z Downloaded slog-stdlog v4.1.1
12092024-04-30T20:05:47.411Z Downloaded serde_spanned v0.6.5
12102024-04-30T20:05:47.411Z Downloaded waitgroup v0.1.2
12112024-04-30T20:05:47.411Z Downloaded usdt-macro v0.5.0
12122024-04-30T20:05:47.411Z Downloaded vsss-rs v3.3.4
12132024-04-30T20:05:47.411Z Downloaded thiserror-impl-no-std v2.0.2
12142024-04-30T20:05:47.411Z Downloaded derive-where v1.2.7
12152024-04-30T20:05:47.411Z Downloaded mio v0.8.11
12162024-04-30T20:05:47.411Z Downloaded plotters-svg v0.3.5
12172024-04-30T20:05:47.411Z Downloaded form_urlencoded v1.2.1
12182024-04-30T20:05:47.411Z Downloaded datatest-stable v0.2.9
12192024-04-30T20:05:47.411Z Downloaded toml_edit v0.19.15
12202024-04-30T20:05:47.411Z Downloaded serde-big-array v0.4.1
12212024-04-30T20:05:47.412Z Downloaded fnv v1.0.7
12222024-04-30T20:05:47.412Z Downloaded float-cmp v0.9.0
12232024-04-30T20:05:47.412Z Downloaded debug-ignore v1.0.5
12242024-04-30T20:05:47.412Z Downloaded data-encoding v2.4.0
12252024-04-30T20:05:47.412Z Downloaded ron v0.7.1
12262024-04-30T20:05:47.412Z Downloaded tower-service v0.3.2
12272024-04-30T20:05:47.412Z Downloaded parse-display v0.9.0
12282024-04-30T20:05:47.412Z Downloaded spin v0.5.2
12292024-04-30T20:05:47.412Z Downloaded semver v0.1.20
12302024-04-30T20:05:47.412Z Downloaded pbkdf2 v0.11.0
12312024-04-30T20:05:47.412Z Downloaded structmeta v0.3.0
12322024-04-30T20:05:47.412Z Downloaded strsim v0.10.0
12332024-04-30T20:05:47.412Z Downloaded postgres-protocol v0.6.6
12342024-04-30T20:05:47.412Z Downloaded textwrap v0.16.1
12352024-04-30T20:05:47.412Z Downloaded darling_core v0.20.8
12362024-04-30T20:05:47.412Z Downloaded zip v0.6.6
12372024-04-30T20:05:47.412Z Downloaded structmeta-derive v0.2.0
12382024-04-30T20:05:47.412Z Downloaded peeking_take_while v0.1.2
12392024-04-30T20:05:47.412Z Downloaded escape8259 v0.5.2
12402024-04-30T20:05:47.412Z Downloaded yasna v0.5.2
12412024-04-30T20:05:47.412Z Downloaded time v0.3.34
12422024-04-30T20:05:47.412Z Downloaded strum v0.26.2
12432024-04-30T20:05:47.412Z Downloaded lru v0.12.1
12442024-04-30T20:05:47.413Z Downloaded foreign-types-macros v0.2.3
12452024-04-30T20:05:47.413Z Downloaded dof v0.3.0
12462024-04-30T20:05:47.413Z Downloaded macaddr v1.0.1
12472024-04-30T20:05:47.413Z Downloaded tinyvec_macros v0.1.1
12482024-04-30T20:05:47.413Z Downloaded foreign-types v0.3.2
12492024-04-30T20:05:47.413Z Downloaded vte v0.11.1
12502024-04-30T20:05:47.413Z Downloaded num-traits v0.2.18
12512024-04-30T20:05:47.414Z Downloaded normalize-line-endings v0.3.0
12522024-04-30T20:05:47.414Z Downloaded native-tls v0.2.11
12532024-04-30T20:05:47.414Z Downloaded percent-encoding v2.3.1
12542024-04-30T20:05:47.414Z Downloaded foreign-types v0.5.0
12552024-04-30T20:05:47.414Z Downloaded mockall_derive v0.12.1
12562024-04-30T20:05:47.414Z Downloaded derive_builder_core v0.20.0
12572024-04-30T20:05:47.414Z Downloaded derive_builder v0.20.0
12582024-04-30T20:05:47.414Z Downloaded parking_lot_core v0.8.6
12592024-04-30T20:05:47.414Z Downloaded memchr v2.7.1
12602024-04-30T20:05:47.414Z Downloaded zeroize_derive v1.4.2
12612024-04-30T20:05:47.414Z Downloaded num_threads v0.1.6
12622024-04-30T20:05:47.414Z Downloaded thread_local v1.1.7
12632024-04-30T20:05:47.414Z Downloaded rustls-native-certs v0.7.0
12642024-04-30T20:05:47.414Z Downloaded tracing-core v0.1.32
12652024-04-30T20:05:47.414Z Downloaded serde-hex v0.1.0
12662024-04-30T20:05:47.414Z Downloaded pretty-hex v0.4.1
12672024-04-30T20:05:47.414Z Downloaded siphasher v0.3.11
12682024-04-30T20:05:47.414Z Downloaded serde_arrays v0.1.0
12692024-04-30T20:05:47.414Z Downloaded unsafe-libyaml v0.2.10
12702024-04-30T20:05:47.415Z Downloaded elliptic-curve v0.13.8
12712024-04-30T20:05:47.415Z Downloaded ed25519 v2.2.2
12722024-04-30T20:05:47.415Z Downloaded oso-derive v0.27.3
12732024-04-30T20:05:47.415Z Downloaded typenum v1.16.0
12742024-04-30T20:05:47.415Z Downloaded fastrand v2.0.1
12752024-04-30T20:05:47.415Z Downloaded dirs-next v2.0.0
12762024-04-30T20:05:47.415Z Downloaded ed25519-dalek v2.0.0
12772024-04-30T20:05:47.415Z Downloaded number_prefix v0.4.0
12782024-04-30T20:05:47.415Z Downloaded newtype_derive v0.1.6
12792024-04-30T20:05:47.427Z Downloaded radium v0.7.0
12802024-04-30T20:05:47.427Z Downloaded quick-error v1.2.3
12812024-04-30T20:05:47.427Z Downloaded r2d2 v0.8.10
12822024-04-30T20:05:47.427Z Downloaded new_debug_unreachable v1.0.4
12832024-04-30T20:05:47.427Z Downloaded unicode-width v0.1.11
12842024-04-30T20:05:47.427Z Downloaded quote v1.0.36
12852024-04-30T20:05:47.428Z Downloaded crc32fast v1.3.2
12862024-04-30T20:05:47.428Z Downloaded rayon-core v1.12.1
12872024-04-30T20:05:47.428Z Downloaded toml_datetime v0.6.5
12882024-04-30T20:05:47.428Z Downloaded usdt v0.3.5
12892024-04-30T20:05:47.429Z Downloaded crossbeam-epoch v0.9.18
12902024-04-30T20:05:47.429Z Downloaded slab v0.4.9
12912024-04-30T20:05:47.429Z Downloaded samael v0.0.15
12922024-04-30T20:05:47.429Z Downloaded num_cpus v1.16.0
12932024-04-30T20:05:47.433Z Downloaded trust-dns-client v0.22.0
12942024-04-30T20:05:47.433Z Downloaded relative-path v1.9.0
12952024-04-30T20:05:47.437Z Downloaded serde_with v3.7.0
12962024-04-30T20:05:47.441Z Downloaded option-ext v0.2.0
12972024-04-30T20:05:47.445Z Downloaded similar v2.4.0
12982024-04-30T20:05:47.449Z Downloaded pem-rfc7468 v0.7.0
12992024-04-30T20:05:47.453Z Downloaded unicode-bidi v0.3.15
13002024-04-30T20:05:47.453Z Downloaded nested v0.1.1
13012024-04-30T20:05:47.458Z Downloaded strip-ansi-escapes v0.2.0
13022024-04-30T20:05:47.458Z Downloaded stringprep v0.1.3
13032024-04-30T20:05:47.458Z Downloaded cookie v0.17.0
13042024-04-30T20:05:47.462Z Downloaded parse-size v1.0.0
13052024-04-30T20:05:47.462Z Downloaded sqlformat v0.2.3
13062024-04-30T20:05:47.462Z Downloaded regex-automata v0.1.10
13072024-04-30T20:05:47.466Z Downloaded derive_builder_macro v0.20.0
13082024-04-30T20:05:47.473Z Downloaded nibble_vec v0.1.0
13092024-04-30T20:05:47.474Z Downloaded reedline v0.31.0
13102024-04-30T20:05:47.479Z Downloaded curve25519-dalek-derive v0.1.0
13112024-04-30T20:05:47.479Z Downloaded dof v0.1.5
13122024-04-30T20:05:47.479Z Downloaded dirs-sys v0.4.1
13132024-04-30T20:05:47.484Z Downloaded flume v0.11.0
13142024-04-30T20:05:47.488Z Downloaded dtrace-parser v0.2.0
13152024-04-30T20:05:47.488Z Downloaded tiny-keccak v2.0.2
13162024-04-30T20:05:47.488Z Downloaded threadpool v1.8.1
13172024-04-30T20:05:47.488Z Downloaded termios v0.3.3
13182024-04-30T20:05:47.492Z Downloaded version_check v0.9.4
13192024-04-30T20:05:47.492Z Downloaded salty v0.2.0
13202024-04-30T20:05:47.495Z Downloaded tracing v0.1.40
13212024-04-30T20:05:47.499Z Downloaded hyper v1.1.0
13222024-04-30T20:05:47.505Z Downloaded rfc6979 v0.4.0
13232024-04-30T20:05:47.513Z Downloaded ref-cast v1.0.22
13242024-04-30T20:05:47.517Z Downloaded dyn-clone v1.0.17
13252024-04-30T20:05:47.517Z Downloaded usdt v0.5.0
13262024-04-30T20:05:47.517Z Downloaded smf v0.2.3
13272024-04-30T20:05:47.517Z Downloaded pbkdf2 v0.12.2
13282024-04-30T20:05:47.517Z Downloaded poly1305 v0.8.0
13292024-04-30T20:05:47.517Z Downloaded schemars_derive v0.8.16
13302024-04-30T20:05:47.521Z Downloaded md-5 v0.10.5
13312024-04-30T20:05:47.521Z Downloaded parse-display-derive v0.9.0
13322024-04-30T20:05:47.521Z Downloaded toml v0.8.12
13332024-04-30T20:05:47.524Z Downloaded term v0.7.0
13342024-04-30T20:05:47.528Z Downloaded slog-json v2.6.1
13352024-04-30T20:05:47.535Z Downloaded slog-bunyan v2.5.0
13362024-04-30T20:05:47.535Z Downloaded chrono v0.4.38
13372024-04-30T20:05:47.545Z Downloaded maybe-uninit v2.0.0
13382024-04-30T20:05:47.545Z Downloaded diff v0.1.13
13392024-04-30T20:05:47.551Z Downloaded slog v2.7.0
13402024-04-30T20:05:47.552Z Downloaded uzers v0.11.3
13412024-04-30T20:05:47.552Z Downloaded psl-types v2.0.11
13422024-04-30T20:05:47.552Z Downloaded slog-async v2.8.0
13432024-04-30T20:05:47.552Z Downloaded crossbeam-deque v0.8.3
13442024-04-30T20:05:47.562Z Downloaded sec1 v0.7.3
13452024-04-30T20:05:47.562Z Downloaded universal-hash v0.5.1
13462024-04-30T20:05:47.562Z Downloaded num-bigint v0.4.4
13472024-04-30T20:05:47.568Z Downloaded time-macros v0.2.17
13482024-04-30T20:05:47.568Z Downloaded sct v0.7.0
13492024-04-30T20:05:47.568Z Downloaded typed-path v0.7.0
13502024-04-30T20:05:47.574Z Downloaded socket2 v0.5.6
13512024-04-30T20:05:47.574Z Downloaded rcgen v0.12.1
13522024-04-30T20:05:47.578Z Downloaded tabled v0.15.0
13532024-04-30T20:05:47.591Z Downloaded paste v1.0.14
13542024-04-30T20:05:47.594Z Downloaded partial-io v0.5.4
13552024-04-30T20:05:47.597Z Downloaded postcard v1.0.8
13562024-04-30T20:05:47.605Z Downloaded tungstenite v0.21.0
13572024-04-30T20:05:47.621Z Downloaded owo-colors v4.0.0
13582024-04-30T20:05:47.621Z Downloaded rand_xorshift v0.3.0
13592024-04-30T20:05:47.621Z Downloaded multer v3.0.0
13602024-04-30T20:05:47.622Z Downloaded crypto-bigint v0.5.2
13612024-04-30T20:05:47.629Z Downloaded darling v0.20.8
13622024-04-30T20:05:47.629Z Downloaded expectorate v1.1.0
13632024-04-30T20:05:47.629Z Downloaded schemars v0.8.16
13642024-04-30T20:05:47.633Z Downloaded zerocopy v0.6.6
13652024-04-30T20:05:47.637Z Downloaded proptest v1.4.0
13662024-04-30T20:05:47.643Z Downloaded derive_more v0.99.17
13672024-04-30T20:05:47.649Z Downloaded oso v0.27.3
13682024-04-30T20:05:47.654Z Downloaded prettyplease v0.2.19
13692024-04-30T20:05:47.659Z Downloaded rustls-webpki v0.101.7
13702024-04-30T20:05:47.669Z Downloaded bstr v0.2.17
13712024-04-30T20:05:47.679Z Downloaded trust-dns-resolver v0.22.0
13722024-04-30T20:05:47.692Z Downloaded tower v0.4.13
13732024-04-30T20:05:48.105Z Downloaded flate2 v1.0.28
13742024-04-30T20:05:48.105Z Downloaded fancy-regex v0.13.0
13752024-04-30T20:05:48.105Z Downloaded crossbeam-channel v0.5.8
13762024-04-30T20:05:48.105Z Downloaded tokio-util v0.7.10
13772024-04-30T20:05:48.105Z Downloaded rustls-webpki v0.102.1
13782024-04-30T20:05:48.105Z Downloaded unicode_categories v0.1.1
13792024-04-30T20:05:48.105Z Downloaded unicode-segmentation v1.10.1
13802024-04-30T20:05:48.106Z Downloaded petgraph v0.6.4
13812024-04-30T20:05:48.106Z Downloaded tough v0.17.1
13822024-04-30T20:05:48.106Z Downloaded nom v7.1.3
13832024-04-30T20:05:48.106Z Downloaded criterion v0.5.1
13842024-04-30T20:05:48.106Z Downloaded unicode-normalization v0.1.22
13852024-04-30T20:05:48.106Z Downloaded pest v2.7.6
13862024-04-30T20:05:48.106Z Downloaded regex-syntax v0.6.29
13872024-04-30T20:05:48.106Z Downloaded crossterm v0.27.0
13882024-04-30T20:05:48.106Z Downloaded idna v0.3.0
13892024-04-30T20:05:48.107Z Downloaded idna v0.2.3
13902024-04-30T20:05:48.107Z Downloaded portable-atomic v1.4.3
13912024-04-30T20:05:48.107Z Downloaded winnow v0.5.15
13922024-04-30T20:05:48.107Z Downloaded reqwest v0.11.24
13932024-04-30T20:05:48.107Z Downloaded zerocopy v0.7.32
13942024-04-30T20:05:48.107Z Downloaded idna v0.5.0
13952024-04-30T20:05:48.107Z Downloaded radix_trie v0.2.1
13962024-04-30T20:05:48.107Z Downloaded sqlparser v0.45.0
13972024-04-30T20:05:48.107Z Downloaded object v0.32.1
13982024-04-30T20:05:48.108Z Downloaded regress v0.9.1
13992024-04-30T20:05:48.108Z Downloaded winnow v0.6.1
14002024-04-30T20:05:48.108Z Downloaded regex-syntax v0.8.2
14012024-04-30T20:05:48.108Z Downloaded smoltcp v0.9.1
14022024-04-30T20:05:48.108Z Downloaded rustls v0.21.9
14032024-04-30T20:05:48.108Z Downloaded vcpkg v0.2.15
14042024-04-30T20:05:48.108Z Downloaded curve25519-dalek v4.1.2
14052024-04-30T20:05:48.108Z Downloaded trust-dns-proto v0.22.0
14062024-04-30T20:05:48.108Z Downloaded openssl v0.10.64
14072024-04-30T20:05:48.108Z Downloaded object v0.30.4
14082024-04-30T20:05:48.108Z Downloaded polar-core v0.27.3
14092024-04-30T20:05:48.109Z Downloaded rustix v0.38.31
14102024-04-30T20:05:48.109Z Downloaded smoltcp v0.11.0
14112024-04-30T20:05:48.109Z Downloaded diesel v2.1.6
14122024-04-30T20:05:48.109Z Downloaded rustls v0.22.4
14132024-04-30T20:05:48.113Z Downloaded ratatui v0.26.2
14142024-04-30T20:05:48.125Z Downloaded openapiv3 v2.0.0
14152024-04-30T20:05:48.137Z Downloaded zerocopy-derive v0.6.6
14162024-04-30T20:05:48.146Z Downloaded sled v0.34.7
14172024-04-30T20:05:48.155Z Downloaded bzip2-sys v0.1.11+1.0.8
14182024-04-30T20:05:48.170Z Downloaded regex-automata v0.4.5
14192024-04-30T20:05:48.186Z Downloaded libc v0.2.153
14202024-04-30T20:05:48.211Z Downloaded winapi v0.3.9
14212024-04-30T20:05:48.252Z Downloaded zerocopy-derive v0.2.0
14222024-04-30T20:05:48.258Z Downloaded nix v0.28.0
14232024-04-30T20:05:48.272Z Downloaded syn v2.0.60
14242024-04-30T20:05:48.314Z Downloaded sha3 v0.10.8
14252024-04-30T20:05:48.325Z Downloaded webpki-roots v0.25.2
14262024-04-30T20:05:48.325Z Downloaded bstr v1.9.0
14272024-04-30T20:05:48.325Z Downloaded tokio v1.37.0
14282024-04-30T20:05:48.332Z Downloaded csv v1.3.0
14292024-04-30T20:05:48.354Z Downloaded syn v1.0.109
14302024-04-30T20:05:48.367Z Downloaded regex v1.10.4
14312024-04-30T20:05:48.376Z Downloaded serde_json v1.0.116
14322024-04-30T20:05:48.382Z Downloaded rayon v1.10.0
14332024-04-30T20:05:48.391Z Downloaded quick-xml v0.31.0
14342024-04-30T20:05:48.395Z Downloaded lalrpop v0.19.12
14352024-04-30T20:05:48.406Z Downloaded gimli v0.28.0
14362024-04-30T20:05:48.413Z Downloaded uuid v1.8.0
14372024-04-30T20:05:48.418Z Downloaded serde v1.0.199
14382024-04-30T20:05:48.423Z Downloaded hyper v0.14.28
14392024-04-30T20:05:48.426Z Downloaded minimal-lexical v0.2.1
14402024-04-30T20:05:48.431Z Downloaded p521 v0.13.3
14412024-04-30T20:05:48.437Z Downloaded encoding_rs v0.8.33
14422024-04-30T20:05:48.455Z Downloaded bitvec v1.0.1
14432024-04-30T20:05:48.470Z Downloaded tinyvec v1.6.0
14442024-04-30T20:05:48.474Z Downloaded bindgen v0.69.2
14452024-04-30T20:05:48.484Z Downloaded fatfs v0.3.6
14462024-04-30T20:05:48.490Z Downloaded publicsuffix v2.2.3
14472024-04-30T20:05:48.490Z Downloaded tungstenite v0.20.1
14482024-04-30T20:05:48.515Z Downloaded socket2 v0.4.9
14492024-04-30T20:05:48.515Z Downloaded toml v0.7.8
14502024-04-30T20:05:48.515Z Downloaded rand v0.7.3
14512024-04-30T20:05:48.515Z Downloaded clap_builder v4.5.2
14522024-04-30T20:05:48.953Z Downloaded openssl-sys v0.9.102
14532024-04-30T20:05:48.953Z Downloaded plotters v0.3.5
14542024-04-30T20:05:48.953Z Downloaded itertools v0.12.1
14552024-04-30T20:05:48.953Z Downloaded resolv-conf v0.7.0
14562024-04-30T20:05:48.954Z Downloaded managed v0.8.0
14572024-04-30T20:05:48.954Z Downloaded terminal_size v0.3.0
14582024-04-30T20:05:48.954Z Downloaded termcolor v1.2.0
14592024-04-30T20:05:48.954Z Downloaded zerocopy-derive v0.7.32
14602024-04-30T20:05:48.954Z Downloaded semver v1.0.22
14612024-04-30T20:05:48.954Z Downloaded scheduled-thread-pool v0.2.7
14622024-04-30T20:05:48.954Z Downloaded parking_lot v0.12.1
14632024-04-30T20:05:48.955Z Downloaded parking_lot v0.11.2
14642024-04-30T20:05:48.955Z Downloaded h2 v0.3.26
14652024-04-30T20:05:48.955Z Downloaded goblin v0.8.0
14662024-04-30T20:05:48.955Z Downloaded ron v0.8.1
14672024-04-30T20:05:48.955Z Downloaded num-bigint-dig v0.8.4
14682024-04-30T20:05:48.956Z Downloaded hkdf v0.12.4
14692024-04-30T20:05:48.956Z Downloaded blake3 v1.5.0
14702024-04-30T20:05:48.956Z Downloaded lru-cache v0.1.2
14712024-04-30T20:05:48.956Z Downloaded fs-err v2.11.0
14722024-04-30T20:05:48.956Z Downloaded tokio-postgres v0.7.10
14732024-04-30T20:05:48.956Z Downloaded pretty_assertions v1.4.0
14742024-04-30T20:05:48.956Z Downloaded similar-asserts v1.5.0
14752024-04-30T20:05:48.957Z Downloaded serde_tokenstream v0.1.7
14762024-04-30T20:05:48.957Z Downloaded rand v0.8.5
14772024-04-30T20:05:48.957Z Downloaded trust-dns-server v0.22.1
14782024-04-30T20:05:48.957Z Downloaded libxml v0.3.3
14792024-04-30T20:05:48.957Z Downloaded crc-catalog v2.2.0
14802024-04-30T20:05:48.957Z Downloaded wait-timeout v0.2.0
14812024-04-30T20:05:48.957Z Downloaded dirs v5.0.1
14822024-04-30T20:05:48.958Z Downloaded ryu v1.0.15
14832024-04-30T20:05:48.958Z Downloaded itertools v0.10.5
14842024-04-30T20:05:48.958Z Downloaded serde_path_to_error v0.1.16
14852024-04-30T20:05:48.958Z Downloaded predicates v3.1.0
14862024-04-30T20:05:48.958Z Downloaded ppv-lite86 v0.2.17
14872024-04-30T20:05:48.958Z Downloaded powerfmt v0.2.0
14882024-04-30T20:05:48.958Z Downloaded steno v0.4.0
14892024-04-30T20:05:48.959Z Downloaded futures v0.3.30
14902024-04-30T20:05:48.959Z Downloaded russh v0.43.0
14912024-04-30T20:05:48.959Z Downloaded libm v0.2.7
14922024-04-30T20:05:48.959Z Downloaded url v2.5.0
14932024-04-30T20:05:48.959Z Downloaded rustyline v14.0.0
14942024-04-30T20:05:48.959Z Downloaded password-hash v0.4.2
14952024-04-30T20:05:48.959Z Downloaded nu-ansi-term v0.50.0
14962024-04-30T20:05:48.960Z Downloaded thiserror-impl v1.0.59
14972024-04-30T20:05:48.960Z Downloaded parking_lot_core v0.9.8
14982024-04-30T20:05:48.960Z Downloaded tokio-stream v0.1.15
14992024-04-30T20:05:48.960Z Downloaded snafu v0.8.2
15002024-04-30T20:05:48.960Z Downloaded hashbrown v0.14.3
15012024-04-30T20:05:48.960Z Downloaded x509-cert v0.2.4
15022024-04-30T20:05:48.961Z Downloaded pkcs1 v0.7.5
15032024-04-30T20:05:48.961Z Downloaded http v1.0.0
15042024-04-30T20:05:48.961Z Downloaded hashbrown v0.13.2
15052024-04-30T20:05:48.961Z Downloaded mime_guess v2.0.4
15062024-04-30T20:05:48.961Z Downloaded fallible-iterator v0.2.0
15072024-04-30T20:05:48.962Z Downloaded ecdsa v0.16.9
15082024-04-30T20:05:48.962Z Downloaded platforms v3.0.2
15092024-04-30T20:05:48.962Z Downloaded pest_meta v2.7.6
15102024-04-30T20:05:48.962Z Downloaded tracing-attributes v0.1.27
15112024-04-30T20:05:48.962Z Downloaded unarray v0.1.4
15122024-04-30T20:05:48.962Z Downloaded rustls-pemfile v1.0.3
15132024-04-30T20:05:48.963Z Downloaded strum_macros v0.25.2
15142024-04-30T20:05:48.963Z Downloaded rand_seeder v0.2.3
15152024-04-30T20:05:48.963Z Downloaded rand_chacha v0.2.2
15162024-04-30T20:05:48.963Z Downloaded tinytemplate v1.2.1
15172024-04-30T20:05:48.963Z Downloaded indexmap v2.2.6
15182024-04-30T20:05:48.963Z Downloaded rstest_macros v0.19.0
15192024-04-30T20:05:48.963Z Downloaded crc-any v2.4.3
15202024-04-30T20:05:48.963Z Downloaded serde_plain v1.0.2
15212024-04-30T20:05:48.963Z Downloaded rustls-pemfile v2.1.2
15222024-04-30T20:05:48.963Z Downloaded indexmap v1.9.3
15232024-04-30T20:05:48.963Z Downloaded const_format v0.2.32
15242024-04-30T20:05:48.964Z Downloaded blake2 v0.10.6
15252024-04-30T20:05:48.964Z Downloaded wyz v0.5.1
15262024-04-30T20:05:48.964Z Downloaded utf8parse v0.2.1
15272024-04-30T20:05:48.964Z Downloaded heapless v0.7.16
15282024-04-30T20:05:48.964Z Downloaded backtrace v0.3.69
15292024-04-30T20:05:48.964Z Downloaded arc-swap v1.6.0
15302024-04-30T20:05:48.965Z Downloaded string_cache v0.8.7
15312024-04-30T20:05:48.965Z Downloaded stable_deref_trait v1.2.0
15322024-04-30T20:05:48.965Z Downloaded signature v2.1.0
15332024-04-30T20:05:48.965Z Downloaded serde_urlencoded v0.7.1
15342024-04-30T20:05:48.965Z Downloaded libtest-mimic v0.7.2
15352024-04-30T20:05:48.965Z Downloaded num-integer v0.1.46
15362024-04-30T20:05:48.965Z Downloaded constant_time_eq v0.3.0
15372024-04-30T20:05:48.965Z Downloaded num-derive v0.4.0
15382024-04-30T20:05:48.965Z Downloaded usdt-impl v0.5.0
15392024-04-30T20:05:48.965Z Downloaded chacha20poly1305 v0.10.1
15402024-04-30T20:05:48.965Z Downloaded zeroize v1.7.0
15412024-04-30T20:05:48.965Z Downloaded defmt-parser v0.3.3
15422024-04-30T20:05:48.965Z Downloaded defmt-macros v0.3.6
15432024-04-30T20:05:48.965Z Downloaded hyper-util v0.1.2
15442024-04-30T20:05:48.965Z Downloaded cfg-expr v0.15.6
15452024-04-30T20:05:48.966Z Downloaded bytes v1.6.0
15462024-04-30T20:05:48.966Z Downloaded bitflags v2.4.2
15472024-04-30T20:05:48.966Z Downloaded polyval v0.6.1
15482024-04-30T20:05:48.966Z Downloaded ipnet v2.9.0
15492024-04-30T20:05:48.966Z Downloaded humantime v2.1.0
15502024-04-30T20:05:48.966Z Downloaded argon2 v0.5.3
15512024-04-30T20:05:48.966Z Downloaded pkcs8 v0.10.2
15522024-04-30T20:05:48.984Z Downloaded cargo_toml v0.20.2
15532024-04-30T20:05:48.984Z Downloaded libsw v3.3.1
15542024-04-30T20:05:48.984Z Downloaded hyper-staticfile v0.9.5
15552024-04-30T20:05:48.985Z Downloaded scroll v0.12.0
15562024-04-30T20:05:48.985Z Downloaded backoff v0.4.0
15572024-04-30T20:05:48.985Z Downloaded ascii v1.1.0
15582024-04-30T20:05:48.985Z Downloaded bzip2 v0.4.4
15592024-04-30T20:05:48.985Z Downloaded base64ct v1.6.0
15602024-04-30T20:05:48.986Z Downloaded arrayvec v0.7.4
15612024-04-30T20:05:48.986Z Downloaded hubpack v0.1.2
15622024-04-30T20:05:48.986Z Downloaded console v0.15.8
15632024-04-30T20:05:48.986Z Downloaded bit-vec v0.6.3
15642024-04-30T20:05:48.986Z Downloaded time-core v0.1.2
15652024-04-30T20:05:48.987Z Downloaded termtree v0.4.1
15662024-04-30T20:05:48.987Z Downloaded atomic-waker v1.1.1
15672024-04-30T20:05:48.987Z Downloaded http-body v0.4.5
15682024-04-30T20:05:48.987Z Downloaded highway v1.1.0
15692024-04-30T20:05:48.987Z Downloaded hex v0.4.3
15702024-04-30T20:05:48.987Z Downloaded headers v0.3.9
15712024-04-30T20:05:48.988Z Downloaded async-trait v0.1.80
15722024-04-30T20:05:48.988Z Downloaded hubpack_derive v0.1.1
15732024-04-30T20:05:48.988Z Downloaded bb8 v0.8.3
15742024-04-30T20:05:48.988Z Downloaded async-recursion v1.1.0
15752024-04-30T20:05:48.988Z Downloaded castaway v0.2.2
15762024-04-30T20:05:48.988Z Downloaded autocfg v1.1.0
15772024-04-30T20:05:48.989Z Downloaded async-stream v0.3.5
15782024-04-30T20:05:48.989Z Downloaded arrayref v0.3.7
15792024-04-30T20:05:48.989Z Downloaded addr2line v0.21.0
15802024-04-30T20:05:48.989Z Downloaded futures-core v0.3.30
15812024-04-30T20:05:48.989Z Downloaded aead v0.5.2
15822024-04-30T20:05:48.989Z Downloaded ring v0.17.8
15832024-04-30T20:05:48.989Z Downloaded ring v0.16.20
15842024-04-30T20:05:49.884Z Compiling unicode-ident v1.0.12
15852024-04-30T20:05:49.884Z Compiling proc-macro2 v1.0.81
15862024-04-30T20:05:49.887Z Compiling libc v0.2.153
15872024-04-30T20:05:49.887Z Compiling cfg-if v1.0.0
15882024-04-30T20:05:49.887Z Compiling serde v1.0.199
15892024-04-30T20:05:49.887Z Compiling version_check v0.9.4
15902024-04-30T20:05:49.938Z Compiling autocfg v1.1.0
15912024-04-30T20:05:49.942Z Compiling memchr v2.7.1
15922024-04-30T20:05:49.951Z Running `/home/build/.rustup/toolchains/1.77.2-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=20ebe702dba024b8 -C extra-filename=-20ebe702dba024b8 --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`
15932024-04-30T20:05:49.951Z Running `/home/build/.rustup/toolchains/1.77.2-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.81/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=1b806b30779cf5e4 -C extra-filename=-1b806b30779cf5e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15942024-04-30T20:05:49.959Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/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=01bdbfac0a341c9e -C extra-filename=-01bdbfac0a341c9e --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15952024-04-30T20:05:49.959Z Running `/home/build/.rustup/toolchains/1.77.2-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=427020ca80f73ebb -C extra-filename=-427020ca80f73ebb --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`
15962024-04-30T20:05:49.959Z Running `/home/build/.rustup/toolchains/1.77.2-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.199/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=ba1b5dbc06008d5c -C extra-filename=-ba1b5dbc06008d5c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-ba1b5dbc06008d5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15972024-04-30T20:05:49.960Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d2769c741d5e1f4 -C extra-filename=-2d2769c741d5e1f4 --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-04-30T20:05:49.963Z Running `/home/build/.rustup/toolchains/1.77.2-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=3867c0de5f5bc283 -C extra-filename=-3867c0de5f5bc283 --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`
15992024-04-30T20:05:49.963Z Running `/home/build/.rustup/toolchains/1.77.2-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=da62becbb68e1686 -C extra-filename=-da62becbb68e1686 --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-04-30T20:05:50.059Z Compiling byteorder v1.5.0
16012024-04-30T20:05:50.064Z Running `/home/build/.rustup/toolchains/1.77.2-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=a7919d510375f8f6 -C extra-filename=-a7919d510375f8f6 --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-04-30T20:05:50.149Z Compiling log v0.4.21
16032024-04-30T20:05:50.153Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=0f58a9cf96294e99 -C extra-filename=-0f58a9cf96294e99 --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-04-30T20:05:50.473Z Compiling once_cell v1.19.0
16052024-04-30T20:05:50.476Z Running `/home/build/.rustup/toolchains/1.77.2-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"' -C metadata=382c12cfca40d2db -C extra-filename=-382c12cfca40d2db --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`
16062024-04-30T20:05:50.557Z Compiling itoa v1.0.9
16072024-04-30T20:05:50.568Z Running `/home/build/.rustup/toolchains/1.77.2-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=8887d85b8db1efbb -C extra-filename=-8887d85b8db1efbb --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`
16082024-04-30T20:05:50.754Z Compiling syn v1.0.109
16092024-04-30T20:05:50.762Z Running `/home/build/.rustup/toolchains/1.77.2-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=ff883ca2ab55e8cc -C extra-filename=-ff883ca2ab55e8cc --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-04-30T20:05:50.762Z Compiling lock_api v0.4.10
16112024-04-30T20:05:50.762Z Running `/home/build/.rustup/toolchains/1.77.2-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=d07f51eca1e47e77 -C extra-filename=-d07f51eca1e47e77 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-04-30T20:05:50.792Z Compiling scopeguard v1.2.0
16132024-04-30T20:05:50.805Z Running `/home/build/.rustup/toolchains/1.77.2-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=31fabae75ce6f4cf -C extra-filename=-31fabae75ce6f4cf --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`
16142024-04-30T20:05:50.805Z Compiling smallvec v1.13.1
16152024-04-30T20:05:50.806Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167c091d196f46c -C extra-filename=-9167c091d196f46c --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`
16162024-04-30T20:05:50.881Z Compiling parking_lot_core v0.9.8
16172024-04-30T20:05:50.886Z Running `/home/build/.rustup/toolchains/1.77.2-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=4c9e6a8a2ac061e0 -C extra-filename=-4c9e6a8a2ac061e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-04-30T20:05:51.113Z Compiling thiserror v1.0.59
16192024-04-30T20:05:51.116Z Running `/home/build/.rustup/toolchains/1.77.2-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.59/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=6413535ed1de6105 -C extra-filename=-6413535ed1de6105 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-6413535ed1de6105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-04-30T20:05:51.332Z Compiling ryu v1.0.15
16212024-04-30T20:05:51.336Z Running `/home/build/.rustup/toolchains/1.77.2-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=4d2b5e30bc2a618d -C extra-filename=-4d2b5e30bc2a618d --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`
16222024-04-30T20:05:51.538Z Compiling libm v0.2.7
16232024-04-30T20:05:51.546Z Running `/home/build/.rustup/toolchains/1.77.2-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=eec16ce610f10f91 -C extra-filename=-eec16ce610f10f91 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-04-30T20:05:51.935Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91/build-script-build`
16252024-04-30T20:05:51.950Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77/build-script-build`
16262024-04-30T20:05:51.965Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0/build-script-build`
16272024-04-30T20:05:51.965Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6413535ed1de6105/build-script-build`
16282024-04-30T20:05:51.965Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-ba1b5dbc06008d5c/build-script-build`
16292024-04-30T20:05:51.984Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4/build-script-build`
16302024-04-30T20:05:51.991Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc/build-script-build`
16312024-04-30T20:05:51.991Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e/build-script-build`
16322024-04-30T20:05:52.099Z Compiling num-traits v0.2.18
16332024-04-30T20:05:52.521Z Compiling pin-project-lite v0.2.13
16342024-04-30T20:05:52.521Z Running `/home/build/.rustup/toolchains/1.77.2-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.18/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=0945d2352964fe33 -C extra-filename=-0945d2352964fe33 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16352024-04-30T20:05:52.521Z Running `/home/build/.rustup/toolchains/1.77.2-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=d167b65cdd5db125 -C extra-filename=-d167b65cdd5db125 --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`
16362024-04-30T20:05:52.535Z Compiling ahash v0.8.8
16372024-04-30T20:05:52.535Z Running `/home/build/.rustup/toolchains/1.77.2-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=adcb2ed4280e6f27 -C extra-filename=-adcb2ed4280e6f27 --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`
16382024-04-30T20:05:52.536Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=a9546b2d0d58a77c -C extra-filename=-a9546b2d0d58a77c --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-04-30T20:05:52.536Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0389f312b031ed53 -C extra-filename=-0389f312b031ed53 --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`
16402024-04-30T20:05:52.536Z Running `/home/build/.rustup/toolchains/1.77.2-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=c9564712d536a6c6 -C extra-filename=-c9564712d536a6c6 --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-31fabae75ce6f4cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16412024-04-30T20:05:52.536Z Compiling serde_json v1.0.116
16422024-04-30T20:05:52.536Z Running `/home/build/.rustup/toolchains/1.77.2-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.116/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=e2ef056c007a75d0 -C extra-filename=-e2ef056c007a75d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-04-30T20:05:52.536Z Compiling allocator-api2 v0.2.16
16442024-04-30T20:05:52.536Z Running `/home/build/.rustup/toolchains/1.77.2-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=91a5305897b3c90d -C extra-filename=-91a5305897b3c90d --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`
16452024-04-30T20:05:52.537Z Running `/home/build/.rustup/toolchains/1.77.2-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.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4df7e40006520d57 -C extra-filename=-4df7e40006520d57 --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-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span`
16462024-04-30T20:05:52.537Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33/build-script-build`
16472024-04-30T20:05:52.555Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c/build-script-build`
16482024-04-30T20:05:52.602Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0/build-script-build`
16492024-04-30T20:05:52.627Z Compiling futures-core v0.3.30
16502024-04-30T20:05:52.644Z Running `/home/build/.rustup/toolchains/1.77.2-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=4b00f13a31442673 -C extra-filename=-4b00f13a31442673 --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`
16512024-04-30T20:05:52.650Z Compiling typenum v1.16.0
16522024-04-30T20:05:52.650Z Running `/home/build/.rustup/toolchains/1.77.2-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=7126b74aeddb1de5 -C extra-filename=-7126b74aeddb1de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-04-30T20:05:52.670Z Compiling generic-array v0.14.7
16542024-04-30T20:05:52.674Z Running `/home/build/.rustup/toolchains/1.77.2-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=b27c16a5e87d4c9c -C extra-filename=-b27c16a5e87d4c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-04-30T20:05:52.854Z Compiling subtle v2.5.0
16562024-04-30T20:05:52.860Z Running `/home/build/.rustup/toolchains/1.77.2-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=93719c719eb5e858 -C extra-filename=-93719c719eb5e858 --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-04-30T20:05:53.007Z Compiling quote v1.0.36
16582024-04-30T20:05:53.010Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=98595d0328ae9e60 -C extra-filename=-98595d0328ae9e60 --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-4df7e40006520d57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-04-30T20:05:53.152Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c/build-script-build`
16602024-04-30T20:05:53.203Z Compiling spin v0.5.2
16612024-04-30T20:05:53.223Z Running `/home/build/.rustup/toolchains/1.77.2-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=07b2de1e1dcb304c -C extra-filename=-07b2de1e1dcb304c --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`
16622024-04-30T20:05:53.229Z Compiling fnv v1.0.7
16632024-04-30T20:05:53.229Z Running `/home/build/.rustup/toolchains/1.77.2-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=94cd0cc82801ac87 -C extra-filename=-94cd0cc82801ac87 --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`
16642024-04-30T20:05:53.327Z Compiling getrandom v0.2.12
16652024-04-30T20:05:53.331Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=cd233cf452b8a58f -C extra-filename=-cd233cf452b8a58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-04-30T20:05:53.352Z Running `/home/build/.rustup/toolchains/1.77.2-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=27fe2c70089ad6c7 -C extra-filename=-27fe2c70089ad6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-04-30T20:05:53.435Z Compiling cc v1.0.83
16682024-04-30T20:05:53.438Z Running `/home/build/.rustup/toolchains/1.77.2-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=05c2831c2b856dca -C extra-filename=-05c2831c2b856dca --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-04-30T20:05:53.478Z Running `/home/build/.rustup/toolchains/1.77.2-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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9b6bd62349cd45ab -C extra-filename=-9b6bd62349cd45ab --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-adcb2ed4280e6f27.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_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
16702024-04-30T20:05:53.653Z Compiling syn v2.0.60
16712024-04-30T20:05:53.668Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="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="visit"' --cfg 'feature="visit-mut"' -C metadata=f2dfcc17c45f96c5 -C extra-filename=-f2dfcc17c45f96c5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-04-30T20:05:53.814Z Running `/home/build/.rustup/toolchains/1.77.2-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=7c1a39fca37282b5 -C extra-filename=-7c1a39fca37282b5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16732024-04-30T20:05:53.819Z Compiling rand_core v0.6.4
16742024-04-30T20:05:53.819Z Running `/home/build/.rustup/toolchains/1.77.2-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=4e5690172993484a -C extra-filename=-4e5690172993484a --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-cd233cf452b8a58f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16752024-04-30T20:05:53.842Z Compiling parking_lot v0.12.1
16762024-04-30T20:05:53.863Z Running `/home/build/.rustup/toolchains/1.77.2-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=129c770cfa0fa0c9 -C extra-filename=-129c770cfa0fa0c9 --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-c9564712d536a6c6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-27fe2c70089ad6c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-04-30T20:05:54.019Z Compiling signal-hook-registry v1.4.1
16782024-04-30T20:05:54.022Z Running `/home/build/.rustup/toolchains/1.77.2-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=7520df6e6953f815 -C extra-filename=-7520df6e6953f815 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16792024-04-30T20:05:54.044Z Compiling mio v0.8.11
16802024-04-30T20:05:54.048Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=c3bb25176b51b31a -C extra-filename=-c3bb25176b51b31a --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-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16812024-04-30T20:05:54.341Z Compiling num_cpus v1.16.0
16822024-04-30T20:05:54.349Z Running `/home/build/.rustup/toolchains/1.77.2-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=748fc070e563926b -C extra-filename=-748fc070e563926b --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-04-30T20:05:54.459Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5/build-script-main`
16842024-04-30T20:05:54.738Z Running `/home/build/.rustup/toolchains/1.77.2-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=ce4989e7402d9db9 -C extra-filename=-ce4989e7402d9db9 --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`
16852024-04-30T20:05:54.879Z Compiling socket2 v0.5.6
16862024-04-30T20:05:54.891Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' -C metadata=1d188b7fe82162ba -C extra-filename=-1d188b7fe82162ba --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16872024-04-30T20:05:54.898Z Compiling equivalent v1.0.1
16882024-04-30T20:05:54.898Z Running `/home/build/.rustup/toolchains/1.77.2-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=5752ccbf4d3cc26b -C extra-filename=-5752ccbf4d3cc26b --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`
16892024-04-30T20:05:55.021Z Compiling futures-sink v0.3.30
16902024-04-30T20:05:55.043Z Running `/home/build/.rustup/toolchains/1.77.2-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=32a2524a08049364 -C extra-filename=-32a2524a08049364 --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`
16912024-04-30T20:05:55.170Z Compiling slab v0.4.9
16922024-04-30T20:05:55.183Z Running `/home/build/.rustup/toolchains/1.77.2-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=1f31ff7e846f8557 -C extra-filename=-1f31ff7e846f8557 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16932024-04-30T20:05:55.319Z Compiling pin-utils v0.1.0
16942024-04-30T20:05:55.335Z Running `/home/build/.rustup/toolchains/1.77.2-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=611962d7d561619c -C extra-filename=-611962d7d561619c --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`
16952024-04-30T20:05:55.407Z Compiling futures-channel v0.3.30
16962024-04-30T20:05:55.411Z Running `/home/build/.rustup/toolchains/1.77.2-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=e5c5dc3a4642b306 -C extra-filename=-e5c5dc3a4642b306 --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-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-04-30T20:05:55.597Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557/build-script-build`
16982024-04-30T20:05:55.634Z Compiling futures-io v0.3.30
16992024-04-30T20:05:55.658Z Running `/home/build/.rustup/toolchains/1.77.2-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=2f043457ba4fdc68 -C extra-filename=-2f043457ba4fdc68 --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`
17002024-04-30T20:05:55.689Z Running `/home/build/.rustup/toolchains/1.77.2-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=edb584a0f4b99b22 -C extra-filename=-edb584a0f4b99b22 --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`
17012024-04-30T20:05:55.785Z Compiling futures-task v0.3.30
17022024-04-30T20:05:55.791Z Running `/home/build/.rustup/toolchains/1.77.2-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=3b68754ba6b0f75d -C extra-filename=-3b68754ba6b0f75d --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`
17032024-04-30T20:05:55.826Z Compiling regex-syntax v0.8.2
17042024-04-30T20:05:55.829Z Running `/home/build/.rustup/toolchains/1.77.2-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=13b943facd0e7476 -C extra-filename=-13b943facd0e7476 --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-04-30T20:05:55.931Z Compiling heck v0.4.1
17062024-04-30T20:05:55.939Z Running `/home/build/.rustup/toolchains/1.77.2-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=1a1678ba78df6067 -C extra-filename=-1a1678ba78df6067 --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-04-30T20:05:55.953Z Compiling const-oid v0.9.6
17082024-04-30T20:05:55.957Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="db"' --cfg 'feature="std"' -C metadata=6bf68d27d0b9a310 -C extra-filename=-6bf68d27d0b9a310 --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`
17092024-04-30T20:05:56.100Z Compiling aho-corasick v1.1.2
17102024-04-30T20:05:56.118Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=e6492b28b6244c5c -C extra-filename=-e6492b28b6244c5c --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-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-04-30T20:05:56.144Z Compiling iana-time-zone v0.1.57
17122024-04-30T20:05:56.149Z Running `/home/build/.rustup/toolchains/1.77.2-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=5a6c6600307a4b8a -C extra-filename=-5a6c6600307a4b8a --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`
17132024-04-30T20:05:56.371Z Compiling tinyvec_macros v0.1.1
17142024-04-30T20:05:56.392Z Running `/home/build/.rustup/toolchains/1.77.2-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=47ec3aca49642e13 -C extra-filename=-47ec3aca49642e13 --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`
17152024-04-30T20:05:56.450Z Compiling tinyvec v1.6.0
17162024-04-30T20:05:56.453Z Running `/home/build/.rustup/toolchains/1.77.2-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=9b67bfa3bc4355e5 -C extra-filename=-9b67bfa3bc4355e5 --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-47ec3aca49642e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-04-30T20:05:56.485Z Compiling rustix v0.38.31
17182024-04-30T20:05:56.895Z Running `/home/build/.rustup/toolchains/1.77.2-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.31/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=d64a8550e65d8fca -C extra-filename=-d64a8550e65d8fca --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-04-30T20:05:56.895Z Compiling lazy_static v1.4.0
17202024-04-30T20:05:56.895Z Running `/home/build/.rustup/toolchains/1.77.2-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=998cd0269062e61e -C extra-filename=-998cd0269062e61e --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-07b2de1e1dcb304c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-04-30T20:05:56.895Z Compiling errno v0.3.8
17222024-04-30T20:05:56.896Z Running `/home/build/.rustup/toolchains/1.77.2-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=8c5348ae294d0db5 -C extra-filename=-8c5348ae294d0db5 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-04-30T20:05:56.909Z Compiling tracing-core v0.1.32
17242024-04-30T20:05:56.939Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="once_cell"' --cfg 'feature="std"' -C metadata=6c4d7cac70e61a1e -C extra-filename=-6c4d7cac70e61a1e --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-382c12cfca40d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-04-30T20:05:57.296Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca/build-script-build`
17262024-04-30T20:05:57.412Z Compiling ppv-lite86 v0.2.17
17272024-04-30T20:05:57.422Z Running `/home/build/.rustup/toolchains/1.77.2-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=8f6ebf3a73b53cd2 -C extra-filename=-8f6ebf3a73b53cd2 --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`
17282024-04-30T20:05:57.735Z Compiling pkg-config v0.3.27
17292024-04-30T20:05:57.739Z Running `/home/build/.rustup/toolchains/1.77.2-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=1c87eb8758148fb3 -C extra-filename=-1c87eb8758148fb3 --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`
17302024-04-30T20:05:58.306Z Compiling unicode-normalization v0.1.22
17312024-04-30T20:05:58.323Z Running `/home/build/.rustup/toolchains/1.77.2-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=fd7e19e5a07f3a04 -C extra-filename=-fd7e19e5a07f3a04 --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-9b67bfa3bc4355e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17322024-04-30T20:05:58.324Z Compiling unicode-bidi v0.3.15
17332024-04-30T20:05:58.324Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=3c45bd070bddd25d -C extra-filename=-3c45bd070bddd25d --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`
17342024-04-30T20:05:58.324Z Compiling dyn-clone v1.0.17
17352024-04-30T20:05:58.324Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=3249fec9e60f9013 -C extra-filename=-3249fec9e60f9013 --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`
17362024-04-30T20:05:58.487Z Compiling cpufeatures v0.2.12
17372024-04-30T20:05:58.505Z Running `/home/build/.rustup/toolchains/1.77.2-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=1ffb3fa88be7e604 -C extra-filename=-1ffb3fa88be7e604 --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`
17382024-04-30T20:05:58.575Z Compiling schemars v0.8.16
17392024-04-30T20:05:58.604Z Running `/home/build/.rustup/toolchains/1.77.2-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="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=f1be40d591632ed1 -C extra-filename=-f1be40d591632ed1 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-04-30T20:05:58.969Z Compiling rand_chacha v0.3.1
17412024-04-30T20:05:58.976Z Running `/home/build/.rustup/toolchains/1.77.2-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=c97181c078b51aa5 -C extra-filename=-c97181c078b51aa5 --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-8f6ebf3a73b53cd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-04-30T20:05:58.991Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1/build-script-build`
17432024-04-30T20:05:59.029Z Compiling uuid v0.8.2
17442024-04-30T20:05:59.460Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2046012f89f5443c -C extra-filename=-2046012f89f5443c --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`
17452024-04-30T20:05:59.464Z Compiling percent-encoding v2.3.1
17462024-04-30T20:05:59.464Z Running `/home/build/.rustup/toolchains/1.77.2-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=b34c0d67524cd63e -C extra-filename=-b34c0d67524cd63e --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`
17472024-04-30T20:05:59.464Z Compiling regex-automata v0.4.5
17482024-04-30T20:05:59.464Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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=757d6c3bab2f837f -C extra-filename=-757d6c3bab2f837f --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-e6492b28b6244c5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-04-30T20:05:59.601Z Compiling rand v0.8.5
17502024-04-30T20:05:59.604Z Running `/home/build/.rustup/toolchains/1.77.2-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=0c34402c0bb98ee0 -C extra-filename=-0c34402c0bb98ee0 --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-0389f312b031ed53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17512024-04-30T20:05:59.862Z Compiling spin v0.9.8
17522024-04-30T20:05:59.873Z Running `/home/build/.rustup/toolchains/1.77.2-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=d5a571760a738685 -C extra-filename=-d5a571760a738685 --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-c9564712d536a6c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-04-30T20:06:00.213Z Compiling form_urlencoded v1.2.1
17542024-04-30T20:06:00.216Z Running `/home/build/.rustup/toolchains/1.77.2-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=a3a49be3a807ac3f -C extra-filename=-a3a49be3a807ac3f --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-b34c0d67524cd63e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-04-30T20:06:00.522Z Compiling serde_derive_internals v0.26.0
17562024-04-30T20:06:00.525Z Running `/home/build/.rustup/toolchains/1.77.2-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=23da52d9f9ee9b85 -C extra-filename=-23da52d9f9ee9b85 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-04-30T20:06:00.808Z Compiling powerfmt v0.2.0
17582024-04-30T20:06:00.849Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-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=446db202808c2104 -C extra-filename=-446db202808c2104 --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`
17592024-04-30T20:06:01.208Z Compiling time-core v0.1.2
17602024-04-30T20:06:01.244Z Running `/home/build/.rustup/toolchains/1.77.2-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99baac3ec95711c7 -C extra-filename=-99baac3ec95711c7 --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`
17612024-04-30T20:06:01.376Z Compiling num-conv v0.1.0
17622024-04-30T20:06:01.386Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=67e78ec5d933cf6a -C extra-filename=-67e78ec5d933cf6a --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`
17632024-04-30T20:06:01.608Z Compiling httparse v1.8.0
17642024-04-30T20:06:01.616Z Running `/home/build/.rustup/toolchains/1.77.2-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=4b73d3e921ff6bb9 -C extra-filename=-4b73d3e921ff6bb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-04-30T20:06:01.661Z Compiling time-macros v0.2.17
17662024-04-30T20:06:01.666Z Running `/home/build/.rustup/toolchains/1.77.2-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.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=a85a80b48f67247a -C extra-filename=-a85a80b48f67247a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-67e78ec5d933cf6a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-99baac3ec95711c7.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-04-30T20:06:02.158Z Compiling deranged v0.3.11
17682024-04-30T20:06:02.158Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=da24a4a4a64e0e8e -C extra-filename=-da24a4a4a64e0e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-446db202808c2104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17692024-04-30T20:06:02.158Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9/build-script-build`
17702024-04-30T20:06:02.158Z Compiling num_threads v0.1.6
17712024-04-30T20:06:02.158Z Running `/home/build/.rustup/toolchains/1.77.2-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=481e618ba327a66a -C extra-filename=-481e618ba327a66a --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`
17722024-04-30T20:06:02.225Z Running `/home/build/.rustup/toolchains/1.77.2-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=ea15729c177c2ea6 -C extra-filename=-ea15729c177c2ea6 --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`
17732024-04-30T20:06:02.249Z Compiling ring v0.17.8
17742024-04-30T20:06:02.253Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=89dfbee52b042801 -C extra-filename=-89dfbee52b042801 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-04-30T20:06:02.903Z Compiling unicode-width v0.1.11
17762024-04-30T20:06:02.914Z Running `/home/build/.rustup/toolchains/1.77.2-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=7be4cd6866eb5f17 -C extra-filename=-7be4cd6866eb5f17 --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`
17772024-04-30T20:06:03.093Z Compiling idna v0.5.0
17782024-04-30T20:06:03.099Z Running `/home/build/.rustup/toolchains/1.77.2-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=cbc874d35908b620 -C extra-filename=-cbc874d35908b620 --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-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17792024-04-30T20:06:03.392Z Compiling either v1.11.0
17802024-04-30T20:06:03.413Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=3e218f4211a406b1 -C extra-filename=-3e218f4211a406b1 --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`
17812024-04-30T20:06:03.583Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801/build-script-build`
17822024-04-30T20:06:03.749Z Compiling semver v1.0.22
17832024-04-30T20:06:03.756Z Running `/home/build/.rustup/toolchains/1.77.2-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.22/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=5e22229ec32fb546 -C extra-filename=-5e22229ec32fb546 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-04-30T20:06:03.771Z Compiling rustversion v1.0.14
17852024-04-30T20:06:03.775Z Running `/home/build/.rustup/toolchains/1.77.2-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=52734b0d7e1ee24b -C extra-filename=-52734b0d7e1ee24b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17862024-04-30T20:06:04.353Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546/build-script-build`
17872024-04-30T20:06:04.489Z Compiling url v2.5.0
17882024-04-30T20:06:04.489Z Running `/home/build/.rustup/toolchains/1.77.2-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=ea704619c5387062 -C extra-filename=-ea704619c5387062 --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-a3a49be3a807ac3f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-cbc874d35908b620.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-04-30T20:06:04.532Z Compiling regex v1.10.4
17902024-04-30T20:06:04.532Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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"' --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=260c62b40b29cd04 -C extra-filename=-260c62b40b29cd04 --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-e6492b28b6244c5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-04-30T20:06:04.540Z Compiling adler v1.0.2
17922024-04-30T20:06:04.540Z Running `/home/build/.rustup/toolchains/1.77.2-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=540a1373da4b8d3b -C extra-filename=-540a1373da4b8d3b --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`
17932024-04-30T20:06:04.713Z Compiling miniz_oxide v0.7.1
17942024-04-30T20:06:04.717Z Running `/home/build/.rustup/toolchains/1.77.2-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=e9a21832a2db6cf9 -C extra-filename=-e9a21832a2db6cf9 --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-540a1373da4b8d3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-04-30T20:06:05.092Z Compiling time v0.3.34
17962024-04-30T20:06:05.106Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs --error-format=json --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=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=27a7898fe94cad80 -C extra-filename=-27a7898fe94cad80 --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-da24a4a4a64e0e8e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-67e78ec5d933cf6a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-481e618ba327a66a.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-446db202808c2104.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-99baac3ec95711c7.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a85a80b48f67247a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-04-30T20:06:05.562Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b/build-script-build`
17982024-04-30T20:06:05.562Z Compiling untrusted v0.9.0
17992024-04-30T20:06:05.562Z Running `/home/build/.rustup/toolchains/1.77.2-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=8fced45147420ad4 -C extra-filename=-8fced45147420ad4 --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`
18002024-04-30T20:06:05.693Z Compiling vcpkg v0.2.15
18012024-04-30T20:06:05.698Z Running `/home/build/.rustup/toolchains/1.77.2-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=03adc5e0abc5f680 -C extra-filename=-03adc5e0abc5f680 --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`
18022024-04-30T20:06:05.954Z Compiling base64 v0.21.7
18032024-04-30T20:06:05.958Z Running `/home/build/.rustup/toolchains/1.77.2-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=6db86b2c48c11a61 -C extra-filename=-6db86b2c48c11a61 --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`
18042024-04-30T20:06:06.065Z Compiling slog v2.7.0
18052024-04-30T20:06:06.087Z Running `/home/build/.rustup/toolchains/1.77.2-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=6c5b3d70e12dd857 -C extra-filename=-6c5b3d70e12dd857 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-04-30T20:06:06.624Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857/build-script-build`
18072024-04-30T20:06:06.694Z Running `/home/build/.rustup/toolchains/1.77.2-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=447711a94439c285 -C extra-filename=-447711a94439c285 --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-04-30T20:06:06.720Z Compiling try-lock v0.2.4
18092024-04-30T20:06:06.728Z Running `/home/build/.rustup/toolchains/1.77.2-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=acd2ef948ecc82b5 -C extra-filename=-acd2ef948ecc82b5 --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`
18102024-04-30T20:06:06.872Z Compiling want v0.3.1
18112024-04-30T20:06:06.872Z Running `/home/build/.rustup/toolchains/1.77.2-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=b2d56623507e70ba -C extra-filename=-b2d56623507e70ba --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-acd2ef948ecc82b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18122024-04-30T20:06:07.144Z Running `/home/build/.rustup/toolchains/1.77.2-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=13c318f5fdda9b42 -C extra-filename=-13c318f5fdda9b42 --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`
18132024-04-30T20:06:07.499Z Compiling serde_derive v1.0.199
18142024-04-30T20:06:07.503Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.199/src/lib.rs --error-format=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=b8805f4509fb28a5 -C extra-filename=-b8805f4509fb28a5 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-04-30T20:06:07.708Z Compiling zerocopy-derive v0.7.32
18162024-04-30T20:06:07.714Z Running `/home/build/.rustup/toolchains/1.77.2-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=6a57cface222f9e6 -C extra-filename=-6a57cface222f9e6 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-04-30T20:06:07.764Z Compiling thiserror-impl v1.0.59
18182024-04-30T20:06:08.221Z Running `/home/build/.rustup/toolchains/1.77.2-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.59/src/lib.rs --error-format=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=890f0ab670980a42 -C extra-filename=-890f0ab670980a42 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-04-30T20:06:08.221Z Compiling zeroize_derive v1.4.2
18202024-04-30T20:06:08.221Z Running `/home/build/.rustup/toolchains/1.77.2-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=a805058b24b31221 -C extra-filename=-a805058b24b31221 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-04-30T20:06:08.732Z Compiling tokio-macros v2.2.0
18222024-04-30T20:06:08.737Z Running `/home/build/.rustup/toolchains/1.77.2-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=9ab5c902045c8d97 -C extra-filename=-9ab5c902045c8d97 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-04-30T20:06:09.626Z Compiling zeroize v1.7.0
18242024-04-30T20:06:09.629Z Running `/home/build/.rustup/toolchains/1.77.2-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=3aec30add0a8be8d -C extra-filename=-3aec30add0a8be8d --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-a805058b24b31221.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-04-30T20:06:09.909Z Running `/home/build/.rustup/toolchains/1.77.2-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=956726fc5d1e2865 -C extra-filename=-956726fc5d1e2865 --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-ce4989e7402d9db9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18262024-04-30T20:06:10.010Z Compiling futures-macro v0.3.30
18272024-04-30T20:06:10.013Z Running `/home/build/.rustup/toolchains/1.77.2-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=7908c62313e50d00 -C extra-filename=-7908c62313e50d00 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-04-30T20:06:10.072Z Compiling tracing-attributes v0.1.27
18292024-04-30T20:06:10.075Z Running `/home/build/.rustup/toolchains/1.77.2-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.27/src/lib.rs --error-format=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=f55283588fd1df82 -C extra-filename=-f55283588fd1df82 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-04-30T20:06:10.112Z Compiling zerocopy v0.7.32
18312024-04-30T20:06:10.115Z Running `/home/build/.rustup/toolchains/1.77.2-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=ad39d6646bb5dbb5 -C extra-filename=-ad39d6646bb5dbb5 --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-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6a57cface222f9e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-04-30T20:06:11.026Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d7cba1b26dce711 -C extra-filename=-9d7cba1b26dce711 --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-890f0ab670980a42.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18332024-04-30T20:06:11.168Z Compiling crypto-common v0.1.6
18342024-04-30T20:06:11.173Z Running `/home/build/.rustup/toolchains/1.77.2-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=3671815212ae050e -C extra-filename=-3671815212ae050e --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-956726fc5d1e2865.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-ce4989e7402d9db9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-04-30T20:06:11.232Z Compiling block-buffer v0.10.4
18362024-04-30T20:06:11.236Z Running `/home/build/.rustup/toolchains/1.77.2-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=5ae966e5fa3b5a9c -C extra-filename=-5ae966e5fa3b5a9c --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-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18372024-04-30T20:06:11.262Z Compiling schemars_derive v0.8.16
18382024-04-30T20:06:11.266Z Running `/home/build/.rustup/toolchains/1.77.2-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=92584c7f840892b1 -C extra-filename=-92584c7f840892b1 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-23da52d9f9ee9b85.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-04-30T20:06:11.389Z Compiling openssl-sys v0.9.102
18402024-04-30T20:06:11.392Z Running `/home/build/.rustup/toolchains/1.77.2-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.102/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=e51db1d4021f86b7 -C extra-filename=-e51db1d4021f86b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-03adc5e0abc5f680.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-04-30T20:06:11.480Z Compiling digest v0.10.7
18422024-04-30T20:06:11.480Z Running `/home/build/.rustup/toolchains/1.77.2-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=f487f7d68fed3764 -C extra-filename=-f487f7d68fed3764 --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-5ae966e5fa3b5a9c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-04-30T20:06:11.769Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5a51fa1df4cd8460 -C extra-filename=-5a51fa1df4cd8460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18442024-04-30T20:06:11.956Z Compiling async-trait v0.1.80
18452024-04-30T20:06:11.988Z Running `/home/build/.rustup/toolchains/1.77.2-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.80/src/lib.rs --error-format=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=db67e14663d879e1 -C extra-filename=-db67e14663d879e1 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-04-30T20:06:12.061Z Compiling futures-util v0.3.30
18472024-04-30T20:06:12.065Z Running `/home/build/.rustup/toolchains/1.77.2-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=2df6ab9162cca8c1 -C extra-filename=-2df6ab9162cca8c1 --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-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-7908c62313e50d00.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-611962d7d561619c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-edb584a0f4b99b22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18482024-04-30T20:06:12.382Z Compiling hashbrown v0.14.3
18492024-04-30T20:06:12.385Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=ecc62c491397209c -C extra-filename=-ecc62c491397209c --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-5a51fa1df4cd8460.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-91a5305897b3c90d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-04-30T20:06:12.470Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7/build-script-main`
18512024-04-30T20:06:13.206Z Compiling tower-service v0.3.2
18522024-04-30T20:06:13.219Z Running `/home/build/.rustup/toolchains/1.77.2-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=fe17446c79721d91 -C extra-filename=-fe17446c79721d91 --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`
18532024-04-30T20:06:13.305Z Compiling base64ct v1.6.0
18542024-04-30T20:06:13.333Z Running `/home/build/.rustup/toolchains/1.77.2-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=89d333838280fc83 -C extra-filename=-89d333838280fc83 --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`
18552024-04-30T20:06:13.758Z Compiling ucd-trie v0.1.6
18562024-04-30T20:06:13.762Z Running `/home/build/.rustup/toolchains/1.77.2-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=d5b0f764e5f36458 -C extra-filename=-d5b0f764e5f36458 --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`
18572024-04-30T20:06:13.886Z Compiling httpdate v1.0.3
18582024-04-30T20:06:13.889Z Running `/home/build/.rustup/toolchains/1.77.2-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=2a8df2b5f7aca784 -C extra-filename=-2a8df2b5f7aca784 --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`
18592024-04-30T20:06:13.973Z Compiling tracing v0.1.40
18602024-04-30T20:06:13.982Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.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="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=e8fcda33fd5afe68 -C extra-filename=-e8fcda33fd5afe68 --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-0f58a9cf96294e99.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f55283588fd1df82.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6c4d7cac70e61a1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-04-30T20:06:14.322Z Compiling pest v2.7.6
18622024-04-30T20:06:14.332Z Running `/home/build/.rustup/toolchains/1.77.2-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=bd1f6c8f8d44b6e9 -C extra-filename=-bd1f6c8f8d44b6e9 --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-2d2769c741d5e1f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-d5b0f764e5f36458.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-04-30T20:06:14.360Z Compiling backtrace v0.3.69
18642024-04-30T20:06:14.369Z Running `/home/build/.rustup/toolchains/1.77.2-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=ba33e89debdf579d -C extra-filename=-ba33e89debdf579d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-04-30T20:06:14.456Z Compiling ring v0.16.20
18662024-04-30T20:06:14.870Z Running `/home/build/.rustup/toolchains/1.77.2-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=ba782bc4b8bc9b97 -C extra-filename=-ba782bc4b8bc9b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-04-30T20:06:14.877Z Compiling openssl v0.10.64
18682024-04-30T20:06:14.877Z Running `/home/build/.rustup/toolchains/1.77.2-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.64/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=e32d8a2bf706e9c7 -C extra-filename=-e32d8a2bf706e9c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-04-30T20:06:14.877Z Compiling gimli v0.28.0
18702024-04-30T20:06:14.877Z Running `/home/build/.rustup/toolchains/1.77.2-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=2a3c2b08c837cf3c -C extra-filename=-2a3c2b08c837cf3c --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`
18712024-04-30T20:06:14.877Z Compiling foreign-types-shared v0.1.1
18722024-04-30T20:06:14.877Z Running `/home/build/.rustup/toolchains/1.77.2-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=8a302c1cf65ec29f -C extra-filename=-8a302c1cf65ec29f --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`
18732024-04-30T20:06:14.959Z Compiling openssl-probe v0.1.5
18742024-04-30T20:06:14.966Z Running `/home/build/.rustup/toolchains/1.77.2-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=5cc4302098cb4d7c -C extra-filename=-5cc4302098cb4d7c --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`
18752024-04-30T20:06:15.149Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=731c3f13a64f1c10 -C extra-filename=-731c3f13a64f1c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
18762024-04-30T20:06:15.226Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7/build-script-build`
18772024-04-30T20:06:15.272Z Compiling foreign-types v0.3.2
18782024-04-30T20:06:15.288Z Running `/home/build/.rustup/toolchains/1.77.2-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=3c0f05dcbba7bb7a -C extra-filename=-3c0f05dcbba7bb7a --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-8a302c1cf65ec29f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-04-30T20:06:15.335Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d/build-script-build`
18802024-04-30T20:06:15.378Z Running `/home/build/.rustup/toolchains/1.77.2-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.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=296130c348877788 -C extra-filename=-296130c348877788 --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-0389f312b031ed53.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`
18812024-04-30T20:06:15.382Z Compiling openssl-macros v0.1.1
18822024-04-30T20:06:15.412Z Running `/home/build/.rustup/toolchains/1.77.2-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=f22d36ab9f3f8785 -C extra-filename=-f22d36ab9f3f8785 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-04-30T20:06:15.593Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97/build-script-build`
18842024-04-30T20:06:15.798Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.199/src/lib.rs --error-format=json --json=diagnostic-rendered-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=3323f3a7841d0a63 -C extra-filename=-3323f3a7841d0a63 --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-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18852024-04-30T20:06:16.350Z Compiling object v0.32.1
18862024-04-30T20:06:16.353Z Running `/home/build/.rustup/toolchains/1.77.2-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=fbca7a5156e3eedd -C extra-filename=-fbca7a5156e3eedd --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-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-04-30T20:06:16.708Z Compiling pest_meta v2.7.6
18882024-04-30T20:06:16.728Z Running `/home/build/.rustup/toolchains/1.77.2-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=309ecaea04aa53f3 -C extra-filename=-309ecaea04aa53f3 --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-382c12cfca40d2db.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-bd1f6c8f8d44b6e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18892024-04-30T20:06:16.986Z Compiling untrusted v0.7.1
18902024-04-30T20:06:16.992Z Running `/home/build/.rustup/toolchains/1.77.2-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=a3e85edfeb60e340 -C extra-filename=-a3e85edfeb60e340 --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`
18912024-04-30T20:06:17.166Z Compiling mime v0.3.17
18922024-04-30T20:06:17.169Z Running `/home/build/.rustup/toolchains/1.77.2-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=c2f715f865321db7 -C extra-filename=-c2f715f865321db7 --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`
18932024-04-30T20:06:17.577Z Compiling futures-executor v0.3.30
18942024-04-30T20:06:17.598Z Running `/home/build/.rustup/toolchains/1.77.2-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=19c0d53095034e3d -C extra-filename=-19c0d53095034e3d --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-4b00f13a31442673.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-04-30T20:06:17.748Z Compiling crossbeam-utils v0.8.19
18962024-04-30T20:06:17.782Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/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=b506014b90e20f82 -C extra-filename=-b506014b90e20f82 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-04-30T20:06:18.014Z Compiling futures v0.3.30
18982024-04-30T20:06:18.140Z Running `/home/build/.rustup/toolchains/1.77.2-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=dcda545c6da74a50 -C extra-filename=-dcda545c6da74a50 --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-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-19c0d53095034e3d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-04-30T20:06:18.155Z Compiling pest_generator v2.7.6
19002024-04-30T20:06:18.169Z Running `/home/build/.rustup/toolchains/1.77.2-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=5996b51b52ac26ea -C extra-filename=-5996b51b52ac26ea --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-bd1f6c8f8d44b6e9.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-309ecaea04aa53f3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-04-30T20:06:18.184Z Compiling rustc-demangle v0.1.23
19022024-04-30T20:06:18.189Z Running `/home/build/.rustup/toolchains/1.77.2-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=19de705504ac65f8 -C extra-filename=-19de705504ac65f8 --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`
19032024-04-30T20:06:18.438Z Compiling ipnet v2.9.0
19042024-04-30T20:06:18.441Z Running `/home/build/.rustup/toolchains/1.77.2-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=6f1e2c4e27b6e689 -C extra-filename=-6f1e2c4e27b6e689 --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`
19052024-04-30T20:06:18.919Z Compiling addr2line v0.21.0
19062024-04-30T20:06:18.922Z Running `/home/build/.rustup/toolchains/1.77.2-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=23d8a9563b0e070a -C extra-filename=-23d8a9563b0e070a --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-2a3c2b08c837cf3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-04-30T20:06:19.158Z Compiling anyhow v1.0.82
19082024-04-30T20:06:19.166Z Running `/home/build/.rustup/toolchains/1.77.2-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.82/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=af7a568769daa972 -C extra-filename=-af7a568769daa972 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-04-30T20:06:19.454Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82/build-script-build`
19102024-04-30T20:06:19.488Z Running `/home/build/.rustup/toolchains/1.77.2-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=38477973c409baaa -C extra-filename=-38477973c409baaa --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-382c12cfca40d2db.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-07b2de1e1dcb304c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a3e85edfeb60e340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -l static=ring-core -l static=ring-test`
19112024-04-30T20:06:19.555Z Compiling winnow v0.5.15
19122024-04-30T20:06:19.555Z Running `/home/build/.rustup/toolchains/1.77.2-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=477ed9f51f972482 -C extra-filename=-477ed9f51f972482 --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`
19132024-04-30T20:06:19.698Z Compiling native-tls v0.2.11
19142024-04-30T20:06:19.730Z Running `/home/build/.rustup/toolchains/1.77.2-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=5eff8ef2f937a211 -C extra-filename=-5eff8ef2f937a211 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-04-30T20:06:19.824Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972/build-script-build`
19162024-04-30T20:06:20.068Z Compiling rustls v0.21.9
19172024-04-30T20:06:20.073Z Running `/home/build/.rustup/toolchains/1.77.2-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=5611ce1cb4985867 -C extra-filename=-5611ce1cb4985867 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-04-30T20:06:20.100Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=af3c149698540047 -C extra-filename=-af3c149698540047 --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`
19192024-04-30T20:06:20.108Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211/build-script-build`
19202024-04-30T20:06:20.153Z Compiling rustls-webpki v0.101.7
19212024-04-30T20:06:20.157Z Running `/home/build/.rustup/toolchains/1.77.2-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=5d36a23267976743 -C extra-filename=-5d36a23267976743 --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-731c3f13a64f1c10.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
19222024-04-30T20:06:20.377Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867/build-script-build`
19232024-04-30T20:06:20.415Z Compiling pem-rfc7468 v0.7.0
19242024-04-30T20:06:20.421Z Running `/home/build/.rustup/toolchains/1.77.2-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=46d9429fe9292284 -C extra-filename=-46d9429fe9292284 --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-89d333838280fc83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-04-30T20:06:21.176Z Compiling der_derive v0.7.2
19262024-04-30T20:06:21.180Z Running `/home/build/.rustup/toolchains/1.77.2-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=20503b7465a71e00 -C extra-filename=-20503b7465a71e00 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-04-30T20:06:21.399Z Compiling cookie v0.17.0
19282024-04-30T20:06:21.426Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.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="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=b71d603e0181c731 -C extra-filename=-b71d603e0181c731 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-04-30T20:06:21.613Z Compiling pest_derive v2.7.6
19302024-04-30T20:06:21.621Z Running `/home/build/.rustup/toolchains/1.77.2-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=4488fa710633b29b -C extra-filename=-4488fa710633b29b --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-bd1f6c8f8d44b6e9.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5996b51b52ac26ea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-04-30T20:06:21.752Z Compiling bytes v1.6.0
19322024-04-30T20:06:21.757Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d1e7b568f67bf391 -C extra-filename=-d1e7b568f67bf391 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-04-30T20:06:22.033Z Compiling bitflags v2.4.2
19342024-04-30T20:06:22.036Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' -C metadata=0d3753a4f8ddf1b6 -C extra-filename=-0d3753a4f8ddf1b6 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-04-30T20:06:22.110Z Running `/home/build/.rustup/toolchains/1.77.2-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.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=53c90aa38b9e45d3 -C extra-filename=-53c90aa38b9e45d3 --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-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19362024-04-30T20:06:22.433Z Compiling indexmap v2.2.6
19372024-04-30T20:06:22.436Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=28259a8ba39da734 -C extra-filename=-28259a8ba39da734 --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-5752ccbf4d3cc26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19382024-04-30T20:06:22.597Z Compiling tokio v1.37.0
19392024-04-30T20:06:22.600Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-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=2b84d8fa11ae7c27 -C extra-filename=-2b84d8fa11ae7c27 --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-d1e7b568f67bf391.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-748fc070e563926b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7520df6e6953f815.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-9ab5c902045c8d97.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-04-30T20:06:22.648Z Compiling chrono v0.4.38
19412024-04-30T20:06:22.652Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-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="now"' --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=996559b273324b36 -C extra-filename=-996559b273324b36 --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-5a6c6600307a4b8a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-04-30T20:06:23.023Z Compiling uuid v1.8.0
19432024-04-30T20:06:23.032Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=4ff435b4bc030991 -C extra-filename=-4ff435b4bc030991 --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-cd233cf452b8a58f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-04-30T20:06:23.091Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6b5231a46a413dac -C extra-filename=-6b5231a46a413dac --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-0d3753a4f8ddf1b6.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8c5348ae294d0db5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19452024-04-30T20:06:23.212Z Compiling http v0.2.12
19462024-04-30T20:06:23.235Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73ae2bcccee3c8b8 -C extra-filename=-73ae2bcccee3c8b8 --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-d1e7b568f67bf391.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19472024-04-30T20:06:23.895Z Compiling toml_datetime v0.6.5
19482024-04-30T20:06:23.898Z Running `/home/build/.rustup/toolchains/1.77.2-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=7eaede6161181072 -C extra-filename=-7eaede6161181072 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-04-30T20:06:23.956Z Compiling serde_spanned v0.6.5
19502024-04-30T20:06:23.992Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=13046ebbdea61525 -C extra-filename=-13046ebbdea61525 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-04-30T20:06:24.193Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="serde"' --cfg 'feature="std"' -C metadata=daf1aae57141a3a0 -C extra-filename=-daf1aae57141a3a0 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-04-30T20:06:24.409Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-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=3670ab64185166cf -C extra-filename=-3670ab64185166cf --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-0d3753a4f8ddf1b6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f22d36ab9f3f8785.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.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`
19532024-04-30T20:06:24.483Z Running `/home/build/.rustup/toolchains/1.77.2-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=b1983db7168f27a5 -C extra-filename=-b1983db7168f27a5 --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-23d8a9563b0e070a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e9a21832a2db6cf9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-fbca7a5156e3eedd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-19de705504ac65f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-04-30T20:06:24.966Z Compiling http-body v0.4.5
19552024-04-30T20:06:24.970Z Running `/home/build/.rustup/toolchains/1.77.2-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=a4db8b4862a999dc -C extra-filename=-a4db8b4862a999dc --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-d1e7b568f67bf391.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-04-30T20:06:25.135Z Running `/home/build/.rustup/toolchains/1.77.2-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="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=04685037107bd12a -C extra-filename=-04685037107bd12a --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-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-92584c7f840892b1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2046012f89f5443c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19572024-04-30T20:06:25.447Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.82/src/lib.rs --error-format=json --json=diagnostic-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=25f298a858951c4e -C extra-filename=-25f298a858951c4e --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-b1983db7168f27a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19582024-04-30T20:06:25.565Z Compiling toml_edit v0.19.15
19592024-04-30T20:06:25.580Z Running `/home/build/.rustup/toolchains/1.77.2-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=1ff50ce3c80b0571 -C extra-filename=-1ff50ce3c80b0571 --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-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-477ed9f51f972482.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-04-30T20:06:30.747Z Compiling sct v0.7.0
19612024-04-30T20:06:30.771Z Running `/home/build/.rustup/toolchains/1.77.2-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=72bf7b6057f7acab -C extra-filename=-72bf7b6057f7acab --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-38477973c409baaa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a3e85edfeb60e340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
19622024-04-30T20:06:30.772Z Compiling utf8parse v0.2.1
19632024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=06c9e9fa03fbc0c8 -C extra-filename=-06c9e9fa03fbc0c8 --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-04-30T20:06:30.772Z Compiling flagset v0.4.3
19652024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=8fc7f7151c6a2338 -C extra-filename=-8fc7f7151c6a2338 --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`
19662024-04-30T20:06:30.772Z Compiling unicode-xid v0.2.4
19672024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=cded253ddea7e430 -C extra-filename=-cded253ddea7e430 --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`
19682024-04-30T20:06:30.772Z Compiling der v0.7.8
19692024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=2be1af541275103d -C extra-filename=-2be1af541275103d --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-6bf68d27d0b9a310.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-20503b7465a71e00.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-8fc7f7151c6a2338.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=f68849a932114f72 -C extra-filename=-f68849a932114f72 --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-0f58a9cf96294e99.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d36a23267976743.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-72bf7b6057f7acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
19712024-04-30T20:06:30.772Z Compiling rustc_version v0.4.0
19722024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=00e079ef6f480811 -C extra-filename=-00e079ef6f480811 --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-daf1aae57141a3a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-04-30T20:06:30.772Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731/build-script-build`
19742024-04-30T20:06:30.772Z Compiling serde_urlencoded v0.7.1
19752024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=60f345d83ef4008b -C extra-filename=-60f345d83ef4008b --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-a3a49be3a807ac3f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19762024-04-30T20:06:30.772Z Compiling idna v0.3.0
19772024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=e5a5e5d4b57ec7cf -C extra-filename=-e5a5e5d4b57ec7cf --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-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-04-30T20:06:30.772Z Compiling thread-id v4.2.0
19792024-04-30T20:06:30.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=4cd3bd96c35f06e5 -C extra-filename=-4cd3bd96c35f06e5 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-04-30T20:06:30.772Z Compiling encoding_rs v0.8.33
19812024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-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=858042e886cb24b1 -C extra-filename=-858042e886cb24b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-04-30T20:06:30.773Z Compiling psl-types v2.0.11
19832024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.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 -C metadata=35ac2c2e05763eb3 -C extra-filename=-35ac2c2e05763eb3 --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`
19842024-04-30T20:06:30.773Z Compiling publicsuffix v2.2.3
19852024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.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="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=2854a6deb1ffaa09 -C extra-filename=-2854a6deb1ffaa09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e5a5e5d4b57ec7cf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-35ac2c2e05763eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-04-30T20:06:30.773Z Compiling spki v0.7.2
19872024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-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=b7de7fe0988b1cd7 -C extra-filename=-b7de7fe0988b1cd7 --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-2be1af541275103d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=71dd4a3d2b480ce6 -C extra-filename=-71dd4a3d2b480ce6 --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-b34c0d67524cd63e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-04-30T20:06:30.773Z Compiling bitflags v1.3.2
19902024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-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=12e7cc5b9a407160 -C extra-filename=-12e7cc5b9a407160 --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`
19912024-04-30T20:06:30.773Z Compiling anstyle v1.0.6
19922024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d3c176ef90f87889 -C extra-filename=-d3c176ef90f87889 --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`
19932024-04-30T20:06:30.773Z Compiling data-encoding v2.4.0
19942024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-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=d82296281cfa9a6b -C extra-filename=-d82296281cfa9a6b --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`
19952024-04-30T20:06:30.773Z Compiling tokio-util v0.7.10
19962024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-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=f3e47e8cc889b79b -C extra-filename=-f3e47e8cc889b79b --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-d1e7b568f67bf391.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-04-30T20:06:30.773Z Running `/home/build/.rustup/toolchains/1.77.2-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=b6d0ced52424373d -C extra-filename=-b6d0ced52424373d --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-0f58a9cf96294e99.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.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`
19982024-04-30T20:06:31.198Z Compiling tokio-native-tls v0.3.1
19992024-04-30T20:06:31.202Z Running `/home/build/.rustup/toolchains/1.77.2-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=7007aebaaae00d0e -C extra-filename=-7007aebaaae00d0e --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-b6d0ced52424373d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20002024-04-30T20:06:31.469Z Compiling h2 v0.3.26
20012024-04-30T20:06:31.488Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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 -C metadata=e64f8960f2636c1c -C extra-filename=-e64f8960f2636c1c --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-d1e7b568f67bf391.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-edb584a0f4b99b22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20022024-04-30T20:06:32.345Z Compiling tokio-rustls v0.24.1
20032024-04-30T20:06:32.345Z Running `/home/build/.rustup/toolchains/1.77.2-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=46b9f9c5678b6969 -C extra-filename=-46b9f9c5678b6969 --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-f68849a932114f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
20042024-04-30T20:06:32.345Z Compiling cookie_store v0.20.0
20052024-04-30T20:06:32.345Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=720355700943be3a -C extra-filename=-720355700943be3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-71dd4a3d2b480ce6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e5a5e5d4b57ec7cf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-2854a6deb1ffaa09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-04-30T20:06:32.345Z Compiling openapiv3 v2.0.0
20072024-04-30T20:06:32.345Z Running `/home/build/.rustup/toolchains/1.77.2-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=c9c3d0db828aa2a7 -C extra-filename=-c9c3d0db828aa2a7 --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-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20082024-04-30T20:06:32.773Z Compiling rustls-pemfile v1.0.3
20092024-04-30T20:06:32.800Z Running `/home/build/.rustup/toolchains/1.77.2-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=1ff18e10e0e3a1fb -C extra-filename=-1ff18e10e0e3a1fb --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-6db86b2c48c11a61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20102024-04-30T20:06:33.062Z Compiling sync_wrapper v0.1.2
20112024-04-30T20:06:33.069Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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=0fafc0b497926637 -C extra-filename=-0fafc0b497926637 --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`
20122024-04-30T20:06:33.149Z Compiling webpki-roots v0.25.2
20132024-04-30T20:06:33.166Z Running `/home/build/.rustup/toolchains/1.77.2-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=503dd69c492bd4dd -C extra-filename=-503dd69c492bd4dd --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`
20142024-04-30T20:06:33.202Z Compiling pkcs8 v0.10.2
20152024-04-30T20:06:33.683Z Running `/home/build/.rustup/toolchains/1.77.2-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=66dd4b736a05c3b2 -C extra-filename=-66dd4b736a05c3b2 --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-2be1af541275103d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-04-30T20:06:33.683Z Compiling hmac v0.12.1
20172024-04-30T20:06:33.683Z Running `/home/build/.rustup/toolchains/1.77.2-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=04ec7c9ae5d0f445 -C extra-filename=-04ec7c9ae5d0f445 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-04-30T20:06:33.683Z Compiling sha2 v0.10.8
20192024-04-30T20:06:33.683Z Running `/home/build/.rustup/toolchains/1.77.2-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=8af7be044cadeb95 -C extra-filename=-8af7be044cadeb95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-04-30T20:06:33.684Z Compiling scroll_derive v0.12.0
20212024-04-30T20:06:33.684Z Running `/home/build/.rustup/toolchains/1.77.2-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=53c952cfbfa3365d -C extra-filename=-53c952cfbfa3365d --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-04-30T20:06:33.774Z Compiling bit-vec v0.6.3
20232024-04-30T20:06:33.781Z Compiling anstyle-parse v0.2.1
20242024-04-30T20:06:33.781Z Running `/home/build/.rustup/toolchains/1.77.2-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=ea9d6d2f8689e9f6 -C extra-filename=-ea9d6d2f8689e9f6 --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`
20252024-04-30T20:06:33.781Z Running `/home/build/.rustup/toolchains/1.77.2-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=ac1417abcb93c557 -C extra-filename=-ac1417abcb93c557 --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-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-04-30T20:06:34.134Z Compiling num-integer v0.1.46
20272024-04-30T20:06:34.142Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=6b66c5820b11dbeb -C extra-filename=-6b66c5820b11dbeb --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-04-30T20:06:34.219Z Compiling plain v0.2.3
20292024-04-30T20:06:34.242Z Running `/home/build/.rustup/toolchains/1.77.2-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=0684a2ef7a3cc519 -C extra-filename=-0684a2ef7a3cc519 --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`
20302024-04-30T20:06:34.357Z Compiling anstyle-query v1.0.0
20312024-04-30T20:06:34.360Z Running `/home/build/.rustup/toolchains/1.77.2-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=e90c29514b907d49 -C extra-filename=-e90c29514b907d49 --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`
20322024-04-30T20:06:34.512Z Compiling crc32fast v1.3.2
20332024-04-30T20:06:34.520Z Running `/home/build/.rustup/toolchains/1.77.2-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=27003926d2dd05b5 -C extra-filename=-27003926d2dd05b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-04-30T20:06:34.900Z Compiling colorchoice v1.0.0
20352024-04-30T20:06:34.930Z Running `/home/build/.rustup/toolchains/1.77.2-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=7686073e7ecc7fed -C extra-filename=-7686073e7ecc7fed --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`
20362024-04-30T20:06:35.053Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5/build-script-build`
20372024-04-30T20:06:35.071Z Compiling anstream v0.6.11
20382024-04-30T20:06:35.099Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=3b3ede57e1346765 -C extra-filename=-3b3ede57e1346765 --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-d3c176ef90f87889.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ac1417abcb93c557.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-e90c29514b907d49.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-7686073e7ecc7fed.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20392024-04-30T20:06:35.123Z Compiling terminal_size v0.3.0
20402024-04-30T20:06:35.167Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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=398257d2a4f5e34d -C extra-filename=-398257d2a4f5e34d --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-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-04-30T20:06:35.248Z Compiling scroll v0.12.0
20422024-04-30T20:06:35.263Z Running `/home/build/.rustup/toolchains/1.77.2-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=d633a647cd53d9f5 -C extra-filename=-d633a647cd53d9f5 --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-53c952cfbfa3365d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-04-30T20:06:35.325Z Compiling block-padding v0.3.3
20442024-04-30T20:06:35.335Z Running `/home/build/.rustup/toolchains/1.77.2-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=83aa089c10f4ddc3 -C extra-filename=-83aa089c10f4ddc3 --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-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20452024-04-30T20:06:35.743Z Compiling usdt-impl v0.5.0
20462024-04-30T20:06:35.743Z Running `/home/build/.rustup/toolchains/1.77.2-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=e6e7bf3f417d561a -C extra-filename=-e6e7bf3f417d561a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-04-30T20:06:35.743Z Compiling unicode-segmentation v1.10.1
20482024-04-30T20:06:35.743Z Running `/home/build/.rustup/toolchains/1.77.2-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=5f17d2c6c032dfe2 -C extra-filename=-5f17d2c6c032dfe2 --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`
20492024-04-30T20:06:35.791Z Compiling goblin v0.8.0
20502024-04-30T20:06:35.794Z Running `/home/build/.rustup/toolchains/1.77.2-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=4a3bb4916305b51a -C extra-filename=-4a3bb4916305b51a --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-0f58a9cf96294e99.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0684a2ef7a3cc519.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-d633a647cd53d9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-04-30T20:06:35.816Z Compiling clap_lex v0.7.0
20522024-04-30T20:06:35.834Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-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=e3df36ddf100126c -C extra-filename=-e3df36ddf100126c --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`
20532024-04-30T20:06:35.981Z Compiling pretty-hex v0.4.1
20542024-04-30T20:06:35.984Z Running `/home/build/.rustup/toolchains/1.77.2-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=8b0e540790a4bf4a -C extra-filename=-8b0e540790a4bf4a --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-04-30T20:06:36.194Z Compiling strsim v0.11.0
20562024-04-30T20:06:36.197Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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=3153ac75fd968a55 -C extra-filename=-3153ac75fd968a55 --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`
20572024-04-30T20:06:36.306Z Compiling heck v0.5.0
20582024-04-30T20:06:36.309Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-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=877b6359526edb4b -C extra-filename=-877b6359526edb4b --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`
20592024-04-30T20:06:36.387Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a/build-script-build`
20602024-04-30T20:06:36.539Z Compiling clap_builder v4.5.2
20612024-04-30T20:06:36.548Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.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="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=a107ccf628f901ac -C extra-filename=-a107ccf628f901ac --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-3b3ede57e1346765.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e3df36ddf100126c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3153ac75fd968a55.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-398257d2a4f5e34d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20622024-04-30T20:06:36.589Z Compiling inout v0.1.3
20632024-04-30T20:06:36.623Z Running `/home/build/.rustup/toolchains/1.77.2-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=ba59a8eb04dd5351 -C extra-filename=-ba59a8eb04dd5351 --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-83aa089c10f4ddc3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20642024-04-30T20:06:36.770Z Compiling clap_derive v4.5.4
20652024-04-30T20:06:36.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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 --cfg 'feature="default"' -C metadata=40c470c2160cea97 -C extra-filename=-40c470c2160cea97 --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-877b6359526edb4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20662024-04-30T20:06:36.868Z Running `/home/build/.rustup/toolchains/1.77.2-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=3269c1fecfe4305b -C extra-filename=-3269c1fecfe4305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
20672024-04-30T20:06:36.964Z Compiling dtrace-parser v0.2.0
20682024-04-30T20:06:37.003Z Running `/home/build/.rustup/toolchains/1.77.2-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=22f6827c791e8d8b -C extra-filename=-22f6827c791e8d8b --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-bd1f6c8f8d44b6e9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-4488fa710633b29b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-04-30T20:06:37.084Z Compiling siphasher v0.3.11
20702024-04-30T20:06:37.106Z Running `/home/build/.rustup/toolchains/1.77.2-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=8a408353bb0f0088 -C extra-filename=-8a408353bb0f0088 --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`
20712024-04-30T20:06:37.198Z Compiling cipher v0.4.4
20722024-04-30T20:06:37.201Z Running `/home/build/.rustup/toolchains/1.77.2-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=92c8ea32cc92e7b7 -C extra-filename=-92c8ea32cc92e7b7 --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-3671815212ae050e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-04-30T20:06:37.372Z Compiling synstructure v0.12.6
20742024-04-30T20:06:37.390Z Running `/home/build/.rustup/toolchains/1.77.2-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=5b9a2426350f99e2 -C extra-filename=-5b9a2426350f99e2 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-04-30T20:06:37.445Z Compiling hex v0.4.3
20762024-04-30T20:06:37.468Z Running `/home/build/.rustup/toolchains/1.77.2-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=394f7d2b0d65f52f -C extra-filename=-394f7d2b0d65f52f --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-04-30T20:06:37.700Z Compiling crossbeam-epoch v0.9.18
20782024-04-30T20:06:37.704Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-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=df019ea603cc5c12 -C extra-filename=-df019ea603cc5c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-04-30T20:06:38.048Z Compiling hyper v0.14.28
20802024-04-30T20:06:38.081Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="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=3988d569a542539b -C extra-filename=-3988d569a542539b --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-d1e7b568f67bf391.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e64f8960f2636c1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a4db8b4862a999dc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b2d56623507e70ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-04-30T20:06:38.511Z Compiling itertools v0.10.5
20822024-04-30T20:06:38.522Z Running `/home/build/.rustup/toolchains/1.77.2-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=299aa95bd49089c3 -C extra-filename=-299aa95bd49089c3 --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-3e218f4211a406b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-04-30T20:06:38.960Z Compiling stable_deref_trait v1.2.0
20842024-04-30T20:06:39.390Z Running `/home/build/.rustup/toolchains/1.77.2-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=3338a147df9b3fcc -C extra-filename=-3338a147df9b3fcc --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`
20852024-04-30T20:06:39.394Z Compiling winnow v0.6.1
20862024-04-30T20:06:39.394Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0acfc14934a5ad98 -C extra-filename=-0acfc14934a5ad98 --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`
20872024-04-30T20:06:39.394Z Compiling zerocopy-derive v0.2.0
20882024-04-30T20:06:39.394Z Running `/home/build/.rustup/toolchains/1.77.2-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=de2556155875245e -C extra-filename=-de2556155875245e --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-4df7e40006520d57.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5b9a2426350f99e2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-04-30T20:06:41.255Z Compiling dof v0.3.0
20902024-04-30T20:06:41.281Z Running `/home/build/.rustup/toolchains/1.77.2-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=1452c5d5a1357d9b -C extra-filename=-1452c5d5a1357d9b --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-4a3bb4916305b51a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-04-30T20:06:41.424Z Compiling bit-set v0.5.3
20922024-04-30T20:06:41.428Z Running `/home/build/.rustup/toolchains/1.77.2-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=c945bd74a1eeadc5 -C extra-filename=-c945bd74a1eeadc5 --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-ea9d6d2f8689e9f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-04-30T20:06:41.705Z Compiling ff v0.13.0
20942024-04-30T20:06:41.736Z Running `/home/build/.rustup/toolchains/1.77.2-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=2e538df0b21ca457 -C extra-filename=-2e538df0b21ca457 --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-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-04-30T20:06:41.856Z Compiling base64 v0.22.0
20962024-04-30T20:06:41.860Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8d19ed75ea6042c -C extra-filename=-f8d19ed75ea6042c --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`
20972024-04-30T20:06:41.963Z Running `/home/build/.rustup/toolchains/1.77.2-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=52516ec6b88ed6a2 -C extra-filename=-52516ec6b88ed6a2 --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-a7919d510375f8f6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-22f6827c791e8d8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4cd3bd96c35f06e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20982024-04-30T20:06:42.094Z Compiling clap v4.5.4
20992024-04-30T20:06:42.124Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=6a1c1b969341a10d -C extra-filename=-6a1c1b969341a10d --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-a107ccf628f901ac.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-40c470c2160cea97.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21002024-04-30T20:06:42.214Z Compiling base16ct v0.2.0
21012024-04-30T20:06:42.220Z Running `/home/build/.rustup/toolchains/1.77.2-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=68acca32a1755a7f -C extra-filename=-68acca32a1755a7f --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`
21022024-04-30T20:06:42.529Z Compiling toml_edit v0.22.12
21032024-04-30T20:06:42.541Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=b315100e2226b713 -C extra-filename=-b315100e2226b713 --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-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0acfc14934a5ad98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-04-30T20:06:42.611Z Compiling sec1 v0.7.3
21052024-04-30T20:06:42.618Z Running `/home/build/.rustup/toolchains/1.77.2-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=5f7d78f7ec8aec50 -C extra-filename=-5f7d78f7ec8aec50 --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-68acca32a1755a7f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-04-30T20:06:42.743Z Compiling group v0.13.0
21072024-04-30T20:06:42.782Z Running `/home/build/.rustup/toolchains/1.77.2-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=3b9eb7b640dd51a1 -C extra-filename=-3b9eb7b640dd51a1 --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-2e538df0b21ca457.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21082024-04-30T20:06:43.059Z Compiling zerocopy v0.3.0
21092024-04-30T20:06:43.089Z Running `/home/build/.rustup/toolchains/1.77.2-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=6c5b58f4621afc42 -C extra-filename=-6c5b58f4621afc42 --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-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-de2556155875245e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-04-30T20:06:43.219Z Compiling flate2 v1.0.28
21112024-04-30T20:06:43.227Z Running `/home/build/.rustup/toolchains/1.77.2-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=578e7bb1beff10ae -C extra-filename=-578e7bb1beff10ae --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-3269c1fecfe4305b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e9a21832a2db6cf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21122024-04-30T20:06:43.485Z Compiling hkdf v0.12.4
21132024-04-30T20:06:43.503Z Running `/home/build/.rustup/toolchains/1.77.2-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=ff4e1ca47bcdca10 -C extra-filename=-ff4e1ca47bcdca10 --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-04ec7c9ae5d0f445.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-04-30T20:06:43.558Z Compiling toml v0.7.8
21152024-04-30T20:06:43.575Z Running `/home/build/.rustup/toolchains/1.77.2-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=a124a626e9840c8e -C extra-filename=-a124a626e9840c8e --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-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21162024-04-30T20:06:43.730Z Compiling crypto-bigint v0.5.2
21172024-04-30T20:06:43.745Z Running `/home/build/.rustup/toolchains/1.77.2-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=9f09ea5a6a965b13 -C extra-filename=-9f09ea5a6a965b13 --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-956726fc5d1e2865.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-04-30T20:06:44.192Z Compiling zerocopy-derive v0.6.6
21192024-04-30T20:06:44.192Z Running `/home/build/.rustup/toolchains/1.77.2-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.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 -C metadata=464276c656ac49e6 -C extra-filename=-464276c656ac49e6 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-04-30T20:06:44.192Z Compiling usdt-impl v0.3.5
21212024-04-30T20:06:44.193Z Running `/home/build/.rustup/toolchains/1.77.2-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=944e4f32318933b2 -C extra-filename=-944e4f32318933b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-04-30T20:06:44.593Z Compiling fixedbitset v0.4.2
21232024-04-30T20:06:44.596Z Running `/home/build/.rustup/toolchains/1.77.2-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=44714f1a528ea01f -C extra-filename=-44714f1a528ea01f --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`
21242024-04-30T20:06:45.455Z Compiling hyper-tls v0.5.0
21252024-04-30T20:06:45.469Z Running `/home/build/.rustup/toolchains/1.77.2-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=67ab07de4295d77b -C extra-filename=-67ab07de4295d77b --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-d1e7b568f67bf391.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b6d0ced52424373d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-7007aebaaae00d0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21262024-04-30T20:06:45.469Z Compiling hyper-rustls v0.24.2
21272024-04-30T20:06:45.469Z Running `/home/build/.rustup/toolchains/1.77.2-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=dec4fc1cc67e2e03 -C extra-filename=-dec4fc1cc67e2e03 --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-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-46b9f9c5678b6969.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
21282024-04-30T20:06:45.469Z Compiling managed v0.8.0
21292024-04-30T20:06:45.470Z Running `/home/build/.rustup/toolchains/1.77.2-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=f553609ea3dfe209 -C extra-filename=-f553609ea3dfe209 --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`
21302024-04-30T20:06:45.574Z Compiling reqwest v0.11.24
21312024-04-30T20:06:45.583Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --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-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=5381a452d91d0951 -C extra-filename=-5381a452d91d0951 --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-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-71dd4a3d2b480ce6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-720355700943be3a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-858042e886cb24b1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e64f8960f2636c1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a4db8b4862a999dc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-dec4fc1cc67e2e03.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-67ab07de4295d77b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b6d0ced52424373d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1ff18e10e0e3a1fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-0fafc0b497926637.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-7007aebaaae00d0e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-46b9f9c5678b6969.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-503dd69c492bd4dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
21322024-04-30T20:06:45.843Z Compiling signal-hook v0.3.17
21332024-04-30T20:06:45.843Z Running `/home/build/.rustup/toolchains/1.77.2-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=f14f350605ec9aac -C extra-filename=-f14f350605ec9aac --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-04-30T20:06:45.901Z Compiling elliptic-curve v0.13.8
21352024-04-30T20:06:45.914Z Running `/home/build/.rustup/toolchains/1.77.2-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=f449f13725e1c744 -C extra-filename=-f449f13725e1c744 --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-68acca32a1755a7f.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9f09ea5a6a965b13.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5f7d78f7ec8aec50.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-04-30T20:06:45.926Z Compiling petgraph v0.6.4
21372024-04-30T20:06:45.926Z Running `/home/build/.rustup/toolchains/1.77.2-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=d8b3c61b161778a1 -C extra-filename=-d8b3c61b161778a1 --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-44714f1a528ea01f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-04-30T20:06:46.170Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac/build-script-build`
21392024-04-30T20:06:46.247Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2/build-script-build`
21402024-04-30T20:06:46.287Z Compiling zerocopy v0.6.6
21412024-04-30T20:06:46.297Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=e34daba213629830 -C extra-filename=-e34daba213629830 --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-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-464276c656ac49e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-04-30T20:06:46.365Z Compiling dof v0.1.5
21432024-04-30T20:06:46.801Z Running `/home/build/.rustup/toolchains/1.77.2-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=a2fb1789759bc951 -C extra-filename=-a2fb1789759bc951 --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-9d7cba1b26dce711.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6c5b58f4621afc42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-04-30T20:06:46.818Z Compiling phf_shared v0.10.0
21452024-04-30T20:06:46.819Z Running `/home/build/.rustup/toolchains/1.77.2-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=1281417e0ad07b80 -C extra-filename=-1281417e0ad07b80 --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-8a408353bb0f0088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-04-30T20:06:47.607Z Compiling ipnetwork v0.20.0
21472024-04-30T20:06:47.607Z Running `/home/build/.rustup/toolchains/1.77.2-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=83bcee54d217dc20 -C extra-filename=-83bcee54d217dc20 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-04-30T20:06:47.607Z Compiling dtrace-parser v0.1.14
21492024-04-30T20:06:47.607Z Running `/home/build/.rustup/toolchains/1.77.2-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=985d1924e0fee3ec -C extra-filename=-985d1924e0fee3ec --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-bd1f6c8f8d44b6e9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-4488fa710633b29b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-04-30T20:06:47.608Z Compiling new_debug_unreachable v1.0.4
21512024-04-30T20:06:47.613Z Running `/home/build/.rustup/toolchains/1.77.2-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=3588eb9293987f69 -C extra-filename=-3588eb9293987f69 --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`
21522024-04-30T20:06:47.613Z Compiling minimal-lexical v0.2.1
21532024-04-30T20:06:47.613Z Running `/home/build/.rustup/toolchains/1.77.2-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=010165225a4da9f9 -C extra-filename=-010165225a4da9f9 --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-04-30T20:06:47.613Z Compiling static_assertions v1.1.0
21552024-04-30T20:06:47.613Z Running `/home/build/.rustup/toolchains/1.77.2-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=badaa0d80cf5ae85 -C extra-filename=-badaa0d80cf5ae85 --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`
21562024-04-30T20:06:47.614Z Compiling precomputed-hash v0.1.1
21572024-04-30T20:06:47.614Z Running `/home/build/.rustup/toolchains/1.77.2-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=b879ad3c329b1765 -C extra-filename=-b879ad3c329b1765 --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`
21582024-04-30T20:06:47.614Z Compiling string_cache v0.8.7
21592024-04-30T20:06:47.614Z Running `/home/build/.rustup/toolchains/1.77.2-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=70db6f23e48af470 -C extra-filename=-70db6f23e48af470 --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-3588eb9293987f69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-1281417e0ad07b80.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-b879ad3c329b1765.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-04-30T20:06:47.767Z Running `/home/build/.rustup/toolchains/1.77.2-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=67490af630947d28 -C extra-filename=-67490af630947d28 --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-a7919d510375f8f6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a2fb1789759bc951.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-985d1924e0fee3ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4cd3bd96c35f06e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21612024-04-30T20:06:47.917Z Compiling nom v7.1.3
21622024-04-30T20:06:47.927Z Running `/home/build/.rustup/toolchains/1.77.2-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=de96fd06cf0e5bf5 -C extra-filename=-de96fd06cf0e5bf5 --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-2d2769c741d5e1f4.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-010165225a4da9f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-04-30T20:06:47.972Z Running `/home/build/.rustup/toolchains/1.77.2-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=15f6eaae74fe5886 -C extra-filename=-15f6eaae74fe5886 --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-0389f312b031ed53.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7520df6e6953f815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-04-30T20:06:48.015Z Compiling num-iter v0.1.44
21652024-04-30T20:06:48.032Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-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=ab2dbcf051650428 -C extra-filename=-ab2dbcf051650428 --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-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-04-30T20:06:48.217Z Compiling serde_tokenstream v0.1.7
21672024-04-30T20:06:48.227Z Running `/home/build/.rustup/toolchains/1.77.2-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=6d50a814620604af -C extra-filename=-6d50a814620604af --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-4df7e40006520d57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-04-30T20:06:48.730Z Compiling bzip2-sys v0.1.11+1.0.8
21692024-04-30T20:06:48.736Z Running `/home/build/.rustup/toolchains/1.77.2-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=3392c55f2215792e -C extra-filename=-3392c55f2215792e --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-04-30T20:06:48.981Z Compiling num-bigint v0.4.4
21712024-04-30T20:06:49.004Z Running `/home/build/.rustup/toolchains/1.77.2-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=4c4504c0c9256e34 -C extra-filename=-4c4504c0c9256e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-04-30T20:06:49.043Z Compiling matches v0.1.10
21732024-04-30T20:06:49.047Z Running `/home/build/.rustup/toolchains/1.77.2-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=07fd8a03739f32d5 -C extra-filename=-07fd8a03739f32d5 --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`
21742024-04-30T20:06:49.142Z Compiling idna v0.2.3
21752024-04-30T20:06:49.148Z Running `/home/build/.rustup/toolchains/1.77.2-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=cdb8d1b4b27ff57a -C extra-filename=-cdb8d1b4b27ff57a --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-07fd8a03739f32d5.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-04-30T20:06:49.295Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e/build-script-build`
21772024-04-30T20:06:49.489Z Compiling heapless v0.7.16
21782024-04-30T20:06:49.500Z Running `/home/build/.rustup/toolchains/1.77.2-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=088c226215901068 -C extra-filename=-088c226215901068 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-088c226215901068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-00e079ef6f480811.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-04-30T20:06:49.707Z Compiling enum-as-inner v0.5.1
21802024-04-30T20:06:49.720Z Running `/home/build/.rustup/toolchains/1.77.2-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=f3f4ef388cd0628c -C extra-filename=-f3f4ef388cd0628c --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-04-30T20:06:49.879Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34/build-script-build`
21822024-04-30T20:06:50.006Z Compiling regex-automata v0.1.10
21832024-04-30T20:06:50.012Z Running `/home/build/.rustup/toolchains/1.77.2-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=e38055b90b8750a7 -C extra-filename=-e38055b90b8750a7 --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`
21842024-04-30T20:06:50.238Z Compiling lalrpop-util v0.19.12
21852024-04-30T20:06:50.248Z Running `/home/build/.rustup/toolchains/1.77.2-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=69bd9af7242ee450 -C extra-filename=-69bd9af7242ee450 --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`
21862024-04-30T20:06:50.257Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21872024-04-30T20:06:50.265Z Running `/home/build/.rustup/toolchains/1.77.2-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=a738392202321e1f -C extra-filename=-a738392202321e1f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-04-30T20:06:50.465Z Compiling bstr v0.2.17
21892024-04-30T20:06:50.477Z Running `/home/build/.rustup/toolchains/1.77.2-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=a49c56be5e82e285 -C extra-filename=-a49c56be5e82e285 --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-998cd0269062e61e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e38055b90b8750a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-04-30T20:06:50.575Z Running `/home/build/.rustup/toolchains/1.77.2-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=73b4e654758a1d60 -C extra-filename=-73b4e654758a1d60 --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-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.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`
21912024-04-30T20:06:50.703Z Running `/home/build/.rustup/toolchains/1.77.2-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=93ca6f4e8aaaa928 -C extra-filename=-93ca6f4e8aaaa928 --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-0389f312b031ed53.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-e19b87428ca936b1/out/lib -l static=bz2`
21922024-04-30T20:06:50.832Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-088c226215901068/build-script-build`
21932024-04-30T20:06:50.839Z Compiling usdt-macro v0.3.5
21942024-04-30T20:06:50.839Z Running `/home/build/.rustup/toolchains/1.77.2-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=9baa835363a5f82e -C extra-filename=-9baa835363a5f82e --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-985d1924e0fee3ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6d50a814620604af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67490af630947d28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952024-04-30T20:06:50.876Z Compiling usdt-attr-macro v0.3.5
21962024-04-30T20:06:50.890Z Running `/home/build/.rustup/toolchains/1.77.2-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=7b1341215fe1bc68 -C extra-filename=-7b1341215fe1bc68 --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-985d1924e0fee3ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6d50a814620604af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67490af630947d28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-04-30T20:06:50.940Z Compiling trust-dns-proto v0.22.0
21982024-04-30T20:06:50.967Z Running `/home/build/.rustup/toolchains/1.77.2-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=f94bd5ea9a5ce70e -C extra-filename=-f94bd5ea9a5ce70e --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-db67e14663d879e1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-f3f4ef388cd0628c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-cdb8d1b4b27ff57a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-04-30T20:06:51.068Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f/build-script-build`
22002024-04-30T20:06:51.214Z Compiling signal-hook-mio v0.2.3
22012024-04-30T20:06:51.256Z Running `/home/build/.rustup/toolchains/1.77.2-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=ca7620a03c798bae -C extra-filename=-ca7620a03c798bae --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-0389f312b031ed53.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-04-30T20:06:51.382Z Compiling diesel_table_macro_syntax v0.1.0
22032024-04-30T20:06:51.406Z Running `/home/build/.rustup/toolchains/1.77.2-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=4f5e27fa620b457c -C extra-filename=-4f5e27fa620b457c --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-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-04-30T20:06:51.916Z Compiling scheduled-thread-pool v0.2.7
22052024-04-30T20:06:51.959Z Running `/home/build/.rustup/toolchains/1.77.2-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=146273834ffd55b2 -C extra-filename=-146273834ffd55b2 --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-129c770cfa0fa0c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-04-30T20:06:51.960Z Compiling hash32 v0.2.1
22072024-04-30T20:06:51.960Z Running `/home/build/.rustup/toolchains/1.77.2-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=9d5f502d049b164c -C extra-filename=-9d5f502d049b164c --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-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-04-30T20:06:51.960Z Compiling predicates-core v1.0.6
22092024-04-30T20:06:51.960Z Running `/home/build/.rustup/toolchains/1.77.2-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=826c175543d43584 -C extra-filename=-826c175543d43584 --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`
22102024-04-30T20:06:52.128Z Compiling smoltcp v0.9.1
22112024-04-30T20:06:52.131Z Running `/home/build/.rustup/toolchains/1.77.2-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=ed495a19b6a55b41 -C extra-filename=-ed495a19b6a55b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-04-30T20:06:52.174Z Running `/home/build/.rustup/toolchains/1.77.2-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=eb1da14fd496e25a -C extra-filename=-eb1da14fd496e25a --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-9d5f502d049b164c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-3338a147df9b3fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22132024-04-30T20:06:52.200Z Compiling r2d2 v0.8.10
22142024-04-30T20:06:52.204Z Running `/home/build/.rustup/toolchains/1.77.2-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=23656277dd6e2dc7 -C extra-filename=-23656277dd6e2dc7 --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-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-146273834ffd55b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-04-30T20:06:52.806Z Compiling diesel_derives v2.1.2
22162024-04-30T20:06:52.829Z Running `/home/build/.rustup/toolchains/1.77.2-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=6ed06ac0f453b21a -C extra-filename=-6ed06ac0f453b21a --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-4f5e27fa620b457c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-04-30T20:06:52.829Z Compiling usdt v0.3.5
22182024-04-30T20:06:52.829Z Running `/home/build/.rustup/toolchains/1.77.2-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=23fac731ff5b8b72 -C extra-filename=-23fac731ff5b8b72 --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-985d1924e0fee3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-7b1341215fe1bc68.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67490af630947d28.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-9baa835363a5f82e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-04-30T20:06:52.830Z Compiling crossterm v0.27.0
22202024-04-30T20:06:52.830Z Running `/home/build/.rustup/toolchains/1.77.2-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=7240974c6860a96c -C extra-filename=-7240974c6860a96c --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-0d3753a4f8ddf1b6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-ca7620a03c798bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-04-30T20:06:52.830Z Running `/home/build/.rustup/toolchains/1.77.2-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=f8dc51898e8dc0ee -C extra-filename=-f8dc51898e8dc0ee --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`
22222024-04-30T20:06:52.951Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41/build-script-build`
22232024-04-30T20:06:52.979Z Compiling bzip2 v0.4.4
22242024-04-30T20:06:52.987Z Running `/home/build/.rustup/toolchains/1.77.2-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=bdcf7c26c2ffeeb9 -C extra-filename=-bdcf7c26c2ffeeb9 --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-93ca6f4e8aaaa928.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.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-e19b87428ca936b1/out/lib`
22252024-04-30T20:06:53.061Z Compiling md-5 v0.10.5
22262024-04-30T20:06:53.482Z Running `/home/build/.rustup/toolchains/1.77.2-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=178e8cce252cb068 -C extra-filename=-178e8cce252cb068 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-04-30T20:06:53.482Z Compiling hubpack_derive v0.1.1
22282024-04-30T20:06:53.482Z Running `/home/build/.rustup/toolchains/1.77.2-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=a6ecefe57b79ce88 -C extra-filename=-a6ecefe57b79ce88 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-04-30T20:06:53.482Z Compiling yasna v0.5.2
22302024-04-30T20:06:53.482Z Running `/home/build/.rustup/toolchains/1.77.2-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=827ae7b10e71473c -C extra-filename=-827ae7b10e71473c --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-ea9d6d2f8689e9f6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-04-30T20:06:53.482Z Compiling bstr v1.9.0
22322024-04-30T20:06:53.482Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=27f31263959e390c -C extra-filename=-27f31263959e390c --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-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-04-30T20:06:54.434Z Compiling console v0.15.8
22342024-04-30T20:06:54.441Z Running `/home/build/.rustup/toolchains/1.77.2-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=481ecd2bf3b3e831 -C extra-filename=-481ecd2bf3b3e831 --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-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-04-30T20:06:55.208Z Compiling stringprep v0.1.3
22362024-04-30T20:06:55.211Z Running `/home/build/.rustup/toolchains/1.77.2-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=ea444bb766a4042e -C extra-filename=-ea444bb766a4042e --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-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-04-30T20:06:55.233Z Compiling float-cmp v0.9.0
22382024-04-30T20:06:55.255Z Running `/home/build/.rustup/toolchains/1.77.2-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=c23eae1af3051004 -C extra-filename=-c23eae1af3051004 --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-04-30T20:06:55.461Z Compiling fallible-iterator v0.2.0
22402024-04-30T20:06:55.479Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ef093d70e7353ae -C extra-filename=-2ef093d70e7353ae --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`
22412024-04-30T20:06:55.974Z Compiling difflib v0.4.0
22422024-04-30T20:06:55.978Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ccd9dd208e94922 -C extra-filename=-2ccd9dd208e94922 --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`
22432024-04-30T20:06:56.139Z Compiling normalize-line-endings v0.3.0
22442024-04-30T20:06:56.144Z Running `/home/build/.rustup/toolchains/1.77.2-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=61f66dc0b6b5e62f -C extra-filename=-61f66dc0b6b5e62f --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`
22452024-04-30T20:06:56.231Z Compiling postgres-protocol v0.6.6
22462024-04-30T20:06:56.244Z Running `/home/build/.rustup/toolchains/1.77.2-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=58cf571c7298b73d -C extra-filename=-58cf571c7298b73d --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-6db86b2c48c11a61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-178e8cce252cb068.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-ea444bb766a4042e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-04-30T20:06:56.263Z Compiling hubpack v0.1.2
22482024-04-30T20:06:56.263Z Running `/home/build/.rustup/toolchains/1.77.2-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=09a90093a90b47c2 -C extra-filename=-09a90093a90b47c2 --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-a6ecefe57b79ce88.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-04-30T20:06:56.289Z Running `/home/build/.rustup/toolchains/1.77.2-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=688686660b38a6c0 -C extra-filename=-688686660b38a6c0 --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-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-eb1da14fd496e25a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502024-04-30T20:06:56.719Z Compiling predicates v3.1.0
22512024-04-30T20:06:56.733Z Running `/home/build/.rustup/toolchains/1.77.2-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=fa816c605cb52d61 -C extra-filename=-fa816c605cb52d61 --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-d3c176ef90f87889.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-2ccd9dd208e94922.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-c23eae1af3051004.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-61f66dc0b6b5e62f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522024-04-30T20:06:57.557Z Compiling zip v0.6.6
22532024-04-30T20:06:57.564Z Running `/home/build/.rustup/toolchains/1.77.2-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=197eaa295c9c35b8 -C extra-filename=-197eaa295c9c35b8 --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-a7919d510375f8f6.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-bdcf7c26c2ffeeb9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-3269c1fecfe4305b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.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-e19b87428ca936b1/out/lib`
22542024-04-30T20:06:57.593Z Compiling similar v2.4.0
22552024-04-30T20:06:57.616Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=dc8847ed4790eabd -C extra-filename=-dc8847ed4790eabd --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-a49c56be5e82e285.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562024-04-30T20:06:58.414Z Compiling phf_shared v0.11.2
22572024-04-30T20:06:58.423Z Running `/home/build/.rustup/toolchains/1.77.2-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=76bef36eeed15fd3 -C extra-filename=-76bef36eeed15fd3 --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-8a408353bb0f0088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-04-30T20:06:58.510Z Compiling tokio-stream v0.1.15
22592024-04-30T20:06:58.541Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="net"' --cfg 'feature="time"' -C metadata=658f54e529eef29f -C extra-filename=-658f54e529eef29f --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-4b00f13a31442673.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-04-30T20:06:58.821Z Compiling strum_macros v0.25.2
22612024-04-30T20:06:58.847Z Running `/home/build/.rustup/toolchains/1.77.2-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=318f049051d98c49 -C extra-filename=-318f049051d98c49 --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-04-30T20:06:58.963Z Compiling serde_repr v0.1.16
22632024-04-30T20:06:58.984Z Running `/home/build/.rustup/toolchains/1.77.2-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=708f482f7fd3360c -C extra-filename=-708f482f7fd3360c --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-04-30T20:06:59.173Z Compiling peg-runtime v0.8.2
22652024-04-30T20:06:59.176Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.2/lib.rs --error-format=json --json=diagnostic-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=99a9930b7e492cc8 -C extra-filename=-99a9930b7e492cc8 --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`
22662024-04-30T20:06:59.494Z Compiling phf v0.11.2
22672024-04-30T20:06:59.508Z Running `/home/build/.rustup/toolchains/1.77.2-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=a0170ea733bb00ba -C extra-filename=-a0170ea733bb00ba --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-76bef36eeed15fd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-04-30T20:06:59.785Z Compiling postgres-types v0.2.6
22692024-04-30T20:06:59.799Z Running `/home/build/.rustup/toolchains/1.77.2-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=0c057ee5cccb6731 -C extra-filename=-0c057ee5cccb6731 --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-d1e7b568f67bf391.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-58cf571c7298b73d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-04-30T20:06:59.859Z Compiling whoami v1.5.1
22712024-04-30T20:07:00.278Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.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="web"' --cfg 'feature="web-sys"' -C metadata=b66b943a52f19dc5 -C extra-filename=-b66b943a52f19dc5 --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`
22722024-04-30T20:07:00.289Z Compiling serde_tokenstream v0.2.0
22732024-04-30T20:07:00.290Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ff4752e4c466ad8 -C extra-filename=-2ff4752e4c466ad8 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-04-30T20:07:00.341Z Compiling regress v0.9.1
22752024-04-30T20:07:00.352Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=456f77e887e92f44 -C extra-filename=-456f77e887e92f44 --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-ecc62c491397209c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-04-30T20:07:00.468Z Compiling getopts v0.2.21
22772024-04-30T20:07:00.472Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ebebb40c8c7d8b9 -C extra-filename=-2ebebb40c8c7d8b9 --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-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-04-30T20:07:00.587Z Compiling tokio-postgres v0.7.10
22792024-04-30T20:07:00.591Z Running `/home/build/.rustup/toolchains/1.77.2-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=c3582371b6b240e8 -C extra-filename=-c3582371b6b240e8 --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-db67e14663d879e1.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0170ea733bb00ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-58cf571c7298b73d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-04-30T20:07:00.805Z Compiling unsafe-libyaml v0.2.10
22812024-04-30T20:07:00.811Z Running `/home/build/.rustup/toolchains/1.77.2-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=8cbab81b88220931 -C extra-filename=-8cbab81b88220931 --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-04-30T20:07:01.525Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22832024-04-30T20:07:01.531Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=f5a2140edf15631f -C extra-filename=-f5a2140edf15631f --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-d1e7b568f67bf391.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
22842024-04-30T20:07:01.531Z Compiling camino v1.1.6
22852024-04-30T20:07:01.531Z Running `/home/build/.rustup/toolchains/1.77.2-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=8a489044bec38601 -C extra-filename=-8a489044bec38601 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-04-30T20:07:01.531Z Compiling is-terminal v0.4.9
22872024-04-30T20:07:01.531Z Running `/home/build/.rustup/toolchains/1.77.2-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=94c40c9d476da686 -C extra-filename=-94c40c9d476da686 --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-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-04-30T20:07:01.531Z Compiling dirs-sys-next v0.1.2
22892024-04-30T20:07:02.417Z Running `/home/build/.rustup/toolchains/1.77.2-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=7fa7268219d55f35 -C extra-filename=-7fa7268219d55f35 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-04-30T20:07:02.417Z Compiling fastrand v2.0.1
22912024-04-30T20:07:02.417Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=57bb0f72f6034fd8 -C extra-filename=-57bb0f72f6034fd8 --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`
22922024-04-30T20:07:02.417Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601/build-script-build`
22932024-04-30T20:07:02.418Z Running `/home/build/.rustup/toolchains/1.77.2-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=9d2aa48e77301f2e -C extra-filename=-9d2aa48e77301f2e --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-3323f3a7841d0a63.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`
22942024-04-30T20:07:02.424Z Compiling serde_yaml v0.9.25
22952024-04-30T20:07:02.424Z Running `/home/build/.rustup/toolchains/1.77.2-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=6da7c2c9702c086a -C extra-filename=-6da7c2c9702c086a --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-28259a8ba39da734.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-8cbab81b88220931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-04-30T20:07:02.424Z Compiling tempfile v3.10.1
22972024-04-30T20:07:02.424Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=d0cbdd1169c30d89 -C extra-filename=-d0cbdd1169c30d89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-57bb0f72f6034fd8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-04-30T20:07:02.762Z Compiling dirs-next v2.0.0
22992024-04-30T20:07:02.767Z Running `/home/build/.rustup/toolchains/1.77.2-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=1e123d8c7e2bf4f7 -C extra-filename=-1e123d8c7e2bf4f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7fa7268219d55f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002024-04-30T20:07:03.356Z Compiling sha1 v0.10.6
23012024-04-30T20:07:03.375Z Running `/home/build/.rustup/toolchains/1.77.2-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=aa294c995c732f80 -C extra-filename=-aa294c995c732f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-04-30T20:07:03.375Z Compiling term v0.7.0
23032024-04-30T20:07:03.375Z Running `/home/build/.rustup/toolchains/1.77.2-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=66b903c7c0352180 -C extra-filename=-66b903c7c0352180 --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-1e123d8c7e2bf4f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-04-30T20:07:03.376Z Compiling ident_case v1.0.1
23052024-04-30T20:07:03.376Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23062024-04-30T20:07:03.376Z Running `/home/build/.rustup/toolchains/1.77.2-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=bab12a79c0cece1e -C extra-filename=-bab12a79c0cece1e --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`
23072024-04-30T20:07:03.376Z Running `/home/build/.rustup/toolchains/1.77.2-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=aa7df3285770132e -C extra-filename=-aa7df3285770132e --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-12e7cc5b9a407160.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09a90093a90b47c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-708f482f7fd3360c.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-688686660b38a6c0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-318f049051d98c49.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-04-30T20:07:03.376Z Compiling strsim v0.10.0
23092024-04-30T20:07:03.376Z Running `/home/build/.rustup/toolchains/1.77.2-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=888e5e7bfff8b470 -C extra-filename=-888e5e7bfff8b470 --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`
23102024-04-30T20:07:03.397Z Compiling toml v0.8.12
23112024-04-30T20:07:03.398Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=9bd26b7122755abd -C extra-filename=-9bd26b7122755abd --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-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-04-30T20:07:04.116Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23132024-04-30T20:07:04.130Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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=5c1d015a79333f4a -C extra-filename=-5c1d015a79333f4a --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-1a1678ba78df6067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-04-30T20:07:04.614Z Compiling darling_core v0.20.8
23152024-04-30T20:07:05.036Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="strsim"' --cfg 'feature="suggestions"' -C metadata=3b10966cc34772d7 -C extra-filename=-3b10966cc34772d7 --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-94cd0cc82801ac87.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-bab12a79c0cece1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-888e5e7bfff8b470.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-04-30T20:07:05.104Z Compiling http v1.0.0
23172024-04-30T20:07:05.110Z Running `/home/build/.rustup/toolchains/1.77.2-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=9b332bc33c46c8d9 -C extra-filename=-9b332bc33c46c8d9 --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-d1e7b568f67bf391.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-04-30T20:07:05.267Z Compiling paste v1.0.14
23192024-04-30T20:07:05.270Z Running `/home/build/.rustup/toolchains/1.77.2-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=23c6513610eb199e -C extra-filename=-23c6513610eb199e --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-04-30T20:07:05.394Z Compiling strum_macros v0.26.1
23212024-04-30T20:07:05.431Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.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=540677072fec9b6f -C extra-filename=-540677072fec9b6f --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-04-30T20:07:05.859Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e/build-script-build`
23232024-04-30T20:07:05.930Z Compiling match_cfg v0.1.0
23242024-04-30T20:07:05.936Z Running `/home/build/.rustup/toolchains/1.77.2-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=d34d879fa9f3290c -C extra-filename=-d34d879fa9f3290c --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`
23252024-04-30T20:07:06.046Z Compiling rustls-pki-types v1.3.0
23262024-04-30T20:07:06.058Z Running `/home/build/.rustup/toolchains/1.77.2-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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fa76950aad2eef06 -C extra-filename=-fa76950aad2eef06 --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`
23272024-04-30T20:07:06.377Z Compiling hostname v0.3.1
23282024-04-30T20:07:06.380Z Running `/home/build/.rustup/toolchains/1.77.2-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=60ce985f66994f23 -C extra-filename=-60ce985f66994f23 --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-0389f312b031ed53.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d34d879fa9f3290c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-04-30T20:07:06.630Z Running `/home/build/.rustup/toolchains/1.77.2-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=ad07787aea9d9136 -C extra-filename=-ad07787aea9d9136 --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`
23302024-04-30T20:07:06.798Z Compiling quick-error v1.2.3
23312024-04-30T20:07:06.806Z Running `/home/build/.rustup/toolchains/1.77.2-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=0321ffecf135b3e0 -C extra-filename=-0321ffecf135b3e0 --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`
23322024-04-30T20:07:06.947Z Compiling crossbeam-channel v0.5.8
23332024-04-30T20:07:06.953Z Running `/home/build/.rustup/toolchains/1.77.2-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=5b342d4b6bb060be -C extra-filename=-5b342d4b6bb060be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-04-30T20:07:07.464Z Compiling thread_local v1.1.7
23352024-04-30T20:07:07.468Z Running `/home/build/.rustup/toolchains/1.77.2-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=b6f34b81faa18c1d -C extra-filename=-b6f34b81faa18c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-04-30T20:07:07.925Z Compiling rustls v0.22.4
23372024-04-30T20:07:07.933Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=a75fab80678f48d3 -C extra-filename=-a75fab80678f48d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-04-30T20:07:08.403Z Compiling slog-async v2.8.0
23392024-04-30T20:07:08.419Z Running `/home/build/.rustup/toolchains/1.77.2-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=6fc17e56b06b55fe -C extra-filename=-6fc17e56b06b55fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-04-30T20:07:08.419Z Compiling rustls-webpki v0.102.1
23412024-04-30T20:07:08.419Z Running `/home/build/.rustup/toolchains/1.77.2-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=f07f557253983023 -C extra-filename=-f07f557253983023 --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-731c3f13a64f1c10.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
23422024-04-30T20:07:08.419Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3/build-script-build`
23432024-04-30T20:07:08.419Z Compiling instant v0.1.12
23442024-04-30T20:07:08.419Z Running `/home/build/.rustup/toolchains/1.77.2-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=c3f5ce0e5c2f6da0 -C extra-filename=-c3f5ce0e5c2f6da0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-04-30T20:07:08.519Z Compiling take_mut v0.2.2
23462024-04-30T20:07:08.523Z Running `/home/build/.rustup/toolchains/1.77.2-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=456bed7286bb3fcb -C extra-filename=-456bed7286bb3fcb --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`
23472024-04-30T20:07:08.548Z Compiling diesel v2.1.6
23482024-04-30T20:07:08.551Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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=c3bd0cbc27364293 -C extra-filename=-c3bd0cbc27364293 --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-0d3753a4f8ddf1b6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-6ed06ac0f453b21a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-23656277dd6e2dc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
23492024-04-30T20:07:08.606Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe/build-script-build`
23502024-04-30T20:07:08.657Z Compiling slog-term v2.9.1
23512024-04-30T20:07:08.671Z Running `/home/build/.rustup/toolchains/1.77.2-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28349d9df6305449 -C extra-filename=-28349d9df6305449 --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-94c40c9d476da686.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b6f34b81faa18c1d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-04-30T20:07:09.081Z Compiling rustls-pemfile v2.1.2
23532024-04-30T20:07:09.081Z Running `/home/build/.rustup/toolchains/1.77.2-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=d287cb89224abd95 -C extra-filename=-d287cb89224abd95 --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-5b342d4b6bb060be.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-456bed7286bb3fcb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b6f34b81faa18c1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
23542024-04-30T20:07:09.081Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.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="default"' --cfg 'feature="std"' -C metadata=08d150e30f36063a -C extra-filename=-08d150e30f36063a --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-f8d19ed75ea6042c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-04-30T20:07:09.176Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=d46b9652255dde2d -C extra-filename=-d46b9652255dde2d --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-0f58a9cf96294e99.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f07f557253983023.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
23562024-04-30T20:07:09.854Z Compiling multer v3.0.0
23572024-04-30T20:07:09.871Z Running `/home/build/.rustup/toolchains/1.77.2-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=59f7171a27a798b4 -C extra-filename=-59f7171a27a798b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-04-30T20:07:09.883Z Compiling debug-ignore v1.0.5
23592024-04-30T20:07:09.910Z Running `/home/build/.rustup/toolchains/1.77.2-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=266acac97555300e -C extra-filename=-266acac97555300e --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`
23602024-04-30T20:07:10.455Z Compiling slog-json v2.6.1
23612024-04-30T20:07:10.465Z Running `/home/build/.rustup/toolchains/1.77.2-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=5fb62cfc820955e8 -C extra-filename=-5fb62cfc820955e8 --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-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-04-30T20:07:10.465Z Compiling async-stream-impl v0.3.5
23632024-04-30T20:07:10.465Z Running `/home/build/.rustup/toolchains/1.77.2-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=6cea602d83ed55c3 -C extra-filename=-6cea602d83ed55c3 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642024-04-30T20:07:10.465Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4/build-script-build`
23652024-04-30T20:07:10.466Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23662024-04-30T20:07:10.466Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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=92e40c49eeb3ed7b -C extra-filename=-92e40c49eeb3ed7b --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-04-30T20:07:10.466Z Compiling atomic-waker v1.1.1
23682024-04-30T20:07:10.466Z Running `/home/build/.rustup/toolchains/1.77.2-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=0124f7f4bc34925f -C extra-filename=-0124f7f4bc34925f --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`
23692024-04-30T20:07:10.601Z Compiling waitgroup v0.1.2
23702024-04-30T20:07:10.642Z Running `/home/build/.rustup/toolchains/1.77.2-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=16fff3da02f02757 -C extra-filename=-16fff3da02f02757 --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-0124f7f4bc34925f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-04-30T20:07:10.699Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b/build-script-build`
23722024-04-30T20:07:10.704Z Compiling strum v0.26.2
23732024-04-30T20:07:10.725Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=c1b505590a84792b -C extra-filename=-c1b505590a84792b --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-540677072fec9b6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-04-30T20:07:10.729Z Running `/home/build/.rustup/toolchains/1.77.2-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=46d23422f05899a6 -C extra-filename=-46d23422f05899a6 --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-d1e7b568f67bf391.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-858042e886cb24b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-04-30T20:07:10.837Z Compiling slog-bunyan v2.5.0
23762024-04-30T20:07:10.844Z Running `/home/build/.rustup/toolchains/1.77.2-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=e33f4af553cbfc64 -C extra-filename=-e33f4af553cbfc64 --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-60ce985f66994f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5fb62cfc820955e8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-04-30T20:07:10.875Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23782024-04-30T20:07:10.879Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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=4adc9f64ed57dbbe -C extra-filename=-4adc9f64ed57dbbe --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-04-30T20:07:11.030Z Compiling serde_path_to_error v0.1.16
23802024-04-30T20:07:11.037Z Running `/home/build/.rustup/toolchains/1.77.2-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.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 -C metadata=313e414a71e86543 -C extra-filename=-313e414a71e86543 --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-8887d85b8db1efbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-04-30T20:07:11.597Z Compiling async-stream v0.3.5
23822024-04-30T20:07:11.600Z Running `/home/build/.rustup/toolchains/1.77.2-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=d657b1e27daebf93 -C extra-filename=-d657b1e27daebf93 --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-6cea602d83ed55c3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-04-30T20:07:11.667Z Compiling darling_macro v0.20.8
23842024-04-30T20:07:11.670Z Running `/home/build/.rustup/toolchains/1.77.2-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.8/src/lib.rs --error-format=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=d727be39421d3ba4 -C extra-filename=-d727be39421d3ba4 --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-3b10966cc34772d7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-04-30T20:07:11.811Z Compiling newtype-uuid v1.1.0
23862024-04-30T20:07:11.823Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=9c3a35a8f50403b5 -C extra-filename=-9c3a35a8f50403b5 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-04-30T20:07:12.267Z Compiling wait-timeout v0.2.0
23882024-04-30T20:07:12.272Z Running `/home/build/.rustup/toolchains/1.77.2-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=6c9e05988e8bfefb -C extra-filename=-6c9e05988e8bfefb --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-04-30T20:07:12.272Z Compiling structmeta-derive v0.3.0
23902024-04-30T20:07:12.272Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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=fb61864a91a8ba89 -C extra-filename=-fb61864a91a8ba89 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-04-30T20:07:12.272Z Compiling rusty-fork v0.3.0
23922024-04-30T20:07:12.273Z Running `/home/build/.rustup/toolchains/1.77.2-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=44788d579d457bb0 -C extra-filename=-44788d579d457bb0 --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-94cd0cc82801ac87.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0321ffecf135b3e0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c9e05988e8bfefb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-04-30T20:07:12.434Z Compiling structmeta-derive v0.2.0
23942024-04-30T20:07:12.438Z Running `/home/build/.rustup/toolchains/1.77.2-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=dab55d90b1543e75 -C extra-filename=-dab55d90b1543e75 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-04-30T20:07:12.823Z Compiling rand_xorshift v0.3.0
23962024-04-30T20:07:12.826Z Running `/home/build/.rustup/toolchains/1.77.2-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=dec92d42cc63b920 -C extra-filename=-dec92d42cc63b920 --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-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-04-30T20:07:12.860Z Compiling darling v0.20.8
23982024-04-30T20:07:12.866Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=79693f502324cacf -C extra-filename=-79693f502324cacf --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-3b10966cc34772d7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d727be39421d3ba4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-04-30T20:07:12.991Z Compiling serde_with_macros v3.7.0
24002024-04-30T20:07:13.000Z Running `/home/build/.rustup/toolchains/1.77.2-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.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 --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=aaff1e50a46e8c48 -C extra-filename=-aaff1e50a46e8c48 --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-79693f502324cacf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-04-30T20:07:13.154Z Compiling unarray v0.1.4
24022024-04-30T20:07:13.157Z Running `/home/build/.rustup/toolchains/1.77.2-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=14ed57122db2b573 -C extra-filename=-14ed57122db2b573 --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`
24032024-04-30T20:07:13.299Z Compiling tokio-rustls v0.25.0
24042024-04-30T20:07:13.302Z Running `/home/build/.rustup/toolchains/1.77.2-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=dade64e64d31e412 -C extra-filename=-dade64e64d31e412 --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-d46b9652255dde2d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
24052024-04-30T20:07:13.323Z Compiling proptest v1.4.0
24062024-04-30T20:07:13.346Z Running `/home/build/.rustup/toolchains/1.77.2-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=fc0e45d9615360d6 -C extra-filename=-fc0e45d9615360d6 --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-c945bd74a1eeadc5.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-dec92d42cc63b920.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-44788d579d457bb0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-14ed57122db2b573.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-04-30T20:07:13.738Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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=09874861bc9fed57 -C extra-filename=-09874861bc9fed57 --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-d657b1e27daebf93.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-4adc9f64ed57dbbe.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-60ce985f66994f23.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-46d23422f05899a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5fb62cfc820955e8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dade64e64d31e412.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-16fff3da02f02757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
24082024-04-30T20:07:15.262Z Compiling structmeta v0.3.0
24092024-04-30T20:07:15.270Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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=ceb99959f36d43d5 -C extra-filename=-ceb99959f36d43d5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-fb61864a91a8ba89.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-04-30T20:07:15.702Z Compiling parse-display-derive v0.9.0
24112024-04-30T20:07:15.706Z Running `/home/build/.rustup/toolchains/1.77.2-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.9.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=de7f87eb056ef7e4 -C extra-filename=-de7f87eb056ef7e4 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ceb99959f36d43d5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-04-30T20:07:15.727Z Compiling structmeta v0.2.0
24132024-04-30T20:07:15.753Z Running `/home/build/.rustup/toolchains/1.77.2-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=0d06d4d9f1c1b1a5 -C extra-filename=-0d06d4d9f1c1b1a5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-dab55d90b1543e75.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-04-30T20:07:16.176Z Compiling backoff v0.4.0
24152024-04-30T20:07:16.180Z Running `/home/build/.rustup/toolchains/1.77.2-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=0f5fd433625921fb -C extra-filename=-0f5fd433625921fb --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-4b00f13a31442673.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-04-30T20:07:16.436Z Compiling serde_with v3.7.0
24172024-04-30T20:07:16.439Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--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=a4fc99402494b825 -C extra-filename=-a4fc99402494b825 --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-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-aaff1e50a46e8c48.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-04-30T20:07:17.795Z Compiling macaddr v1.0.1
24192024-04-30T20:07:17.861Z Running `/home/build/.rustup/toolchains/1.77.2-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=645271eed1124c11 -C extra-filename=-645271eed1124c11 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-04-30T20:07:17.960Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212024-04-30T20:07:17.960Z Running `/home/build/.rustup/toolchains/1.77.2-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=e2c142c8d4915084 -C extra-filename=-e2c142c8d4915084 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-04-30T20:07:17.960Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232024-04-30T20:07:17.960Z Running `/home/build/.rustup/toolchains/1.77.2-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=07c00cfd1675f33f -C extra-filename=-07c00cfd1675f33f --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-13c318f5fdda9b42.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-e2c142c8d4915084.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242024-04-30T20:07:18.013Z Compiling test-strategy v0.3.1
24252024-04-30T20:07:18.021Z Running `/home/build/.rustup/toolchains/1.77.2-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=76d39b5c13167184 -C extra-filename=-76d39b5c13167184 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0d06d4d9f1c1b1a5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-04-30T20:07:19.330Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24272024-04-30T20:07:19.337Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=7801b27fa2bd556d -C extra-filename=-7801b27fa2bd556d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-04-30T20:07:19.620Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24292024-04-30T20:07:19.630Z Running `/home/build/.rustup/toolchains/1.77.2-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=5de474b205735f5a -C extra-filename=-5de474b205735f5a --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-394f7d2b0d65f52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-04-30T20:07:19.762Z Compiling proc-macro-error-attr v1.0.4
24312024-04-30T20:07:19.770Z Running `/home/build/.rustup/toolchains/1.77.2-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=a4dc1203d7c47a68 -C extra-filename=-a4dc1203d7c47a68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-04-30T20:07:20.139Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68/build-script-build`
24332024-04-30T20:07:20.213Z Compiling proc-macro-error v1.0.4
24342024-04-30T20:07:20.218Z Running `/home/build/.rustup/toolchains/1.77.2-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=c1268573ee5e6f84 -C extra-filename=-c1268573ee5e6f84 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-04-30T20:07:20.517Z Running `/home/build/.rustup/toolchains/1.77.2-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=5581e55a3ba0f99c -C extra-filename=-5581e55a3ba0f99c --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-04-30T20:07:20.576Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84/build-script-build`
24372024-04-30T20:07:20.711Z Compiling camino-tempfile v1.1.1
24382024-04-30T20:07:20.718Z Running `/home/build/.rustup/toolchains/1.77.2-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=b17d13ee575f1f8f -C extra-filename=-b17d13ee575f1f8f --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-9d2aa48e77301f2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-04-30T20:07:20.857Z Compiling parse-display v0.9.0
24402024-04-30T20:07:20.869Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=b744afbd49cb10fd -C extra-filename=-b744afbd49cb10fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-de7f87eb056ef7e4.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-04-30T20:07:21.158Z Compiling proc-macro-crate v1.3.1
24422024-04-30T20:07:21.168Z Running `/home/build/.rustup/toolchains/1.77.2-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=7f81a7981c62a98c -C extra-filename=-7f81a7981c62a98c --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-382c12cfca40d2db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-04-30T20:07:21.483Z Running `/home/build/.rustup/toolchains/1.77.2-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=ea5dc9b8a9a2ecdd -C extra-filename=-ea5dc9b8a9a2ecdd --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-5581e55a3ba0f99c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24442024-04-30T20:07:21.528Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24452024-04-30T20:07:21.565Z Running `/home/build/.rustup/toolchains/1.77.2-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=3f8251eb57b92cd7 -C extra-filename=-3f8251eb57b92cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-04-30T20:07:21.784Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24472024-04-30T20:07:21.784Z Running `/home/build/.rustup/toolchains/1.77.2-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=5be1c42c5886b1da -C extra-filename=-5be1c42c5886b1da --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-04-30T20:07:21.953Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7/build-script-build`
24492024-04-30T20:07:21.988Z Compiling foreign-types-macros v0.2.3
24502024-04-30T20:07:22.005Z Running `/home/build/.rustup/toolchains/1.77.2-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=c1397722e0446f78 -C extra-filename=-c1397722e0446f78 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-04-30T20:07:22.050Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24522024-04-30T20:07:22.064Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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=cb6cde6f23418980 -C extra-filename=-cb6cde6f23418980 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5c1d015a79333f4a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-04-30T20:07:22.105Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da/build-script-build`
24542024-04-30T20:07:22.142Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24552024-04-30T20:07:22.560Z Running `/home/build/.rustup/toolchains/1.77.2-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=5a4c20cc01ec6048 -C extra-filename=-5a4c20cc01ec6048 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-04-30T20:07:22.996Z Compiling foreign-types-shared v0.3.1
24572024-04-30T20:07:22.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=72d43100434aa89e -C extra-filename=-72d43100434aa89e --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`
24582024-04-30T20:07:22.996Z Compiling num_enum_derive v0.5.11
24592024-04-30T20:07:22.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=77a5ccc5c65948a4 -C extra-filename=-77a5ccc5c65948a4 --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-7f81a7981c62a98c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-04-30T20:07:22.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=681cb45f7b1e968a -C extra-filename=-681cb45f7b1e968a --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`
24612024-04-30T20:07:22.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=04837bae42e1d029 -C extra-filename=-04837bae42e1d029 --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`
24622024-04-30T20:07:22.996Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24632024-04-30T20:07:22.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=ab157dc26599a2b4 -C extra-filename=-ab157dc26599a2b4 --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642024-04-30T20:07:22.996Z Compiling cstr-argument v0.1.2
24652024-04-30T20:07:22.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=c2bee3d54b1d0016 -C extra-filename=-c2bee3d54b1d0016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662024-04-30T20:07:22.996Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048/build-script-build`
24672024-04-30T20:07:22.997Z Compiling pretty-hex v0.2.1
24682024-04-30T20:07:22.997Z Running `/home/build/.rustup/toolchains/1.77.2-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=24af6e4417ba6e1d -C extra-filename=-24af6e4417ba6e1d --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`
24692024-04-30T20:07:23.019Z Compiling tabwriter v1.4.0
24702024-04-30T20:07:23.019Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-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="ansi_formatting"' --cfg 'feature="default"' -C metadata=45eff2d28607a84e -C extra-filename=-45eff2d28607a84e --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-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-04-30T20:07:23.019Z Compiling colored v2.1.0
24722024-04-30T20:07:23.019Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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=0fb460c45e6776a7 -C extra-filename=-0fb460c45e6776a7 --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-998cd0269062e61e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-04-30T20:07:23.457Z Compiling socket2 v0.4.9
24742024-04-30T20:07:23.458Z Running `/home/build/.rustup/toolchains/1.77.2-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=d985cc228b441316 -C extra-filename=-d985cc228b441316 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-04-30T20:07:23.492Z Compiling foreign-types v0.5.0
24762024-04-30T20:07:23.498Z Running `/home/build/.rustup/toolchains/1.77.2-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=a7230b1c73bcc1cc -C extra-filename=-a7230b1c73bcc1cc --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-c1397722e0446f78.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-72d43100434aa89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-04-30T20:07:23.508Z Compiling smf v0.2.3
24782024-04-30T20:07:23.512Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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=1b8e56e63ffb30f4 -C extra-filename=-1b8e56e63ffb30f4 --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-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-04-30T20:07:23.557Z Running `/home/build/.rustup/toolchains/1.77.2-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=aa497eb66f9b71ad -C extra-filename=-aa497eb66f9b71ad --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-0389f312b031ed53.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-ab157dc26599a2b4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24802024-04-30T20:07:23.605Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24812024-04-30T20:07:24.040Z Running `/home/build/.rustup/toolchains/1.77.2-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=efe0a7b8862a42a2 -C extra-filename=-efe0a7b8862a42a2 --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-c2bee3d54b1d0016.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a7230b1c73bcc1cc.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-04-30T20:07:24.040Z Compiling humantime v2.1.0
24832024-04-30T20:07:24.040Z Running `/home/build/.rustup/toolchains/1.77.2-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=a26dcef2f34c6c75 -C extra-filename=-a26dcef2f34c6c75 --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`
24842024-04-30T20:07:24.096Z Compiling termcolor v1.2.0
24852024-04-30T20:07:24.105Z Running `/home/build/.rustup/toolchains/1.77.2-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=06781bb010c39518 -C extra-filename=-06781bb010c39518 --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`
24862024-04-30T20:07:24.189Z Compiling same-file v1.0.6
24872024-04-30T20:07:24.608Z Running `/home/build/.rustup/toolchains/1.77.2-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=1977c827eb13d11d -C extra-filename=-1977c827eb13d11d --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`
24882024-04-30T20:07:24.619Z Compiling arc-swap v1.6.0
24892024-04-30T20:07:24.619Z Running `/home/build/.rustup/toolchains/1.77.2-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=3446371fa84e1775 -C extra-filename=-3446371fa84e1775 --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-04-30T20:07:24.619Z Compiling walkdir v2.5.0
24912024-04-30T20:07:24.619Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C metadata=281083d16f9fe3a3 -C extra-filename=-281083d16f9fe3a3 --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-1977c827eb13d11d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-04-30T20:07:24.894Z Compiling slog-scope v4.4.0
24932024-04-30T20:07:24.912Z Compiling usdt-macro v0.5.0
24942024-04-30T20:07:24.912Z Running `/home/build/.rustup/toolchains/1.77.2-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=f8b94073bed2ff1d -C extra-filename=-f8b94073bed2ff1d --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-3446371fa84e1775.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-04-30T20:07:24.912Z Running `/home/build/.rustup/toolchains/1.77.2-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=df916beccde51609 -C extra-filename=-df916beccde51609 --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-22f6827c791e8d8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-04-30T20:07:24.946Z Compiling usdt-attr-macro v0.5.0
24972024-04-30T20:07:24.967Z Running `/home/build/.rustup/toolchains/1.77.2-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=f3086a79f195536e -C extra-filename=-f3086a79f195536e --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-22f6827c791e8d8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-04-30T20:07:25.123Z Compiling memmap v0.7.0
24992024-04-30T20:07:25.134Z Running `/home/build/.rustup/toolchains/1.77.2-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=f994e4d5094eee2f -C extra-filename=-f994e4d5094eee2f --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-04-30T20:07:25.242Z Compiling num_enum v0.5.11
25012024-04-30T20:07:25.274Z Running `/home/build/.rustup/toolchains/1.77.2-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=b1dd8a0a35cf4a99 -C extra-filename=-b1dd8a0a35cf4a99 --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-77a5ccc5c65948a4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-04-30T20:07:25.429Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25032024-04-30T20:07:25.450Z Running `/home/build/.rustup/toolchains/1.77.2-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=a803a33bf42eda17 -C extra-filename=-a803a33bf42eda17 --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-0389f312b031ed53.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-681cb45f7b1e968a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-24af6e4417ba6e1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-04-30T20:07:25.450Z Compiling slog-stdlog v4.1.1
25052024-04-30T20:07:25.450Z Running `/home/build/.rustup/toolchains/1.77.2-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=160d12e8d02af7bf -C extra-filename=-160d12e8d02af7bf --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-0f58a9cf96294e99.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f8b94073bed2ff1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-04-30T20:07:25.461Z Compiling filetime v0.2.23
25072024-04-30T20:07:25.461Z Running `/home/build/.rustup/toolchains/1.77.2-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=5555160e7de2260f -C extra-filename=-5555160e7de2260f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-04-30T20:07:25.737Z Compiling slog-envlogger v2.2.0
25092024-04-30T20:07:25.742Z Running `/home/build/.rustup/toolchains/1.77.2-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=8898f3e2f38148c5 -C extra-filename=-8898f3e2f38148c5 --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-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f8b94073bed2ff1d.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-160d12e8d02af7bf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-04-30T20:07:25.799Z Compiling xattr v1.0.1
25112024-04-30T20:07:25.808Z Compiling newline-converter v0.3.0
25122024-04-30T20:07:25.808Z Running `/home/build/.rustup/toolchains/1.77.2-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=cbc1da1a07cdc365 -C extra-filename=-cbc1da1a07cdc365 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-04-30T20:07:25.808Z Running `/home/build/.rustup/toolchains/1.77.2-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=42c4582b17a737a8 -C extra-filename=-42c4582b17a737a8 --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-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-04-30T20:07:25.979Z Compiling tar v0.4.40
25152024-04-30T20:07:25.998Z Running `/home/build/.rustup/toolchains/1.77.2-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=20c1c48a52d94e88 -C extra-filename=-20c1c48a52d94e88 --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-5555160e7de2260f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-cbc1da1a07cdc365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-04-30T20:07:26.057Z Compiling utf-8 v0.7.6
25172024-04-30T20:07:26.061Z Running `/home/build/.rustup/toolchains/1.77.2-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=4e5a766cdc9dabb1 -C extra-filename=-4e5a766cdc9dabb1 --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`
25182024-04-30T20:07:26.368Z Compiling expectorate v1.1.0
25192024-04-30T20:07:26.401Z Running `/home/build/.rustup/toolchains/1.77.2-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=983a11c841e841a6 -C extra-filename=-983a11c841e841a6 --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-481ecd2bf3b3e831.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-42c4582b17a737a8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-04-30T20:07:26.517Z Compiling tungstenite v0.20.1
25212024-04-30T20:07:26.523Z Running `/home/build/.rustup/toolchains/1.77.2-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=dd3d54d6faf5309e -C extra-filename=-dd3d54d6faf5309e --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-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-4e5a766cdc9dabb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-04-30T20:07:26.549Z Compiling heapless v0.8.0
25232024-04-30T20:07:26.582Z Running `/home/build/.rustup/toolchains/1.77.2-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=64b0e6f2c9a0063c -C extra-filename=-64b0e6f2c9a0063c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-04-30T20:07:26.674Z Compiling termtree v0.4.1
25252024-04-30T20:07:26.679Z Running `/home/build/.rustup/toolchains/1.77.2-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=08573ef3861baf7f -C extra-filename=-08573ef3861baf7f --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-04-30T20:07:26.833Z Compiling usdt v0.5.0
25272024-04-30T20:07:26.874Z Running `/home/build/.rustup/toolchains/1.77.2-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=28a1816c24899602 -C extra-filename=-28a1816c24899602 --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-1452c5d5a1357d9b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-22f6827c791e8d8b.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-4a3bb4916305b51a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f994e4d5094eee2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-f3086a79f195536e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-df916beccde51609.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-04-30T20:07:27.733Z Compiling predicates-tree v1.0.9
25292024-04-30T20:07:27.734Z Running `/home/build/.rustup/toolchains/1.77.2-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=2906a7417e84ff8b -C extra-filename=-2906a7417e84ff8b --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-826c175543d43584.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-08573ef3861baf7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-04-30T20:07:27.734Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c/build-script-build`
25312024-04-30T20:07:27.738Z Compiling hash32 v0.3.1
25322024-04-30T20:07:27.738Z Running `/home/build/.rustup/toolchains/1.77.2-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=ed1920ea08d100a2 -C extra-filename=-ed1920ea08d100a2 --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-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-04-30T20:07:27.738Z Compiling smoltcp v0.11.0
25342024-04-30T20:07:27.738Z Running `/home/build/.rustup/toolchains/1.77.2-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=3c6c3a821755d096 -C extra-filename=-3c6c3a821755d096 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-04-30T20:07:27.739Z Compiling tokio-tungstenite v0.20.1
25362024-04-30T20:07:27.739Z Running `/home/build/.rustup/toolchains/1.77.2-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=d833a19ba1055295 -C extra-filename=-d833a19ba1055295 --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-2df6ab9162cca8c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dd3d54d6faf5309e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-04-30T20:07:27.739Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25382024-04-30T20:07:27.739Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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=02412651f2ca189b -C extra-filename=-02412651f2ca189b --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-5c1d015a79333f4a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cb6cde6f23418980.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-04-30T20:07:27.739Z Running `/home/build/.rustup/toolchains/1.77.2-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=8833e5dc1e94b5f7 -C extra-filename=-8833e5dc1e94b5f7 --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-ed1920ea08d100a2.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-3338a147df9b3fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-04-30T20:07:27.739Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25412024-04-30T20:07:27.739Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=8fc9adef2bdf1de3 -C extra-filename=-8fc9adef2bdf1de3 --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-2ebebb40c8c7d8b9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-02412651f2ca189b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-04-30T20:07:27.966Z Compiling atty v0.2.14
25432024-04-30T20:07:27.979Z Running `/home/build/.rustup/toolchains/1.77.2-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=c5ed1c9ccc7210dd -C extra-filename=-c5ed1c9ccc7210dd --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-04-30T20:07:28.020Z Compiling crucible-workspace-hack v0.1.0
25452024-04-30T20:07:28.038Z Running `/home/build/.rustup/toolchains/1.77.2-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=0d619c276ba2abe9 -C extra-filename=-0d619c276ba2abe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-04-30T20:07:28.149Z Compiling cobs v0.2.3
25472024-04-30T20:07:28.154Z Running `/home/build/.rustup/toolchains/1.77.2-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=399f8fb7d221c1e1 -C extra-filename=-399f8fb7d221c1e1 --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-04-30T20:07:28.232Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096/build-script-build`
25492024-04-30T20:07:28.270Z Compiling embedded-io v0.4.0
25502024-04-30T20:07:28.281Z Running `/home/build/.rustup/toolchains/1.77.2-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=5e1e926dcdcfe5c7 -C extra-filename=-5e1e926dcdcfe5c7 --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`
25512024-04-30T20:07:28.436Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9/build-script-build`
25522024-04-30T20:07:28.503Z Compiling postcard v1.0.8
25532024-04-30T20:07:28.503Z Running `/home/build/.rustup/toolchains/1.77.2-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=95cbdf49882f6f43 -C extra-filename=-95cbdf49882f6f43 --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-399f8fb7d221c1e1.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-5e1e926dcdcfe5c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-04-30T20:07:28.514Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25552024-04-30T20:07:28.514Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25562024-04-30T20:07:28.519Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=0a33e30e2f01dd2b -C extra-filename=-0a33e30e2f01dd2b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-04-30T20:07:28.524Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=566770b435144cf3 -C extra-filename=-566770b435144cf3 --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`
25582024-04-30T20:07:28.583Z Running `/home/build/.rustup/toolchains/1.77.2-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=88036c1895ea3e9d -C extra-filename=-88036c1895ea3e9d --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`
25592024-04-30T20:07:28.673Z Running `/home/build/.rustup/toolchains/1.77.2-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=76b14ae9d9e7dd72 -C extra-filename=-76b14ae9d9e7dd72 --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-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-8833e5dc1e94b5f7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-04-30T20:07:28.693Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25612024-04-30T20:07:28.722Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/derror-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=a36723f0d388d8af -C extra-filename=-a36723f0d388d8af --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-79693f502324cacf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-04-30T20:07:28.730Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25632024-04-30T20:07:28.730Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=99853f7d695ef8e4 -C extra-filename=-99853f7d695ef8e4 --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-04-30T20:07:28.879Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b/build-script-build`
25652024-04-30T20:07:28.952Z Compiling sigpipe v0.1.3
25662024-04-30T20:07:28.955Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-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=9392bef3d0f2215b -C extra-filename=-9392bef3d0f2215b --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-04-30T20:07:29.081Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25682024-04-30T20:07:29.084Z Running `/home/build/.rustup/toolchains/1.77.2-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=49eff1d134ebc306 -C extra-filename=-49eff1d134ebc306 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-04-30T20:07:29.277Z Compiling pem v3.0.4
25702024-04-30T20:07:29.281Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7acb2d670e1e637f -C extra-filename=-7acb2d670e1e637f --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-f8d19ed75ea6042c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-04-30T20:07:29.443Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306/build-script-build`
25722024-04-30T20:07:29.464Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25732024-04-30T20:07:29.468Z Running `/home/build/.rustup/toolchains/1.77.2-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=00fa5ba33345be89 -C extra-filename=-00fa5ba33345be89 --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`
25742024-04-30T20:07:29.810Z Running `/home/build/.rustup/toolchains/1.77.2-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=3377f0392de45f68 -C extra-filename=-3377f0392de45f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a803a33bf42eda17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-efe0a7b8862a42a2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-aa497eb66f9b71ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d985cc228b441316.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25752024-04-30T20:07:29.836Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25762024-04-30T20:07:29.840Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_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=7083334ea670ae82 -C extra-filename=-7083334ea670ae82 --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-1a1678ba78df6067.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-04-30T20:07:29.978Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
25782024-04-30T20:07:29.984Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/dd788a3/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=c8d164005d837ec0 -C extra-filename=-c8d164005d837ec0 --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-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-04-30T20:07:30.056Z Compiling num-derive v0.4.0
25802024-04-30T20:07:30.111Z Running `/home/build/.rustup/toolchains/1.77.2-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=cde7358530d8c61f -C extra-filename=-cde7358530d8c61f --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-04-30T20:07:30.433Z Compiling mockall_derive v0.12.1
25822024-04-30T20:07:30.437Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=53bfb4c8e2d70337 -C extra-filename=-53bfb4c8e2d70337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-04-30T20:07:31.530Z Compiling downcast v0.11.0
25842024-04-30T20:07:31.568Z Running `/home/build/.rustup/toolchains/1.77.2-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=8782fd6fb4424a65 -C extra-filename=-8782fd6fb4424a65 --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`
25852024-04-30T20:07:31.770Z Compiling fragile v2.0.0
25862024-04-30T20:07:31.770Z Running `/home/build/.rustup/toolchains/1.77.2-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=6ec0658265af8c44 -C extra-filename=-6ec0658265af8c44 --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-04-30T20:07:32.405Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25882024-04-30T20:07:32.415Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=770750ec84da55af -C extra-filename=-770750ec84da55af --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-566770b435144cf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-95cbdf49882f6f43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-04-30T20:07:32.562Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
25902024-04-30T20:07:32.565Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/1ef72f3/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=4abf96a24e3c5a43 -C extra-filename=-4abf96a24e3c5a43 --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-88036c1895ea3e9d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-cde7358530d8c61f.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-04-30T20:07:33.529Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25922024-04-30T20:07:33.543Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-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="sync"' -C metadata=e953c3ae55ee349e -C extra-filename=-e953c3ae55ee349e --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-299aa95bd49089c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7083334ea670ae82.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-04-30T20:07:34.017Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
25942024-04-30T20:07:34.029Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/dd788a3/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=01c1775a7136e659 -C extra-filename=-01c1775a7136e659 --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-c8d164005d837ec0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-04-30T20:07:34.030Z Compiling env_logger v0.9.3
25962024-04-30T20:07:34.030Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=238c882edc2b7ed4 -C extra-filename=-238c882edc2b7ed4 --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-c5ed1c9ccc7210dd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-04-30T20:07:34.030Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=1517502fa9a7aafd -C extra-filename=-1517502fa9a7aafd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-a36723f0d388d8af.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-99853f7d695ef8e4.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-770750ec84da55af.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-95cbdf49882f6f43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
25982024-04-30T20:07:34.254Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25992024-04-30T20:07:34.273Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=d409796f5b054a4b -C extra-filename=-d409796f5b054a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1517502fa9a7aafd.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-00fa5ba33345be89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-04-30T20:07:34.504Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26012024-04-30T20:07:34.507Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=73413a6cbcdc4309 -C extra-filename=-73413a6cbcdc4309 --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-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022024-04-30T20:07:34.975Z Compiling bitstruct_derive v0.1.0
26032024-04-30T20:07:34.986Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6d7f3a90e35833f -C extra-filename=-b6d7f3a90e35833f --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-04-30T20:07:35.026Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26052024-04-30T20:07:35.035Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5ec87d41a749f06 -C extra-filename=-a5ec87d41a749f06 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-04-30T20:07:35.156Z Compiling ascii v1.1.0
26072024-04-30T20:07:35.166Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ca9116b0c2a0a18 -C extra-filename=-9ca9116b0c2a0a18 --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`
26082024-04-30T20:07:35.195Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26092024-04-30T20:07:35.195Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ae8ff062328ad3e -C extra-filename=-7ae8ff062328ad3e --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-0389f312b031ed53.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a5ec87d41a749f06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-04-30T20:07:35.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26112024-04-30T20:07:35.482Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=be402f478fba6eb2 -C extra-filename=-be402f478fba6eb2 --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-73413a6cbcdc4309.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-04-30T20:07:35.757Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26132024-04-30T20:07:35.762Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=73fe37f52b56dfd7 -C extra-filename=-73fe37f52b56dfd7 --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-0389f312b031ed53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3377f0392de45f68.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1517502fa9a7aafd.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-95cbdf49882f6f43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-04-30T20:07:35.868Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26152024-04-30T20:07:35.887Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dca956a07bbac3dc -C extra-filename=-dca956a07bbac3dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-9ca9116b0c2a0a18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-238c882edc2b7ed4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-04-30T20:07:35.975Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26172024-04-30T20:07:35.983Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=da2b9b217e622773 -C extra-filename=-da2b9b217e622773 --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-c9c3d0db828aa2a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8fc9adef2bdf1de3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-6da7c2c9702c086a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-04-30T20:07:36.417Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26192024-04-30T20:07:36.425Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ce60dabe912d04e -C extra-filename=-4ce60dabe912d04e --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-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-04-30T20:07:36.466Z Compiling bitstruct v0.1.1
26212024-04-30T20:07:36.475Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e739ab798157078 -C extra-filename=-6e739ab798157078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-b6d7f3a90e35833f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-04-30T20:07:36.579Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26232024-04-30T20:07:36.613Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=f1672a48f6fd1157 -C extra-filename=-f1672a48f6fd1157 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-04-30T20:07:36.710Z Compiling serde_arrays v0.1.0
26252024-04-30T20:07:36.718Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4dde8a704487e389 -C extra-filename=-4dde8a704487e389 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-04-30T20:07:36.780Z Compiling erased-serde v0.3.31
26272024-04-30T20:07:36.780Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea1b51078a392e5b -C extra-filename=-ea1b51078a392e5b --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-04-30T20:07:36.873Z Compiling heck v0.3.3
26292024-04-30T20:07:36.876Z Running `/home/build/.rustup/toolchains/1.77.2-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=560e23cf1c72cd55 -C extra-filename=-560e23cf1c72cd55 --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-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-04-30T20:07:36.931Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26312024-04-30T20:07:36.964Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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=ed84d6b4f5a2057b -C extra-filename=-ed84d6b4f5a2057b --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-04-30T20:07:37.260Z Compiling zone_cfg_derive v0.1.2
26332024-04-30T20:07:37.264Z Compiling tungstenite v0.21.0
26342024-04-30T20:07:37.264Z Running `/home/build/.rustup/toolchains/1.77.2-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.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 -C metadata=18650c056a99aa96 -C extra-filename=-18650c056a99aa96 --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-560e23cf1c72cd55.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-04-30T20:07:37.264Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=097d9c49ca6aee0c -C extra-filename=-097d9c49ca6aee0c --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-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-4e5a766cdc9dabb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-04-30T20:07:37.346Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b/build-script-build`
26372024-04-30T20:07:37.357Z Compiling base64 v0.13.1
26382024-04-30T20:07:37.369Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9fbe8b3e3ae334f -C extra-filename=-d9fbe8b3e3ae334f --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`
26392024-04-30T20:07:37.941Z Compiling ron v0.7.1
26402024-04-30T20:07:37.968Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23c94aebbb2fea99 -C extra-filename=-23c94aebbb2fea99 --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-d9fbe8b3e3ae334f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-04-30T20:07:38.161Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-04-30T20:07:38.185Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41804495f06ecbc3 -C extra-filename=-41804495f06ecbc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-be402f478fba6eb2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-6e739ab798157078.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-4ce60dabe912d04e.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-ea1b51078a392e5b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f1672a48f6fd1157.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-dca956a07bbac3dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-4dde8a704487e389.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7ae8ff062328ad3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-04-30T20:07:38.885Z Compiling mockall v0.12.1
26442024-04-30T20:07:39.271Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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=be39a25c71d776a5 -C extra-filename=-be39a25c71d776a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-8782fd6fb4424a65.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-6ec0658265af8c44.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-53bfb4c8e2d70337.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2906a7417e84ff8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-04-30T20:07:39.337Z Compiling zone v0.1.8
26462024-04-30T20:07:39.337Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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=ce50bbfe7836ea7d -C extra-filename=-ce50bbfe7836ea7d --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-299aa95bd49089c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-18650c056a99aa96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-04-30T20:07:39.337Z Compiling tokio-tungstenite v0.21.0
26482024-04-30T20:07:39.337Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=4141e4ac98c914e9 -C extra-filename=-4141e4ac98c914e9 --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-2df6ab9162cca8c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-097d9c49ca6aee0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-04-30T20:07:39.760Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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=1588be1503448012 -C extra-filename=-1588be1503448012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a803a33bf42eda17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-efe0a7b8862a42a2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-aa497eb66f9b71ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d985cc228b441316.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
26502024-04-30T20:07:39.761Z Compiling headers-core v0.2.0
26512024-04-30T20:07:39.790Z Running `/home/build/.rustup/toolchains/1.77.2-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=4e9706d8ff9ec150 -C extra-filename=-4e9706d8ff9ec150 --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-73ae2bcccee3c8b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522024-04-30T20:07:39.866Z Compiling portpicker v0.1.1
26532024-04-30T20:07:39.887Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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=90b7f5e85275ab37 -C extra-filename=-90b7f5e85275ab37 --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-0c34402c0bb98ee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-04-30T20:07:40.179Z Compiling headers v0.3.9
26552024-04-30T20:07:40.185Z Running `/home/build/.rustup/toolchains/1.77.2-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=66c6ec52e2fdb676 -C extra-filename=-66c6ec52e2fdb676 --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-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4e9706d8ff9ec150.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-04-30T20:07:40.308Z Compiling rcgen v0.12.1
26572024-04-30T20:07:40.338Z Running `/home/build/.rustup/toolchains/1.77.2-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=62299e29f062bc8c -C extra-filename=-62299e29f062bc8c --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-7acb2d670e1e637f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
26582024-04-30T20:07:40.477Z Compiling atomicwrites v0.4.3
26592024-04-30T20:07:40.504Z Running `/home/build/.rustup/toolchains/1.77.2-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=89e3b3832d6e8818 -C extra-filename=-89e3b3832d6e8818 --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-6b5231a46a413dac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-04-30T20:07:40.614Z Compiling subprocess v0.2.9
26612024-04-30T20:07:40.619Z Running `/home/build/.rustup/toolchains/1.77.2-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=1dacfbc66201ffd0 -C extra-filename=-1dacfbc66201ffd0 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-04-30T20:07:40.824Z Compiling linked-hash-map v0.5.6
26632024-04-30T20:07:40.827Z Running `/home/build/.rustup/toolchains/1.77.2-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=2b7de25dbff0bafd -C extra-filename=-2b7de25dbff0bafd --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`
26642024-04-30T20:07:41.182Z Compiling lru-cache v0.1.2
26652024-04-30T20:07:41.195Z Running `/home/build/.rustup/toolchains/1.77.2-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=b3b773931263453a -C extra-filename=-b3b773931263453a --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-2b7de25dbff0bafd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-04-30T20:07:41.384Z Compiling password-hash v0.5.0
26672024-04-30T20:07:41.440Z Running `/home/build/.rustup/toolchains/1.77.2-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=25bdbf290a33957b -C extra-filename=-25bdbf290a33957b --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-89d333838280fc83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682024-04-30T20:07:42.572Z Compiling blake2 v0.10.6
26692024-04-30T20:07:42.576Z Running `/home/build/.rustup/toolchains/1.77.2-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=a9df7e29a9eb0291 -C extra-filename=-a9df7e29a9eb0291 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-04-30T20:07:42.576Z Compiling swrite v0.1.0
26712024-04-30T20:07:42.576Z Running `/home/build/.rustup/toolchains/1.77.2-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=8b87d121d3935d14 -C extra-filename=-8b87d121d3935d14 --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`
26722024-04-30T20:07:42.576Z Compiling itertools v0.12.1
26732024-04-30T20:07:42.576Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' -C metadata=2bca21e8a8c94f0b -C extra-filename=-2bca21e8a8c94f0b --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-3e218f4211a406b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-04-30T20:07:42.621Z Compiling derive-where v1.2.7
26752024-04-30T20:07:42.624Z Running `/home/build/.rustup/toolchains/1.77.2-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=7a4bde3918ca026a -C extra-filename=-7a4bde3918ca026a --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-04-30T20:07:42.791Z Compiling argon2 v0.5.3
26772024-04-30T20:07:42.808Z Running `/home/build/.rustup/toolchains/1.77.2-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=5ce3ce6a0c06be68 -C extra-filename=-5ce3ce6a0c06be68 --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-89d333838280fc83.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a9df7e29a9eb0291.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-25bdbf290a33957b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-04-30T20:07:43.171Z Compiling resolv-conf v0.7.0
26792024-04-30T20:07:43.189Z Running `/home/build/.rustup/toolchains/1.77.2-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=fe38e97ba8f1a8ca -C extra-filename=-fe38e97ba8f1a8ca --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-60ce985f66994f23.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0321ffecf135b3e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-04-30T20:07:44.103Z Compiling trust-dns-resolver v0.22.0
26812024-04-30T20:07:44.522Z Running `/home/build/.rustup/toolchains/1.77.2-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=146805003d6adb80 -C extra-filename=-146805003d6adb80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b3b773931263453a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-fe38e97ba8f1a8ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-04-30T20:07:44.522Z Compiling cancel-safe-futures v0.1.5
26832024-04-30T20:07:44.522Z Running `/home/build/.rustup/toolchains/1.77.2-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=f933bd7102e9ec34 -C extra-filename=-f933bd7102e9ec34 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-04-30T20:07:45.198Z Compiling bytecount v0.6.3
26852024-04-30T20:07:45.199Z Running `/home/build/.rustup/toolchains/1.77.2-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=f0bbf6fcf0ed2258 -C extra-filename=-f0bbf6fcf0ed2258 --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`
26862024-04-30T20:07:45.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26872024-04-30T20:07:45.199Z Running `/home/build/.rustup/toolchains/1.77.2-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=0c2fa7ae890fd80a -C extra-filename=-0c2fa7ae890fd80a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0c2fa7ae890fd80a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-5a51fa1df4cd8460.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a107ccf628f901ac.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a85a80b48f67247a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
26882024-04-30T20:07:45.209Z Compiling semver v0.1.20
26892024-04-30T20:07:45.209Z Running `/home/build/.rustup/toolchains/1.77.2-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=548b82a777d687eb -C extra-filename=-548b82a777d687eb --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`
26902024-04-30T20:07:45.209Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0c2fa7ae890fd80a/build-script-build`
26912024-04-30T20:07:45.209Z Running `/home/build/.rustup/toolchains/1.77.2-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=f30a7be5996f8118 -C extra-filename=-f30a7be5996f8118 --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-5a51fa1df4cd8460.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a107ccf628f901ac.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
26922024-04-30T20:07:45.209Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932024-04-30T20:07:45.209Z Running `/home/build/.rustup/toolchains/1.77.2-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=c7d34a6fbfa945ec -C extra-filename=-c7d34a6fbfa945ec --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
26942024-04-30T20:07:45.242Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26952024-04-30T20:07:45.248Z Running `/home/build/.rustup/toolchains/1.77.2-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=78302002c355e4c9 -C extra-filename=-78302002c355e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
26962024-04-30T20:07:45.652Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26972024-04-30T20:07:45.656Z Running `/home/build/.rustup/toolchains/1.77.2-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=a606e3d49d46b3c4 -C extra-filename=-a606e3d49d46b3c4 --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-5ce3ce6a0c06be68.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
26982024-04-30T20:07:45.817Z Compiling rustc_version v0.1.7
26992024-04-30T20:07:45.826Z Running `/home/build/.rustup/toolchains/1.77.2-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=af02312a2327ec97 -C extra-filename=-af02312a2327ec97 --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-548b82a777d687eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-04-30T20:07:45.839Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27012024-04-30T20:07:45.843Z Running `/home/build/.rustup/toolchains/1.77.2-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=992c295357fad23f -C extra-filename=-992c295357fad23f --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-f30a7be5996f8118.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27022024-04-30T20:07:46.049Z Compiling papergrid v0.11.0
27032024-04-30T20:07:46.053Z Running `/home/build/.rustup/toolchains/1.77.2-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=d6e403d781e166f2 -C extra-filename=-d6e403d781e166f2 --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-f0bbf6fcf0ed2258.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-04-30T20:07:46.141Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34/build-script-build`
27052024-04-30T20:07:46.177Z Compiling tabled_derive v0.7.0
27062024-04-30T20:07:46.181Z Running `/home/build/.rustup/toolchains/1.77.2-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=590d4a4c298a3d15 -C extra-filename=-590d4a4c298a3d15 --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-1a1678ba78df6067.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-04-30T20:07:46.280Z Compiling half v2.3.1
27082024-04-30T20:07:46.322Z Running `/home/build/.rustup/toolchains/1.77.2-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=d62cf438f667379d -C extra-filename=-d62cf438f667379d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-04-30T20:07:46.338Z Compiling ciborium-io v0.2.2
27102024-04-30T20:07:46.342Z Running `/home/build/.rustup/toolchains/1.77.2-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=8b9e89be911d6dfa -C extra-filename=-8b9e89be911d6dfa --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`
27112024-04-30T20:07:46.474Z Compiling newtype_derive v0.1.6
27122024-04-30T20:07:46.480Z Running `/home/build/.rustup/toolchains/1.77.2-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=e93fe492e7d37981 -C extra-filename=-e93fe492e7d37981 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-af02312a2327ec97.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-04-30T20:07:46.615Z Running `/home/build/.rustup/toolchains/1.77.2-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=b382a41ce75646ee -C extra-filename=-b382a41ce75646ee --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-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142024-04-30T20:07:46.841Z Compiling ciborium-ll v0.2.2
27152024-04-30T20:07:46.844Z Running `/home/build/.rustup/toolchains/1.77.2-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=f26683652ce0b5b5 -C extra-filename=-f26683652ce0b5b5 --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-8b9e89be911d6dfa.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-d62cf438f667379d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-04-30T20:07:46.920Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981/build-script-build`
27172024-04-30T20:07:47.342Z Compiling slog-dtrace v0.3.0
27182024-04-30T20:07:47.342Z Running `/home/build/.rustup/toolchains/1.77.2-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=81c2188eddd3f8d6 -C extra-filename=-81c2188eddd3f8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-04-30T20:07:47.347Z Compiling ciborium v0.2.2
27202024-04-30T20:07:47.347Z Running `/home/build/.rustup/toolchains/1.77.2-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=96402d30bd2ed2c0 -C extra-filename=-96402d30bd2ed2c0 --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-8b9e89be911d6dfa.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f26683652ce0b5b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-04-30T20:07:47.347Z Running `/home/build/.rustup/toolchains/1.77.2-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=f02d9217fa7ebd06 -C extra-filename=-f02d9217fa7ebd06 --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`
27222024-04-30T20:07:47.353Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6/build-script-build`
27232024-04-30T20:07:47.374Z Compiling signature v2.1.0
27242024-04-30T20:07:47.388Z Running `/home/build/.rustup/toolchains/1.77.2-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=93285e45b47dcfa1 -C extra-filename=-93285e45b47dcfa1 --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-f487f7d68fed3764.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-04-30T20:07:47.394Z Compiling glob v0.3.1
27262024-04-30T20:07:47.431Z Running `/home/build/.rustup/toolchains/1.77.2-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=bbd3f75ed0c26e0c -C extra-filename=-bbd3f75ed0c26e0c --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`
27272024-04-30T20:07:47.609Z Compiling rayon-core v1.12.1
27282024-04-30T20:07:47.614Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=20810b777583fd84 -C extra-filename=-20810b777583fd84 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-04-30T20:07:47.974Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84/build-script-build`
27302024-04-30T20:07:48.008Z Running `/home/build/.rustup/toolchains/1.77.2-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=cc7b499df6b969e6 -C extra-filename=-cc7b499df6b969e6 --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-996559b273324b36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-04-30T20:07:48.370Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27322024-04-30T20:07:48.376Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc3900912a4b0c05 -C extra-filename=-bc3900912a4b0c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-41804495f06ecbc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-04-30T20:07:48.650Z Compiling steno v0.4.0
27342024-04-30T20:07:48.662Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ffdecfe73e50e0c -C extra-filename=-2ffdecfe73e50e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-04-30T20:07:48.675Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27362024-04-30T20:07:48.694Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=095cc7cb085e4689 -C extra-filename=-095cc7cb085e4689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-bc3900912a4b0c05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-04-30T20:07:48.784Z Compiling crossbeam-deque v0.8.3
27382024-04-30T20:07:48.796Z Running `/home/build/.rustup/toolchains/1.77.2-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=0f2fbb56a7519191 -C extra-filename=-0f2fbb56a7519191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-04-30T20:07:48.945Z Compiling tabled v0.15.0
27402024-04-30T20:07:48.980Z Running `/home/build/.rustup/toolchains/1.77.2-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=a3a3937d15734e56 -C extra-filename=-a3a3937d15734e56 --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-d6e403d781e166f2.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-590d4a4c298a3d15.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-04-30T20:07:49.120Z Compiling libsw v3.3.1
27422024-04-30T20:07:49.123Z Running `/home/build/.rustup/toolchains/1.77.2-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=a0265174491e9bb7 -C extra-filename=-a0265174491e9bb7 --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-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-04-30T20:07:49.360Z Compiling num-rational v0.4.1
27442024-04-30T20:07:49.363Z Running `/home/build/.rustup/toolchains/1.77.2-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=b780da50de76c73a -C extra-filename=-b780da50de76c73a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-04-30T20:07:49.418Z Compiling owo-colors v4.0.0
27462024-04-30T20:07:49.422Z Running `/home/build/.rustup/toolchains/1.77.2-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=681c39f3ceba5f5e -C extra-filename=-681c39f3ceba5f5e --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`
27472024-04-30T20:07:49.729Z Compiling linear-map v1.2.0
27482024-04-30T20:07:49.732Z Running `/home/build/.rustup/toolchains/1.77.2-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=4d3a191fb70b45bd -C extra-filename=-4d3a191fb70b45bd --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`
27492024-04-30T20:07:50.022Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a/build-script-build`
27502024-04-30T20:07:50.092Z Running `/home/build/.rustup/toolchains/1.77.2-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40ebb278d70ff3c8 -C extra-filename=-40ebb278d70ff3c8 --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-0f2fbb56a7519191.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-04-30T20:07:50.700Z Compiling nibble_vec v0.1.0
27522024-04-30T20:07:51.163Z Running `/home/build/.rustup/toolchains/1.77.2-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=012dc479ba7d2d75 -C extra-filename=-012dc479ba7d2d75 --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-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-04-30T20:07:51.163Z Compiling endian-type v0.1.2
27542024-04-30T20:07:51.163Z Running `/home/build/.rustup/toolchains/1.77.2-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=62dd2029af753951 -C extra-filename=-62dd2029af753951 --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`
27552024-04-30T20:07:51.163Z Running `/home/build/.rustup/toolchains/1.77.2-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=e1ece5d932e78573 -C extra-filename=-e1ece5d932e78573 --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-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
27562024-04-30T20:07:51.163Z Compiling radix_trie v0.2.1
27572024-04-30T20:07:51.163Z Running `/home/build/.rustup/toolchains/1.77.2-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=018bab65e90d5b53 -C extra-filename=-018bab65e90d5b53 --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-62dd2029af753951.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-012dc479ba7d2d75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582024-04-30T20:07:51.278Z Compiling rayon v1.10.0
27592024-04-30T20:07:51.282Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.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=6db376e2c842d9b1 -C extra-filename=-6db376e2c842d9b1 --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-3e218f4211a406b1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40ebb278d70ff3c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-04-30T20:07:51.767Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27612024-04-30T20:07:51.774Z Running `/home/build/.rustup/toolchains/1.77.2-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=8f8f49c407f16530 -C extra-filename=-8f8f49c407f16530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a0265174491e9bb7.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27622024-04-30T20:07:51.878Z Compiling num-complex v0.4.5
27632024-04-30T20:07:51.881Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="libm"' -C metadata=efabaa29b54ad003 -C extra-filename=-efabaa29b54ad003 --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-04-30T20:07:52.280Z Compiling fxhash v0.2.1
27652024-04-30T20:07:52.313Z Running `/home/build/.rustup/toolchains/1.77.2-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=b084f503a5438d4a -C extra-filename=-b084f503a5438d4a --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-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-04-30T20:07:52.499Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672024-04-30T20:07:52.536Z Running `/home/build/.rustup/toolchains/1.77.2-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=6ec550e1d982d058 -C extra-filename=-6ec550e1d982d058 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27682024-04-30T20:07:52.879Z Compiling num v0.4.2
27692024-04-30T20:07:52.882Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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 --cfg 'feature="libm"' -C metadata=f8cdb6e55a736507 -C extra-filename=-f8cdb6e55a736507 --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-efabaa29b54ad003.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e1ece5d932e78573.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-04-30T20:07:52.988Z Compiling display-error-chain v0.2.0
27712024-04-30T20:07:53.041Z Running `/home/build/.rustup/toolchains/1.77.2-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=89ea751df9b71af1 -C extra-filename=-89ea751df9b71af1 --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-04-30T20:07:53.182Z Compiling radium v0.7.0
27732024-04-30T20:07:53.198Z Running `/home/build/.rustup/toolchains/1.77.2-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=b6e6081b03a0fb4e -C extra-filename=-b6e6081b03a0fb4e --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-04-30T20:07:53.729Z Compiling home v0.5.5
27752024-04-30T20:07:53.732Z Running `/home/build/.rustup/toolchains/1.77.2-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=1e224963060d30af -C extra-filename=-1e224963060d30af --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`
27762024-04-30T20:07:53.778Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e/build-script-build`
27772024-04-30T20:07:53.782Z Compiling tap v1.0.1
27782024-04-30T20:07:53.785Z Running `/home/build/.rustup/toolchains/1.77.2-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=cbc103bb5c4885ca -C extra-filename=-cbc103bb5c4885ca --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`
27792024-04-30T20:07:53.970Z Compiling convert_case v0.4.0
27802024-04-30T20:07:53.974Z Running `/home/build/.rustup/toolchains/1.77.2-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=4127f6e5fe9854b4 -C extra-filename=-4127f6e5fe9854b4 --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`
27812024-04-30T20:07:53.993Z Compiling maybe-uninit v2.0.0
27822024-04-30T20:07:53.996Z Running `/home/build/.rustup/toolchains/1.77.2-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=55fc3ac1cd2163e6 -C extra-filename=-55fc3ac1cd2163e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-04-30T20:07:54.593Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6/build-script-build`
27842024-04-30T20:07:54.663Z Compiling wyz v0.5.1
27852024-04-30T20:07:54.723Z Running `/home/build/.rustup/toolchains/1.77.2-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=b96fc9fd2771ee84 -C extra-filename=-b96fc9fd2771ee84 --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-cbc103bb5c4885ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-04-30T20:07:54.919Z Compiling derive_more v0.99.17
27872024-04-30T20:07:54.919Z Running `/home/build/.rustup/toolchains/1.77.2-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=10b85a698196ef17 -C extra-filename=-10b85a698196ef17 --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-4127f6e5fe9854b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-04-30T20:07:55.089Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27892024-04-30T20:07:55.093Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=62389318f53b2950 -C extra-filename=-62389318f53b2950 --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-f5a2140edf15631f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8fc9adef2bdf1de3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-da2b9b217e622773.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
27902024-04-30T20:07:55.110Z Running `/home/build/.rustup/toolchains/1.77.2-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=c999b9479a921f31 -C extra-filename=-c999b9479a921f31 --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`
27912024-04-30T20:07:55.310Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
27922024-04-30T20:07:55.313Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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=bdc322f1dddf194f -C extra-filename=-bdc322f1dddf194f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
27932024-04-30T20:07:55.514Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27942024-04-30T20:07:55.518Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=9fea85dbbfe9f404 -C extra-filename=-9fea85dbbfe9f404 --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-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
27952024-04-30T20:07:55.559Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27962024-04-30T20:07:55.613Z Running `/home/build/.rustup/toolchains/1.77.2-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=b9f5b1a26730eeaf -C extra-filename=-b9f5b1a26730eeaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27972024-04-30T20:07:56.193Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27982024-04-30T20:07:56.197Z Running `/home/build/.rustup/toolchains/1.77.2-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=cdffcffdce72e213 -C extra-filename=-cdffcffdce72e213 --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-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27992024-04-30T20:07:56.216Z Compiling funty v2.0.0
28002024-04-30T20:07:56.223Z Running `/home/build/.rustup/toolchains/1.77.2-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=1e6baaf33d5ed0e5 -C extra-filename=-1e6baaf33d5ed0e5 --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`
28012024-04-30T20:07:56.507Z Compiling num-bigint-dig v0.8.4
28022024-04-30T20:07:56.510Z Running `/home/build/.rustup/toolchains/1.77.2-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=c495834188d93dea -C extra-filename=-c495834188d93dea --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-04-30T20:07:56.900Z Compiling packed_struct v0.10.1
28042024-04-30T20:07:56.916Z Running `/home/build/.rustup/toolchains/1.77.2-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=15b7612c620c40e1 -C extra-filename=-15b7612c620c40e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-04-30T20:07:57.393Z Compiling crc-catalog v2.2.0
28062024-04-30T20:07:57.401Z Running `/home/build/.rustup/toolchains/1.77.2-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=f398c12182cadc17 -C extra-filename=-f398c12182cadc17 --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-04-30T20:07:57.493Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1/build-script-build`
28082024-04-30T20:07:57.529Z Compiling crc v3.0.1
28092024-04-30T20:07:57.537Z Running `/home/build/.rustup/toolchains/1.77.2-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=d22098972a623bc1 -C extra-filename=-d22098972a623bc1 --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-f398c12182cadc17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-04-30T20:07:57.553Z Compiling bitvec v1.0.1
28112024-04-30T20:07:57.553Z Running `/home/build/.rustup/toolchains/1.77.2-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=e94a932ea4772e99 -C extra-filename=-e94a932ea4772e99 --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-1e6baaf33d5ed0e5.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c999b9479a921f31.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-cbc103bb5c4885ca.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-b96fc9fd2771ee84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-04-30T20:07:57.839Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea/build-script-build`
28132024-04-30T20:07:57.875Z Running `/home/build/.rustup/toolchains/1.77.2-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=6fdadf56632ee33c -C extra-filename=-6fdadf56632ee33c --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`
28142024-04-30T20:07:57.976Z Compiling packed_struct_codegen v0.10.1
28152024-04-30T20:07:57.983Z Running `/home/build/.rustup/toolchains/1.77.2-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=908632d0c71a3b62 -C extra-filename=-908632d0c71a3b62 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-04-30T20:07:58.093Z Compiling indexmap v1.9.3
28172024-04-30T20:07:58.096Z Running `/home/build/.rustup/toolchains/1.77.2-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=6ea56b8d111cde37 -C extra-filename=-6ea56b8d111cde37 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182024-04-30T20:07:58.478Z Compiling nodrop v0.1.14
28192024-04-30T20:07:58.481Z Running `/home/build/.rustup/toolchains/1.77.2-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=ae0a161cd8c6c463 -C extra-filename=-ae0a161cd8c6c463 --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`
28202024-04-30T20:07:58.607Z Compiling array-init v0.0.4
28212024-04-30T20:07:58.610Z Running `/home/build/.rustup/toolchains/1.77.2-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=38ea9328107e1850 -C extra-filename=-38ea9328107e1850 --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-ae0a161cd8c6c463.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-04-30T20:07:59.730Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28232024-04-30T20:07:59.735Z Running `/home/build/.rustup/toolchains/1.77.2-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=d977ddac4c7c64a4 -C extra-filename=-d977ddac4c7c64a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
28242024-04-30T20:08:00.963Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28252024-04-30T20:08:00.971Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/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=0932d789a0f7c96f -C extra-filename=-0932d789a0f7c96f --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-d3c176ef90f87889.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1588be1503448012.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-90b7f5e85275ab37.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9fea85dbbfe9f404.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-095cc7cb085e4689.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-23c94aebbb2fea99.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4141e4ac98c914e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce50bbfe7836ea7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
28262024-04-30T20:08:01.207Z Running `/home/build/.rustup/toolchains/1.77.2-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=4b036e5e004f619b -C extra-filename=-4b036e5e004f619b --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-e94a932ea4772e99.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-908632d0c71a3b62.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-04-30T20:08:02.211Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37/build-script-build`
28282024-04-30T20:08:02.245Z Compiling smallvec v0.6.14
28292024-04-30T20:08:02.249Z Running `/home/build/.rustup/toolchains/1.77.2-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=22c894cc6d7f5f09 -C extra-filename=-22c894cc6d7f5f09 --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-6fdadf56632ee33c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-04-30T20:08:02.359Z Running `/home/build/.rustup/toolchains/1.77.2-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=7dbe10edc7628c92 -C extra-filename=-7dbe10edc7628c92 --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-a7919d510375f8f6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-adcb2ed4280e6f27.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28312024-04-30T20:08:02.679Z Compiling pkcs1 v0.7.5
28322024-04-30T20:08:02.683Z Running `/home/build/.rustup/toolchains/1.77.2-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=6698594c53e33fb4 -C extra-filename=-6698594c53e33fb4 --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-2be1af541275103d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-04-30T20:08:03.242Z Compiling hashbrown v0.12.3
28342024-04-30T20:08:03.246Z Running `/home/build/.rustup/toolchains/1.77.2-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=79ed7b8813433d33 -C extra-filename=-79ed7b8813433d33 --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`
28352024-04-30T20:08:03.567Z Compiling bitfield v0.14.0
28362024-04-30T20:08:03.570Z Running `/home/build/.rustup/toolchains/1.77.2-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=f4a2af796dfdcc82 -C extra-filename=-f4a2af796dfdcc82 --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`
28372024-04-30T20:08:03.740Z Compiling serde-hex v0.1.0
28382024-04-30T20:08:03.769Z Running `/home/build/.rustup/toolchains/1.77.2-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=fbc1da3810cec6e8 -C extra-filename=-fbc1da3810cec6e8 --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-38ea9328107e1850.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-22c894cc6d7f5f09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-04-30T20:08:03.877Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28402024-04-30T20:08:03.912Z Running `/home/build/.rustup/toolchains/1.77.2-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=d724f20ffe967e1e -C extra-filename=-d724f20ffe967e1e --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-a7919d510375f8f6.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d22098972a623bc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-04-30T20:08:04.200Z Compiling env_logger v0.10.0
28422024-04-30T20:08:04.208Z Running `/home/build/.rustup/toolchains/1.77.2-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=b398d58daaf23e92 -C extra-filename=-b398d58daaf23e92 --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-94c40c9d476da686.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-04-30T20:08:04.312Z Running `/home/build/.rustup/toolchains/1.77.2-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=5b01a1dd511ff495 -C extra-filename=-5b01a1dd511ff495 --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-79ed7b8813433d33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28442024-04-30T20:08:05.153Z Compiling rsa v0.9.2
28452024-04-30T20:08:05.175Z Running `/home/build/.rustup/toolchains/1.77.2-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=b411b73a8352e76f -C extra-filename=-b411b73a8352e76f --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-a7919d510375f8f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7dbe10edc7628c92.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6698594c53e33fb4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-93285e45b47dcfa1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-04-30T20:08:05.175Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28472024-04-30T20:08:05.178Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ddc4ef4a3f35e11 -C extra-filename=-2ddc4ef4a3f35e11 --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-f4a2af796dfdcc82.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-4b036e5e004f619b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-04-30T20:08:05.549Z Compiling x509-cert v0.2.4
28492024-04-30T20:08:05.602Z Running `/home/build/.rustup/toolchains/1.77.2-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=244f4f093cc46e75 -C extra-filename=-244f4f093cc46e75 --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-6bf68d27d0b9a310.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-04-30T20:08:07.639Z Compiling ron v0.8.1
28512024-04-30T20:08:07.673Z Running `/home/build/.rustup/toolchains/1.77.2-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=b0b1267ade4198fb -C extra-filename=-b0b1267ade4198fb --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-6db86b2c48c11a61.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-04-30T20:08:08.260Z Compiling hashbrown v0.13.2
28532024-04-30T20:08:08.265Z Running `/home/build/.rustup/toolchains/1.77.2-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"' -C metadata=4a2642d1498d7ab8 -C extra-filename=-4a2642d1498d7ab8 --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-5a51fa1df4cd8460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-04-30T20:08:09.471Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28552024-04-30T20:08:09.475Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8df47e854266cf -C extra-filename=-3c8df47e854266cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
28562024-04-30T20:08:10.258Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28572024-04-30T20:08:10.262Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=4ff9c0e8c6d59756 -C extra-filename=-4ff9c0e8c6d59756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-01c1775a7136e659.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-4abf96a24e3c5a43.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-be39a25c71d776a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
28582024-04-30T20:08:10.281Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28592024-04-30T20:08:10.284Z Running `/home/build/.rustup/toolchains/1.77.2-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=e14e3681b71f8303 -C extra-filename=-e14e3681b71f8303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
28602024-04-30T20:08:11.586Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612024-04-30T20:08:11.593Z Running `/home/build/.rustup/toolchains/1.77.2-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=f5f39789c735050a -C extra-filename=-f5f39789c735050a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
28622024-04-30T20:08:11.903Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28632024-04-30T20:08:11.907Z Running `/home/build/.rustup/toolchains/1.77.2-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=98c2e5421380053b -C extra-filename=-98c2e5421380053b --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-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
28642024-04-30T20:08:14.465Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28652024-04-30T20:08:14.481Z Running `/home/build/.rustup/toolchains/1.77.2-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=b42468fc09cdb09c -C extra-filename=-b42468fc09cdb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28662024-04-30T20:08:15.072Z Compiling crc-any v2.4.3
28672024-04-30T20:08:15.075Z Running `/home/build/.rustup/toolchains/1.77.2-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=741953cfe647b151 -C extra-filename=-741953cfe647b151 --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`
28682024-04-30T20:08:15.358Z Compiling arrayref v0.3.7
28692024-04-30T20:08:15.361Z Running `/home/build/.rustup/toolchains/1.77.2-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=0682fffab4a0a177 -C extra-filename=-0682fffab4a0a177 --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`
28702024-04-30T20:08:15.463Z Compiling arrayvec v0.7.4
28712024-04-30T20:08:15.488Z Running `/home/build/.rustup/toolchains/1.77.2-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=65f4e3c72d697965 -C extra-filename=-65f4e3c72d697965 --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`
28722024-04-30T20:08:15.594Z Compiling object v0.30.4
28732024-04-30T20:08:15.597Z Running `/home/build/.rustup/toolchains/1.77.2-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=8ef8a1d81ba37ff8 -C extra-filename=-8ef8a1d81ba37ff8 --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-3269c1fecfe4305b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4a2642d1498d7ab8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b01a1dd511ff495.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-04-30T20:08:15.869Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28752024-04-30T20:08:15.872Z Running `/home/build/.rustup/toolchains/1.77.2-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=f83d2ed57ce8f891 -C extra-filename=-f83d2ed57ce8f891 --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-b0b1267ade4198fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d724f20ffe967e1e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-04-30T20:08:16.150Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28772024-04-30T20:08:16.161Z Running `/home/build/.rustup/toolchains/1.77.2-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=1e118bd9f49162f5 -C extra-filename=-1e118bd9f49162f5 --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-a7919d510375f8f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-741953cfe647b151.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b398d58daaf23e92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2ddc4ef4a3f35e11.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-4b036e5e004f619b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b411b73a8352e76f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-fbc1da3810cec6e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-244f4f093cc46e75.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-04-30T20:08:16.638Z Compiling constant_time_eq v0.3.0
28792024-04-30T20:08:16.641Z Running `/home/build/.rustup/toolchains/1.77.2-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=460d8a9202deda95 -C extra-filename=-460d8a9202deda95 --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`
28802024-04-30T20:08:16.823Z Compiling path-slash v0.1.5
28812024-04-30T20:08:16.826Z Running `/home/build/.rustup/toolchains/1.77.2-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=bbc1adc278db9dd6 -C extra-filename=-bbc1adc278db9dd6 --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`
28822024-04-30T20:08:17.047Z Compiling blake3 v1.5.0
28832024-04-30T20:08:17.050Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=75c81fb62845bb82 -C extra-filename=-75c81fb62845bb82 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-04-30T20:08:17.453Z Compiling parking_lot_core v0.8.6
28852024-04-30T20:08:17.458Z Running `/home/build/.rustup/toolchains/1.77.2-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=9771d1c046045ed1 -C extra-filename=-9771d1c046045ed1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-04-30T20:08:17.764Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82/build-script-build`
28872024-04-30T20:08:17.982Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1/build-script-build`
28882024-04-30T20:08:18.016Z Compiling memmap2 v0.7.1
28892024-04-30T20:08:18.021Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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=53ab6ec1da44d8f6 -C extra-filename=-53ab6ec1da44d8f6 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-04-30T20:08:19.368Z Running `/home/build/.rustup/toolchains/1.77.2-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=a41daa0dda19cb5f -C extra-filename=-a41daa0dda19cb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-04-30T20:08:19.412Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=3038255eaede8398 -C extra-filename=-3038255eaede8398 --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-0682fffab4a0a177.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-65f4e3c72d697965.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-460d8a9202deda95.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-53ab6ec1da44d8f6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
28922024-04-30T20:08:19.412Z Compiling gethostname v0.4.3
28932024-04-30T20:08:19.412Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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=298c5d363c1f9414 -C extra-filename=-298c5d363c1f9414 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-04-30T20:08:19.413Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28952024-04-30T20:08:19.413Z Running `/home/build/.rustup/toolchains/1.77.2-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=e7834785c020ac8d -C extra-filename=-e7834785c020ac8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28962024-04-30T20:08:19.755Z Compiling libefi-sys v0.1.0
28972024-04-30T20:08:19.762Z Running `/home/build/.rustup/toolchains/1.77.2-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=e65ba19b861d7d77 -C extra-filename=-e65ba19b861d7d77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-04-30T20:08:20.105Z Compiling topological-sort v0.2.2
28992024-04-30T20:08:20.108Z Running `/home/build/.rustup/toolchains/1.77.2-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=b7a39aa5260bdb36 -C extra-filename=-b7a39aa5260bdb36 --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`
29002024-04-30T20:08:20.108Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77/build-script-build`
29012024-04-30T20:08:20.156Z Compiling parking_lot v0.11.2
29022024-04-30T20:08:20.159Z Running `/home/build/.rustup/toolchains/1.77.2-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=4fbdab8f427c5923 -C extra-filename=-4fbdab8f427c5923 --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-c3f5ce0e5c2f6da0.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c9564712d536a6c6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a41daa0dda19cb5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032024-04-30T20:08:20.325Z Compiling omicron-zone-package v0.11.0
29042024-04-30T20:08:20.328Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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=cf6bf3cb0a1c0af0 -C extra-filename=-cf6bf3cb0a1c0af0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-3038255eaede8398.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-38477973c409baaa.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-b7a39aa5260bdb36.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
29052024-04-30T20:08:20.880Z Compiling trust-dns-client v0.22.0
29062024-04-30T20:08:20.884Z Running `/home/build/.rustup/toolchains/1.77.2-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=5111a2b812294a78 -C extra-filename=-5111a2b812294a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-018bab65e90d5b53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-04-30T20:08:21.058Z Compiling toml v0.5.11
29082024-04-30T20:08:21.079Z Running `/home/build/.rustup/toolchains/1.77.2-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=810667e9c3025250 -C extra-filename=-810667e9c3025250 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-04-30T20:08:23.951Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29102024-04-30T20:08:23.960Z Running `/home/build/.rustup/toolchains/1.77.2-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=a5ebc98e19998971 -C extra-filename=-a5ebc98e19998971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
29112024-04-30T20:08:24.066Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29122024-04-30T20:08:24.074Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/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=f0feb23ffd19f312 -C extra-filename=-f0feb23ffd19f312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
29132024-04-30T20:08:24.663Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29142024-04-30T20:08:25.132Z Running `/home/build/.rustup/toolchains/1.77.2-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=adafea1e0a1959d2 -C extra-filename=-adafea1e0a1959d2 --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-2ddc4ef4a3f35e11.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-1e118bd9f49162f5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8ef8a1d81ba37ff8.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-bbc1adc278db9dd6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b411b73a8352e76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d724f20ffe967e1e.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-f83d2ed57ce8f891.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-244f4f093cc46e75.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-e19b87428ca936b1/out/lib`
29152024-04-30T20:08:25.132Z Compiling async-recursion v1.1.0
29162024-04-30T20:08:25.132Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=6b0128b78ce785d5 -C extra-filename=-6b0128b78ce785d5 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-04-30T20:08:25.133Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29182024-04-30T20:08:25.133Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/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=5758fe2a7c811c32 -C extra-filename=-5758fe2a7c811c32 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-04-30T20:08:25.549Z Compiling keccak v0.1.4
29202024-04-30T20:08:25.552Z Running `/home/build/.rustup/toolchains/1.77.2-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=e39837597faf7c65 -C extra-filename=-e39837597faf7c65 --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`
29212024-04-30T20:08:26.178Z Compiling sha3 v0.10.8
29222024-04-30T20:08:26.182Z Running `/home/build/.rustup/toolchains/1.77.2-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=dbc0e5234ac81936 -C extra-filename=-dbc0e5234ac81936 --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-f487f7d68fed3764.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e39837597faf7c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-04-30T20:08:26.864Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32/build-script-build`
29242024-04-30T20:08:26.898Z Compiling trust-dns-server v0.22.1
29252024-04-30T20:08:26.898Z Running `/home/build/.rustup/toolchains/1.77.2-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=724d87f3fa3155a4 -C extra-filename=-724d87f3fa3155a4 --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-db67e14663d879e1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-f3f4ef388cd0628c.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-19c0d53095034e3d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-810667e9c3025250.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-04-30T20:08:26.898Z Compiling sled v0.34.7
29272024-04-30T20:08:26.898Z Running `/home/build/.rustup/toolchains/1.77.2-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=3b1cfececdc12c9d -C extra-filename=-3b1cfececdc12c9d --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-3269c1fecfe4305b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-b084f503a5438d4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4fbdab8f427c5923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282024-04-30T20:08:26.898Z Running `/home/build/.rustup/toolchains/1.77.2-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=c4f7cee93e08bef3 -C extra-filename=-c4f7cee93e08bef3 --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`
29292024-04-30T20:08:27.118Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29302024-04-30T20:08:27.122Z Running `/home/build/.rustup/toolchains/1.77.2-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=f4e4c5fd1ac28012 -C extra-filename=-f4e4c5fd1ac28012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-04-30T20:08:27.180Z Compiling secrecy v0.8.0
29322024-04-30T20:08:27.186Z Running `/home/build/.rustup/toolchains/1.77.2-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=9444f53ee9bba697 -C extra-filename=-9444f53ee9bba697 --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-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-04-30T20:08:27.446Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29342024-04-30T20:08:27.449Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme-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=a40a3a2462bac895 -C extra-filename=-a40a3a2462bac895 --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-04-30T20:08:27.614Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29362024-04-30T20:08:27.621Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=377c6e698c4d0221 -C extra-filename=-377c6e698c4d0221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-a40a3a2462bac895.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-04-30T20:08:27.812Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=455c082e7ab33758 -C extra-filename=-455c082e7ab33758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out -l static=pci`
29382024-04-30T20:08:27.815Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29392024-04-30T20:08:27.827Z Running `/home/build/.rustup/toolchains/1.77.2-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=b53ec134020bd64d -C extra-filename=-b53ec134020bd64d --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-0389f312b031ed53.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-c4f7cee93e08bef3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-04-30T20:08:28.191Z Compiling toolchain_find v0.4.0
29412024-04-30T20:08:28.195Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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=8fb34a280b80aebc -C extra-filename=-8fb34a280b80aebc --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-1e224963060d30af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-04-30T20:08:28.281Z Compiling platforms v3.0.2
29432024-04-30T20:08:28.301Z Running `/home/build/.rustup/toolchains/1.77.2-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=cf5a8adceabab58c -C extra-filename=-cf5a8adceabab58c --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442024-04-30T20:08:28.311Z Compiling buf-list v1.0.3
29452024-04-30T20:08:28.334Z Running `/home/build/.rustup/toolchains/1.77.2-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=fb164f4fa8270be0 -C extra-filename=-fb164f4fa8270be0 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-04-30T20:08:28.681Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c/build-script-build`
29472024-04-30T20:08:28.723Z Compiling rustfmt-wrapper v0.2.1
29482024-04-30T20:08:28.744Z Running `/home/build/.rustup/toolchains/1.77.2-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f701f80db72f7d0 -C extra-filename=-9f701f80db72f7d0 --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-3323f3a7841d0a63.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-8fb34a280b80aebc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-04-30T20:08:28.820Z Running `/home/build/.rustup/toolchains/1.77.2-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=c34b1dacca912984 -C extra-filename=-c34b1dacca912984 --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`
29502024-04-30T20:08:29.030Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0/build-script-build`
29512024-04-30T20:08:29.077Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29522024-04-30T20:08:29.081Z Running `/home/build/.rustup/toolchains/1.77.2-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=4bfd4e9e4f3bef37 -C extra-filename=-4bfd4e9e4f3bef37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b53ec134020bd64d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-377c6e698c4d0221.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
29532024-04-30T20:08:29.285Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29542024-04-30T20:08:29.298Z Running `/home/build/.rustup/toolchains/1.77.2-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=d208cdc23ac01d6b -C extra-filename=-d208cdc23ac01d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-d208cdc23ac01d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-9f701f80db72f7d0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
29552024-04-30T20:08:29.402Z Compiling curve25519-dalek v4.1.2
29562024-04-30T20:08:29.410Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=67427a343df4dc50 -C extra-filename=-67427a343df4dc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-67427a343df4dc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-c34b1dacca912984.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-00e079ef6f480811.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-04-30T20:08:30.120Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29582024-04-30T20:08:30.123Z Running `/home/build/.rustup/toolchains/1.77.2-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=4a24452e998776e6 -C extra-filename=-4a24452e998776e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29592024-04-30T20:08:32.885Z Running `/home/build/.rustup/toolchains/1.77.2-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=619fd041e7b2fe7c -C extra-filename=-619fd041e7b2fe7c --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-d1e7b568f67bf391.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29602024-04-30T20:08:33.486Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
29612024-04-30T20:08:33.489Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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=dccbd8c2b2a063ae -C extra-filename=-dccbd8c2b2a063ae --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-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
29622024-04-30T20:08:33.675Z Compiling universal-hash v0.5.1
29632024-04-30T20:08:33.687Z Running `/home/build/.rustup/toolchains/1.77.2-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=b86443d2aae60a33 -C extra-filename=-b86443d2aae60a33 --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-3671815212ae050e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642024-04-30T20:08:33.867Z Compiling opaque-debug v0.3.0
29652024-04-30T20:08:33.872Z Running `/home/build/.rustup/toolchains/1.77.2-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=b6a9d9f9aff45479 -C extra-filename=-b6a9d9f9aff45479 --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`
29662024-04-30T20:08:33.974Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-67427a343df4dc50/build-script-build`
29672024-04-30T20:08:34.108Z Compiling curve25519-dalek-derive v0.1.0
29682024-04-30T20:08:34.111Z Running `/home/build/.rustup/toolchains/1.77.2-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=9d46231ffa619262 -C extra-filename=-9d46231ffa619262 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-04-30T20:08:34.916Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29702024-04-30T20:08:34.920Z Running `/home/build/.rustup/toolchains/1.77.2-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=85ed3bdbe853af9f -C extra-filename=-85ed3bdbe853af9f --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29712024-04-30T20:08:35.831Z Running `/home/build/.rustup/toolchains/1.77.2-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=25382ead31b57cd0 -C extra-filename=-25382ead31b57cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-9d46231ffa619262.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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"'`
29722024-04-30T20:08:36.644Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29732024-04-30T20:08:36.648Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_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=1c64a6fe0683c28e -C extra-filename=-1c64a6fe0683c28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-dccbd8c2b2a063ae.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
29742024-04-30T20:08:37.542Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29752024-04-30T20:08:37.545Z Running `/home/build/.rustup/toolchains/1.77.2-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=66ad0c7271f78bc8 -C extra-filename=-66ad0c7271f78bc8 --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-db67e14663d879e1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
29762024-04-30T20:08:38.106Z Compiling pin-project-internal v1.1.3
29772024-04-30T20:08:38.106Z Running `/home/build/.rustup/toolchains/1.77.2-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=c4a245cdebfbf5cb -C extra-filename=-c4a245cdebfbf5cb --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-04-30T20:08:38.377Z Compiling aead v0.5.2
29792024-04-30T20:08:38.381Z Running `/home/build/.rustup/toolchains/1.77.2-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=88d110d5d421c293 -C extra-filename=-88d110d5d421c293 --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-3671815212ae050e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-04-30T20:08:38.523Z Compiling diff v0.1.13
29812024-04-30T20:08:38.527Z Running `/home/build/.rustup/toolchains/1.77.2-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=f43cd67f3219fc4e -C extra-filename=-f43cd67f3219fc4e --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`
29822024-04-30T20:08:38.731Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29832024-04-30T20:08:38.749Z Running `/home/build/.rustup/toolchains/1.77.2-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=743309308fe47d24 -C extra-filename=-743309308fe47d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
29842024-04-30T20:08:39.203Z Compiling poly1305 v0.8.0
29852024-04-30T20:08:39.206Z Running `/home/build/.rustup/toolchains/1.77.2-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=9b083a23b4b10ee0 -C extra-filename=-9b083a23b4b10ee0 --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-1ffb3fa88be7e604.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b86443d2aae60a33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-04-30T20:08:39.406Z Compiling chacha20 v0.9.1
29872024-04-30T20:08:39.419Z Running `/home/build/.rustup/toolchains/1.77.2-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=e7c79710570ce7ca -C extra-filename=-e7c79710570ce7ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-04-30T20:08:39.875Z Compiling thiserror-impl-no-std v2.0.2
29892024-04-30T20:08:39.880Z Running `/home/build/.rustup/toolchains/1.77.2-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=dddf5b46dce13c36 -C extra-filename=-dddf5b46dce13c36 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-04-30T20:08:40.977Z Compiling nanorand v0.7.0
29912024-04-30T20:08:40.984Z Running `/home/build/.rustup/toolchains/1.77.2-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=7d666844cdc07234 -C extra-filename=-7d666844cdc07234 --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-cd233cf452b8a58f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-04-30T20:08:41.496Z Compiling pin-project v1.1.3
29932024-04-30T20:08:41.501Z Running `/home/build/.rustup/toolchains/1.77.2-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=92982d5eed86070a -C extra-filename=-92982d5eed86070a --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-c4a245cdebfbf5cb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-04-30T20:08:41.554Z Compiling unicase v2.7.0
29952024-04-30T20:08:41.560Z Running `/home/build/.rustup/toolchains/1.77.2-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=7525d53f56b0ba09 -C extra-filename=-7525d53f56b0ba09 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-04-30T20:08:41.631Z Compiling flume v0.11.0
29972024-04-30T20:08:41.635Z Running `/home/build/.rustup/toolchains/1.77.2-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=5287c90a39558f96 -C extra-filename=-5287c90a39558f96 --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-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7d666844cdc07234.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-04-30T20:08:41.954Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09/build-script-build`
29992024-04-30T20:08:42.127Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30002024-04-30T20:08:42.130Z Running `/home/build/.rustup/toolchains/1.77.2-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=a907582ad539eaa3 -C extra-filename=-a907582ad539eaa3 --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-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
30012024-04-30T20:08:42.306Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022024-04-30T20:08:42.316Z Running `/home/build/.rustup/toolchains/1.77.2-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=b6033b4c137e798f -C extra-filename=-b6033b4c137e798f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-b6033b4c137e798f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30032024-04-30T20:08:42.673Z Compiling kstat-rs v0.2.3
30042024-04-30T20:08:42.676Z Running `/home/build/.rustup/toolchains/1.77.2-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=25058401423af0e8 -C extra-filename=-25058401423af0e8 --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-0389f312b031ed53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-04-30T20:08:43.198Z Compiling vte_generate_state_changes v0.1.1
30062024-04-30T20:08:43.203Z Running `/home/build/.rustup/toolchains/1.77.2-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=cce160980f641a0f -C extra-filename=-cce160980f641a0f --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072024-04-30T20:08:43.279Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b6033b4c137e798f/build-script-build`
30082024-04-30T20:08:43.316Z Running `/home/build/.rustup/toolchains/1.77.2-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=e3fffb5d311cea11 -C extra-filename=-e3fffb5d311cea11 --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`
30092024-04-30T20:08:43.342Z Compiling thiserror-no-std v2.0.2
30102024-04-30T20:08:43.384Z Running `/home/build/.rustup/toolchains/1.77.2-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=e17b88c00c40d69e -C extra-filename=-e17b88c00c40d69e --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-dddf5b46dce13c36.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-04-30T20:08:43.480Z Compiling vsss-rs v3.3.4
30122024-04-30T20:08:43.485Z Running `/home/build/.rustup/toolchains/1.77.2-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=ba4d97101d3500b7 -C extra-filename=-ba4d97101d3500b7 --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-25382ead31b57cd0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e17b88c00c40d69e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-04-30T20:08:43.689Z Compiling chacha20poly1305 v0.10.1
30142024-04-30T20:08:43.693Z Running `/home/build/.rustup/toolchains/1.77.2-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=d5ef0647f2d469bb -C extra-filename=-d5ef0647f2d469bb --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-88d110d5d421c293.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e7c79710570ce7ca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9b083a23b4b10ee0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-04-30T20:08:43.857Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
30162024-04-30T20:08:43.861Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/1ef72f3/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=8a2d87a5f6c14cc7 -C extra-filename=-8a2d87a5f6c14cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
30172024-04-30T20:08:43.908Z Compiling fd-lock v4.0.2
30182024-04-30T20:08:43.911Z Running `/home/build/.rustup/toolchains/1.77.2-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=e1dcfafe59604a1a -C extra-filename=-e1dcfafe59604a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-04-30T20:08:43.985Z Compiling vte v0.11.1
30202024-04-30T20:08:43.989Z Running `/home/build/.rustup/toolchains/1.77.2-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=f0621b457bc45e67 -C extra-filename=-f0621b457bc45e67 --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-06c9e9fa03fbc0c8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-cce160980f641a0f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-04-30T20:08:44.105Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30222024-04-30T20:08:44.144Z Running `/home/build/.rustup/toolchains/1.77.2-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=e0ec9d64bb7fdce8 -C extra-filename=-e0ec9d64bb7fdce8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-04-30T20:08:44.477Z Compiling prettyplease v0.2.19
30242024-04-30T20:08:44.489Z Running `/home/build/.rustup/toolchains/1.77.2-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.19/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=4aff744153f8b4fc -C extra-filename=-4aff744153f8b4fc --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-04-30T20:08:44.642Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8/build-script-build`
30262024-04-30T20:08:44.655Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30272024-04-30T20:08:44.658Z Running `/home/build/.rustup/toolchains/1.77.2-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=fa42aa7c6a0ce87c -C extra-filename=-fa42aa7c6a0ce87c --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-996559b273324b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30282024-04-30T20:08:44.883Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc/build-script-build`
30292024-04-30T20:08:44.883Z Compiling mime_guess v2.0.4
30302024-04-30T20:08:44.883Z Running `/home/build/.rustup/toolchains/1.77.2-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=d0f027e6f16e32be -C extra-filename=-d0f027e6f16e32be --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e3fffb5d311cea11.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-04-30T20:08:45.340Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-d208cdc23ac01d6b/build-script-build`
30322024-04-30T20:08:45.446Z Compiling strip-ansi-escapes v0.2.0
30332024-04-30T20:08:45.453Z Running `/home/build/.rustup/toolchains/1.77.2-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=7bf440191c435cbf -C extra-filename=-7bf440191c435cbf --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-f0621b457bc45e67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-04-30T20:08:45.862Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30352024-04-30T20:08:45.868Z Running `/home/build/.rustup/toolchains/1.77.2-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="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=d0a534a1040f98fd -C extra-filename=-d0a534a1040f98fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-25058401423af0e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30362024-04-30T20:08:46.162Z Running `/home/build/.rustup/toolchains/1.77.2-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=7c903fd5c449dc63 -C extra-filename=-7c903fd5c449dc63 --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30372024-04-30T20:08:46.256Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
30382024-04-30T20:08:46.261Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/dd788a3/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=b4f15c172fb3b15b -C extra-filename=-b4f15c172fb3b15b --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-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
30392024-04-30T20:08:46.797Z Compiling fs-err v2.11.0
30402024-04-30T20:08:46.801Z Running `/home/build/.rustup/toolchains/1.77.2-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=671f5f16613ac442 -C extra-filename=-671f5f16613ac442 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-04-30T20:08:46.801Z Compiling nu-ansi-term v0.50.0
30422024-04-30T20:08:46.801Z Running `/home/build/.rustup/toolchains/1.77.2-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.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fe507a516aeb44 -C extra-filename=-50fe507a516aeb44 --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`
30432024-04-30T20:08:46.801Z Compiling crunchy v0.2.2
30442024-04-30T20:08:46.801Z Running `/home/build/.rustup/toolchains/1.77.2-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=62fa75392e66ca51 -C extra-filename=-62fa75392e66ca51 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-04-30T20:08:47.196Z Running `/home/build/.rustup/toolchains/1.77.2-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=5674e62a6850cbc8 -C extra-filename=-5674e62a6850cbc8 --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-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
30462024-04-30T20:08:47.332Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51/build-script-build`
30472024-04-30T20:08:47.366Z Compiling reedline v0.31.0
30482024-04-30T20:08:47.371Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4eeaf57880e3cd81 -C extra-filename=-4eeaf57880e3cd81 --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-996559b273324b36.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e1dcfafe59604a1a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-50fe507a516aeb44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-7bf440191c435cbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-540677072fec9b6f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-04-30T20:08:47.783Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442/build-script-build`
30502024-04-30T20:08:47.940Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be/build-script-build`
30512024-04-30T20:08:47.991Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30522024-04-30T20:08:48.004Z Running `/home/build/.rustup/toolchains/1.77.2-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=e21eb30d349539bd -C extra-filename=-e21eb30d349539bd --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-89ea751df9b71af1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
30532024-04-30T20:08:48.743Z Compiling clang-sys v1.6.1
30542024-04-30T20:08:48.763Z Running `/home/build/.rustup/toolchains/1.77.2-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=6d4b51522b0a04a2 -C extra-filename=-6d4b51522b0a04a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-04-30T20:08:49.553Z Compiling snafu-derive v0.8.2
30562024-04-30T20:08:49.557Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="rust_1_61"' -C metadata=3a7ea4f925a5a9d6 -C extra-filename=-3a7ea4f925a5a9d6 --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-04-30T20:08:50.950Z Compiling memoffset v0.7.1
30582024-04-30T20:08:50.989Z Running `/home/build/.rustup/toolchains/1.77.2-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=17b1872a48b49392 -C extra-filename=-17b1872a48b49392 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-04-30T20:08:51.321Z Compiling tiny-keccak v2.0.2
30602024-04-30T20:08:51.325Z Running `/home/build/.rustup/toolchains/1.77.2-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=853351dd40afa143 -C extra-filename=-853351dd40afa143 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-04-30T20:08:51.325Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392/build-script-build`
30622024-04-30T20:08:51.488Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2/build-script-build`
30632024-04-30T20:08:51.524Z Running `/home/build/.rustup/toolchains/1.77.2-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=518653636d64c0b3 -C extra-filename=-518653636d64c0b3 --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-c2f715f865321db7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e3fffb5d311cea11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-04-30T20:08:51.705Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143/build-script-build`
30652024-04-30T20:08:51.734Z Running `/home/build/.rustup/toolchains/1.77.2-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=94d014eebc6c5e7e -C extra-filename=-94d014eebc6c5e7e --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`
30662024-04-30T20:08:52.332Z Running `/home/build/.rustup/toolchains/1.77.2-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=6065ee46b342767b -C extra-filename=-6065ee46b342767b --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`
30672024-04-30T20:08:52.458Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.19/src/lib.rs --error-format=json --json=diagnostic-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=bb20372f1c3269c9 -C extra-filename=-bb20372f1c3269c9 --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-4df7e40006520d57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682024-04-30T20:08:52.483Z Running `/home/build/.rustup/toolchains/1.77.2-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=c7c07acd5f2bcd04 -C extra-filename=-c7c07acd5f2bcd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
30692024-04-30T20:08:53.092Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702024-04-30T20:08:53.160Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-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=1a9cec70e9ef7162 -C extra-filename=-1a9cec70e9ef7162 --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-f30a7be5996f8118.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30712024-04-30T20:08:53.327Z Compiling globset v0.4.13
30722024-04-30T20:08:53.331Z Running `/home/build/.rustup/toolchains/1.77.2-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=e11593f732b67af5 -C extra-filename=-e11593f732b67af5 --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-e6492b28b6244c5c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-04-30T20:08:53.683Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
30742024-04-30T20:08:53.686Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/dd788a3/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=51fed42bf01c9450 -C extra-filename=-51fed42bf01c9450 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-04-30T20:08:54.070Z Compiling olpc-cjson v0.1.3
30762024-04-30T20:08:54.079Z Running `/home/build/.rustup/toolchains/1.77.2-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=4d16b8def65d9e55 -C extra-filename=-4d16b8def65d9e55 --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-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-04-30T20:08:54.321Z Compiling serde_plain v1.0.2
30782024-04-30T20:08:54.349Z Running `/home/build/.rustup/toolchains/1.77.2-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=e1cae238c9185271 -C extra-filename=-e1cae238c9185271 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-04-30T20:08:54.737Z Compiling typed-path v0.7.0
30802024-04-30T20:08:54.742Z Running `/home/build/.rustup/toolchains/1.77.2-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=4197b00e1b30d98f -C extra-filename=-4197b00e1b30d98f --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`
30812024-04-30T20:08:54.783Z Compiling http-range v0.1.5
30822024-04-30T20:08:55.247Z Running `/home/build/.rustup/toolchains/1.77.2-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=abb5a0c47089757b -C extra-filename=-abb5a0c47089757b --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`
30832024-04-30T20:08:55.266Z Compiling hyper-staticfile v0.9.5
30842024-04-30T20:08:55.266Z Running `/home/build/.rustup/toolchains/1.77.2-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=396960f0ccfdb73a -C extra-filename=-396960f0ccfdb73a --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-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-abb5a0c47089757b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-04-30T20:08:55.267Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
30862024-04-30T20:08:55.267Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/dd788a3/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=2aa8df73427f57aa -C extra-filename=-2aa8df73427f57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c5ed1c9ccc7210dd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-51fed42bf01c9450.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
30872024-04-30T20:08:55.514Z Compiling snafu v0.8.2
30882024-04-30T20:08:55.517Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=a5cd8b3dfde7cdbc -C extra-filename=-a5cd8b3dfde7cdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-92982d5eed86070a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3a7ea4f925a5a9d6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-04-30T20:08:55.575Z Running `/home/build/.rustup/toolchains/1.77.2-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=28a4f6c0a7d4d1b6 -C extra-filename=-28a4f6c0a7d4d1b6 --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-6065ee46b342767b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902024-04-30T20:08:56.098Z Running `/home/build/.rustup/toolchains/1.77.2-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=9f9a676093161dd3 -C extra-filename=-9f9a676093161dd3 --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`
30912024-04-30T20:08:56.149Z Compiling ascii-canvas v3.0.0
30922024-04-30T20:08:56.152Z Running `/home/build/.rustup/toolchains/1.77.2-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=e371e1211e02acc3 -C extra-filename=-e371e1211e02acc3 --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-66b903c7c0352180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-04-30T20:08:56.182Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30942024-04-30T20:08:56.185Z Running `/home/build/.rustup/toolchains/1.77.2-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=fb713a9c0be614f1 -C extra-filename=-fb713a9c0be614f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-04-30T20:08:56.220Z Compiling ena v0.14.2
30962024-04-30T20:08:56.280Z Running `/home/build/.rustup/toolchains/1.77.2-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=2a6f73fe9c1afeb2 -C extra-filename=-2a6f73fe9c1afeb2 --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-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-04-30T20:08:56.357Z Compiling libloading v0.7.4
30982024-04-30T20:08:56.361Z Running `/home/build/.rustup/toolchains/1.77.2-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=e4ff8827bf8b8dac -C extra-filename=-e4ff8827bf8b8dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-04-30T20:08:56.557Z Compiling maplit v1.0.2
31002024-04-30T20:08:56.560Z Running `/home/build/.rustup/toolchains/1.77.2-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=75c76d88cc18162b -C extra-filename=-75c76d88cc18162b --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`
31012024-04-30T20:08:56.597Z Compiling parse-size v1.0.0
31022024-04-30T20:08:56.601Z Running `/home/build/.rustup/toolchains/1.77.2-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=10814480c3ff86c7 -C extra-filename=-10814480c3ff86c7 --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`
31032024-04-30T20:08:56.670Z Compiling salty v0.2.0
31042024-04-30T20:08:56.674Z Running `/home/build/.rustup/toolchains/1.77.2-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=9af4cae4193aefea -C extra-filename=-9af4cae4193aefea --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-04-30T20:08:56.689Z Compiling cfg_aliases v0.1.1
31062024-04-30T20:08:56.692Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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=bc068cf97a4a4378 -C extra-filename=-bc068cf97a4a4378 --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`
31072024-04-30T20:08:56.768Z Compiling bindgen v0.69.2
31082024-04-30T20:08:56.785Z Running `/home/build/.rustup/toolchains/1.77.2-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=e3aff4190d76f4aa -C extra-filename=-e3aff4190d76f4aa --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-04-30T20:08:56.803Z Compiling tough v0.17.1
31102024-04-30T20:08:56.807Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-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=03b9307cc8539457 -C extra-filename=-03b9307cc8539457 --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-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e11593f732b67af5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-4d16b8def65d9e55.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e1cae238c9185271.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a5cd8b3dfde7cdbc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-4197b00e1b30d98f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
31112024-04-30T20:08:56.826Z Compiling signature v1.6.4
31122024-04-30T20:08:56.846Z Running `/home/build/.rustup/toolchains/1.77.2-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=169129becbffc520 -C extra-filename=-169129becbffc520 --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`
31132024-04-30T20:08:56.988Z Compiling regex-syntax v0.6.29
31142024-04-30T20:08:56.991Z Running `/home/build/.rustup/toolchains/1.77.2-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=7a38e16cc8c3b566 -C extra-filename=-7a38e16cc8c3b566 --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`
31152024-04-30T20:08:57.293Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea/build-script-build`
31162024-04-30T20:08:57.298Z Compiling ed25519 v1.5.3
31172024-04-30T20:08:57.386Z Running `/home/build/.rustup/toolchains/1.77.2-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=d728d0240d9a9af8 -C extra-filename=-d728d0240d9a9af8 --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-169129becbffc520.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-04-30T20:08:57.573Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa/build-script-build`
31192024-04-30T20:08:58.958Z Compiling nix v0.28.0
31202024-04-30T20:08:58.973Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=afc47821540b70e2 -C extra-filename=-afc47821540b70e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-bc068cf97a4a4378.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-04-30T20:08:58.973Z Running `/home/build/.rustup/toolchains/1.77.2-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=0c42300343a7c7ea -C extra-filename=-0c42300343a7c7ea --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-bbd3f75ed0c26e0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-e4ff8827bf8b8dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222024-04-30T20:08:58.973Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1/build-script-build`
31232024-04-30T20:08:58.973Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31242024-04-30T20:08:58.973Z Running `/home/build/.rustup/toolchains/1.77.2-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=708eb38cbbb0bc7b -C extra-filename=-708eb38cbbb0bc7b --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-12e7cc5b9a407160.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9f9a676093161dd3.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-611962d7d561619c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-04-30T20:08:58.973Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31262024-04-30T20:08:58.973Z Running `/home/build/.rustup/toolchains/1.77.2-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=8db8c28984ae3f66 -C extra-filename=-8db8c28984ae3f66 --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-a7919d510375f8f6.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d22098972a623bc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-04-30T20:08:58.973Z Compiling cexpr v0.6.0
31282024-04-30T20:08:58.973Z Running `/home/build/.rustup/toolchains/1.77.2-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=d8fe53a0b4688ad2 -C extra-filename=-d8fe53a0b4688ad2 --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-de96fd06cf0e5bf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-04-30T20:09:01.703Z Compiling lalrpop v0.19.12
31302024-04-30T20:09:01.805Z Running `/home/build/.rustup/toolchains/1.77.2-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=dbd9ba8d0cdfa67f -C extra-filename=-dbd9ba8d0cdfa67f --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-e371e1211e02acc3.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f43cd67f3219fc4e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-2a6f73fe9c1afeb2.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-94c40c9d476da686.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7a38e16cc8c3b566.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-28a4f6c0a7d4d1b6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-04-30T20:09:02.951Z Compiling serde-big-array v0.5.1
31322024-04-30T20:09:02.970Z Running `/home/build/.rustup/toolchains/1.77.2-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=48c3255008a99f4f -C extra-filename=-48c3255008a99f4f --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-04-30T20:09:03.217Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31342024-04-30T20:09:03.235Z Running `/home/build/.rustup/toolchains/1.77.2-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=65d6a5166c257be2 -C extra-filename=-65d6a5166c257be2 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-04-30T20:09:03.275Z Compiling which v4.4.0
31362024-04-30T20:09:03.282Z Running `/home/build/.rustup/toolchains/1.77.2-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=0b90118a421c4c76 -C extra-filename=-0b90118a421c4c76 --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-3e218f4211a406b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-04-30T20:09:03.924Z Compiling shlex v1.3.0
31382024-04-30T20:09:04.000Z Running `/home/build/.rustup/toolchains/1.77.2-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=32ecc335f5465c05 -C extra-filename=-32ecc335f5465c05 --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-04-30T20:09:04.305Z Compiling ref-cast v1.0.22
31402024-04-30T20:09:04.309Z Running `/home/build/.rustup/toolchains/1.77.2-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.22/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=9a100357e6d566e1 -C extra-filename=-9a100357e6d566e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412024-04-30T20:09:04.378Z Compiling lazycell v1.3.0
31422024-04-30T20:09:04.383Z Running `/home/build/.rustup/toolchains/1.77.2-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=b036786ec6cc4907 -C extra-filename=-b036786ec6cc4907 --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`
31432024-04-30T20:09:04.553Z Compiling rustc-hash v1.1.0
31442024-04-30T20:09:04.617Z Running `/home/build/.rustup/toolchains/1.77.2-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=8ae2b579b19ecbee -C extra-filename=-8ae2b579b19ecbee --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`
31452024-04-30T20:09:04.715Z Compiling peeking_take_while v0.1.2
31462024-04-30T20:09:04.718Z Running `/home/build/.rustup/toolchains/1.77.2-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=57b896bac988f030 -C extra-filename=-57b896bac988f030 --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-04-30T20:09:04.867Z Running `/home/build/.rustup/toolchains/1.77.2-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=82e5a044d18b21c5 -C extra-filename=-82e5a044d18b21c5 --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-0d3753a4f8ddf1b6.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-d8fe53a0b4688ad2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-0c42300343a7c7ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-b036786ec6cc4907.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-57b896bac988f030.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8ae2b579b19ecbee.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-32ecc335f5465c05.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0b90118a421c4c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-04-30T20:09:04.897Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1/build-script-build`
31492024-04-30T20:09:04.972Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31502024-04-30T20:09:04.987Z Running `/home/build/.rustup/toolchains/1.77.2-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=f7346093bca69966 -C extra-filename=-f7346093bca69966 --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-65d6a5166c257be2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-04-30T20:09:05.450Z Running `/home/build/.rustup/toolchains/1.77.2-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=9f1ebe6f5c918d80 -C extra-filename=-9f1ebe6f5c918d80 --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-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-b084f503a5438d4a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09a90093a90b47c2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b3b773931263453a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-708eb38cbbb0bc7b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-48c3255008a99f4f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8db8c28984ae3f66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-e19b87428ca936b1/out/lib`
31522024-04-30T20:09:05.625Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31532024-04-30T20:09:05.646Z Running `/home/build/.rustup/toolchains/1.77.2-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=eafe36fffc3d9bb2 -C extra-filename=-eafe36fffc3d9bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31542024-04-30T20:09:07.800Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31552024-04-30T20:09:07.805Z Running `/home/build/.rustup/toolchains/1.77.2-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=b9ce8f7e8b6e24a1 -C extra-filename=-b9ce8f7e8b6e24a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
31562024-04-30T20:09:08.225Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2/build-script-build`
31572024-04-30T20:09:08.261Z Running `/home/build/.rustup/toolchains/1.77.2-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=b08db4e2e9d355e6 -C extra-filename=-b08db4e2e9d355e6 --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-d728d0240d9a9af8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31582024-04-30T20:09:09.175Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31592024-04-30T20:09:09.182Z Running `/home/build/.rustup/toolchains/1.77.2-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=bc205dc64f060916 -C extra-filename=-bc205dc64f060916 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bc205dc64f060916 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
31602024-04-30T20:09:09.529Z Compiling derive_builder_core v0.20.0
31612024-04-30T20:09:09.533Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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="lib_has_std"' -C metadata=c2323439e7fba07a -C extra-filename=-c2323439e7fba07a --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-79693f502324cacf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-04-30T20:09:10.325Z Compiling signal-hook-tokio v0.3.1
31632024-04-30T20:09:10.330Z Running `/home/build/.rustup/toolchains/1.77.2-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=c38c0470805f23d8 -C extra-filename=-c38c0470805f23d8 --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-4b00f13a31442673.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-04-30T20:09:10.520Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31652024-04-30T20:09:10.523Z Running `/home/build/.rustup/toolchains/1.77.2-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=00906d5c5a075342 -C extra-filename=-00906d5c5a075342 --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-1a1678ba78df6067.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-04-30T20:09:10.650Z Compiling serde-big-array v0.4.1
31672024-04-30T20:09:10.654Z Running `/home/build/.rustup/toolchains/1.77.2-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=549689fa05eb9c22 -C extra-filename=-549689fa05eb9c22 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-04-30T20:09:10.826Z Compiling ref-cast-impl v1.0.22
31692024-04-30T20:09:10.832Z Running `/home/build/.rustup/toolchains/1.77.2-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.22/src/lib.rs --error-format=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=c77cf07ff215611c -C extra-filename=-c77cf07ff215611c --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-04-30T20:09:11.775Z Compiling libxml v0.3.3
31712024-04-30T20:09:11.782Z Running `/home/build/.rustup/toolchains/1.77.2-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=7753908e8d4de12c -C extra-filename=-7753908e8d4de12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-04-30T20:09:11.975Z Compiling derive_builder_macro v0.20.0
31732024-04-30T20:09:11.979Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.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="lib_has_std"' -C metadata=2103a7d843835488 -C extra-filename=-2103a7d843835488 --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-c2323439e7fba07a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-04-30T20:09:12.214Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c/build-script-build`
31752024-04-30T20:09:12.234Z Running `/home/build/.rustup/toolchains/1.77.2-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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd81de483d561cdc -C extra-filename=-dd81de483d561cdc --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-c77cf07ff215611c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-04-30T20:09:12.261Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31772024-04-30T20:09:12.265Z Running `/home/build/.rustup/toolchains/1.77.2-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=89e126660ff7c658 -C extra-filename=-89e126660ff7c658 --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-10b85a698196ef17.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f7346093bca69966.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b08db4e2e9d355e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-549689fa05eb9c22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-04-30T20:09:12.368Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31792024-04-30T20:09:12.422Z Running `/home/build/.rustup/toolchains/1.77.2-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=98101bb4d34dc630 -C extra-filename=-98101bb4d34dc630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
31802024-04-30T20:09:12.560Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bc205dc64f060916/build-script-build`
31812024-04-30T20:09:12.634Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fa08bfe2e9fbad33 -C extra-filename=-fa08bfe2e9fbad33 --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-0d3753a4f8ddf1b6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
31822024-04-30T20:09:13.095Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31832024-04-30T20:09:13.133Z Running `/home/build/.rustup/toolchains/1.77.2-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=3d0c749632a68aaa -C extra-filename=-3d0c749632a68aaa --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-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
31842024-04-30T20:09:13.505Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31852024-04-30T20:09:13.508Z Running `/home/build/.rustup/toolchains/1.77.2-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=71f7cad35c850929 -C extra-filename=-71f7cad35c850929 --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-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
31862024-04-30T20:09:14.088Z Compiling peg-macros v0.8.2
31872024-04-30T20:09:14.091Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.2/lib.rs --error-format=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=69502503a1aae831 -C extra-filename=-69502503a1aae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-04-30T20:09:15.427Z Compiling strum_macros v0.24.3
31892024-04-30T20:09:15.431Z Running `/home/build/.rustup/toolchains/1.77.2-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=009be6bb2779d57f -C extra-filename=-009be6bb2779d57f --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-04-30T20:09:16.495Z Compiling sqlparser_derive v0.2.2
31912024-04-30T20:09:16.498Z Running `/home/build/.rustup/toolchains/1.77.2-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=115e077bbf05f298 -C extra-filename=-115e077bbf05f298 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-04-30T20:09:17.041Z Compiling cookie v0.18.1
31932024-04-30T20:09:17.045Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=ab071a76c79e68d5 -C extra-filename=-ab071a76c79e68d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-04-30T20:09:17.835Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31952024-04-30T20:09:17.844Z Running `/home/build/.rustup/toolchains/1.77.2-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=80290388e1ad3b04 -C extra-filename=-80290388e1ad3b04 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-04-30T20:09:17.844Z Compiling indoc v1.0.9
31972024-04-30T20:09:17.845Z Running `/home/build/.rustup/toolchains/1.77.2-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=2cd91c7f91fb910d -C extra-filename=-2cd91c7f91fb910d --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`
31982024-04-30T20:09:17.845Z Compiling corncobs v0.1.3
31992024-04-30T20:09:17.866Z Running `/home/build/.rustup/toolchains/1.77.2-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=6445bb9046bf004a -C extra-filename=-6445bb9046bf004a --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`
32002024-04-30T20:09:17.973Z Compiling unicode_categories v0.1.1
32012024-04-30T20:09:17.989Z Running `/home/build/.rustup/toolchains/1.77.2-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=de74123180091635 -C extra-filename=-de74123180091635 --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`
32022024-04-30T20:09:18.165Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32032024-04-30T20:09:18.168Z Running `/home/build/.rustup/toolchains/1.77.2-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=bb058ce0e73611be -C extra-filename=-bb058ce0e73611be --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-6445bb9046bf004a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f7346093bca69966.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b08db4e2e9d355e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-89e126660ff7c658.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-04-30T20:09:18.302Z Compiling sqlformat v0.2.3
32052024-04-30T20:09:18.306Z Running `/home/build/.rustup/toolchains/1.77.2-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=fc158bba336639b2 -C extra-filename=-fc158bba336639b2 --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-2bca21e8a8c94f0b.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-de74123180091635.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062024-04-30T20:09:18.621Z Compiling peg v0.8.2
32072024-04-30T20:09:18.653Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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"' -C metadata=1ac7cfe6df08972c -C extra-filename=-1ac7cfe6df08972c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-69502503a1aae831.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-04-30T20:09:18.740Z Compiling sqlparser v0.45.0
32092024-04-30T20:09:18.745Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=dc6fce81e6b88016 -C extra-filename=-dc6fce81e6b88016 --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-0f58a9cf96294e99.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-115e077bbf05f298.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-04-30T20:09:19.052Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04/build-script-build`
32112024-04-30T20:09:19.082Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5/build-script-build`
32122024-04-30T20:09:19.153Z Compiling rustyline v14.0.0
32132024-04-30T20:09:19.157Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.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=cc3cb3f1d0c0bed1 -C extra-filename=-cc3cb3f1d0c0bed1 --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-0d3753a4f8ddf1b6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e1dcfafe59604a1a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-1e224963060d30af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fa08bfe2e9fbad33.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-018bab65e90d5b53.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-04-30T20:09:19.561Z Compiling derive_builder v0.20.0
32152024-04-30T20:09:19.577Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-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="std"' -C metadata=d7d34cc1999e1522 -C extra-filename=-d7d34cc1999e1522 --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-2103a7d843835488.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-04-30T20:09:19.740Z Running `/home/build/.rustup/toolchains/1.77.2-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=e01bec648f03a7b6 -C extra-filename=-e01bec648f03a7b6 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
32172024-04-30T20:09:21.487Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32182024-04-30T20:09:21.492Z Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=9951e0fd8fd91bea -C extra-filename=-9951e0fd8fd91bea --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9951e0fd8fd91bea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32192024-04-30T20:09:21.844Z Compiling bb8 v0.8.3
32202024-04-30T20:09:21.870Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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="default"' --cfg 'feature="parking_lot"' -C metadata=cd00c1534692349f -C extra-filename=-cd00c1534692349f --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-db67e14663d879e1.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212024-04-30T20:09:22.745Z Compiling const_format_proc_macros v0.2.32
32222024-04-30T20:09:22.748Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.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 --cfg 'feature="default"' -C metadata=9858f484ecd89dc1 -C extra-filename=-9858f484ecd89dc1 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-04-30T20:09:22.754Z Compiling bcs v0.1.6
32242024-04-30T20:09:22.759Z Running `/home/build/.rustup/toolchains/1.77.2-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=a1b7f4195d945ae4 -C extra-filename=-a1b7f4195d945ae4 --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-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-04-30T20:09:23.509Z Compiling quick-xml v0.31.0
32262024-04-30T20:09:23.513Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=cc20512d336b2e65 -C extra-filename=-cc20512d336b2e65 --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-2d2769c741d5e1f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-04-30T20:09:23.592Z Compiling oso-derive v0.27.3
32282024-04-30T20:09:23.595Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=65e0242ebb131f0c -C extra-filename=-65e0242ebb131f0c --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-04-30T20:09:24.857Z Compiling impl-trait-for-tuples v0.2.2
32302024-04-30T20:09:24.863Z Running `/home/build/.rustup/toolchains/1.77.2-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=8014d676f7601096 -C extra-filename=-8014d676f7601096 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-04-30T20:09:24.897Z Compiling highway v1.1.0
32322024-04-30T20:09:24.935Z Running `/home/build/.rustup/toolchains/1.77.2-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=9dfbd126aecbb7c8 -C extra-filename=-9dfbd126aecbb7c8 --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`
32332024-04-30T20:09:25.658Z Compiling const_format v0.2.32
32342024-04-30T20:09:25.662Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=d850075d6a742a33 -C extra-filename=-d850075d6a742a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-9858f484ecd89dc1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352024-04-30T20:09:26.405Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32362024-04-30T20:09:26.410Z Running `/home/build/.rustup/toolchains/1.77.2-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=35c9e283b64671c7 -C extra-filename=-35c9e283b64671c7 --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-db67e14663d879e1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32372024-04-30T20:09:27.014Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9951e0fd8fd91bea/build-script-build`
32382024-04-30T20:09:27.044Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-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 -C metadata=329e9c57c97016a7 -C extra-filename=-329e9c57c97016a7 --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-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-04-30T20:09:27.066Z Running `/home/build/.rustup/toolchains/1.77.2-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=815d8b34a711b8b9 -C extra-filename=-815d8b34a711b8b9 --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-c3bd0cbc27364293.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32402024-04-30T20:09:27.432Z Running `/home/build/.rustup/toolchains/1.77.2-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=f3ef389bac292598 -C extra-filename=-f3ef389bac292598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32412024-04-30T20:09:28.091Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32422024-04-30T20:09:28.110Z Running `/home/build/.rustup/toolchains/1.77.2-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=5ba4faa9ccae324c -C extra-filename=-5ba4faa9ccae324c --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-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32432024-04-30T20:09:29.935Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32442024-04-30T20:09:29.944Z Running `/home/build/.rustup/toolchains/1.77.2-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=1a6c598c05c4fc10 -C extra-filename=-1a6c598c05c4fc10 --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
32452024-04-30T20:09:32.124Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32462024-04-30T20:09:32.129Z Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=e377ae459381eb72 -C extra-filename=-e377ae459381eb72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
32472024-04-30T20:09:36.681Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482024-04-30T20:09:36.684Z Running `/home/build/.rustup/toolchains/1.77.2-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=7c779ae2fe8d9891 -C extra-filename=-7c779ae2fe8d9891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/`
32492024-04-30T20:09:37.678Z Compiling assert_matches v1.5.0
32502024-04-30T20:09:37.681Z Running `/home/build/.rustup/toolchains/1.77.2-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=6e7bffc3196f4c4f -C extra-filename=-6e7bffc3196f4c4f --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`
32512024-04-30T20:09:37.793Z Compiling rand_seeder v0.2.3
32522024-04-30T20:09:37.835Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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=13671f9aededfb44 -C extra-filename=-13671f9aededfb44 --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-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-04-30T20:09:38.146Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32542024-04-30T20:09:38.150Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab6a5af90c8dd20 -C extra-filename=-dab6a5af90c8dd20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32552024-04-30T20:09:38.345Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32562024-04-30T20:09:38.348Z Running `/home/build/.rustup/toolchains/1.77.2-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=82c2aa57613bd64f -C extra-filename=-82c2aa57613bd64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32572024-04-30T20:09:40.556Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32582024-04-30T20:09:40.559Z Running `/home/build/.rustup/toolchains/1.77.2-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=07a5efcba18c4fe3 -C extra-filename=-07a5efcba18c4fe3 --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-9d2aa48e77301f2e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32592024-04-30T20:09:41.109Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32602024-04-30T20:09:41.139Z Running `/home/build/.rustup/toolchains/1.77.2-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=6f8510bdf12fcde9 -C extra-filename=-6f8510bdf12fcde9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32612024-04-30T20:09:42.724Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32622024-04-30T20:09:42.733Z Running `/home/build/.rustup/toolchains/1.77.2-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=d39333e2b85a2f18 -C extra-filename=-d39333e2b85a2f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32632024-04-30T20:09:46.071Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32642024-04-30T20:09:46.075Z Running `/home/build/.rustup/toolchains/1.77.2-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=2594524cb34bd686 -C extra-filename=-2594524cb34bd686 --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-db67e14663d879e1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
32652024-04-30T20:09:46.529Z Compiling portable-atomic v1.4.3
32662024-04-30T20:09:46.564Z Running `/home/build/.rustup/toolchains/1.77.2-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=1139e0cbc21bf798 -C extra-filename=-1139e0cbc21bf798 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-04-30T20:09:47.258Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32682024-04-30T20:09:47.261Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/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=4c31d324df8e4e99 -C extra-filename=-4c31d324df8e4e99 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4c31d324df8e4e99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32692024-04-30T20:09:47.600Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798/build-script-build`
32702024-04-30T20:09:47.623Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712024-04-30T20:09:47.623Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/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=8f525356374834e2 -C extra-filename=-8f525356374834e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-8f525356374834e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32722024-04-30T20:09:47.669Z Compiling castaway v0.2.2
32732024-04-30T20:09:47.672Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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=2b69a3c00079cc2a -C extra-filename=-2b69a3c00079cc2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-04-30T20:09:47.838Z Compiling compact_str v0.7.1
32752024-04-30T20:09:47.871Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-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=22ee7828fb95d4ce -C extra-filename=-22ee7828fb95d4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-2b69a3c00079cc2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-04-30T20:09:47.987Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-8f525356374834e2/build-script-build`
32772024-04-30T20:09:48.027Z Running `/home/build/.rustup/toolchains/1.77.2-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=4a2fee08c47e0a52 -C extra-filename=-4a2fee08c47e0a52 --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`
32782024-04-30T20:09:49.032Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4c31d324df8e4e99/build-script-build`
32792024-04-30T20:09:49.074Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32802024-04-30T20:09:49.078Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f6cb617feec4f61 -C extra-filename=-8f6cb617feec4f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32812024-04-30T20:09:49.519Z Compiling lru v0.12.1
32822024-04-30T20:09:49.523Z Running `/home/build/.rustup/toolchains/1.77.2-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=18c0858ceb4ca8b3 -C extra-filename=-18c0858ceb4ca8b3 --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-ecc62c491397209c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-04-30T20:09:49.839Z Compiling stability v0.2.0
32842024-04-30T20:09:49.842Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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=eb893109a21b50f3 -C extra-filename=-eb893109a21b50f3 --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-04-30T20:09:51.079Z Compiling cassowary v0.3.0
32862024-04-30T20:09:51.083Z Running `/home/build/.rustup/toolchains/1.77.2-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=874d61889f5bff43 -C extra-filename=-874d61889f5bff43 --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`
32872024-04-30T20:09:52.392Z Compiling number_prefix v0.4.0
32882024-04-30T20:09:52.407Z Running `/home/build/.rustup/toolchains/1.77.2-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=aae0ce4dbbb8d803 -C extra-filename=-aae0ce4dbbb8d803 --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`
32892024-04-30T20:09:52.635Z Compiling indoc v2.0.3
32902024-04-30T20:09:52.688Z Running `/home/build/.rustup/toolchains/1.77.2-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=9a683cd2f2ad9b57 -C extra-filename=-9a683cd2f2ad9b57 --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`
32912024-04-30T20:09:53.883Z Compiling ratatui v0.26.2
32922024-04-30T20:09:53.887Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=45b6c180a1659f91 -C extra-filename=-45b6c180a1659f91 --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-0d3753a4f8ddf1b6.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-874d61889f5bff43.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-22ee7828fb95d4ce.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9a683cd2f2ad9b57.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-18c0858ceb4ca8b3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-eb893109a21b50f3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932024-04-30T20:09:55.284Z Compiling indicatif v0.17.8
32942024-04-30T20:09:55.289Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=f7faa688538765f3 -C extra-filename=-f7faa688538765f3 --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-481ecd2bf3b3e831.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aae0ce4dbbb8d803.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-4a2fee08c47e0a52.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952024-04-30T20:09:56.057Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32962024-04-30T20:09:56.061Z Running `/home/build/.rustup/toolchains/1.77.2-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=23efcefe1db3e456 -C extra-filename=-23efcefe1db3e456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32972024-04-30T20:09:57.548Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32982024-04-30T20:09:57.551Z Running `/home/build/.rustup/toolchains/1.77.2-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=f1af68eade3ff17b -C extra-filename=-f1af68eade3ff17b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f1af68eade3ff17b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32992024-04-30T20:09:58.500Z Compiling smawk v0.3.1
33002024-04-30T20:09:58.541Z Running `/home/build/.rustup/toolchains/1.77.2-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=9f90bcdf2793aef5 -C extra-filename=-9f90bcdf2793aef5 --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`
33012024-04-30T20:09:58.541Z Compiling unicode-linebreak v0.1.5
33022024-04-30T20:09:58.541Z Running `/home/build/.rustup/toolchains/1.77.2-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=ab72a8b652d32aae -C extra-filename=-ab72a8b652d32aae --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`
33032024-04-30T20:09:58.541Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f1af68eade3ff17b/build-script-build`
33042024-04-30T20:09:58.541Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
33052024-04-30T20:09:58.542Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/1ef72f3/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=5707cebfc52b2da3 -C extra-filename=-5707cebfc52b2da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
33062024-04-30T20:09:58.569Z Compiling textwrap v0.16.1
33072024-04-30T20:09:58.577Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d72924ef586cc110 -C extra-filename=-d72924ef586cc110 --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-9f90bcdf2793aef5.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-ab72a8b652d32aae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082024-04-30T20:09:59.947Z Compiling fatfs v0.3.6
33092024-04-30T20:09:59.953Z Running `/home/build/.rustup/toolchains/1.77.2-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=9eeaac45cb6097ba -C extra-filename=-9eeaac45cb6097ba --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-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-04-30T20:10:00.633Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33112024-04-30T20:10:00.638Z Running `/home/build/.rustup/toolchains/1.77.2-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=dec9e7ec25f5e705 -C extra-filename=-dec9e7ec25f5e705 --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-996559b273324b36.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
33122024-04-30T20:10:00.809Z Compiling is_ci v1.2.0
33132024-04-30T20:10:00.813Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-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=85d9c8abb87887f2 -C extra-filename=-85d9c8abb87887f2 --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`
33142024-04-30T20:10:01.330Z Compiling supports-color v3.0.0
33152024-04-30T20:10:01.355Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-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=b0cc926e5fa2ee3c -C extra-filename=-b0cc926e5fa2ee3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-85d9c8abb87887f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-04-30T20:10:01.462Z Compiling rtoolbox v0.0.1
33172024-04-30T20:10:01.472Z Running `/home/build/.rustup/toolchains/1.77.2-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=eef686eca508c80a -C extra-filename=-eef686eca508c80a --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-04-30T20:10:01.672Z Compiling rpassword v7.3.1
33192024-04-30T20:10:01.677Z Running `/home/build/.rustup/toolchains/1.77.2-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=a7273c279e12ceb3 -C extra-filename=-a7273c279e12ceb3 --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-0389f312b031ed53.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-eef686eca508c80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-04-30T20:10:01.902Z Compiling tui-tree-widget v0.19.0
33212024-04-30T20:10:01.915Z Running `/home/build/.rustup/toolchains/1.77.2-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.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 -C metadata=7d8ab44e5e8f31d3 -C extra-filename=-7d8ab44e5e8f31d3 --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-45b6c180a1659f91.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-04-30T20:10:01.974Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33232024-04-30T20:10:01.978Z Running `/home/build/.rustup/toolchains/1.77.2-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=25361d8a76cac194 -C extra-filename=-25361d8a76cac194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
33242024-04-30T20:10:02.211Z Compiling shell-words v1.1.0
33252024-04-30T20:10:02.236Z Running `/home/build/.rustup/toolchains/1.77.2-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=b91cae5995a8e411 -C extra-filename=-b91cae5995a8e411 --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`
33262024-04-30T20:10:02.511Z Compiling yansi v0.5.1
33272024-04-30T20:10:02.530Z Running `/home/build/.rustup/toolchains/1.77.2-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=4291c946af66e4ce -C extra-filename=-4291c946af66e4ce --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`
33282024-04-30T20:10:02.877Z Compiling getrandom v0.1.16
33292024-04-30T20:10:02.895Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/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="std"' -C metadata=e04c07421f5a67b4 -C extra-filename=-e04c07421f5a67b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-04-30T20:10:04.101Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4/build-script-build`
33312024-04-30T20:10:04.107Z Compiling pretty_assertions v1.4.0
33322024-04-30T20:10:04.107Z Running `/home/build/.rustup/toolchains/1.77.2-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=0b70af109647b6ae -C extra-filename=-0b70af109647b6ae --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-f43cd67f3219fc4e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-4291c946af66e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-04-30T20:10:04.107Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33342024-04-30T20:10:04.107Z Running `/home/build/.rustup/toolchains/1.77.2-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=e8ca21169f0c99a7 -C extra-filename=-e8ca21169f0c99a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33352024-04-30T20:10:04.124Z Compiling target-lexicon v0.12.13
33362024-04-30T20:10:04.128Z Running `/home/build/.rustup/toolchains/1.77.2-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.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=975e11a33e7c03af -C extra-filename=-975e11a33e7c03af --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372024-04-30T20:10:05.142Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af/build-script-build`
33382024-04-30T20:10:05.244Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.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=61f5b65c456c8eb9 -C extra-filename=-61f5b65c456c8eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-04-30T20:10:05.733Z Compiling rfc6979 v0.4.0
33402024-04-30T20:10:05.736Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-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=2ee69ae93b0f805b -C extra-filename=-2ee69ae93b0f805b --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-04ec7c9ae5d0f445.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-04-30T20:10:05.962Z Compiling winapi v0.3.9
33422024-04-30T20:10:05.968Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.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="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=e4a5cfb90af928b2 -C extra-filename=-e4a5cfb90af928b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-04-30T20:10:07.081Z Compiling guppy-workspace-hack v0.1.0
33442024-04-30T20:10:07.084Z Running `/home/build/.rustup/toolchains/1.77.2-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=6d4f6070ba63f701 -C extra-filename=-6d4f6070ba63f701 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-04-30T20:10:07.871Z Compiling doc-comment v0.3.3
33462024-04-30T20:10:07.877Z Running `/home/build/.rustup/toolchains/1.77.2-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=a2904883623af580 -C extra-filename=-a2904883623af580 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-04-30T20:10:07.877Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701/build-script-build`
33482024-04-30T20:10:07.877Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2/build-script-build`
33492024-04-30T20:10:07.877Z Compiling ecdsa v0.16.9
33502024-04-30T20:10:07.878Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.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="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=35b1a896874b2621 -C extra-filename=-35b1a896874b2621 --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-2be1af541275103d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-2ee69ae93b0f805b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-93285e45b47dcfa1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-04-30T20:10:08.115Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580/build-script-build`
33522024-04-30T20:10:08.290Z Compiling rand_core v0.5.1
33532024-04-30T20:10:08.309Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-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 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=ba838982b040d057 -C extra-filename=-ba838982b040d057 --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-61f5b65c456c8eb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-04-30T20:10:08.639Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33552024-04-30T20:10:08.643Z Running `/home/build/.rustup/toolchains/1.77.2-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=00b0bd5f6384f68e -C extra-filename=-00b0bd5f6384f68e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
33562024-04-30T20:10:09.181Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="std"' -C metadata=eff84727662a6f38 -C extra-filename=-eff84727662a6f38 --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"'`
33572024-04-30T20:10:09.578Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33582024-04-30T20:10:09.583Z Running `/home/build/.rustup/toolchains/1.77.2-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=d829b7f072c2faa6 -C extra-filename=-d829b7f072c2faa6 --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-f30a7be5996f8118.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33592024-04-30T20:10:11.274Z Compiling primeorder v0.13.6
33602024-04-30T20:10:11.277Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.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=bfcd78d13282df65 -C extra-filename=-bfcd78d13282df65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-04-30T20:10:11.735Z Compiling cargo-platform v0.1.3
33622024-04-30T20:10:11.775Z Running `/home/build/.rustup/toolchains/1.77.2-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=673f8919bc04a3e4 -C extra-filename=-673f8919bc04a3e4 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-04-30T20:10:12.336Z Compiling assert_cmd v2.0.14
33642024-04-30T20:10:12.353Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.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=a1195a21fe234078 -C extra-filename=-a1195a21fe234078 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-04-30T20:10:12.773Z Compiling target-spec v3.1.0
33662024-04-30T20:10:12.779Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=8d0d03063c91db03 -C extra-filename=-8d0d03063c91db03 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-04-30T20:10:13.376Z Compiling option-ext v0.2.0
33682024-04-30T20:10:13.380Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-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=316366b7d0638767 -C extra-filename=-316366b7d0638767 --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`
33692024-04-30T20:10:13.520Z Compiling dirs-sys v0.4.1
33702024-04-30T20:10:13.545Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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=fef4fe9bd26b7910 -C extra-filename=-fef4fe9bd26b7910 --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-0389f312b031ed53.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-316366b7d0638767.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-04-30T20:10:14.193Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03/build-script-build`
33722024-04-30T20:10:14.218Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078/build-script-build`
33732024-04-30T20:10:14.254Z Compiling cargo_metadata v0.18.1
33742024-04-30T20:10:14.257Z Running `/home/build/.rustup/toolchains/1.77.2-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=6dd199cced53b421 -C extra-filename=-6dd199cced53b421 --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-9d2aa48e77301f2e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-673f8919bc04a3e4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-04-30T20:10:15.937Z Compiling cfg-expr v0.15.6
33762024-04-30T20:10:15.948Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=14c37fbe7e7b631c -C extra-filename=-14c37fbe7e7b631c --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-9167c091d196f46c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-eff84727662a6f38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-04-30T20:10:17.158Z Compiling rand_chacha v0.2.2
33782024-04-30T20:10:17.162Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=6cb973877c8a197c -C extra-filename=-6cb973877c8a197c --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-8f6ebf3a73b53cd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba838982b040d057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-04-30T20:10:18.047Z Running `/home/build/.rustup/toolchains/1.77.2-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=c59758b3bc8577b3 -C extra-filename=-c59758b3bc8577b3 --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`
33802024-04-30T20:10:18.141Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-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 --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=13717d1b007eddf5 -C extra-filename=-13717d1b007eddf5 --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`
33812024-04-30T20:10:18.257Z Running `/home/build/.rustup/toolchains/1.77.2-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=fedaa7cf1d50053a -C extra-filename=-fedaa7cf1d50053a --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`
33822024-04-30T20:10:18.373Z Compiling polyval v0.6.1
33832024-04-30T20:10:18.407Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cff2bb45f16d44f6 -C extra-filename=-cff2bb45f16d44f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b86443d2aae60a33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-04-30T20:10:18.763Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33852024-04-30T20:10:18.767Z Running `/home/build/.rustup/toolchains/1.77.2-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=5b57315953764755 -C extra-filename=-5b57315953764755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
33862024-04-30T20:10:18.785Z Compiling ed25519 v2.2.2
33872024-04-30T20:10:18.788Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.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="std"' -C metadata=b2758d1a136e26da -C extra-filename=-b2758d1a136e26da --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-93285e45b47dcfa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882024-04-30T20:10:19.277Z Compiling http-body v1.0.0
33892024-04-30T20:10:19.281Z Running `/home/build/.rustup/toolchains/1.77.2-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=71798954cb8c7c23 -C extra-filename=-71798954cb8c7c23 --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-d1e7b568f67bf391.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-04-30T20:10:19.542Z Compiling aes v0.8.3
33912024-04-30T20:10:19.646Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bdfb8cd0d4415185 -C extra-filename=-bdfb8cd0d4415185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-04-30T20:10:22.447Z Compiling blowfish v0.9.1
33932024-04-30T20:10:22.450Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-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="bcrypt"' -C metadata=ebbab0a5232148fa -C extra-filename=-ebbab0a5232148fa --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-a7919d510375f8f6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-04-30T20:10:22.904Z Compiling ctr v0.9.2
33952024-04-30T20:10:22.907Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cde0f1a3ac5ed33d -C extra-filename=-cde0f1a3ac5ed33d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-04-30T20:10:23.300Z Compiling password-hash v0.4.2
33972024-04-30T20:10:23.303Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-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 --cfg 'feature="rand_core"' -C metadata=8472b44186421a27 -C extra-filename=-8472b44186421a27 --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-89d333838280fc83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-04-30T20:10:24.270Z Compiling pbkdf2 v0.12.2
33992024-04-30T20:10:24.274Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a76b082af34b96b5 -C extra-filename=-a76b082af34b96b5 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-04-30T20:10:24.438Z Compiling hex-literal v0.4.1
34012024-04-30T20:10:24.462Z Running `/home/build/.rustup/toolchains/1.77.2-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=7f1e5a9d0c60f451 -C extra-filename=-7f1e5a9d0c60f451 --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`
34022024-04-30T20:10:24.585Z Compiling tower-layer v0.3.2
34032024-04-30T20:10:24.588Z Running `/home/build/.rustup/toolchains/1.77.2-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=042d9b31aa54210a -C extra-filename=-042d9b31aa54210a --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`
34042024-04-30T20:10:24.891Z Compiling plotters-backend v0.3.5
34052024-04-30T20:10:24.894Z Running `/home/build/.rustup/toolchains/1.77.2-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=5e1a719a99c5c2a2 -C extra-filename=-5e1a719a99c5c2a2 --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`
34062024-04-30T20:10:25.467Z Compiling plotters-svg v0.3.5
34072024-04-30T20:10:25.470Z Running `/home/build/.rustup/toolchains/1.77.2-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=48d5ac72991c551e -C extra-filename=-48d5ac72991c551e --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-5e1a719a99c5c2a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-04-30T20:10:25.904Z Compiling tower v0.4.13
34092024-04-30T20:10:25.907Z Running `/home/build/.rustup/toolchains/1.77.2-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=85bd0042b0ae24d6 -C extra-filename=-85bd0042b0ae24d6 --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-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-92982d5eed86070a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-042d9b31aa54210a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-04-30T20:10:26.761Z Compiling bcrypt-pbkdf v0.10.0
34112024-04-30T20:10:26.764Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df3d4d327d8fb4c1 -C extra-filename=-df3d4d327d8fb4c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-ebbab0a5232148fa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a76b082af34b96b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-04-30T20:10:27.321Z Compiling pbkdf2 v0.11.0
34132024-04-30T20:10:27.324Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-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="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=287e7c9d4ffe5a29 -C extra-filename=-287e7c9d4ffe5a29 --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-f487f7d68fed3764.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-8472b44186421a27.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-04-30T20:10:27.703Z Compiling hyper v1.1.0
34152024-04-30T20:10:27.706Z Running `/home/build/.rustup/toolchains/1.77.2-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=326400daa5321381 -C extra-filename=-326400daa5321381 --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-d1e7b568f67bf391.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-71798954cb8c7c23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b2d56623507e70ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-04-30T20:10:30.425Z Compiling ed25519-dalek v2.0.0
34172024-04-30T20:10:30.430Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=13ea0a3284347efa -C extra-filename=-13ea0a3284347efa --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-25382ead31b57cd0.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-b2758d1a136e26da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-04-30T20:10:31.375Z Compiling ghash v0.5.0
34192024-04-30T20:10:31.378Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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=0a3fbca35c36c4f5 -C extra-filename=-0a3fbca35c36c4f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-cff2bb45f16d44f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-04-30T20:10:31.615Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4da0666d82ba434f -C extra-filename=-4da0666d82ba434f --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-14c37fbe7e7b631c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fedaa7cf1d50053a.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-eff84727662a6f38.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-04-30T20:10:32.623Z Compiling russh-cryptovec v0.7.0
34222024-04-30T20:10:32.628Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-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=bbf85523f097f36c -C extra-filename=-bbf85523f097f36c --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-0389f312b031ed53.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-13717d1b007eddf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232024-04-30T20:10:32.927Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=e64b33f8c3d8256e -C extra-filename=-e64b33f8c3d8256e --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-d3c176ef90f87889.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-c59758b3bc8577b3.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2906a7417e84ff8b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c9e05988e8bfefb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-04-30T20:10:34.288Z Compiling rand v0.7.3
34252024-04-30T20:10:34.291Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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 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="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d395be29eaac2436 -C extra-filename=-d395be29eaac2436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-61f5b65c456c8eb9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6cb973877c8a197c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba838982b040d057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-04-30T20:10:36.152Z Compiling samael v0.0.15
34272024-04-30T20:10:36.156Z Running `/home/build/.rustup/toolchains/1.77.2-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.15/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=529ecfe194c63008 -C extra-filename=-529ecfe194c63008 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-529ecfe194c63008 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-82e5a044d18b21c5.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-04-30T20:10:36.802Z Compiling dirs v5.0.1
34292024-04-30T20:10:36.805Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.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=9933b3e9afda0243 -C extra-filename=-9933b3e9afda0243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-fef4fe9bd26b7910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-04-30T20:10:37.019Z Compiling p521 v0.13.3
34312024-04-30T20:10:37.029Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.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="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=a178dec51edca127 -C extra-filename=-a178dec51edca127 --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-68acca32a1755a7f.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-35b1a896874b2621.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfcd78d13282df65.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-04-30T20:10:38.502Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-529ecfe194c63008/build-script-bindings`
34332024-04-30T20:10:39.481Z Compiling p256 v0.13.2
34342024-04-30T20:10:39.486Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-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="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=52f2e9d17f474fa2 -C extra-filename=-52f2e9d17f474fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-35b1a896874b2621.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfcd78d13282df65.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352024-04-30T20:10:39.924Z Compiling pathdiff v0.2.1
34362024-04-30T20:10:39.933Z Running `/home/build/.rustup/toolchains/1.77.2-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=193e13d88473e9f4 -C extra-filename=-193e13d88473e9f4 --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-9d2aa48e77301f2e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372024-04-30T20:10:40.095Z Compiling cbc v0.1.2
34382024-04-30T20:10:40.100Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=df1591af6f8dbdd3 -C extra-filename=-df1591af6f8dbdd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392024-04-30T20:10:40.332Z Compiling cast v0.3.0
34402024-04-30T20:10:40.338Z Running `/home/build/.rustup/toolchains/1.77.2-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=fae15fb6ddac549e -C extra-filename=-fae15fb6ddac549e --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`
34412024-04-30T20:10:40.353Z Compiling md5 v0.7.0
34422024-04-30T20:10:40.357Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name md5 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64982e1b7e186d47 -C extra-filename=-64982e1b7e186d47 --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`
34432024-04-30T20:10:40.667Z Compiling nested v0.1.1
34442024-04-30T20:10:40.670Z Running `/home/build/.rustup/toolchains/1.77.2-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=5517b07907d41af7 -C extra-filename=-5517b07907d41af7 --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`
34452024-04-30T20:10:40.849Z Compiling criterion-plot v0.5.0
34462024-04-30T20:10:41.259Z Running `/home/build/.rustup/toolchains/1.77.2-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=bac95d5743d5cad7 -C extra-filename=-bac95d5743d5cad7 --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-fae15fb6ddac549e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472024-04-30T20:10:41.263Z Compiling guppy v0.17.5
34482024-04-30T20:10:41.263Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4803267bf6d0b729 -C extra-filename=-4803267bf6d0b729 --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-5a51fa1df4cd8460.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-6dd199cced53b421.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-44714f1a528ea01f.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fedaa7cf1d50053a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-5517b07907d41af7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-193e13d88473e9f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4da0666d82ba434f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492024-04-30T20:10:41.614Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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=3af785cc4a6d1e82 -C extra-filename=-3af785cc4a6d1e82 --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-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-d7d34cc1999e1522.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e01bec648f03a7b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-cc20512d336b2e65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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`
34502024-04-30T20:10:41.935Z Compiling russh-keys v0.43.0
34512024-04-30T20:10:41.939Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00cfdd1c4a497013 -C extra-filename=-00cfdd1c4a497013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-bdfb8cd0d4415185.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df3d4d327d8fb4c1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-83aa089c10f4ddc3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-df1591af6f8dbdd3.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cde0f1a3ac5ed33d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-9933b3e9afda0243.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-13ea0a3284347efa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-64982e1b7e186d47.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-52f2e9d17f474fa2.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-a178dec51edca127.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-287e7c9d4ffe5a29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d395be29eaac2436.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-bbf85523f097f36c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-04-30T20:10:45.311Z Compiling aes-gcm v0.10.3
34532024-04-30T20:10:45.346Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.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="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=67092edd5236e3ef -C extra-filename=-67092edd5236e3ef --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-88d110d5d421c293.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-bdfb8cd0d4415185.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cde0f1a3ac5ed33d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0a3fbca35c36c4f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-04-30T20:10:45.630Z Compiling hyper-util v0.1.2
34552024-04-30T20:10:45.657Z Running `/home/build/.rustup/toolchains/1.77.2-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=4ccea5adee8603b6 -C extra-filename=-4ccea5adee8603b6 --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-d1e7b568f67bf391.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-71798954cb8c7c23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-326400daa5321381.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-85bd0042b0ae24d6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-04-30T20:10:48.042Z Compiling plotters v0.3.5
34572024-04-30T20:10:48.047Z Running `/home/build/.rustup/toolchains/1.77.2-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=9a083a51779d64bc -C extra-filename=-9a083a51779d64bc --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-9b6bd62349cd45ab.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5e1a719a99c5c2a2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-48d5ac72991c551e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-04-30T20:10:48.076Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
34592024-04-30T20:10:48.080Z Running `/home/build/.rustup/toolchains/1.77.2-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=b5d1165d53c9a19f -C extra-filename=-b5d1165d53c9a19f --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-a5ebc98e19998971.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
34602024-04-30T20:10:49.923Z Compiling rustls-native-certs v0.7.0
34612024-04-30T20:10:49.927Z Running `/home/build/.rustup/toolchains/1.77.2-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=c248f4d8e7e0a8e6 -C extra-filename=-c248f4d8e7e0a8e6 --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-5cc4302098cb4d7c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-04-30T20:10:50.360Z Compiling httptest v0.15.5
34632024-04-30T20:10:50.364Z Running `/home/build/.rustup/toolchains/1.77.2-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=d70322b820af58a3 -C extra-filename=-d70322b820af58a3 --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-a49c56be5e82e285.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-5b342d4b6bb060be.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642024-04-30T20:10:50.669Z Compiling tinytemplate v1.2.1
34652024-04-30T20:10:50.684Z Running `/home/build/.rustup/toolchains/1.77.2-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=173e49172bc2a9aa -C extra-filename=-173e49172bc2a9aa --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-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662024-04-30T20:10:51.680Z Compiling escape8259 v0.5.2
34672024-04-30T20:10:51.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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=4fc990ffb535c826 -C extra-filename=-4fc990ffb535c826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-04-30T20:10:52.065Z Compiling threadpool v1.8.1
34692024-04-30T20:10:52.068Z Running `/home/build/.rustup/toolchains/1.77.2-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=a68ac68d472470c9 -C extra-filename=-a68ac68d472470c9 --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-748fc070e563926b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-04-30T20:10:52.946Z Compiling anes v0.1.6
34712024-04-30T20:10:52.949Z Running `/home/build/.rustup/toolchains/1.77.2-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=d312bd37c09a3804 -C extra-filename=-d312bd37c09a3804 --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`
34722024-04-30T20:10:53.688Z Compiling oorandom v11.1.3
34732024-04-30T20:10:53.714Z Running `/home/build/.rustup/toolchains/1.77.2-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=a04df5091b376488 -C extra-filename=-a04df5091b376488 --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`
34742024-04-30T20:10:53.714Z Compiling dhcproto-macros v0.1.0
34752024-04-30T20:10:53.714Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-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=660d8b289f71c2da -C extra-filename=-660d8b289f71c2da --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`
34762024-04-30T20:10:54.773Z Compiling dhcproto v0.11.0
34772024-04-30T20:10:54.776Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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=60b4eb14331a0f68 -C extra-filename=-60b4eb14331a0f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-660d8b289f71c2da.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-04-30T20:10:54.832Z Compiling criterion v0.5.1
34792024-04-30T20:10:54.835Z Running `/home/build/.rustup/toolchains/1.77.2-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=2371bb2532cdbea8 -C extra-filename=-2371bb2532cdbea8 --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-d312bd37c09a3804.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-fae15fb6ddac549e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-bac95d5743d5cad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-94c40c9d476da686.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a04df5091b376488.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9a083a51779d64bc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-173e49172bc2a9aa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-04-30T20:10:55.940Z Compiling libtest-mimic v0.7.2
34812024-04-30T20:10:55.943Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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 -C metadata=a38319f1a754276f -C extra-filename=-a38319f1a754276f --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-6a1c1b969341a10d.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4fc990ffb535c826.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-a68ac68d472470c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-04-30T20:10:56.450Z Compiling hyper-rustls v0.26.0
34832024-04-30T20:10:56.457Z Running `/home/build/.rustup/toolchains/1.77.2-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=77c363dd9134c8cf -C extra-filename=-77c363dd9134c8cf --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-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-326400daa5321381.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4ccea5adee8603b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-c248f4d8e7e0a8e6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dade64e64d31e412.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
34842024-04-30T20:10:57.015Z Compiling russh v0.43.0
34852024-04-30T20:10:57.022Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=eb8cb333eb4a4c96 -C extra-filename=-eb8cb333eb4a4c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-bdfb8cd0d4415185.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-67092edd5236e3ef.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e7c79710570ce7ca.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cde0f1a3ac5ed33d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-25382ead31b57cd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9b083a23b4b10ee0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-bbf85523f097f36c.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-04-30T20:10:57.039Z Compiling fancy-regex v0.13.0
34872024-04-30T20:10:57.071Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=0f1368d48b587d41 -C extra-filename=-0f1368d48b587d41 --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-c945bd74a1eeadc5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-04-30T20:10:58.219Z Compiling rstest_macros v0.19.0
34892024-04-30T20:10:58.222Z Running `/home/build/.rustup/toolchains/1.77.2-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.19.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="async-timeout"' -C metadata=aad4057ee85e73e6 -C extra-filename=-aad4057ee85e73e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-aad4057ee85e73e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-00e079ef6f480811.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-04-30T20:10:58.280Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34912024-04-30T20:10:58.284Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b0f8fa92f0faeda -C extra-filename=-3b0f8fa92f0faeda --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-04-30T20:10:58.776Z Compiling internet-checksum v0.2.1
34932024-04-30T20:10:58.799Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-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=8f1a3beb8f5da5fc -C extra-filename=-8f1a3beb8f5da5fc --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`
34942024-04-30T20:10:58.861Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-aad4057ee85e73e6/build-script-build`
34952024-04-30T20:10:58.973Z Compiling datatest-stable v0.2.9
34962024-04-30T20:10:58.976Z Running `/home/build/.rustup/toolchains/1.77.2-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.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=b9a38999460d50d6 -C extra-filename=-b9a38999460d50d6 --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-9d2aa48e77301f2e.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-0f1368d48b587d41.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-a38319f1a754276f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-04-30T20:10:58.995Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34982024-04-30T20:10:58.999Z Running `/home/build/.rustup/toolchains/1.77.2-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=21d81b23108f29d7 -C extra-filename=-21d81b23108f29d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
34992024-04-30T20:10:59.423Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35002024-04-30T20:10:59.427Z Running `/home/build/.rustup/toolchains/1.77.2-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=2198a0cb56addb8c -C extra-filename=-2198a0cb56addb8c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2198a0cb56addb8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35012024-04-30T20:10:59.621Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35022024-04-30T20:10:59.624Z Running `/home/build/.rustup/toolchains/1.77.2-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=8a46e021800e07d1 -C extra-filename=-8a46e021800e07d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8a46e021800e07d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35032024-04-30T20:10:59.800Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35042024-04-30T20:10:59.814Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/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=fdccb8bf2e4a5f1a -C extra-filename=-fdccb8bf2e4a5f1a --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fdccb8bf2e4a5f1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35052024-04-30T20:10:59.984Z Compiling similar-asserts v1.5.0
35062024-04-30T20:10:59.988Z Running `/home/build/.rustup/toolchains/1.77.2-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=60f4e22f82698a6e -C extra-filename=-60f4e22f82698a6e --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-481ecd2bf3b3e831.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-04-30T20:11:00.147Z Compiling csv-core v0.1.11
35082024-04-30T20:11:00.151Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-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=e8d30843bac85752 -C extra-filename=-e8d30843bac85752 --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-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092024-04-30T20:11:00.663Z Compiling trybuild v1.0.91
35102024-04-30T20:11:00.703Z Running `/home/build/.rustup/toolchains/1.77.2-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.91/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=cd0afcfc95c164a1 -C extra-filename=-cd0afcfc95c164a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112024-04-30T20:11:01.149Z Compiling relative-path v1.9.0
35122024-04-30T20:11:01.152Z Running `/home/build/.rustup/toolchains/1.77.2-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=8fc02a231773883b -C extra-filename=-8fc02a231773883b --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`
35132024-04-30T20:11:01.171Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1/build-script-build`
35142024-04-30T20:11:01.204Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35152024-04-30T20:11:01.207Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28c34b8beff5f019 -C extra-filename=-28c34b8beff5f019 --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-d3c176ef90f87889.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35162024-04-30T20:11:01.919Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=bbf710e85fa22a38 -C extra-filename=-bbf710e85fa22a38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-8fc02a231773883b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-04-30T20:11:03.925Z Compiling csv v1.3.0
35182024-04-30T20:11:03.934Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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=7f30c30bd7f8fac2 -C extra-filename=-7f30c30bd7f8fac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-e8d30843bac85752.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-04-30T20:11:04.418Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fdccb8bf2e4a5f1a/build-script-build`
35202024-04-30T20:11:04.454Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8a46e021800e07d1/build-script-build`
35212024-04-30T20:11:04.519Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2198a0cb56addb8c/build-script-build`
35222024-04-30T20:11:04.524Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35232024-04-30T20:11:04.524Z Running `/home/build/.rustup/toolchains/1.77.2-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=886e66fdad9df0b6 -C extra-filename=-886e66fdad9df0b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
35242024-04-30T20:11:05.256Z Compiling multimap v0.10.0
35252024-04-30T20:11:05.261Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name multimap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-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="serde"' --cfg 'feature="serde_impl"' -C metadata=2f546b38cacb4e11 -C extra-filename=-2f546b38cacb4e11 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-04-30T20:11:05.586Z Compiling futures-timer v3.0.2
35272024-04-30T20:11:05.615Z Running `/home/build/.rustup/toolchains/1.77.2-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=2752e393ae5e3649 -C extra-filename=-2752e393ae5e3649 --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`
35282024-04-30T20:11:06.473Z Compiling constant_time_eq v0.2.6
35292024-04-30T20:11:06.477Z Running `/home/build/.rustup/toolchains/1.77.2-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=59c39aae8f8f6783 -C extra-filename=-59c39aae8f8f6783 --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`
35302024-04-30T20:11:06.576Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=496053ebf36ff05a -C extra-filename=-496053ebf36ff05a --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-bbd3f75ed0c26e0c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312024-04-30T20:11:06.665Z Compiling blake2b_simd v1.0.1
35322024-04-30T20:11:06.670Z Running `/home/build/.rustup/toolchains/1.77.2-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=35c4794fb055f99a -C extra-filename=-35c4794fb055f99a --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-0682fffab4a0a177.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-65f4e3c72d697965.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-59c39aae8f8f6783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332024-04-30T20:11:07.646Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35342024-04-30T20:11:07.651Z Running `/home/build/.rustup/toolchains/1.77.2-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=85e937fece3321e6 -C extra-filename=-85e937fece3321e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35352024-04-30T20:11:09.157Z Compiling partial-io v0.5.4
35362024-04-30T20:11:09.160Z Running `/home/build/.rustup/toolchains/1.77.2-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=f201231575a33ca9 -C extra-filename=-f201231575a33ca9 --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-dcda545c6da74a50.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-92982d5eed86070a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372024-04-30T20:11:09.646Z Compiling approx v0.5.1
35382024-04-30T20:11:09.667Z Running `/home/build/.rustup/toolchains/1.77.2-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=c3ce16ecb7ded03f -C extra-filename=-c3ce16ecb7ded03f --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392024-04-30T20:11:09.892Z Compiling rust-argon2 v2.1.0
35402024-04-30T20:11:09.896Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 -C metadata=0d3cfb41541b1e88 -C extra-filename=-0d3cfb41541b1e88 --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-6db86b2c48c11a61.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-35c4794fb055f99a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-460d8a9202deda95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-04-30T20:11:11.539Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35422024-04-30T20:11:11.543Z Running `/home/build/.rustup/toolchains/1.77.2-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=f071a89a4774b5a4 -C extra-filename=-f071a89a4774b5a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35432024-04-30T20:11:11.815Z Compiling rstest v0.19.0
35442024-04-30T20:11:11.820Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.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="async-timeout"' --cfg 'feature="default"' -C metadata=57a04a4b1f9f4947 -C extra-filename=-57a04a4b1f9f4947 --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-dcda545c6da74a50.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-2752e393ae5e3649.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-bbf710e85fa22a38.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-04-30T20:11:12.038Z Compiling cargo_toml v0.20.2
35462024-04-30T20:11:12.045Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.2/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c11c870037aa6b1 -C extra-filename=-5c11c870037aa6b1 --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-3323f3a7841d0a63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472024-04-30T20:11:12.571Z Compiling termios v0.3.3
35482024-04-30T20:11:12.575Z Running `/home/build/.rustup/toolchains/1.77.2-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=e36d7daea0407e6b -C extra-filename=-e36d7daea0407e6b --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492024-04-30T20:11:12.848Z Compiling uzers v0.11.3
35502024-04-30T20:11:12.855Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uzers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' -C metadata=96fe86d3cf912c07 -C extra-filename=-96fe86d3cf912c07 --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-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512024-04-30T20:11:20.051Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35522024-04-30T20:11:20.161Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4ae5788f30a3bd72 -C extra-filename=-4ae5788f30a3bd72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-96fe86d3cf912c07.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
35532024-04-30T20:11:20.161Z Running `/home/build/.rustup/toolchains/1.77.2-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=6b88a54d4225ee00 -C extra-filename=-6b88a54d4225ee00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f071a89a4774b5a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35542024-04-30T20:11:20.161Z Running `/home/build/.rustup/toolchains/1.77.2-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=089a7f145ca06d73 -C extra-filename=-089a7f145ca06d73 --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-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-57a04a4b1f9f4947.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-496053ebf36ff05a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
35552024-04-30T20:11:20.161Z Running `/home/build/.rustup/toolchains/1.77.2-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=ad1a17d8bdc760e2 -C extra-filename=-ad1a17d8bdc760e2 --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-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-57a04a4b1f9f4947.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-496053ebf36ff05a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
35562024-04-30T20:11:20.162Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35572024-04-30T20:11:20.162Z Running `/home/build/.rustup/toolchains/1.77.2-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=86bfbbbdf6df2307 -C extra-filename=-86bfbbbdf6df2307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e36d7daea0407e6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35582024-04-30T20:11:20.162Z Running `/home/build/.rustup/toolchains/1.77.2-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=2150a2aa13d2b646 -C extra-filename=-2150a2aa13d2b646 --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-5ce3ce6a0c06be68.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0d3cfb41541b1e88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35592024-04-30T20:11:20.162Z Running `/home/build/.rustup/toolchains/1.77.2-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=924dee11938b7cf7 -C extra-filename=-924dee11938b7cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35602024-04-30T20:11:20.162Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2bff537bb8eb2e68 -C extra-filename=-2bff537bb8eb2e68 --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-28c34b8beff5f019.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35612024-04-30T20:11:20.162Z Running `/home/build/.rustup/toolchains/1.77.2-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=d4331bbfbcfbf43b -C extra-filename=-d4331bbfbcfbf43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-85e937fece3321e6.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35622024-04-30T20:11:20.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35632024-04-30T20:11:20.709Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3b806be04c0ff481 -C extra-filename=-3b806be04c0ff481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-6dd199cced53b421.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-5c11c870037aa6b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642024-04-30T20:11:21.327Z Running `/home/build/.rustup/toolchains/1.77.2-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=007491bd25f291b5 -C extra-filename=-007491bd25f291b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-85e937fece3321e6.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35652024-04-30T20:11:21.768Z Running `/home/build/.rustup/toolchains/1.77.2-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=29d747c9d5d53ed9 -C extra-filename=-29d747c9d5d53ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35662024-04-30T20:11:22.117Z Compiling polar-core v0.27.3
35672024-04-30T20:11:22.141Z Running `/home/build/.rustup/toolchains/1.77.2-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.3/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=2799c7ba3693c242 -C extra-filename=-2799c7ba3693c242 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-2799c7ba3693c242 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-dbd9ba8d0cdfa67f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-04-30T20:11:22.448Z Running `/home/build/.rustup/toolchains/1.77.2-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=06a7b519f8ba8116 -C extra-filename=-06a7b519f8ba8116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35692024-04-30T20:11:23.256Z Running `/home/build/.rustup/toolchains/1.77.2-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=8735d6504d0314c3 -C extra-filename=-8735d6504d0314c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35702024-04-30T20:11:23.942Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-2799c7ba3693c242/build-script-build`
35712024-04-30T20:11:24.724Z Running `/home/build/.rustup/toolchains/1.77.2-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=ee2a296478b0dcb3 -C extra-filename=-ee2a296478b0dcb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35722024-04-30T20:11:25.277Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd3f5180bea60a93 -C extra-filename=-bd3f5180bea60a93 --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-28c34b8beff5f019.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35732024-04-30T20:11:25.615Z Running `/home/build/.rustup/toolchains/1.77.2-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.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="default"' -C metadata=6a924192a61f64f0 -C extra-filename=-6a924192a61f64f0 --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-2cd91c7f91fb910d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-009be6bb2779d57f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742024-04-30T20:11:28.166Z Running `/home/build/.rustup/toolchains/1.77.2-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=ec6a6de8745d2209 -C extra-filename=-ec6a6de8745d2209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35752024-04-30T20:11:28.591Z Running `/home/build/.rustup/toolchains/1.77.2-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=0dce00628a0242a8 -C extra-filename=-0dce00628a0242a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35762024-04-30T20:11:30.759Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/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=f802d1a686d72e5e -C extra-filename=-f802d1a686d72e5e --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35772024-04-30T20:11:31.020Z Running `/home/build/.rustup/toolchains/1.77.2-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=b6aae293716f88dd -C extra-filename=-b6aae293716f88dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35782024-04-30T20:11:34.076Z Compiling oso v0.27.3
35792024-04-30T20:11:34.080Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.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="derive"' --cfg 'feature="oso-derive"' -C metadata=c73e5eecdc6c40ad -C extra-filename=-c73e5eecdc6c40ad --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-8014d676f7601096.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-65e0242ebb131f0c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-6a924192a61f64f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-04-30T20:11:43.711Z Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=455f446f61ebd974 -C extra-filename=-455f446f61ebd974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ba4faa9ccae324c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-815d8b34a711b8b9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c73e5eecdc6c40ad.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35812024-04-30T20:11:45.183Z Running `/home/build/.rustup/toolchains/1.77.2-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=db19b5f80513d4f0 -C extra-filename=-db19b5f80513d4f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35822024-04-30T20:11:48.080Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-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=27e82398515985a7 -C extra-filename=-27e82398515985a7 --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-28c34b8beff5f019.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35832024-04-30T20:11:51.273Z Running `/home/build/.rustup/toolchains/1.77.2-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=0460e1864ac0c00f -C extra-filename=-0460e1864ac0c00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35842024-04-30T20:11:54.678Z Running `/home/build/.rustup/toolchains/1.77.2-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=d0b3461b97046b13 -C extra-filename=-d0b3461b97046b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f201231575a33ca9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35852024-04-30T20:11:56.058Z Running `/home/build/.rustup/toolchains/1.77.2-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=12f7f5c11443f74c -C extra-filename=-12f7f5c11443f74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-21d81b23108f29d7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-886e66fdad9df0b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35862024-04-30T20:11:59.165Z Running `/home/build/.rustup/toolchains/1.77.2-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=75b51531fbb3a337 -C extra-filename=-75b51531fbb3a337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-21d81b23108f29d7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-886e66fdad9df0b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35872024-04-30T20:12:02.221Z Running `/home/build/.rustup/toolchains/1.77.2-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=94708c440dca51dc -C extra-filename=-94708c440dca51dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-886e66fdad9df0b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
35882024-04-30T20:12:07.201Z Running `/home/build/.rustup/toolchains/1.77.2-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=bc4d199de374de18 -C extra-filename=-bc4d199de374de18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-21d81b23108f29d7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f201231575a33ca9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35892024-04-30T20:12:09.228Z Running `/home/build/.rustup/toolchains/1.77.2-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=e904a7a741729be4 -C extra-filename=-e904a7a741729be4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-21d81b23108f29d7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35902024-04-30T20:12:18.375Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35912024-04-30T20:12:18.391Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a01f57aa809b05d0 -C extra-filename=-a01f57aa809b05d0 --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-dcda545c6da74a50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35922024-04-30T20:12:19.209Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35932024-04-30T20:12:19.226Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d50ed0732d6f344 -C extra-filename=-9d50ed0732d6f344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35942024-04-30T20:12:19.884Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f2427b29d67c3b -C extra-filename=-83f2427b29d67c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35952024-04-30T20:12:21.761Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=398c750adce1096c -C extra-filename=-398c750adce1096c --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35962024-04-30T20:12:22.032Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35972024-04-30T20:12:22.037Z Running `/home/build/.rustup/toolchains/1.77.2-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=a863be79f1068452 -C extra-filename=-a863be79f1068452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/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-0560085f735dd32a/out`
35982024-04-30T20:12:22.469Z Running `/home/build/.rustup/toolchains/1.77.2-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=015ddbc1d0548994 -C extra-filename=-015ddbc1d0548994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35992024-04-30T20:12:24.706Z Running `/home/build/.rustup/toolchains/1.77.2-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=06f3e4481c19826d -C extra-filename=-06f3e4481c19826d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36002024-04-30T20:12:26.558Z Running `/home/build/.rustup/toolchains/1.77.2-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=4f66d307b27d5780 -C extra-filename=-4f66d307b27d5780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36012024-04-30T20:12:26.787Z Running `/home/build/.rustup/toolchains/1.77.2-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=94b84d8e74e76145 -C extra-filename=-94b84d8e74e76145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36022024-04-30T20:12:28.816Z Running `/home/build/.rustup/toolchains/1.77.2-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=4f8d22b553c6db7f -C extra-filename=-4f8d22b553c6db7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36032024-04-30T20:12:33.060Z Running `/home/build/.rustup/toolchains/1.77.2-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=9b79a83170f1c3d1 -C extra-filename=-9b79a83170f1c3d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36042024-04-30T20:12:33.137Z Running `/home/build/.rustup/toolchains/1.77.2-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=0580911dfcc77628 -C extra-filename=-0580911dfcc77628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36052024-04-30T20:12:33.138Z Running `/home/build/.rustup/toolchains/1.77.2-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=c1bddf47c2f6cd73 -C extra-filename=-c1bddf47c2f6cd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36062024-04-30T20:12:34.388Z Running `/home/build/.rustup/toolchains/1.77.2-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=ea9f6173f74a1324 -C extra-filename=-ea9f6173f74a1324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36072024-04-30T20:12:35.589Z Running `/home/build/.rustup/toolchains/1.77.2-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=9868ef98963017e7 -C extra-filename=-9868ef98963017e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36082024-04-30T20:12:36.308Z Running `/home/build/.rustup/toolchains/1.77.2-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=d6078dd86ea63288 -C extra-filename=-d6078dd86ea63288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36092024-04-30T20:12:37.894Z Running `/home/build/.rustup/toolchains/1.77.2-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=774e05d7abf78e0c -C extra-filename=-774e05d7abf78e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36102024-04-30T20:12:39.581Z Running `/home/build/.rustup/toolchains/1.77.2-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=34e4f0ba9bec9173 -C extra-filename=-34e4f0ba9bec9173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36112024-04-30T20:12:40.643Z Running `/home/build/.rustup/toolchains/1.77.2-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=0db87611afb8dbec -C extra-filename=-0db87611afb8dbec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36122024-04-30T20:12:42.700Z Running `/home/build/.rustup/toolchains/1.77.2-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=70286e6053642fde -C extra-filename=-70286e6053642fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36132024-04-30T20:12:45.717Z Running `/home/build/.rustup/toolchains/1.77.2-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=8f6db5db9b61f9b8 -C extra-filename=-8f6db5db9b61f9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36142024-04-30T20:12:53.185Z Running `/home/build/.rustup/toolchains/1.77.2-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=230d63c031e10e5d -C extra-filename=-230d63c031e10e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36152024-04-30T20:12:56.018Z Running `/home/build/.rustup/toolchains/1.77.2-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=7108ec74881c5764 -C extra-filename=-7108ec74881c5764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36162024-04-30T20:12:56.583Z Running `/home/build/.rustup/toolchains/1.77.2-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=95eb29dd601efff0 -C extra-filename=-95eb29dd601efff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36172024-04-30T20:12:58.634Z Running `/home/build/.rustup/toolchains/1.77.2-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=ce8ae315cb9897fa -C extra-filename=-ce8ae315cb9897fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36182024-04-30T20:12:59.175Z Running `/home/build/.rustup/toolchains/1.77.2-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=c487f6afd93aa8ae -C extra-filename=-c487f6afd93aa8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36192024-04-30T20:12:59.241Z Running `/home/build/.rustup/toolchains/1.77.2-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=55a1ae3e89fa0fce -C extra-filename=-55a1ae3e89fa0fce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a0265174491e9bb7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36202024-04-30T20:13:05.058Z Running `/home/build/.rustup/toolchains/1.77.2-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=eeefb024ce915e33 -C extra-filename=-eeefb024ce915e33 --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-996559b273324b36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36212024-04-30T20:13:09.635Z Running `/home/build/.rustup/toolchains/1.77.2-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=57b1b27940358730 -C extra-filename=-57b1b27940358730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36222024-04-30T20:13:13.413Z Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=86bc6e2b4f72d033 -C extra-filename=-86bc6e2b4f72d033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ba4faa9ccae324c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-815d8b34a711b8b9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c73e5eecdc6c40ad.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
36232024-04-30T20:13:13.546Z Running `/home/build/.rustup/toolchains/1.77.2-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=37f48f3aebab1d7e -C extra-filename=-37f48f3aebab1d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7f30c30bd7f8fac2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2f546b38cacb4e11.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36242024-04-30T20:13:13.882Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/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=2fa8e0224ba22052 -C extra-filename=-2fa8e0224ba22052 --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-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36252024-04-30T20:13:15.196Z Running `/home/build/.rustup/toolchains/1.77.2-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=decc718fa2ad5f6a -C extra-filename=-decc718fa2ad5f6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
36262024-04-30T20:13:16.999Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/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=2b61ceb9ee3a5ce2 -C extra-filename=-2b61ceb9ee3a5ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36272024-04-30T20:13:20.013Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/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=ca3e05a943259639 -C extra-filename=-ca3e05a943259639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36282024-04-30T20:13:22.401Z Running `/home/build/.rustup/toolchains/1.77.2-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=4906178eece8e49d -C extra-filename=-4906178eece8e49d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/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-0560085f735dd32a/out`
36292024-04-30T20:13:23.136Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/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=4cc06bebe21b903b -C extra-filename=-4cc06bebe21b903b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36302024-04-30T20:13:27.306Z Running `/home/build/.rustup/toolchains/1.77.2-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=d7d8f67309d532b9 -C extra-filename=-d7d8f67309d532b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36312024-04-30T20:13:48.007Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=e681aed4783b0e70 -C extra-filename=-e681aed4783b0e70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36322024-04-30T20:13:51.048Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/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=bcf9e2c942bb7aa8 -C extra-filename=-bcf9e2c942bb7aa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36332024-04-30T20:13:58.743Z Running `/home/build/.rustup/toolchains/1.77.2-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=7e361463829eafd0 -C extra-filename=-7e361463829eafd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/`
36342024-04-30T20:14:02.783Z Running `/home/build/.rustup/toolchains/1.77.2-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=6148df92c7c455b4 -C extra-filename=-6148df92c7c455b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36352024-04-30T20:14:11.795Z Running `/home/build/.rustup/toolchains/1.77.2-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=a576241a8b7b0d17 -C extra-filename=-a576241a8b7b0d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36362024-04-30T20:14:14.662Z Running `/home/build/.rustup/toolchains/1.77.2-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=4becfe3d587db06e -C extra-filename=-4becfe3d587db06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/`
36372024-04-30T20:14:17.380Z Running `/home/build/.rustup/toolchains/1.77.2-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=ff692487a27a9824 -C extra-filename=-ff692487a27a9824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36382024-04-30T20:14:18.262Z Running `/home/build/.rustup/toolchains/1.77.2-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=485c5e909abdb7e9 -C extra-filename=-485c5e909abdb7e9 --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-9d2aa48e77301f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36392024-04-30T20:14:21.511Z Running `/home/build/.rustup/toolchains/1.77.2-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=b4ba358ffce64ffb -C extra-filename=-b4ba358ffce64ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36402024-04-30T20:14:23.628Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/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=6afae775c60358e2 -C extra-filename=-6afae775c60358e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36412024-04-30T20:14:24.247Z Running `/home/build/.rustup/toolchains/1.77.2-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=50aaa8da90ab7140 -C extra-filename=-50aaa8da90ab7140 --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-6e7bffc3196f4c4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36422024-04-30T20:14:31.709Z Running `/home/build/.rustup/toolchains/1.77.2-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=1302c1cfe08ea493 -C extra-filename=-1302c1cfe08ea493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36432024-04-30T20:14:34.428Z Running `/home/build/.rustup/toolchains/1.77.2-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=b84313ed65907b70 -C extra-filename=-b84313ed65907b70 --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-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36442024-04-30T20:14:50.129Z Running `/home/build/.rustup/toolchains/1.77.2-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=bb78f4d8263a1d68 -C extra-filename=-bb78f4d8263a1d68 --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-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36452024-04-30T20:14:56.218Z Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=416460e0af105348 -C extra-filename=-416460e0af105348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36462024-04-30T20:14:58.844Z Running `/home/build/.rustup/toolchains/1.77.2-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=b2e592b34dbf8dbd -C extra-filename=-b2e592b34dbf8dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36472024-04-30T20:15:02.593Z Running `/home/build/.rustup/toolchains/1.77.2-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=57c813da4ad3ca66 -C extra-filename=-57c813da4ad3ca66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36482024-04-30T20:15:16.190Z Running `/home/build/.rustup/toolchains/1.77.2-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=505b05ec63753512 -C extra-filename=-505b05ec63753512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36492024-04-30T20:15:17.919Z Running `/home/build/.rustup/toolchains/1.77.2-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=8ab4ead372ee474a -C extra-filename=-8ab4ead372ee474a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36502024-04-30T20:15:19.056Z Running `/home/build/.rustup/toolchains/1.77.2-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=be100112e139e8e0 -C extra-filename=-be100112e139e8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36512024-04-30T20:15:19.728Z Running `/home/build/.rustup/toolchains/1.77.2-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=0ed8e59f75821606 -C extra-filename=-0ed8e59f75821606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36522024-04-30T20:15:21.041Z Running `/home/build/.rustup/toolchains/1.77.2-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=40781e87628178d4 -C extra-filename=-40781e87628178d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36532024-04-30T20:15:21.660Z Running `/home/build/.rustup/toolchains/1.77.2-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=d56aab68829281a0 -C extra-filename=-d56aab68829281a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36542024-04-30T20:15:40.076Z Running `/home/build/.rustup/toolchains/1.77.2-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=651c324f61fb3f64 -C extra-filename=-651c324f61fb3f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36552024-04-30T20:15:41.883Z Running `/home/build/.rustup/toolchains/1.77.2-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=c84c96008dcf2dbf -C extra-filename=-c84c96008dcf2dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36562024-04-30T20:15:44.380Z Running `/home/build/.rustup/toolchains/1.77.2-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=1e18245c94585fec -C extra-filename=-1e18245c94585fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36572024-04-30T20:15:46.163Z Running `/home/build/.rustup/toolchains/1.77.2-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=f7ef32d0923565a4 -C extra-filename=-f7ef32d0923565a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36582024-04-30T20:15:47.711Z Running `/home/build/.rustup/toolchains/1.77.2-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=4e01952bfac7e374 -C extra-filename=-4e01952bfac7e374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36592024-04-30T20:15:51.772Z Running `/home/build/.rustup/toolchains/1.77.2-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=bd89855100b995ca -C extra-filename=-bd89855100b995ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36602024-04-30T20:15:56.421Z Running `/home/build/.rustup/toolchains/1.77.2-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=077ac89f1d86e238 -C extra-filename=-077ac89f1d86e238 --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-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36612024-04-30T20:16:00.944Z Running `/home/build/.rustup/toolchains/1.77.2-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=547039578025da9c -C extra-filename=-547039578025da9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36622024-04-30T20:16:03.123Z Running `/home/build/.rustup/toolchains/1.77.2-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=3b172b5c7c130716 -C extra-filename=-3b172b5c7c130716 --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-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36632024-04-30T20:16:04.847Z Running `/home/build/.rustup/toolchains/1.77.2-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=afc4184552181aa6 -C extra-filename=-afc4184552181aa6 --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-db67e14663d879e1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36642024-04-30T20:16:05.194Z Running `/home/build/.rustup/toolchains/1.77.2-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="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=2ef3b88d833e125b -C extra-filename=-2ef3b88d833e125b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-25058401423af0e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36652024-04-30T20:16:06.489Z Running `/home/build/.rustup/toolchains/1.77.2-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=9bad3b82c9113b56 -C extra-filename=-9bad3b82c9113b56 --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-a5ebc98e19998971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36662024-04-30T20:16:10.506Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_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=04c7dc9151bc9a3e -C extra-filename=-04c7dc9151bc9a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-dccbd8c2b2a063ae.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36672024-04-30T20:16:11.530Z Running `/home/build/.rustup/toolchains/1.77.2-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=ffade248417eaaa0 -C extra-filename=-ffade248417eaaa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b53ec134020bd64d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-377c6e698c4d0221.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36682024-04-30T20:16:12.450Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/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=c75d0cf7db953f11 -C extra-filename=-c75d0cf7db953f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36692024-04-30T20:16:12.979Z Running `/home/build/.rustup/toolchains/1.77.2-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=2ce28ba0906485eb -C extra-filename=-2ce28ba0906485eb --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-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36702024-04-30T20:16:16.545Z Running `/home/build/.rustup/toolchains/1.77.2-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=094c9ef773010deb -C extra-filename=-094c9ef773010deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36712024-04-30T20:16:18.014Z Running `/home/build/.rustup/toolchains/1.77.2-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=f8b92873268649e4 -C extra-filename=-f8b92873268649e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36722024-04-30T20:16:19.273Z Running `/home/build/.rustup/toolchains/1.77.2-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=454e8ade8108a479 -C extra-filename=-454e8ade8108a479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36732024-04-30T20:16:20.381Z Running `/home/build/.rustup/toolchains/1.77.2-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=1720af78e5b9a48f -C extra-filename=-1720af78e5b9a48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36742024-04-30T20:16:22.997Z Running `/home/build/.rustup/toolchains/1.77.2-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=5ad278b3ffb4ae7a -C extra-filename=-5ad278b3ffb4ae7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36752024-04-30T20:16:24.638Z Running `/home/build/.rustup/toolchains/1.77.2-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=111cda2d42f8ff45 -C extra-filename=-111cda2d42f8ff45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36762024-04-30T20:16:26.172Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
36772024-04-30T20:16:26.175Z Running `/home/build/.rustup/toolchains/1.77.2-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=37aab444e5e6db06 -C extra-filename=-37aab444e5e6db06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
36782024-04-30T20:16:26.857Z Running `/home/build/.rustup/toolchains/1.77.2-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=20bdf06777591925 -C extra-filename=-20bdf06777591925 --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-db67e14663d879e1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36792024-04-30T20:16:31.676Z Running `/home/build/.rustup/toolchains/1.77.2-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=61968758a9ffa6de -C extra-filename=-61968758a9ffa6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36802024-04-30T20:16:33.587Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --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=f8aa0e7a9bd3db13 -C extra-filename=-f8aa0e7a9bd3db13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36812024-04-30T20:16:34.457Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --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=bee2f4d371a6b15f -C extra-filename=-bee2f4d371a6b15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36822024-04-30T20:16:35.567Z Running `/home/build/.rustup/toolchains/1.77.2-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=ee39676f762d3382 -C extra-filename=-ee39676f762d3382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36832024-04-30T20:16:35.889Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
36842024-04-30T20:16:35.916Z Running `/home/build/.rustup/toolchains/1.77.2-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=8e2b01f6d3446a18 -C extra-filename=-8e2b01f6d3446a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36852024-04-30T20:16:38.517Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36862024-04-30T20:16:38.517Z Running `/home/build/.rustup/toolchains/1.77.2-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=1e4ee9b8ea12f209 -C extra-filename=-1e4ee9b8ea12f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36872024-04-30T20:16:38.531Z Running `/home/build/.rustup/toolchains/1.77.2-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=ab64eb189663ef1d -C extra-filename=-ab64eb189663ef1d --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-89ea751df9b71af1.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36882024-04-30T20:16:38.763Z Running `/home/build/.rustup/toolchains/1.77.2-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=de4ae4cd09e65d43 -C extra-filename=-de4ae4cd09e65d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36892024-04-30T20:16:40.323Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/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=661bf2d2f297a221 -C extra-filename=-661bf2d2f297a221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36902024-04-30T20:16:46.771Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=c2d72a9196c10068 -C extra-filename=-c2d72a9196c10068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-01c1775a7136e659.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-4abf96a24e3c5a43.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-be39a25c71d776a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36912024-04-30T20:16:48.860Z Running `/home/build/.rustup/toolchains/1.77.2-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=df848388579a06f6 -C extra-filename=-df848388579a06f6 --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-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36922024-04-30T20:16:50.473Z Running `/home/build/.rustup/toolchains/1.77.2-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=f9ddc6dd895b32a0 -C extra-filename=-f9ddc6dd895b32a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36932024-04-30T20:16:51.835Z Running `/home/build/.rustup/toolchains/1.77.2-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=d66599774b5b0082 -C extra-filename=-d66599774b5b0082 --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-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36942024-04-30T20:16:52.804Z Running `/home/build/.rustup/toolchains/1.77.2-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=6b586d75e34bfc39 -C extra-filename=-6b586d75e34bfc39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib`
36952024-04-30T20:16:54.021Z Running `/home/build/.rustup/toolchains/1.77.2-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=e03d6a2aab1da46a -C extra-filename=-e03d6a2aab1da46a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36962024-04-30T20:16:56.577Z Running `/home/build/.rustup/toolchains/1.77.2-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=dea09ef7942a6651 -C extra-filename=-dea09ef7942a6651 --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-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36972024-04-30T20:16:57.071Z Running `/home/build/.rustup/toolchains/1.77.2-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=bb73c603b781d8ae -C extra-filename=-bb73c603b781d8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36982024-04-30T20:17:01.244Z Running `/home/build/.rustup/toolchains/1.77.2-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=3bca5162fc8b1abd -C extra-filename=-3bca5162fc8b1abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36992024-04-30T20:17:01.505Z Running `/home/build/.rustup/toolchains/1.77.2-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=cf8bf170bd677db2 -C extra-filename=-cf8bf170bd677db2 --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-f30a7be5996f8118.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37002024-04-30T20:17:01.935Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-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=b925b2bb7fe664d6 -C extra-filename=-b925b2bb7fe664d6 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37012024-04-30T20:17:02.214Z Running `/home/build/.rustup/toolchains/1.77.2-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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9e4e8e6aa4743a67 -C extra-filename=-9e4e8e6aa4743a67 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37022024-04-30T20:17:02.236Z Running `/home/build/.rustup/toolchains/1.77.2-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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35b118495b9de993 -C extra-filename=-35b118495b9de993 --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-f30a7be5996f8118.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37032024-04-30T20:17:02.656Z Running `/home/build/.rustup/toolchains/1.77.2-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=2426ed0e2b07b85b -C extra-filename=-2426ed0e2b07b85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37042024-04-30T20:17:03.012Z Running `/home/build/.rustup/toolchains/1.77.2-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=edc2b51216ee71e9 -C extra-filename=-edc2b51216ee71e9 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37052024-04-30T20:17:03.937Z Running `/home/build/.rustup/toolchains/1.77.2-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d46199c25f1b3b7d -C extra-filename=-d46199c25f1b3b7d --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-5a51fa1df4cd8460.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a107ccf628f901ac.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37062024-04-30T20:17:04.329Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/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="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=7dabcd2ac690af0c -C extra-filename=-7dabcd2ac690af0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072024-04-30T20:18:35.413Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-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=ef5306b16f48a3fd -C extra-filename=-ef5306b16f48a3fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37082024-04-30T20:18:35.496Z Running `/home/build/.rustup/toolchains/1.77.2-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=efa7a87c52b2459a -C extra-filename=-efa7a87c52b2459a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7f30c30bd7f8fac2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2f546b38cacb4e11.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
37092024-04-30T20:18:35.497Z Running `/home/build/.rustup/toolchains/1.77.2-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=06be0e2f6d4a9d7d -C extra-filename=-06be0e2f6d4a9d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
37102024-04-30T20:18:35.497Z Running `/home/build/.rustup/toolchains/1.77.2-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=f4d7f6e1e365fea1 -C extra-filename=-f4d7f6e1e365fea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-0560085f735dd32a/out`
37112024-04-30T20:18:39.269Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/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=e729dffbda9e0434 -C extra-filename=-e729dffbda9e0434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37122024-04-30T20:18:45.701Z Running `/home/build/.rustup/toolchains/1.77.2-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=4922e3ba18e4af33 -C extra-filename=-4922e3ba18e4af33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
37132024-04-30T20:18:45.866Z Running `/home/build/.rustup/toolchains/1.77.2-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=914752ab15c3a57f -C extra-filename=-914752ab15c3a57f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
37142024-04-30T20:18:45.866Z Running `/home/build/.rustup/toolchains/1.77.2-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=713d3916de7308f0 -C extra-filename=-713d3916de7308f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37152024-04-30T20:18:47.190Z Running `/home/build/.rustup/toolchains/1.77.2-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=af487e6503a228d5 -C extra-filename=-af487e6503a228d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7f30c30bd7f8fac2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2f546b38cacb4e11.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out`
37162024-04-30T20:18:48.835Z Running `/home/build/.rustup/toolchains/1.77.2-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=efe9f3d5e042c96d -C extra-filename=-efe9f3d5e042c96d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-0560085f735dd32a/out`
37172024-04-30T20:18:57.064Z Running `/home/build/.rustup/toolchains/1.77.2-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=1f2357685a746548 -C extra-filename=-1f2357685a746548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37182024-04-30T20:19:01.847Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aac2a38f35f44052 -C extra-filename=-aac2a38f35f44052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37192024-04-30T20:19:26.125Z Running `/home/build/.rustup/toolchains/1.77.2-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=b50ec0607a0875dc -C extra-filename=-b50ec0607a0875dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-0560085f735dd32a/out`
37202024-04-30T20:24:15.073Z Finished dev [unoptimized + debuginfo] target(s) in 18m 48s
37212024-04-30T20:24:20.061Z
37222024-04-30T20:24:20.078Zreal 18:53.915014144
37232024-04-30T20:24:20.078Zuser 1:35:18.872232329
37242024-04-30T20:24:20.078Zsys 17:55.723475543
37252024-04-30T20:24:20.078Ztrap 7.090324608
37262024-04-30T20:24:20.078Ztflt 9.955992620
37272024-04-30T20:24:20.078Zdflt 16:38.870427026
37282024-04-30T20:24:20.078Zkflt 0.918937581
37292024-04-30T20:24:20.079Zlock 3:53:53.692021245
37302024-04-30T20:24:20.079Zslp 7:08:40.047631664
37312024-04-30T20:24:20.079Zlat 5:47.677672225
37322024-04-30T20:24:20.079Zstop 6:18.279909363
37332024-04-30T20:24:22.047Z
37342024-04-30T20:24:22.048Z # # ###### ##### # ###### # # # # #####
37352024-04-30T20:24:22.048Z # # # # # # # # # # # # #
37362024-04-30T20:24:22.048Z # # ##### # # # ##### # ##### # # #####
37372024-04-30T20:24:22.048Z # # # ##### # # # # # # #
37382024-04-30T20:24:22.048Z # # # # # # # # # # # #
37392024-04-30T20:24:22.048Z ## ###### # # # # # ###### # #####
37402024-04-30T20:24:22.048Z
37412024-04-30T20:24:22.972Z Compiling serde v1.0.199
37422024-04-30T20:24:22.973Z Compiling libc v0.2.153
37432024-04-30T20:24:22.973Z Compiling rustix v0.38.31
37442024-04-30T20:24:22.973Z Compiling bitflags v2.4.2
37452024-04-30T20:24:22.973Z Compiling hashbrown v0.14.3
37462024-04-30T20:24:23.026Z Compiling syn v2.0.60
37472024-04-30T20:24:23.037Z Compiling serde_json v1.0.116
37482024-04-30T20:24:23.051Z Compiling anyhow v1.0.82
37492024-04-30T20:24:24.640Z Compiling indexmap v2.2.6
37502024-04-30T20:24:25.263Z Compiling errno v0.3.8
37512024-04-30T20:24:26.056Z Compiling terminal_size v0.3.0
37522024-04-30T20:24:26.154Z Compiling clap_builder v4.5.2
37532024-04-30T20:24:28.426Z Compiling serde_derive v1.0.199
37542024-04-30T20:24:28.427Z Compiling thiserror-impl v1.0.59
37552024-04-30T20:24:28.434Z Compiling clap_derive v4.5.4
37562024-04-30T20:24:30.917Z Compiling thiserror v1.0.59
37572024-04-30T20:24:31.529Z Compiling clap v4.5.4
37582024-04-30T20:24:36.545Z Compiling toml_datetime v0.6.5
37592024-04-30T20:24:36.546Z Compiling serde_spanned v0.6.5
37602024-04-30T20:24:36.563Z Compiling semver v1.0.22
37612024-04-30T20:24:36.563Z Compiling camino v1.1.6
37622024-04-30T20:24:36.563Z Compiling cargo-platform v0.1.3
37632024-04-30T20:24:36.563Z Compiling macaddr v1.0.1
37642024-04-30T20:24:36.775Z Compiling toml_edit v0.22.12
37652024-04-30T20:24:37.824Z Compiling cargo_metadata v0.18.1
37662024-04-30T20:24:39.397Z Compiling toml v0.8.12
37672024-04-30T20:24:39.485Z Compiling cargo_toml v0.20.2
37682024-04-30T20:24:42.802Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37692024-04-30T20:24:45.450Z Finished dev [unoptimized + debuginfo] target(s) in 24.18s
37702024-04-30T20:24:45.486Z Running `target/debug/xtask verify-libraries`
37712024-04-30T20:24:54.895Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37722024-04-30T20:24:55.004Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37732024-04-30T20:24:55.004Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37742024-04-30T20:24:55.004Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37752024-04-30T20:24:58.833Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37762024-04-30T20:24:58.846Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37772024-04-30T20:24:58.846Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37782024-04-30T20:24:58.846Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37792024-04-30T20:24:58.847Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
37802024-04-30T20:24:58.847Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37812024-04-30T20:24:58.847Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37822024-04-30T20:24:59.572Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37832024-04-30T20:25:01.105Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37842024-04-30T20:25:01.330Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37852024-04-30T20:25:01.874Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37862024-04-30T20:25:02.132Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37872024-04-30T20:25:02.887Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37882024-04-30T20:25:03.117Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37892024-04-30T20:25:03.940Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37902024-04-30T20:25:04.458Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37912024-04-30T20:25:04.892Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37922024-04-30T20:25:06.293Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932024-04-30T20:25:06.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37942024-04-30T20:25:07.206Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37952024-04-30T20:25:07.768Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
37962024-04-30T20:25:08.383Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37972024-04-30T20:25:08.559Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37982024-04-30T20:25:09.032Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37992024-04-30T20:25:09.331Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38002024-04-30T20:25:10.292Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38012024-04-30T20:25:12.360Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38022024-04-30T20:25:12.676Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38032024-04-30T20:25:13.770Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38042024-04-30T20:25:16.627Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38052024-04-30T20:25:19.550Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38062024-04-30T20:25:24.169Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38072024-04-30T20:25:24.202Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38082024-04-30T20:25:24.203Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38092024-04-30T20:25:28.933Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38102024-04-30T20:25:30.427Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38112024-04-30T20:25:33.483Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38122024-04-30T20:25:34.448Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38132024-04-30T20:25:34.740Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38142024-04-30T20:25:34.926Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38152024-04-30T20:25:36.681Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38162024-04-30T20:25:37.146Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38172024-04-30T20:25:40.387Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38182024-04-30T20:25:42.317Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38192024-04-30T20:26:20.887Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38202024-04-30T20:26:34.498Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38212024-04-30T20:26:38.000Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38222024-04-30T20:26:44.083Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38232024-04-30T20:27:03.029Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38242024-04-30T20:27:03.029Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38252024-04-30T20:27:03.029Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38262024-04-30T20:27:03.040Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38272024-04-30T20:27:03.954Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38282024-04-30T20:27:06.059Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38292024-04-30T20:27:14.990Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38302024-04-30T20:27:15.157Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38312024-04-30T20:30:19.296Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38322024-04-30T20:31:13.764Z Finished dev [unoptimized + debuginfo] target(s) in 6m 23s
38332024-04-30T20:31:14.860Z
38342024-04-30T20:31:14.860Zreal 6:53.618838287
38352024-04-30T20:31:14.860Zuser 25:14.548686974
38362024-04-30T20:31:14.861Zsys 4:53.223380092
38372024-04-30T20:31:14.870Ztrap 0.624043891
38382024-04-30T20:31:14.870Ztflt 4.138212343
38392024-04-30T20:31:14.870Zdflt 12.537193664
38402024-04-30T20:31:14.870Zkflt 0.062020394
38412024-04-30T20:31:14.870Zlock 58:50.785760904
38422024-04-30T20:31:14.870Zslp 1:28:05.821828059
38432024-04-30T20:31:14.871Zlat 44.810790650
38442024-04-30T20:31:14.871Zstop 20.817908538
38452024-04-30T20:31:14.871Z
38462024-04-30T20:31:14.871Z ##### ###### #### #####
38472024-04-30T20:31:14.871Z # # # #
38482024-04-30T20:31:14.871Z # ##### #### #
38492024-04-30T20:31:14.871Z # # # #
38502024-04-30T20:31:14.871Z # # # # #
38512024-04-30T20:31:14.871Z # ###### #### #
38522024-04-30T20:31:14.871Z
38532024-04-30T20:31:15.959Zinfo: experimental features enabled: setup-scripts
38542024-04-30T20:31:17.017Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38552024-04-30T20:31:17.113Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38562024-04-30T20:31:17.121Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38572024-04-30T20:31:26.823Z Finished test [unoptimized + debuginfo] target(s) in 10.82s
38582024-04-30T20:31:30.402Z Starting 1219 tests across 117 binaries (3 skipped; run ID: 044c79da-474e-4e82-97ae-26efbe76a7d8, nextest profile: ci)
38592024-04-30T20:31:30.408Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38602024-04-30T20:31:31.085Z Finished test [unoptimized + debuginfo] target(s) in 0.61s
38612024-04-30T20:31:31.107Z Running `target/debug/crdb-seed`
38622024-04-30T20:31:31.129ZApr 30 20:31:28.956 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpY1Niqj
38632024-04-30T20:31:31.140ZApr 30 20:31:28.956 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpEsjtWY,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpY1Niqj/listen-url
38642024-04-30T20:31:31.140ZApr 30 20:31:28.958 INFO cockroach environment: BUILDOMAT_JOB_ID=01HWR9K09N30FQT8V9NF4EKJGC BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.77.2-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=fip-attach-refactor GITHUB_REF=refs/heads/fip-attach-refactor GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a4183a1399ce3d49be2881fa55026e38de052e6a 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-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envztq72U NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=044c79da-474e-4e82-97ae-26efbe76a7d8 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 RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.77.2-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
38652024-04-30T20:31:32.141ZApr 30 20:31:29.971 INFO cockroach pid: 4566
38662024-04-30T20:31:32.142ZApr 30 20:31:29.971 INFO cockroach listen URL: postgresql://root@[::1]:46984/omicron?sslmode=disable
38672024-04-30T20:31:32.142ZApr 30 20:31:29.971 INFO cockroach: populating
38682024-04-30T20:31:34.306ZApr 30 20:31:32.131 INFO cockroach: populated
38692024-04-30T20:31:36.743ZApr 30 20:31:34.569 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/21fcd927fd7b75566fbd6c0317115f36f8e8692aef79ebd520b10dc84c7b84b4.tar`
38702024-04-30T20:31:36.750Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38712024-04-30T20:31:36.783Z PASS [ 0.029s] bootstore schemes::tests::hello_roundtrip
38722024-04-30T20:31:36.800Z PASS [ 0.018s] bootstore trust_quorum::rack_secret::tests::create_and_verify
38732024-04-30T20:31:36.811Z PASS [ 0.048s] authz-macros tests::test_authz_snapshots
38742024-04-30T20:31:36.811Z PASS [ 0.033s] bootstore schemes::v0::share_pkg::tests::create_packages
38752024-04-30T20:31:36.825Z PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
38762024-04-30T20:31:36.839Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
38772024-04-30T20:31:36.853Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
38782024-04-30T20:31:36.853Z PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_for_enums
38792024-04-30T20:31:36.854Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
38802024-04-30T20:31:36.940Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
38812024-04-30T20:31:36.940Z PASS [ 0.093s] bootstore schemes::v0::peer::tests::network_config
38822024-04-30T20:31:36.958Z PASS [ 0.018s] db-macros tests::test_derive_with_unknown_field
38832024-04-30T20:31:36.959Z PASS [ 0.027s] db-macros tests::test_derive_snapshots
38842024-04-30T20:31:36.959Z PASS [ 0.077s] db-macros lookup::test::test_lookup_snapshots
38852024-04-30T20:31:37.066Z PASS [ 0.207s] dns-server storage::test::test_update_in_progress
38862024-04-30T20:31:37.079Z PASS [ 0.213s] dns-server storage::test::test_update_interrupted
38872024-04-30T20:31:37.085Z PASS [ 0.233s] dns-server storage::test::test_update_basic
38882024-04-30T20:31:37.405Z PASS [ 0.507s] dns-server::basic_test a_crud
38892024-04-30T20:31:37.440Z PASS [ 0.318s] dns-server::basic_test empty_record
38902024-04-30T20:31:37.440Z PASS [ 0.509s] dns-server::basic_test aaaa_crud
38912024-04-30T20:31:37.440Z PASS [ 0.306s] dns-server::basic_test multi_record_crud
38922024-04-30T20:31:37.440Z PASS [ 0.317s] dns-server::basic_test name_contains_zone
38932024-04-30T20:31:37.584Z PASS [ 0.201s] dns-server::basic_test nxdomain
38942024-04-30T20:31:37.607Z PASS [ 0.212s] dns-server::basic_test srv_crud
38952024-04-30T20:31:37.623Z PASS [ 0.231s] dns-server::basic_test servfail
38962024-04-30T20:31:37.639Z PASS [ 0.031s] dns-service-client diff::test::diff_equivalent
38972024-04-30T20:31:37.640Z PASS [ 0.057s] dns-service-client diff::test::diff_different
38982024-04-30T20:31:37.652Z PASS [ 0.030s] dns-service-client diff::test::diff_invalid
38992024-04-30T20:31:37.665Z PASS [ 0.261s] dns-server::openapi_test test_dns_server_openapi
39002024-04-30T20:31:37.678Z PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
39012024-04-30T20:31:37.688Z PASS [ 0.050s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
39022024-04-30T20:31:37.708Z PASS [ 0.026s] illumos-utils link::test::test_allocate
39032024-04-30T20:31:37.722Z PASS [ 0.045s] illumos-utils destructor::test::test_destructor_bad_close
39042024-04-30T20:31:37.722Z PASS [ 0.075s] illumos-utils destructor::test::test_delayed_delete
39052024-04-30T20:31:37.732Z PASS [ 0.023s] illumos-utils link::test::test_allocate_within_scopes
39062024-04-30T20:31:37.742Z PASS [ 0.020s] illumos-utils running_zone::tests::test_is_oxide_smf_service
39072024-04-30T20:31:37.754Z PASS [ 0.024s] illumos-utils zone::tests::test_parse_ip_network
39082024-04-30T20:31:37.765Z PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool
39092024-04-30T20:31:37.771Z PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool_missing_column
39102024-04-30T20:31:37.883Z PASS [ 1.120s] bootstore schemes::v0::peer::tests::basic_3_nodes
39112024-04-30T20:31:38.069Z PASS [ 0.181s] installinator-common block_size_writer::tests::proptest_block_writer
39122024-04-30T20:31:38.114Z PASS [ 0.044s] internal-dns config::test::display_hosts
39132024-04-30T20:31:38.130Z PASS [ 0.023s] internal-dns config::test::display_srv_service
39142024-04-30T20:31:38.618Z PASS [ 0.057s] internal-dns config::test::test_builder_errors
39152024-04-30T20:31:38.627Z PASS [ 0.081s] internal-dns config::test::test_builder_output
39162024-04-30T20:31:38.627Z PASS [ 0.615s] illumos-utils destructor::test::test_delayed_delete_with_error
39172024-04-30T20:31:38.627Z PASS [ 0.578s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39182024-04-30T20:31:38.678Z PASS [ 0.323s] internal-dns resolver::test::lookup_nonexistent_record_fails
39192024-04-30T20:31:38.689Z PASS [ 0.404s] internal-dns resolver::test::insert_and_lookup_one_record
39202024-04-30T20:31:38.742Z PASS [ 0.469s] internal-dns resolver::test::insert_and_lookup_multiple_records
39212024-04-30T20:31:39.066Z PASS [ 0.378s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39222024-04-30T20:31:39.093Z PASS [ 0.357s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39232024-04-30T20:31:39.102Z PASS [ 0.436s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39242024-04-30T20:31:39.133Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
39252024-04-30T20:31:39.144Z PASS [ 0.043s] ipcc tests::installinator_image_id_round_trip
39262024-04-30T20:31:39.169Z PASS [ 0.036s] ipcc tests::serialized_size
39272024-04-30T20:31:39.233Z PASS [ 0.053s] key-manager tests::different_ikm_produces_different_keys
39282024-04-30T20:31:39.233Z PASS [ 0.075s] key-manager tests::different_disks_produce_different_keys
39292024-04-30T20:31:39.245Z PASS [ 0.025s] key-manager tests::disk_encryption_key_epoch_0
39302024-04-30T20:31:39.253Z PASS [ 0.025s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39312024-04-30T20:31:39.314Z PASS [ 0.057s] nexus-config nexus_config::test::test_config_bad_toml
39322024-04-30T20:31:39.324Z PASS [ 0.263s] internal-dns resolver::test::update_record
39332024-04-30T20:31:39.342Z PASS [ 0.026s] nexus-config nexus_config::test::test_config_empty
39342024-04-30T20:31:39.352Z PASS [ 0.025s] nexus-config nexus_config::test::test_config_nonexistent
39352024-04-30T20:31:39.368Z PASS [ 0.108s] nexus-config nexus_config::test::test_bad_authn_schemes
39362024-04-30T20:31:39.375Z PASS [ 0.025s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
39372024-04-30T20:31:39.387Z PASS [ 0.046s] nexus-config nexus_config::test::test_deployment_config_schema
39382024-04-30T20:31:39.400Z PASS [ 0.044s] nexus-config nexus_config::test::test_repo_configs_are_valid
39392024-04-30T20:31:39.432Z PASS [ 0.033s] nexus-config nexus_config::test::test_valid
39402024-04-30T20:31:39.854Z PASS [ 0.022s] nexus-config postgres_config::test::test_bad_url
39412024-04-30T20:31:39.854Z PASS [ 0.025s] nexus-config postgres_config::test::test_example_url
39422024-04-30T20:31:39.854Z PASS [ 0.027s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
39432024-04-30T20:31:39.874Z PASS [ 0.045s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
39442024-04-30T20:31:39.874Z PASS [ 0.033s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
39452024-04-30T20:31:39.874Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_known_versions
39462024-04-30T20:31:39.874Z PASS [ 0.052s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
39472024-04-30T20:31:39.875Z PASS [ 0.092s] nexus-db-model device_auth::test::test_generate_user_code
39482024-04-30T20:31:39.875Z PASS [ 0.027s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
39492024-04-30T20:31:39.875Z PASS [ 0.025s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
39502024-04-30T20:31:39.875Z PASS [ 0.027s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
39512024-04-30T20:31:39.875Z PASS [ 0.023s] nexus-db-model schema_versions::test::test_verify
39522024-04-30T20:31:39.875Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
39532024-04-30T20:31:39.875Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
39542024-04-30T20:31:39.875Z PASS [ 0.028s] nexus-db-model tests::test_ipv6_net_random_subnet
39552024-04-30T20:31:39.876Z PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings
39562024-04-30T20:31:39.876Z PASS [ 0.031s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
39572024-04-30T20:31:39.876Z PASS [ 0.061s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
39582024-04-30T20:31:39.876Z PASS [ 0.067s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
39592024-04-30T20:31:39.876Z PASS [ 0.059s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
39602024-04-30T20:31:39.876Z PASS [ 0.036s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
39612024-04-30T20:31:39.876Z PASS [ 0.034s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
39622024-04-30T20:31:39.876Z PASS [ 0.034s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
39632024-04-30T20:31:39.876Z PASS [ 0.080s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
39642024-04-30T20:31:39.876Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_get_token
39652024-04-30T20:31:39.876Z PASS [ 0.147s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
39662024-04-30T20:31:39.876Z PASS [ 0.127s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
39672024-04-30T20:31:39.887Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
39682024-04-30T20:31:39.888Z PASS [ 0.033s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
39692024-04-30T20:31:39.888Z PASS [ 0.032s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
39702024-04-30T20:31:39.901Z PASS [ 0.032s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
39712024-04-30T20:31:39.901Z PASS [ 0.032s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
39722024-04-30T20:31:39.901Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
39732024-04-30T20:31:39.921Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
39742024-04-30T20:31:39.927Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_make_header_value
39752024-04-30T20:31:39.945Z PASS [ 0.052s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
39762024-04-30T20:31:39.954Z PASS [ 0.027s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
39772024-04-30T20:31:39.964Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
39782024-04-30T20:31:39.977Z PASS [ 0.032s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
39792024-04-30T20:31:39.994Z PASS [ 0.035s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
39802024-04-30T20:31:40.019Z PASS [ 0.031s] nexus-db-queries authn::external::token::test::test_make_header_value
39812024-04-30T20:31:40.027Z PASS [ 0.055s] nexus-db-queries authn::external::test::test_authn_sequence
39822024-04-30T20:31:40.037Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
39832024-04-30T20:31:40.041Z PASS [ 0.033s] nexus-db-queries authn::external::token::test::test_token_header_missing
39842024-04-30T20:31:40.060Z PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_token_header_valid
39852024-04-30T20:31:40.092Z PASS [ 0.060s] nexus-db-queries authn::test::test_internal_users
39862024-04-30T20:31:40.125Z PASS [ 0.066s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
39872024-04-30T20:31:40.137Z PASS [ 2.742s] dns-server::commands_test test_dnsadm
39882024-04-30T20:31:42.904Z PASS [ 5.150s] installinator mock_peers::tests::proptest_fetch_artifact
39892024-04-30T20:31:43.500Z PASS [ 5.736s] installinator write::tests::proptest_write_artifact
39902024-04-30T20:31:46.657Z PASS [ 6.505s] nexus-db-queries context::test::test_background_context
39912024-04-30T20:31:46.707Z PASS [ 6.645s] nexus-db-queries authz::context::test::test_unregistered_resource
39922024-04-30T20:31:50.002Z PASS [ 7.094s] nexus-db-queries context::test::test_child_context
39932024-04-30T20:31:50.926Z PASS [ 7.420s] nexus-db-queries context::test::test_test_context
39942024-04-30T20:31:53.384Z PASS [ 6.690s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
39952024-04-30T20:31:53.397Z PASS [ 13.293s] nexus-db-queries authz::policy_test::test_conferred_roles
39962024-04-30T20:31:53.418Z PASS [ 6.764s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
39972024-04-30T20:31:56.108Z PASS [ 6.111s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
39982024-04-30T20:31:57.258Z PASS [ 6.336s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
39992024-04-30T20:31:59.944Z PASS [ 6.109s] nexus-db-queries db::collection_attach::test::test_attach_once
40002024-04-30T20:31:59.959Z PASS [ 6.182s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
40012024-04-30T20:31:59.960Z PASS [ 0.051s] nexus-db-queries db::collection_attach::test::test_verify_query
40022024-04-30T20:32:00.409Z PASS [ 7.020s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
40032024-04-30T20:32:02.595Z PASS [ 6.482s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
40042024-04-30T20:32:03.820Z PASS [ 6.560s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
40052024-04-30T20:32:05.651Z PASS [ 6.147s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
40062024-04-30T20:32:06.415Z PASS [ 6.758s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
40072024-04-30T20:32:06.995Z PASS [ 6.584s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
40082024-04-30T20:32:07.036Z PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query
40092024-04-30T20:32:08.722Z PASS [ 6.128s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
40102024-04-30T20:32:09.460Z PASS [ 32.667s] bootstore::v0-fsm-proptest-learner run
40112024-04-30T20:32:09.686Z PASS [ 5.863s] nexus-db-queries db::collection_detach::test::test_detach_once
40122024-04-30T20:32:11.412Z PASS [ 31.274s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40132024-04-30T20:32:11.454Z PASS [ 5.798s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40142024-04-30T20:32:11.761Z PASS [ 5.348s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40152024-04-30T20:32:12.307Z PASS [ 5.274s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40162024-04-30T20:32:13.496Z PASS [ 4.771s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40172024-04-30T20:32:13.550Z PASS [ 0.046s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40182024-04-30T20:32:14.233Z PASS [ 37.431s] bootstore::v0-fsm-proptest-rack-coordinator run
40192024-04-30T20:32:14.283Z PASS [ 4.824s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40202024-04-30T20:32:14.316Z PASS [ 0.034s] nexus-db-queries db::collection_insert::test::test_verify_query
40212024-04-30T20:32:14.351Z PASS [ 0.030s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
40222024-04-30T20:32:14.377Z PASS [ 0.032s] nexus-db-queries db::column_walker::test::test_walk_columns
40232024-04-30T20:32:14.385Z PASS [ 4.701s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40242024-04-30T20:32:14.411Z PASS [ 0.031s] nexus-db-queries db::column_walker::test::test_walk_table
40252024-04-30T20:32:16.228Z PASS [ 4.817s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40262024-04-30T20:32:16.333Z PASS [ 4.883s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40272024-04-30T20:32:16.533Z PASS [ 4.774s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40282024-04-30T20:32:17.134Z PASS [ 4.827s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40292024-04-30T20:32:18.195Z PASS [ 4.653s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40302024-04-30T20:32:18.800Z PASS [ 4.567s] nexus-db-queries db::collection_insert::test::test_collection_present
40312024-04-30T20:32:19.416Z PASS [ 5.004s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40322024-04-30T20:32:20.183Z PASS [ 5.790s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40332024-04-30T20:32:20.219Z PASS [ 0.043s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40342024-04-30T20:32:20.884Z PASS [ 4.647s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
40352024-04-30T20:32:21.373Z PASS [ 4.703s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
40362024-04-30T20:32:21.985Z PASS [ 5.452s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
40372024-04-30T20:32:23.098Z PASS [ 5.951s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
40382024-04-30T20:32:23.893Z PASS [ 5.695s] nexus-db-queries db::datastore::deployment::tests::test_set_target
40392024-04-30T20:32:24.794Z PASS [ 5.992s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
40402024-04-30T20:32:24.942Z PASS [ 5.523s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
40412024-04-30T20:32:25.640Z PASS [ 5.419s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
40422024-04-30T20:32:26.735Z PASS [ 5.857s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
40432024-04-30T20:32:27.521Z PASS [ 6.481s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
40442024-04-30T20:32:27.742Z PASS [ 5.752s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
40452024-04-30T20:32:28.837Z PASS [ 5.747s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
40462024-04-30T20:32:29.547Z PASS [ 5.652s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
40472024-04-30T20:32:33.999Z PASS [ 5.482s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
40482024-04-30T20:32:34.089Z PASS [ 6.290s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
40492024-04-30T20:32:34.125Z PASS [ 5.862s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
40502024-04-30T20:32:34.125Z PASS [ 5.481s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
40512024-04-30T20:32:34.125Z PASS [ 7.654s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
40522024-04-30T20:32:34.125Z PASS [ 5.791s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
40532024-04-30T20:32:34.910Z PASS [ 5.363s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
40542024-04-30T20:32:36.548Z PASS [ 5.533s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
40552024-04-30T20:32:36.574Z PASS [ 7.138s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
40562024-04-30T20:32:36.574Z PASS [ 5.322s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
40572024-04-30T20:32:38.480Z PASS [ 5.474s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
40582024-04-30T20:32:38.750Z PASS [ 6.141s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
40592024-04-30T20:32:39.142Z PASS [ 5.843s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
40602024-04-30T20:32:39.192Z PASS [ 5.659s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
40612024-04-30T20:32:40.756Z PASS [ 5.844s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
40622024-04-30T20:32:41.872Z PASS [ 5.896s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
40632024-04-30T20:32:41.929Z PASS [ 5.926s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
40642024-04-30T20:32:42.212Z PASS [ 5.789s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
40652024-04-30T20:32:48.891Z PASS [ 5.661s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
40662024-04-30T20:32:49.024Z PASS [ 0.039s] nexus-db-queries db::datastore::region::test::test_extent_count
40672024-04-30T20:32:49.024Z PASS [ 6.446s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
40682024-04-30T20:32:49.024Z PASS [ 5.968s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
40692024-04-30T20:32:49.024Z PASS [ 6.153s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
40702024-04-30T20:32:49.024Z PASS [ 5.863s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
40712024-04-30T20:32:49.058Z PASS [ 5.761s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
40722024-04-30T20:32:49.058Z PASS [ 6.695s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
40732024-04-30T20:32:49.058Z PASS [ 6.656s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
40742024-04-30T20:32:51.460Z PASS [ 6.297s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
40752024-04-30T20:32:52.028Z PASS [ 7.171s] nexus-db-queries db::datastore::sled::test::sled_list_batch
40762024-04-30T20:32:52.036Z PASS [ 6.708s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
40772024-04-30T20:32:52.259Z PASS [ 5.639s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
40782024-04-30T20:32:53.468Z PASS [ 5.498s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
40792024-04-30T20:32:53.525Z PASS [ 8.224s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
40802024-04-30T20:32:54.030Z PASS [ 5.473s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
40812024-04-30T20:32:54.322Z PASS [ 5.752s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
40822024-04-30T20:32:57.254Z PASS [ 5.630s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
40832024-04-30T20:32:57.387Z PASS [ 5.923s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
40842024-04-30T20:32:57.599Z PASS [ 5.939s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
40852024-04-30T20:32:57.778Z PASS [ 5.514s] nexus-db-queries db::datastore::test::test_project_creation
40862024-04-30T20:32:58.240Z PASS [ 4.774s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
40872024-04-30T20:32:59.399Z PASS [ 5.872s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
40882024-04-30T20:33:00.215Z PASS [ 5.897s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
40892024-04-30T20:33:03.955Z PASS [ 6.564s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
40902024-04-30T20:33:04.272Z PASS [ 10.234s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
40912024-04-30T20:33:04.359Z PASS [ 7.099s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
40922024-04-30T20:33:06.229Z PASS [ 6.009s] nexus-db-queries db::datastore::test::test_session_methods
40932024-04-30T20:33:07.489Z PASS [ 9.709s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
40942024-04-30T20:33:08.103Z PASS [ 10.407s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
40952024-04-30T20:33:08.765Z PASS [ 4.807s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
40962024-04-30T20:33:09.175Z PASS [ 10.930s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
40972024-04-30T20:33:09.851Z PASS [ 10.352s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
40982024-04-30T20:33:09.858Z PASS [ 5.461s] nexus-db-queries db::datastore::test::test_table_scan
40992024-04-30T20:33:09.859Z PASS [ 0.036s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
41002024-04-30T20:33:09.876Z PASS [ 5.606s] nexus-db-queries db::datastore::test::test_ssh_keys
41012024-04-30T20:33:09.903Z PASS [ 0.034s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
41022024-04-30T20:33:09.907Z PASS [ 0.034s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
41032024-04-30T20:33:09.914Z PASS [ 0.033s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
41042024-04-30T20:33:11.435Z PASS [ 5.208s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
41052024-04-30T20:33:13.120Z PASS [ 5.623s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
41062024-04-30T20:33:13.602Z PASS [ 5.608s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
41072024-04-30T20:33:13.847Z PASS [ 4.666s] nexus-db-queries db::explain::test::test_explain_async
41082024-04-30T20:33:13.873Z PASS [ 0.029s] nexus-db-queries db::pagination::test::test_paginator
41092024-04-30T20:33:14.406Z PASS [ 4.654s] nexus-db-queries db::explain::test::test_explain_full_table_scan
41102024-04-30T20:33:14.680Z PASS [ 4.763s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
41112024-04-30T20:33:15.227Z PASS [ 5.308s] nexus-db-queries db::lookup::test::test_lookup
41122024-04-30T20:33:15.875Z PASS [ 7.108s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
41132024-04-30T20:33:15.976Z PASS [ 4.534s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
41142024-04-30T20:33:17.633Z PASS [ 4.492s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41152024-04-30T20:33:18.176Z PASS [ 4.572s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41162024-04-30T20:33:20.235Z PASS [ 6.356s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41172024-04-30T20:33:20.847Z PASS [ 6.429s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41182024-04-30T20:33:21.047Z PASS [ 5.818s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
41192024-04-30T20:33:21.110Z PASS [ 6.417s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
41202024-04-30T20:33:21.148Z PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41212024-04-30T20:33:22.266Z PASS [ 5.982s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41222024-04-30T20:33:22.281Z PASS [ 6.126s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41232024-04-30T20:33:23.454Z PASS [ 5.842s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41242024-04-30T20:33:24.105Z PASS [ 5.920s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41252024-04-30T20:33:26.562Z PASS [ 5.710s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
41262024-04-30T20:33:26.574Z PASS [ 6.327s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41272024-04-30T20:33:27.406Z PASS [ 6.271s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41282024-04-30T20:33:27.808Z PASS [ 5.694s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41292024-04-30T20:33:28.083Z PASS [ 6.221s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41302024-04-30T20:33:29.006Z PASS [ 5.552s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41312024-04-30T20:33:29.553Z PASS [ 5.456s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41322024-04-30T20:33:31.545Z PASS [ 10.491s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41332024-04-30T20:33:32.158Z PASS [ 5.599s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
41342024-04-30T20:33:32.836Z PASS [ 6.278s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41352024-04-30T20:33:32.864Z PASS [ 0.032s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
41362024-04-30T20:33:33.067Z PASS [ 5.651s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
41372024-04-30T20:33:33.108Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
41382024-04-30T20:33:33.129Z PASS [ 0.032s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
41392024-04-30T20:33:33.414Z PASS [ 5.615s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
41402024-04-30T20:33:33.454Z PASS [ 0.037s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
41412024-04-30T20:33:33.744Z PASS [ 5.662s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
41422024-04-30T20:33:34.257Z PASS [ 0.513s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
41432024-04-30T20:33:35.016Z PASS [ 6.005s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
41442024-04-30T20:33:35.118Z PASS [ 0.103s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
41452024-04-30T20:33:35.156Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
41462024-04-30T20:33:35.231Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
41472024-04-30T20:33:35.239Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
41482024-04-30T20:33:35.266Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
41492024-04-30T20:33:35.552Z PASS [ 5.999s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
41502024-04-30T20:33:37.556Z PASS [ 6.015s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
41512024-04-30T20:33:38.024Z PASS [ 4.899s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
41522024-04-30T20:33:38.256Z PASS [ 4.807s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
41532024-04-30T20:33:38.391Z PASS [ 6.229s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
41542024-04-30T20:33:38.427Z PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix
41552024-04-30T20:33:38.699Z PASS [ 0.271s] nexus-inventory builder::test::test_basic
41562024-04-30T20:33:38.725Z PASS [ 0.024s] nexus-inventory builder::test::test_empty
41572024-04-30T20:33:38.773Z PASS [ 0.040s] nexus-inventory builder::test::test_problems
41582024-04-30T20:33:39.188Z PASS [ 4.924s] nexus-db-queries db::queries::region_allocation::test::explainable
41592024-04-30T20:33:39.834Z PASS [ 4.567s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
41602024-04-30T20:33:39.858Z PASS [ 1.094s] nexus-inventory collector::test::test_basic
41612024-04-30T20:33:40.097Z PASS [ 0.910s] nexus-inventory collector::test::test_multi_mgs
41622024-04-30T20:33:40.162Z PASS [ 4.608s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
41632024-04-30T20:33:40.263Z PASS [ 0.422s] nexus-inventory collector::test::test_multi_mgs_failure
41642024-04-30T20:33:40.870Z PASS [ 0.571s] nexus-inventory collector::test::test_sled_agent_failure
41652024-04-30T20:33:40.947Z PASS [ 0.109s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
41662024-04-30T20:33:40.947Z PASS [ 0.066s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
41672024-04-30T20:33:40.947Z PASS [ 0.039s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
41682024-04-30T20:33:40.947Z PASS [ 0.042s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
41692024-04-30T20:33:41.459Z PASS [ 8.592s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
41702024-04-30T20:33:42.192Z PASS [ 4.644s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
41712024-04-30T20:33:43.528Z PASS [ 5.270s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
41722024-04-30T20:33:43.566Z PASS [ 5.540s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
41732024-04-30T20:33:46.478Z PASS [ 6.379s] nexus-metrics-producer-gc tests::test_prune_expired_producers
41742024-04-30T20:33:47.092Z PASS [ 6.512s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
41752024-04-30T20:33:47.097Z PASS [ 0.127s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
41762024-04-30T20:33:47.097Z PASS [ 0.077s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
41772024-04-30T20:33:47.097Z PASS [ 0.444s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
41782024-04-30T20:33:47.097Z PASS [ 0.088s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_available_iterator
41792024-04-30T20:33:47.097Z PASS [ 0.109s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
41802024-04-30T20:33:47.103Z PASS [ 0.178s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
41812024-04-30T20:33:47.158Z PASS [ 0.073s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
41822024-04-30T20:33:47.172Z PASS [ 0.072s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
41832024-04-30T20:33:47.204Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
41842024-04-30T20:33:47.254Z PASS [ 0.037s] nexus-reconfigurator-planning ip_allocator::test::test_basic
41852024-04-30T20:33:47.265Z PASS [ 0.093s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
41862024-04-30T20:33:47.330Z PASS [ 0.088s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
41872024-04-30T20:33:47.391Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
41882024-04-30T20:33:47.510Z PASS [ 0.241s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
41892024-04-30T20:33:47.606Z PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
41902024-04-30T20:33:47.664Z PASS [ 0.057s] nexus-types external_api::shared::test::test_policy_parsing
41912024-04-30T20:33:47.902Z PASS [ 0.510s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
41922024-04-30T20:33:47.995Z PASS [ 0.092s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
41932024-04-30T20:33:48.069Z PASS [ 0.381s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
41942024-04-30T20:33:48.172Z PASS [ 0.177s] omicron-certificates tests::test_cert_extended_key_usage
41952024-04-30T20:33:48.253Z PASS [ 0.194s] omicron-certificates tests::test_common_name_is_validated
41962024-04-30T20:33:48.311Z PASS [ 0.071s] omicron-common address::test::test_dns_subnets
41972024-04-30T20:33:48.367Z PASS [ 0.172s] omicron-certificates tests::test_subject_alternate_names_are_validated
41982024-04-30T20:33:48.384Z PASS [ 0.063s] omicron-common address::test::test_ip_range_checks_non_decreasing
41992024-04-30T20:33:48.413Z PASS [ 0.070s] omicron-common address::test::test_ip_range_enum_deserialization
42002024-04-30T20:33:48.423Z PASS [ 0.048s] omicron-common address::test::test_ip_range_iter
42012024-04-30T20:33:48.477Z PASS [ 0.037s] omicron-common address::test::test_ip_range_try_from
42022024-04-30T20:33:48.491Z PASS [ 0.077s] omicron-common address::test::test_ip_range_length
42032024-04-30T20:33:48.510Z PASS [ 0.049s] omicron-common address::test::test_ipv6_subnet_deserialize
42042024-04-30T20:33:48.524Z PASS [ 0.034s] omicron-common address::test::test_sled_address
42052024-04-30T20:33:48.552Z PASS [ 0.029s] omicron-common api::external::error::test::test_bail_unless
42062024-04-30T20:33:48.568Z PASS [ 0.040s] omicron-common api::external::error::test::test_context
42072024-04-30T20:33:48.617Z PASS [ 0.065s] omicron-common api::external::http_pagination::test::test_pagination_examples
42082024-04-30T20:33:48.632Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_schemas
42092024-04-30T20:33:48.676Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_name
42102024-04-30T20:33:48.712Z PASS [ 0.078s] omicron-common api::external::http_pagination::test::test_scan_by_id
42112024-04-30T20:33:48.764Z PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
42122024-04-30T20:33:48.764Z PASS [ 0.080s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
42132024-04-30T20:33:48.786Z PASS [ 0.058s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
42142024-04-30T20:33:48.798Z PASS [ 0.034s] omicron-common api::external::test::test_bytecount
42152024-04-30T20:33:48.852Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount_display
42162024-04-30T20:33:48.878Z PASS [ 0.044s] omicron-common api::external::test::test_firewall_deserialization
42172024-04-30T20:33:48.878Z PASS [ 0.056s] omicron-common api::external::test::test_digest
42182024-04-30T20:33:49.041Z PASS [ 0.164s] omicron-common api::external::test::test_firewall_rule_target_parse
42192024-04-30T20:33:49.080Z PASS [ 0.199s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
42202024-04-30T20:33:49.145Z PASS [ 0.055s] omicron-common api::external::test::test_ip_port_range_from_str
42212024-04-30T20:33:49.158Z PASS [ 0.049s] omicron-common api::external::test::test_ip_port_range_into_str
42222024-04-30T20:33:49.187Z PASS [ 0.159s] omicron-common api::external::test::test_hostname_from_str
42232024-04-30T20:33:49.200Z PASS [ 0.040s] omicron-common api::external::test::test_ipnet_first_last_address
42242024-04-30T20:33:49.220Z PASS [ 0.028s] omicron-common api::external::test::test_ipnet_serde
42252024-04-30T20:33:49.245Z PASS [ 0.033s] omicron-common api::external::test::test_ipv4_net_operations
42262024-04-30T20:33:49.262Z PASS [ 0.033s] omicron-common api::external::test::test_ipv6_net_operations
42272024-04-30T20:33:49.266Z PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator
42282024-04-30T20:33:49.282Z PASS [ 0.031s] omicron-common api::external::test::test_mac_to_int_conversions
42292024-04-30T20:33:49.299Z PASS [ 0.035s] omicron-common api::external::test::test_macaddr
42302024-04-30T20:33:49.312Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse
42312024-04-30T20:33:49.327Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
42322024-04-30T20:33:49.376Z PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse
42332024-04-30T20:33:49.382Z PASS [ 0.033s] omicron-common api::external::test::test_role_name_parse
42342024-04-30T20:33:49.387Z PASS [ 0.048s] omicron-common api::external::test::test_route_destination_parse
42352024-04-30T20:33:49.417Z PASS [ 0.055s] omicron-common api::external::test::test_route_target_parse
42362024-04-30T20:33:49.454Z PASS [ 0.041s] omicron-common api::external::test::test_semver_serialize
42372024-04-30T20:33:49.533Z PASS [ 0.049s] omicron-common api::external::test::test_semver_validation
42382024-04-30T20:33:49.533Z PASS [ 0.066s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
42392024-04-30T20:33:49.586Z PASS [ 0.112s] omicron-common ledger::test::test_commit_handles_write_failures
42402024-04-30T20:33:49.635Z PASS [ 0.100s] omicron-common ledger::test::test_create_default_ledger
42412024-04-30T20:33:50.080Z PASS [ 0.059s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
42422024-04-30T20:33:50.092Z PASS [ 0.100s] omicron-common ledger::test::test_create_ledger_reads_from_storage
42432024-04-30T20:33:50.092Z PASS [ 0.042s] omicron-common update::tests::serde_artifact_kind
42442024-04-30T20:33:50.092Z PASS [ 0.065s] omicron-common zpool_name::test::test_parse_bad_zpool_names
42452024-04-30T20:33:50.092Z PASS [ 0.048s] omicron-common zpool_name::test::test_parse_external_zpool_name
42462024-04-30T20:33:50.092Z PASS [ 0.046s] omicron-common zpool_name::test::test_parse_internal_zpool_name
42472024-04-30T20:33:50.093Z PASS [ 0.057s] omicron-common zpool_name::test::test_parse_zpool_name_json
42482024-04-30T20:33:50.093Z PASS [ 0.036s] omicron-common zpool_name::test::test_zpool_name_regex
42492024-04-30T20:33:50.317Z PASS [ 0.491s] omicron-dev::test_omicron_dev test_cert_create
42502024-04-30T20:33:57.013Z PASS [ 6.951s] omicron-dev::test_omicron_dev test_db_killed
42512024-04-30T20:33:57.438Z PASS [ 0.110s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
42522024-04-30T20:33:57.438Z PASS [ 0.095s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
42532024-04-30T20:33:57.472Z PASS [ 0.098s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
42542024-04-30T20:33:57.472Z PASS [ 0.097s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
42552024-04-30T20:34:00.707Z PASS [ 19.241s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
42562024-04-30T20:34:00.792Z PASS [ 0.086s] omicron-gateway management_switch::location_map::tests::test_config_validation
42572024-04-30T20:34:00.839Z PASS [ 18.636s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
42582024-04-30T20:34:00.863Z PASS [ 0.071s] omicron-gateway management_switch::location_map::tests::test_resolve_location
42592024-04-30T20:34:00.994Z PASS [ 17.417s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
42602024-04-30T20:34:01.056Z PASS [ 17.521s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
42612024-04-30T20:34:01.422Z PASS [ 0.354s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
42622024-04-30T20:34:01.428Z PASS [ 0.546s] omicron-gateway::test_all integration_tests::component_list::component_list
42632024-04-30T20:34:01.547Z PASS [ 0.710s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
42642024-04-30T20:34:01.586Z PASS [ 0.596s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
42652024-04-30T20:34:01.687Z PASS [ 0.259s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
42662024-04-30T20:34:01.697Z PASS [ 21.423s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
42672024-04-30T20:34:07.708Z PASS [ 27.014s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
42682024-04-30T20:34:07.806Z PASS [ 17.490s] omicron-dev::test_omicron_dev test_db_run
42692024-04-30T20:34:10.372Z PASS [ 12.777s] omicron-dev::test_omicron_dev test_run_all
42702024-04-30T20:34:18.820Z PASS [ 17.116s] omicron-nexus app::background::common::test::test_saga_request_flow
42712024-04-30T20:34:18.968Z PASS [ 17.295s] omicron-nexus app::background::common::test::test_driver_basic
42722024-04-30T20:34:19.343Z PASS [ 17.784s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
42732024-04-30T20:34:20.449Z PASS [ 18.858s] omicron-nexus app::background::common::test::test_activation_in_progress
42742024-04-30T20:34:20.465Z PASS [ 19.043s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
42752024-04-30T20:34:21.008Z PASS [ 0.544s] omicron-nexus app::external_endpoints::test::test_authority
42762024-04-30T20:34:21.120Z PASS [ 0.110s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
42772024-04-30T20:34:23.281Z PASS [ 15.474s] omicron-nexus app::background::dns_config::test::test_basic
42782024-04-30T20:34:23.302Z PASS [ 0.091s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
42792024-04-30T20:34:23.302Z PASS [ 15.487s] omicron-nexus app::background::dns_propagation::test::test_basic
42802024-04-30T20:34:23.330Z PASS [ 0.051s] omicron-nexus app::external_endpoints::test::test_no_endpoint
42812024-04-30T20:34:23.358Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
42822024-04-30T20:34:24.120Z PASS [ 2.998s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
42832024-04-30T20:34:24.593Z PASS [ 14.629s] omicron-nexus app::background::external_endpoints::test::test_basic
42842024-04-30T20:34:36.110Z PASS [ 17.290s] omicron-nexus app::background::init::test::test_dns_propagation_basic
42852024-04-30T20:34:36.246Z PASS [ 15.791s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
42862024-04-30T20:34:36.387Z PASS [ 17.045s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
42872024-04-30T20:34:46.948Z PASS [ 22.817s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
42882024-04-30T20:34:47.050Z PASS [ 22.448s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
42892024-04-30T20:34:48.350Z PASS [ 25.014s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
42902024-04-30T20:34:48.907Z PASS [ 29.922s] omicron-nexus app::background::inventory_collection::test::test_basic
42912024-04-30T20:34:49.586Z PASS [ 26.225s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
42922024-04-30T20:35:01.322Z PASS [ 22.441s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
42932024-04-30T20:35:01.323Z PASS [ 23.123s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
42942024-04-30T20:35:15.380Z PASS [ 27.021s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
42952024-04-30T20:35:17.727Z PASS [ 28.138s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
42962024-04-30T20:35:17.736Z PASS [ 28.828s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
42972024-04-30T20:35:17.961Z PASS [ 30.906s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
42982024-04-30T20:35:28.247Z PASS [ 29.544s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
42992024-04-30T20:35:28.308Z PASS [ 29.065s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
43002024-04-30T20:35:36.406Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43012024-04-30T20:35:40.995Z PASS [ 25.603s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
43022024-04-30T20:35:42.747Z PASS [ 25.008s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
43032024-04-30T20:35:46.829Z PASS [ 29.080s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
43042024-04-30T20:35:46.971Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43052024-04-30T20:35:48.122Z PASS [ 30.153s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
43062024-04-30T20:35:54.702Z PASS [ 26.387s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
43072024-04-30T20:35:55.709Z PASS [ 27.451s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
43082024-04-30T20:36:07.257Z PASS [ 24.503s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
43092024-04-30T20:36:10.821Z PASS [ 22.689s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
43102024-04-30T20:36:14.083Z PASS [ 27.250s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
43112024-04-30T20:36:16.423Z PASS [ 21.714s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
43122024-04-30T20:36:16.746Z PASS [ 21.034s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
43132024-04-30T20:36:16.796Z PASS [ 0.050s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
43142024-04-30T20:36:27.059Z PASS [ 16.228s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
43152024-04-30T20:36:27.139Z PASS [ 46.129s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
43162024-04-30T20:36:28.966Z PASS [ 21.702s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
43172024-04-30T20:36:36.431Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43182024-04-30T20:36:40.518Z PASS [ 23.711s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
43192024-04-30T20:36:44.667Z PASS [ 15.695s] omicron-nexus app::sagas::test_saga::test_saga_stuck
43202024-04-30T20:36:46.984Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43212024-04-30T20:36:56.500Z PASS [ 29.350s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
43222024-04-30T20:36:57.375Z PASS [ 30.304s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
43232024-04-30T20:36:57.408Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_accept_gz
43242024-04-30T20:36:57.456Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
43252024-04-30T20:36:57.499Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
43262024-04-30T20:36:57.544Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
43272024-04-30T20:36:57.599Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
43282024-04-30T20:36:57.640Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
43292024-04-30T20:36:57.692Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
43302024-04-30T20:36:57.741Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_relative_uri
43312024-04-30T20:36:57.849Z PASS [ 0.101s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43322024-04-30T20:37:00.510Z PASS [ 4.015s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
43332024-04-30T20:37:00.896Z PASS [ 20.368s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43342024-04-30T20:37:01.794Z PASS [ 17.122s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43352024-04-30T20:37:02.924Z PASS [ 1.133s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
43362024-04-30T20:37:04.168Z PASS [ 0.836s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
43372024-04-30T20:37:04.172Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
43382024-04-30T20:37:14.104Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43392024-04-30T20:37:15.923Z PASS [ 15.026s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
43402024-04-30T20:37:16.443Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43412024-04-30T20:37:16.461Z PASS [ 15.945s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
43422024-04-30T20:37:20.180Z PASS [ 16.310s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
43432024-04-30T20:37:33.234Z PASS [ 17.306s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
43442024-04-30T20:37:33.894Z PASS [ 17.423s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
43452024-04-30T20:37:35.217Z PASS [ 78.768s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43462024-04-30T20:37:35.941Z PASS [ 15.759s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
43472024-04-30T20:37:36.444Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43482024-04-30T20:37:47.002Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43492024-04-30T20:37:49.672Z PASS [ 15.771s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
43502024-04-30T20:37:50.457Z PASS [ 17.217s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
43512024-04-30T20:37:50.846Z PASS [ 15.625s] omicron-nexus::test_all integration_tests::basic::test_ping
43522024-04-30T20:37:55.830Z PASS [ 19.878s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
43532024-04-30T20:37:57.223Z PASS [ 59.348s] omicron-nexus populate::test::test_populators
43542024-04-30T20:38:06.686Z PASS [ 16.226s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
43552024-04-30T20:38:06.838Z PASS [ 15.989s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
43562024-04-30T20:38:12.069Z PASS [ 16.232s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
43572024-04-30T20:38:13.066Z PASS [ 15.845s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
43582024-04-30T20:38:14.132Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43592024-04-30T20:38:14.457Z PASS [ 24.781s] omicron-nexus::test_all integration_tests::basic::test_projects_list
43602024-04-30T20:38:18.453Z PASS [ 3.994s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
43612024-04-30T20:38:19.141Z PASS [ 0.692s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
43622024-04-30T20:38:19.240Z PASS [ 0.095s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
43632024-04-30T20:38:20.216Z PASS [ 0.980s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
43642024-04-30T20:38:20.862Z PASS [ 0.237s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
43652024-04-30T20:38:23.063Z PASS [ 15.959s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
43662024-04-30T20:38:23.860Z PASS [ 17.012s] omicron-nexus::test_all integration_tests::certificates::test_crud
43672024-04-30T20:38:27.991Z PASS [ 15.908s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
43682024-04-30T20:38:35.166Z PASS [ 22.091s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
43692024-04-30T20:38:36.260Z PASS [ 15.804s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
43702024-04-30T20:38:36.464Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43712024-04-30T20:38:38.481Z PASS [ 15.820s] omicron-nexus::test_all integration_tests::console_api::test_assets
43722024-04-30T20:38:39.460Z PASS [ 15.597s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
43732024-04-30T20:38:47.024Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43742024-04-30T20:38:47.508Z PASS [ 19.525s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
43752024-04-30T20:38:53.104Z PASS [ 16.835s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
43762024-04-30T20:38:54.719Z PASS [ 16.240s] omicron-nexus::test_all integration_tests::console_api::test_session_me
43772024-04-30T20:38:55.769Z PASS [ 16.306s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
43782024-04-30T20:38:56.630Z PASS [ 21.459s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
43792024-04-30T20:39:07.090Z PASS [ 19.579s] omicron-nexus::test_all integration_tests::console_api::test_sessions
43802024-04-30T20:39:09.189Z PASS [ 16.082s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
43812024-04-30T20:39:12.039Z PASS [ 17.318s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
43822024-04-30T20:39:14.140Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43832024-04-30T20:39:22.636Z PASS [ 26.863s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
43842024-04-30T20:39:25.505Z PASS [ 190.944s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43852024-04-30T20:39:30.133Z PASS [ 33.485s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
43862024-04-30T20:39:30.741Z PASS [ 23.640s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
43872024-04-30T20:39:31.971Z PASS [ 22.772s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
43882024-04-30T20:39:35.579Z PASS [ 23.531s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
43892024-04-30T20:39:36.486Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43902024-04-30T20:39:44.352Z PASS [ 21.704s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
43912024-04-30T20:39:47.039Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43922024-04-30T20:39:53.453Z PASS [ 21.478s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
43932024-04-30T20:39:56.216Z PASS [ 31.121s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
43942024-04-30T20:39:58.318Z PASS [ 22.725s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
43952024-04-30T20:40:00.618Z PASS [ 16.261s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
43962024-04-30T20:40:02.833Z PASS [ 32.698s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
43972024-04-30T20:40:09.377Z PASS [ 38.375s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
43982024-04-30T20:40:10.122Z PASS [ 16.661s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
43992024-04-30T20:40:15.310Z PASS [ 16.995s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
44002024-04-30T20:40:17.828Z PASS [ 21.602s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
44012024-04-30T20:40:24.805Z PASS [ 24.178s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
44022024-04-30T20:40:30.057Z PASS [ 20.926s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
44032024-04-30T20:40:34.416Z PASS [ 24.292s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
44042024-04-30T20:40:35.812Z PASS [ 32.967s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
44052024-04-30T20:40:36.505Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44062024-04-30T20:40:38.473Z PASS [ 23.144s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
44072024-04-30T20:40:42.228Z PASS [ 24.390s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
44082024-04-30T20:40:47.056Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44092024-04-30T20:40:48.943Z PASS [ 24.135s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
44102024-04-30T20:40:52.531Z PASS [ 22.064s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
44112024-04-30T20:40:56.001Z PASS [ 21.576s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
44122024-04-30T20:40:58.138Z PASS [ 22.322s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
44132024-04-30T20:40:58.183Z PASS [ 19.716s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
44142024-04-30T20:41:01.524Z PASS [ 19.296s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
44152024-04-30T20:41:12.274Z PASS [ 23.324s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
44162024-04-30T20:41:13.939Z PASS [ 21.791s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
44172024-04-30T20:41:23.766Z PASS [ 26.002s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
44182024-04-30T20:41:28.318Z PASS [ 30.164s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
44192024-04-30T20:41:29.785Z PASS [ 17.503s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
44202024-04-30T20:41:37.256Z PASS [ 37.836s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
44212024-04-30T20:41:37.260Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44222024-04-30T20:41:37.261Z PASS [ 35.647s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
44232024-04-30T20:41:39.581Z PASS [ 25.634s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
44242024-04-30T20:41:41.054Z PASS [ 19.037s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
44252024-04-30T20:41:46.458Z PASS [ 16.669s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
44262024-04-30T20:41:47.076Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44272024-04-30T20:41:53.793Z PASS [ 17.757s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
44282024-04-30T20:41:53.828Z PASS [ 25.511s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
44292024-04-30T20:41:54.197Z PASS [ 0.402s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
44302024-04-30T20:41:54.328Z PASS [ 0.491s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
44312024-04-30T20:41:54.642Z PASS [ 17.450s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
44322024-04-30T20:41:54.643Z PASS [ 0.441s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
44332024-04-30T20:41:54.746Z PASS [ 0.421s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
44342024-04-30T20:41:57.684Z PASS [ 18.112s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
44352024-04-30T20:41:58.626Z PASS [ 17.569s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
44362024-04-30T20:42:03.316Z PASS [ 16.848s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
44372024-04-30T20:42:16.392Z PASS [ 21.745s] omicron-nexus::test_all integration_tests::images::test_image_create
44382024-04-30T20:42:17.322Z PASS [ 22.668s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
44392024-04-30T20:42:19.664Z PASS [ 24.913s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
44402024-04-30T20:42:19.841Z PASS [ 22.147s] omicron-nexus::test_all integration_tests::images::test_image_promotion
44412024-04-30T20:42:19.961Z PASS [ 21.329s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
44422024-04-30T20:42:23.369Z PASS [ 20.052s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
44432024-04-30T20:42:27.487Z PASS [ 7.525s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
44442024-04-30T20:42:27.738Z PASS [ 7.896s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
44452024-04-30T20:42:27.890Z PASS [ 8.217s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
44462024-04-30T20:42:32.355Z PASS [ 8.985s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
44472024-04-30T20:42:36.083Z PASS [ 18.751s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
44482024-04-30T20:42:36.563Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44492024-04-30T20:42:36.950Z PASS [ 20.549s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
44502024-04-30T20:42:46.009Z PASS [ 489.475s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44512024-04-30T20:42:47.100Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44522024-04-30T20:42:51.227Z PASS [ 23.731s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
44532024-04-30T20:42:53.134Z PASS [ 16.177s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
44542024-04-30T20:42:53.210Z PASS [ 25.315s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
44552024-04-30T20:42:56.368Z PASS [ 489.273s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44562024-04-30T20:43:02.234Z PASS [ 16.221s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
44572024-04-30T20:43:03.368Z PASS [ 27.282s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
44582024-04-30T20:43:03.573Z PASS [ 35.825s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
44592024-04-30T20:43:06.365Z PASS [ 33.999s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
44602024-04-30T20:43:09.368Z PASS [ 16.235s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
44612024-04-30T20:43:20.751Z PASS [ 17.375s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
44622024-04-30T20:43:24.100Z PASS [ 32.862s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
44632024-04-30T20:43:25.180Z PASS [ 31.966s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
44642024-04-30T20:43:25.600Z PASS [ 23.360s] omicron-nexus::test_all integration_tests::instances::test_instance_access
44652024-04-30T20:43:30.487Z PASS [ 26.905s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
44662024-04-30T20:43:41.215Z PASS [ 30.061s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
44672024-04-30T20:43:41.687Z PASS [ 32.311s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
44682024-04-30T20:43:50.576Z PASS [ 29.820s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
44692024-04-30T20:43:51.733Z PASS [ 27.623s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
44702024-04-30T20:43:51.825Z PASS [ 55.446s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
44712024-04-30T20:43:55.504Z PASS [ 30.314s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
44722024-04-30T20:43:56.831Z PASS [ 31.221s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
44732024-04-30T20:43:58.775Z PASS [ 22.322s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
44742024-04-30T20:44:02.041Z PASS [ 20.343s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
44752024-04-30T20:44:13.012Z PASS [ 42.511s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
44762024-04-30T20:44:19.863Z PASS [ 29.278s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
44772024-04-30T20:44:19.976Z PASS [ 28.134s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
44782024-04-30T20:44:21.516Z PASS [ 26.006s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
44792024-04-30T20:44:23.679Z PASS [ 26.835s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
44802024-04-30T20:44:23.816Z PASS [ 32.056s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
44812024-04-30T20:44:29.399Z PASS [ 27.355s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
44822024-04-30T20:44:34.865Z PASS [ 36.090s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
44832024-04-30T20:44:37.699Z PASS [ 17.831s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
44842024-04-30T20:44:39.471Z PASS [ 17.949s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
44852024-04-30T20:44:42.722Z PASS [ 29.299s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
44862024-04-30T20:44:57.384Z PASS [ 21.565s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
44872024-04-30T20:44:57.421Z PASS [ 16.381s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
44882024-04-30T20:44:57.421Z PASS [ 26.356s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
44892024-04-30T20:44:57.421Z PASS [ 22.836s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
44902024-04-30T20:44:57.894Z PASS [ 15.571s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
44912024-04-30T20:44:59.813Z PASS [ 22.111s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
44922024-04-30T20:45:02.551Z PASS [ 16.758s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
44932024-04-30T20:45:02.737Z PASS [ 17.345s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
44942024-04-30T20:45:02.859Z PASS [ 16.337s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
44952024-04-30T20:45:03.212Z PASS [ 16.858s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
44962024-04-30T20:45:03.795Z PASS [ 24.316s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
44972024-04-30T20:45:04.010Z PASS [ 29.133s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
44982024-04-30T20:45:17.306Z PASS [ 19.405s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
44992024-04-30T20:45:17.434Z PASS [ 17.613s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
45002024-04-30T20:45:19.632Z PASS [ 16.907s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
45012024-04-30T20:45:19.644Z PASS [ 16.445s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
45022024-04-30T20:45:19.653Z PASS [ 16.791s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
45032024-04-30T20:45:19.992Z PASS [ 17.439s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
45042024-04-30T20:45:20.455Z PASS [ 16.655s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
45052024-04-30T20:45:20.628Z PASS [ 16.617s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
45062024-04-30T20:45:35.544Z PASS [ 18.104s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
45072024-04-30T20:45:36.472Z PASS [ 19.163s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
45082024-04-30T20:45:36.613Z PASS [ 16.960s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
45092024-04-30T20:45:37.707Z PASS [ 17.075s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
45102024-04-30T20:45:37.782Z PASS [ 17.322s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
45112024-04-30T20:45:38.357Z PASS [ 18.721s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
45122024-04-30T20:45:43.447Z PASS [ 23.782s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
45132024-04-30T20:45:55.736Z PASS [ 20.183s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
45142024-04-30T20:46:00.695Z PASS [ 22.977s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
45152024-04-30T20:46:00.835Z PASS [ 23.046s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
45162024-04-30T20:46:01.357Z PASS [ 22.993s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
45172024-04-30T20:46:05.595Z PASS [ 29.109s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
45182024-04-30T20:46:10.181Z PASS [ 50.173s] omicron-nexus::test_all integration_tests::metrics::test_metrics
45192024-04-30T20:46:18.748Z PASS [ 42.117s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
45202024-04-30T20:46:23.385Z PASS [ 22.280s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
45212024-04-30T20:46:24.989Z PASS [ 41.527s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
45222024-04-30T20:46:34.696Z PASS [ 29.095s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
45232024-04-30T20:46:34.710Z PASS [ 33.344s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
45242024-04-30T20:46:35.430Z PASS [ 39.684s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45252024-04-30T20:46:39.239Z PASS [ 29.047s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
45262024-04-30T20:46:39.398Z PASS [ 20.647s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
45272024-04-30T20:46:41.071Z PASS [ 40.220s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
45282024-04-30T20:46:54.141Z PASS [ 18.701s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
45292024-04-30T20:46:54.868Z PASS [ 20.149s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
45302024-04-30T20:46:58.877Z PASS [ 17.804s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
45312024-04-30T20:47:00.211Z PASS [ 20.811s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
45322024-04-30T20:47:00.880Z PASS [ 21.635s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
45332024-04-30T20:47:02.797Z PASS [ 39.799s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
45342024-04-30T20:47:07.581Z PASS [ 42.581s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
45352024-04-30T20:47:16.323Z PASS [ 21.770s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
45362024-04-30T20:47:17.707Z PASS [ 18.824s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
45372024-04-30T20:47:18.121Z PASS [ 15.293s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
45382024-04-30T20:47:18.298Z PASS [ 18.079s] omicron-nexus::test_all integration_tests::projects::test_projects
45392024-04-30T20:47:20.280Z PASS [ 25.406s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
45402024-04-30T20:47:21.428Z PASS [ 46.715s] omicron-nexus::test_all integration_tests::password_login::test_local_users
45412024-04-30T20:47:21.963Z PASS [ 14.379s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
45422024-04-30T20:47:33.097Z PASS [ 17.175s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
45432024-04-30T20:47:34.025Z PASS [ 15.933s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
45442024-04-30T20:47:34.170Z PASS [ 16.457s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
45452024-04-30T20:47:34.481Z PASS [ 0.309s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
45462024-04-30T20:47:35.226Z PASS [ 16.925s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
45472024-04-30T20:47:36.176Z PASS [ 15.890s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
45482024-04-30T20:47:36.305Z PASS [ 14.875s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
45492024-04-30T20:47:36.398Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
45502024-04-30T20:47:36.462Z PASS [ 0.063s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
45512024-04-30T20:47:36.503Z PASS [ 3.411s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
45522024-04-30T20:47:36.532Z PASS [ 0.071s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
45532024-04-30T20:47:36.585Z PASS [ 0.075s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
45542024-04-30T20:47:36.622Z PASS [ 0.087s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
45552024-04-30T20:47:37.188Z PASS [ 15.225s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
45562024-04-30T20:47:37.406Z PASS [ 3.374s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
45572024-04-30T20:47:37.826Z PASS [ 3.345s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
45582024-04-30T20:47:38.530Z PASS [ 3.301s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
45592024-04-30T20:47:40.770Z PASS [ 39.866s] omicron-nexus::test_all integration_tests::quotas::test_quotas
45602024-04-30T20:47:40.848Z PASS [ 0.091s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
45612024-04-30T20:47:54.004Z PASS [ 17.412s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
45622024-04-30T20:47:54.110Z PASS [ 17.482s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
45632024-04-30T20:47:54.214Z PASS [ 0.088s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
45642024-04-30T20:47:54.285Z PASS [ 0.081s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
45652024-04-30T20:47:54.442Z PASS [ 16.591s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
45662024-04-30T20:47:54.465Z PASS [ 17.270s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
45672024-04-30T20:47:54.874Z PASS [ 17.436s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
45682024-04-30T20:47:55.768Z PASS [ 19.182s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
45692024-04-30T20:47:55.772Z PASS [ 16.859s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
45702024-04-30T20:47:56.529Z PASS [ 15.683s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
45712024-04-30T20:48:07.292Z PASS [ 13.012s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
45722024-04-30T20:48:07.328Z PASS [ 12.913s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
45732024-04-30T20:48:07.384Z PASS [ 12.917s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
45742024-04-30T20:48:07.478Z PASS [ 13.484s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
45752024-04-30T20:48:07.551Z PASS [ 12.710s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
45762024-04-30T20:48:15.115Z PASS [ 7.818s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
45772024-04-30T20:48:15.413Z PASS [ 7.858s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
45782024-04-30T20:48:22.853Z PASS [ 7.737s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
45792024-04-30T20:48:23.203Z PASS [ 7.788s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
45802024-04-30T20:48:30.699Z PASS [ 7.833s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
45812024-04-30T20:48:31.068Z PASS [ 7.857s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
45822024-04-30T20:48:35.934Z PASS [ 4.449s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
45832024-04-30T20:49:00.400Z PASS [ 24.865s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
45842024-04-30T20:49:04.248Z PASS [ 33.549s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
45852024-04-30T20:49:18.587Z PASS [ 18.195s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
45862024-04-30T20:49:23.862Z PASS [ 19.593s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
45872024-04-30T20:49:36.127Z PASS [ 12.266s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
45882024-04-30T20:49:36.240Z PASS [ 12.387s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
45892024-04-30T20:49:36.570Z PASS [ 12.708s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
45902024-04-30T20:49:37.011Z PASS [ 13.149s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
45912024-04-30T20:49:44.752Z PASS [ 26.133s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
45922024-04-30T20:49:49.863Z PASS [ 13.729s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
45932024-04-30T20:49:50.097Z PASS [ 13.850s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
45942024-04-30T20:49:50.390Z PASS [ 13.815s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
45952024-04-30T20:49:50.669Z PASS [ 13.646s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
45962024-04-30T20:50:01.450Z PASS [ 16.696s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
45972024-04-30T20:50:01.694Z PASS [ 16.945s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
45982024-04-30T20:50:01.749Z PASS [ 16.991s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
45992024-04-30T20:50:02.776Z PASS [ 18.041s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
46002024-04-30T20:50:06.334Z PASS [ 16.469s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
46012024-04-30T20:50:06.983Z PASS [ 16.299s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
46022024-04-30T20:50:07.030Z PASS [ 16.933s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
46032024-04-30T20:50:11.963Z PASS [ 21.573s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
46042024-04-30T20:50:18.416Z PASS [ 16.713s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
46052024-04-30T20:50:18.857Z PASS [ 16.938s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
46062024-04-30T20:50:19.390Z PASS [ 16.601s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
46072024-04-30T20:50:20.311Z PASS [ 18.829s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
46082024-04-30T20:50:22.972Z PASS [ 15.995s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
46092024-04-30T20:50:23.867Z PASS [ 16.650s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
46102024-04-30T20:50:25.272Z PASS [ 18.220s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
46112024-04-30T20:50:34.154Z PASS [ 22.185s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
46122024-04-30T20:50:35.481Z PASS [ 16.093s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
46132024-04-30T20:50:36.115Z PASS [ 17.703s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
46142024-04-30T20:50:39.245Z PASS [ 20.544s] omicron-nexus::test_all integration_tests::silos::test_silos
46152024-04-30T20:50:39.876Z PASS [ 16.901s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
46162024-04-30T20:50:42.729Z PASS [ 17.467s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
46172024-04-30T20:50:42.817Z PASS [ 22.527s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
46182024-04-30T20:50:44.835Z PASS [ 21.843s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
46192024-04-30T20:50:52.043Z PASS [ 15.917s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
46202024-04-30T20:50:57.033Z PASS [ 17.775s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
46212024-04-30T20:50:58.245Z PASS [ 18.361s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
46222024-04-30T20:51:00.450Z PASS [ 17.717s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
46232024-04-30T20:51:01.458Z PASS [ 27.294s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
46242024-04-30T20:51:02.663Z PASS [ 4.421s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
46252024-04-30T20:51:02.871Z PASS [ 1.406s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
46262024-04-30T20:51:03.094Z PASS [ 27.604s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
46272024-04-30T20:51:04.993Z PASS [ 4.535s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
46282024-04-30T20:51:07.078Z PASS [ 4.412s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
46292024-04-30T20:51:07.291Z PASS [ 4.414s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
46302024-04-30T20:51:08.944Z PASS [ 1.663s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
46312024-04-30T20:51:09.172Z PASS [ 24.326s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
46322024-04-30T20:51:09.809Z PASS [ 26.979s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
46332024-04-30T20:51:14.543Z PASS [ 22.492s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
46342024-04-30T20:51:17.526Z PASS [ 20.477s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
46352024-04-30T20:51:18.428Z PASS [ 15.331s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
46362024-04-30T20:51:24.459Z PASS [ 15.513s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
46372024-04-30T20:51:24.893Z PASS [ 15.082s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
46382024-04-30T20:51:28.975Z PASS [ 19.797s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
46392024-04-30T20:51:29.904Z PASS [ 15.363s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
46402024-04-30T20:51:33.835Z PASS [ 28.840s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46412024-04-30T20:51:43.377Z PASS [ 24.939s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46422024-04-30T20:51:46.085Z PASS [ 28.570s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46432024-04-30T20:51:51.461Z PASS [ 26.566s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46442024-04-30T20:51:52.354Z PASS [ 27.885s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46452024-04-30T20:51:55.896Z PASS [ 25.986s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46462024-04-30T20:51:56.636Z PASS [ 27.653s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46472024-04-30T20:51:59.795Z PASS [ 25.951s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46482024-04-30T20:52:07.106Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46492024-04-30T20:52:10.225Z PASS [ 26.833s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46502024-04-30T20:52:13.270Z PASS [ 27.178s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46512024-04-30T20:52:15.173Z PASS [ 22.797s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46522024-04-30T20:52:16.801Z PASS [ 20.897s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46532024-04-30T20:52:18.407Z PASS [ 26.936s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46542024-04-30T20:52:21.324Z PASS [ 74.226s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46552024-04-30T20:52:28.510Z PASS [ 31.865s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46562024-04-30T20:52:31.773Z PASS [ 31.968s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46572024-04-30T20:52:42.909Z PASS [ 24.495s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46582024-04-30T20:52:46.565Z PASS [ 14.784s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46592024-04-30T20:52:47.571Z PASS [ 37.331s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46602024-04-30T20:52:48.892Z PASS [ 27.556s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46612024-04-30T20:52:49.765Z PASS [ 34.595s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46622024-04-30T20:52:49.932Z PASS [ 36.649s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46632024-04-30T20:52:53.287Z PASS [ 24.356s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46642024-04-30T20:52:53.399Z PASS [ 36.588s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46652024-04-30T20:52:58.027Z PASS [ 15.113s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46662024-04-30T20:53:02.876Z PASS [ 16.313s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46672024-04-30T20:53:03.288Z PASS [ 15.722s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46682024-04-30T20:53:05.257Z PASS [ 16.365s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46692024-04-30T20:53:05.771Z PASS [ 15.838s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46702024-04-30T20:53:05.953Z PASS [ 16.184s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46712024-04-30T20:53:07.881Z PASS [ 14.996s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46722024-04-30T20:53:08.478Z PASS [ 15.064s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46732024-04-30T20:53:15.926Z PASS [ 17.894s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
46742024-04-30T20:53:18.439Z PASS [ 15.149s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46752024-04-30T20:53:18.603Z PASS [ 15.717s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46762024-04-30T20:53:20.893Z PASS [ 15.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
46772024-04-30T20:53:20.916Z PASS [ 15.139s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
46782024-04-30T20:53:21.838Z PASS [ 15.881s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
46792024-04-30T20:53:22.938Z PASS [ 15.060s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
46802024-04-30T20:53:22.967Z PASS [ 14.492s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
46812024-04-30T20:53:30.956Z PASS [ 15.017s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
46822024-04-30T20:53:33.945Z PASS [ 15.501s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
46832024-04-30T20:53:34.208Z PASS [ 15.603s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
46842024-04-30T20:53:36.901Z PASS [ 16.002s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
46852024-04-30T20:53:37.133Z PASS [ 16.210s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
46862024-04-30T20:53:37.235Z PASS [ 15.391s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
46872024-04-30T20:53:38.691Z PASS [ 15.747s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
46882024-04-30T20:53:38.999Z PASS [ 16.007s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
46892024-04-30T20:53:47.080Z PASS [ 16.127s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
46902024-04-30T20:53:50.013Z PASS [ 16.062s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
46912024-04-30T20:53:52.909Z PASS [ 18.693s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
46922024-04-30T20:53:52.998Z PASS [ 0.086s] omicron-package dot::test::test_bad_dependency
46932024-04-30T20:53:53.029Z PASS [ 0.037s] omicron-package dot::test::test_dot_output
46942024-04-30T20:53:54.081Z PASS [ 4.067s] omicron-omdb::test_all_output test_omdb_usage_errors
46952024-04-30T20:53:54.104Z PASS [ 0.024s] omicron-passwords test::test_password_constraints
46962024-04-30T20:53:56.197Z PASS [ 2.092s] omicron-passwords test::test_reproducible
46972024-04-30T20:53:57.116Z PASS [ 20.210s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
46982024-04-30T20:53:57.157Z PASS [ 0.040s] omicron-passwords test::test_stable
46992024-04-30T20:53:57.175Z PASS [ 19.937s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47002024-04-30T20:53:57.184Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
47012024-04-30T20:53:57.198Z PASS [ 0.021s] omicron-rpaths internal::tests::test_configure_from_path
47022024-04-30T20:53:57.218Z PASS [ 0.020s] omicron-rpaths internal::tests::test_emit_rpath
47032024-04-30T20:53:57.229Z PASS [ 0.044s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47042024-04-30T20:53:57.473Z PASS [ 0.255s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47052024-04-30T20:53:57.569Z PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47062024-04-30T20:53:57.727Z PASS [ 0.159s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47072024-04-30T20:53:57.825Z PASS [ 0.095s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47082024-04-30T20:53:57.935Z PASS [ 0.704s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47092024-04-30T20:53:58.030Z PASS [ 0.099s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47102024-04-30T20:53:58.064Z PASS [ 0.032s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47112024-04-30T20:53:58.103Z PASS [ 5.060s] omicron-passwords test::test_compatible
47122024-04-30T20:53:58.149Z PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47132024-04-30T20:53:58.149Z PASS [ 0.077s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47142024-04-30T20:53:58.182Z PASS [ 0.039s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47152024-04-30T20:53:58.220Z PASS [ 0.068s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47162024-04-30T20:53:58.232Z PASS [ 0.052s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47172024-04-30T20:53:58.260Z PASS [ 0.029s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47182024-04-30T20:53:58.266Z PASS [ 0.052s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47192024-04-30T20:53:58.284Z PASS [ 0.023s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47202024-04-30T20:53:58.290Z PASS [ 0.024s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47212024-04-30T20:53:58.297Z PASS [ 19.317s] omicron-omdb::test_all_output test_omdb_env_settings
47222024-04-30T20:53:58.311Z PASS [ 0.027s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47232024-04-30T20:53:58.318Z PASS [ 0.027s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47242024-04-30T20:53:58.336Z PASS [ 0.036s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47252024-04-30T20:53:58.350Z PASS [ 0.039s] omicron-sled-agent config::test::test_smf_configs
47262024-04-30T20:53:58.365Z PASS [ 0.031s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47272024-04-30T20:53:58.371Z PASS [ 0.551s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47282024-04-30T20:53:58.381Z PASS [ 0.060s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47292024-04-30T20:53:58.390Z PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47302024-04-30T20:53:58.396Z PASS [ 0.031s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47312024-04-30T20:53:58.404Z PASS [ 0.031s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47322024-04-30T20:53:58.410Z PASS [ 0.032s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47332024-04-30T20:53:58.503Z PASS [ 19.798s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47342024-04-30T20:54:00.820Z PASS [ 23.682s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47352024-04-30T20:54:00.847Z PASS [ 0.029s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47362024-04-30T20:54:00.875Z PASS [ 0.028s] omicron-sled-agent profile::tests::empty_profile
47372024-04-30T20:54:00.910Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
47382024-04-30T20:54:00.944Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_instance
47392024-04-30T20:54:00.972Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple
47402024-04-30T20:54:01.004Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property
47412024-04-30T20:54:01.039Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_property_group
47422024-04-30T20:54:01.062Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_service
47432024-04-30T20:54:01.067Z PASS [ 2.680s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47442024-04-30T20:54:01.087Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_service_property_group
47452024-04-30T20:54:01.119Z PASS [ 0.042s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47462024-04-30T20:54:01.154Z PASS [ 0.030s] omicron-sled-agent rack_setup::config::test::test_subnets
47472024-04-30T20:54:01.159Z PASS [ 0.025s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47482024-04-30T20:54:01.159Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47492024-04-30T20:54:01.181Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47502024-04-30T20:54:01.190Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47512024-04-30T20:54:01.221Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47522024-04-30T20:54:01.232Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47532024-04-30T20:54:01.250Z PASS [ 2.837s] omicron-sled-agent instance::tests::test_instance_manager_creation
47542024-04-30T20:54:01.270Z PASS [ 0.038s] omicron-sled-agent services::test::test_all_zones_requests_schema
47552024-04-30T20:54:01.276Z PASS [ 0.059s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47562024-04-30T20:54:01.299Z PASS [ 0.030s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47572024-04-30T20:54:01.934Z PASS [ 3.528s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47582024-04-30T20:54:01.934Z PASS [ 3.520s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47592024-04-30T20:54:03.480Z PASS [ 2.200s] omicron-sled-agent services::test::test_ensure_service
47602024-04-30T20:54:03.593Z PASS [ 2.289s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47612024-04-30T20:54:03.876Z PASS [ 2.622s] omicron-sled-agent services::test::test_bad_generations
47622024-04-30T20:54:04.342Z PASS [ 2.406s] omicron-sled-agent services::test::test_old_ledger_migration
47632024-04-30T20:54:04.366Z PASS [ 0.028s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47642024-04-30T20:54:04.410Z PASS [ 0.028s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47652024-04-30T20:54:04.541Z PASS [ 0.143s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47662024-04-30T20:54:04.575Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47672024-04-30T20:54:04.607Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47682024-04-30T20:54:04.638Z PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47692024-04-30T20:54:04.674Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47702024-04-30T20:54:04.707Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47712024-04-30T20:54:04.715Z PASS [ 2.787s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47722024-04-30T20:54:04.750Z PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47732024-04-30T20:54:04.772Z PASS [ 0.037s] omicron-sled-agent updates::test::test_query_no_components
47742024-04-30T20:54:04.804Z PASS [ 0.032s] omicron-sled-agent updates::test::test_query_sled_agent_version
47752024-04-30T20:54:04.841Z PASS [ 0.037s] omicron-sled-agent updates::test::test_query_zone_version
47762024-04-30T20:54:04.988Z PASS [ 0.147s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
47772024-04-30T20:54:05.016Z PASS [ 0.027s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
47782024-04-30T20:54:06.033Z PASS [ 2.139s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47792024-04-30T20:54:06.264Z PASS [ 2.665s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
47802024-04-30T20:54:06.301Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
47812024-04-30T20:54:06.463Z PASS [ 2.584s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
47822024-04-30T20:54:06.877Z PASS [ 10.671s] omicron-passwords test::test_smoke
47832024-04-30T20:54:07.262Z PASS [ 2.550s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
47842024-04-30T20:54:07.268Z PASS [ 20.185s] omicron-omdb::test_all_output test_omdb_success_cases
47852024-04-30T20:54:07.297Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
47862024-04-30T20:54:07.309Z PASS [ 0.046s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
47872024-04-30T20:54:07.338Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
47882024-04-30T20:54:07.345Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_disk_usage
47892024-04-30T20:54:07.366Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
47902024-04-30T20:54:07.383Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
47912024-04-30T20:54:07.557Z PASS [ 2.538s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
47922024-04-30T20:54:07.745Z PASS [ 2.127s] omicron-sled-agent zone_bundle::illumos_tests::test_context
47932024-04-30T20:54:07.916Z PASS [ 0.537s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
47942024-04-30T20:54:08.101Z PASS [ 0.191s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
47952024-04-30T20:54:08.151Z PASS [ 0.049s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
47962024-04-30T20:54:08.157Z PASS [ 0.792s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
47972024-04-30T20:54:08.167Z PASS [ 0.611s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
47982024-04-30T20:54:08.197Z PASS [ 0.034s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
47992024-04-30T20:54:08.203Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48002024-04-30T20:54:08.219Z PASS [ 0.470s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48012024-04-30T20:54:08.238Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48022024-04-30T20:54:08.283Z PASS [ 0.092s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48032024-04-30T20:54:08.371Z PASS [ 1.914s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48042024-04-30T20:54:08.452Z PASS [ 0.233s] omicron-test-utils dev::db::test::test_bad_cmd
48052024-04-30T20:54:08.505Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48062024-04-30T20:54:08.536Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48072024-04-30T20:54:08.557Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48082024-04-30T20:54:08.592Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
48092024-04-30T20:54:08.633Z PASS [ 0.262s] omicron-test-utils dev::db::test::test_database_start_hang
48102024-04-30T20:54:08.638Z PASS [ 0.402s] omicron-test-utils dev::db::test::test_cmd_fails
48112024-04-30T20:54:08.828Z PASS [ 2.529s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48122024-04-30T20:54:08.851Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_starter_tmpdir
48132024-04-30T20:54:08.900Z PASS [ 0.048s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48142024-04-30T20:54:08.935Z PASS [ 0.030s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48152024-04-30T20:54:09.004Z PASS [ 0.059s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
48162024-04-30T20:54:09.026Z PASS [ 0.037s] oximeter histogram::tests::test_bin_range
48172024-04-30T20:54:09.054Z PASS [ 0.022s] oximeter histogram::tests::test_bin_range_from
48182024-04-30T20:54:09.078Z PASS [ 0.029s] oximeter histogram::tests::test_bin_range_to
48192024-04-30T20:54:09.085Z PASS [ 2.215s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48202024-04-30T20:54:09.106Z PASS [ 0.030s] oximeter histogram::tests::test_empty_bins_not_supported
48212024-04-30T20:54:09.112Z PASS [ 0.028s] oximeter histogram::tests::test_ensure_finite
48222024-04-30T20:54:09.133Z PASS [ 0.026s] oximeter histogram::tests::test_histogram
48232024-04-30T20:54:09.138Z PASS [ 0.026s] oximeter histogram::tests::test_histogram_extreme_bins
48242024-04-30T20:54:09.156Z PASS [ 0.021s] oximeter histogram::tests::test_histogram_extreme_samples
48252024-04-30T20:54:09.163Z PASS [ 0.022s] oximeter histogram::tests::test_histogram_float_bins
48262024-04-30T20:54:09.175Z PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48272024-04-30T20:54:09.190Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_to_arrays
48282024-04-30T20:54:09.197Z PASS [ 0.021s] oximeter histogram::tests::test_histogram_unbounded_samples
48292024-04-30T20:54:09.200Z PASS [ 0.022s] oximeter histogram::tests::test_histogram_unsorted_bins
48302024-04-30T20:54:09.210Z PASS [ 0.024s] oximeter histogram::tests::test_histogram_with_bins
48312024-04-30T20:54:09.628Z PASS [ 0.026s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48322024-04-30T20:54:09.635Z PASS [ 0.032s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48332024-04-30T20:54:09.635Z PASS [ 0.053s] oximeter histogram::tests::test_log_linear_bins_all_representable
48342024-04-30T20:54:09.635Z PASS [ 0.043s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48352024-04-30T20:54:09.635Z PASS [ 0.061s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48362024-04-30T20:54:09.636Z PASS [ 0.058s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48372024-04-30T20:54:09.636Z PASS [ 0.042s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48382024-04-30T20:54:09.636Z PASS [ 0.053s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48392024-04-30T20:54:09.636Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48402024-04-30T20:54:09.636Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades
48412024-04-30T20:54:09.636Z PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_f64
48422024-04-30T20:54:09.637Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48432024-04-30T20:54:09.637Z PASS [ 0.031s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48442024-04-30T20:54:09.637Z PASS [ 0.029s] oximeter schema::tests::test_field_schema_ordering
48452024-04-30T20:54:09.637Z PASS [ 0.052s] oximeter schema::tests::test_timeseries_name
48462024-04-30T20:54:09.637Z PASS [ 0.073s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48472024-04-30T20:54:09.637Z PASS [ 0.053s] oximeter schema::tests::test_timeseries_name_from_str
48482024-04-30T20:54:09.637Z PASS [ 0.029s] oximeter schema::tests::test_timeseries_schema_from_parts
48492024-04-30T20:54:09.638Z PASS [ 0.027s] oximeter schema::tests::test_timeseries_schema_from_sample
48502024-04-30T20:54:09.638Z PASS [ 0.026s] oximeter test_util::tests::test_gen_test_samples
48512024-04-30T20:54:09.638Z PASS [ 0.023s] oximeter traits::tests::test_metric_trait
48522024-04-30T20:54:09.638Z PASS [ 0.022s] oximeter traits::tests::test_producer_trait
48532024-04-30T20:54:09.638Z PASS [ 0.026s] oximeter traits::tests::test_target_trait
48542024-04-30T20:54:09.638Z PASS [ 0.025s] oximeter types::tests::test_cumulative_f64
48552024-04-30T20:54:09.638Z PASS [ 0.026s] oximeter types::tests::test_cumulative_i64
48562024-04-30T20:54:09.638Z PASS [ 0.026s] oximeter types::tests::test_datum
48572024-04-30T20:54:09.638Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48582024-04-30T20:54:09.638Z PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48592024-04-30T20:54:09.639Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48602024-04-30T20:54:09.639Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48612024-04-30T20:54:09.639Z PASS [ 0.028s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48622024-04-30T20:54:09.639Z LEAK [ 1.006s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
48632024-04-30T20:54:09.639Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48642024-04-30T20:54:09.649Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48652024-04-30T20:54:09.649Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48662024-04-30T20:54:09.762Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48672024-04-30T20:54:09.762Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48682024-04-30T20:54:09.763Z PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48692024-04-30T20:54:09.766Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48702024-04-30T20:54:09.766Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48712024-04-30T20:54:09.766Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48722024-04-30T20:54:09.766Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48732024-04-30T20:54:09.766Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48742024-04-30T20:54:09.766Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48752024-04-30T20:54:09.766Z PASS [ 0.031s] oximeter types::tests::test_measurement
48762024-04-30T20:54:09.766Z PASS [ 0.024s] oximeter types::tests::test_sample_struct
48772024-04-30T20:54:09.766Z PASS [ 0.047s] oximeter types::tests::test_verify_field_names
48782024-04-30T20:54:09.867Z PASS [ 0.137s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
48792024-04-30T20:54:09.888Z PASS [ 0.025s] oximeter-collector self_stats::tests::test_failure_reason_serialization
48802024-04-30T20:54:10.006Z PASS [ 0.114s] oximeter-collector self_stats::tests::test_no_schema_changes
48812024-04-30T20:54:10.058Z PASS [ 0.301s] oximeter-collector agent::tests::test_self_stat_error_counter
48822024-04-30T20:54:10.058Z PASS [ 0.308s] oximeter-collector agent::tests::test_self_stat_collection_count
48832024-04-30T20:54:10.061Z PASS [ 0.289s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
48842024-04-30T20:54:10.109Z PASS [ 0.057s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
48852024-04-30T20:54:10.115Z PASS [ 0.059s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
48862024-04-30T20:54:10.145Z PASS [ 0.022s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
48872024-04-30T20:54:10.397Z PASS [ 0.392s] oximeter-collector::test_commands test_oximeter_no_args
48882024-04-30T20:54:10.573Z PASS [ 0.528s] oximeter-collector::test_commands test_oximeter_openapi
48892024-04-30T20:54:11.354Z PASS [ 1.236s] oximeter-db client::oxql::tests::test_get_entire_table
48902024-04-30T20:54:11.411Z PASS [ 1.279s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
48912024-04-30T20:54:11.466Z PASS [ 1.062s] oximeter-db client::oxql::tests::test_get_one_timeseries
48922024-04-30T20:54:11.696Z PASS [ 1.123s] oximeter-db client::oxql::tests::test_limit_operations
48932024-04-30T20:54:12.099Z PASS [ 0.679s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
48942024-04-30T20:54:12.392Z PASS [ 0.930s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
48952024-04-30T20:54:12.428Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
48962024-04-30T20:54:12.798Z PASS [ 4.148s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
48972024-04-30T20:54:12.906Z PASS [ 1.209s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
48982024-04-30T20:54:13.095Z PASS [ 1.003s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
48992024-04-30T20:54:13.130Z PASS [ 0.029s] oximeter-db client::tests::test_unravel_index
49002024-04-30T20:54:13.130Z PASS [ 4.838s] omicron-test-utils dev::db::test::test_database_concurrent
49012024-04-30T20:54:13.159Z PASS [ 0.028s] oximeter-db model::tests::test_db_bool
49022024-04-30T20:54:13.166Z PASS [ 0.044s] oximeter-db client::tests::test_verify_schema_upgrades
49032024-04-30T20:54:13.195Z PASS [ 0.027s] oximeter-db model::tests::test_db_datum_type_conversion
49042024-04-30T20:54:13.225Z PASS [ 0.030s] oximeter-db model::tests::test_db_field_list_conversion
49052024-04-30T20:54:13.256Z PASS [ 0.032s] oximeter-db model::tests::test_db_field_type_conversion
49062024-04-30T20:54:13.283Z PASS [ 0.027s] oximeter-db model::tests::test_db_histogram
49072024-04-30T20:54:13.320Z PASS [ 0.028s] oximeter-db model::tests::test_histogram_to_arrays
49082024-04-30T20:54:13.552Z PASS [ 1.115s] oximeter-db client::tests::test_select_all_field_types
49092024-04-30T20:54:13.572Z PASS [ 0.032s] oximeter-db model::tests::test_parse_bytes_measurement
49102024-04-30T20:54:13.611Z PASS [ 0.029s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49112024-04-30T20:54:13.629Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49122024-04-30T20:54:13.659Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49132024-04-30T20:54:13.689Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49142024-04-30T20:54:13.715Z PASS [ 0.027s] oximeter-db model::tests::test_unroll_from_source
49152024-04-30T20:54:13.749Z PASS [ 0.032s] oximeter-db model::tests::test_unroll_measurement_row
49162024-04-30T20:54:13.781Z PASS [ 0.031s] oximeter-db model::tests::test_unroll_missing_measurement_row
49172024-04-30T20:54:13.808Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49182024-04-30T20:54:13.828Z PASS [ 0.651s] oximeter-db model::tests::test_db_bool_bad
49192024-04-30T20:54:13.828Z PASS [ 0.498s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49202024-04-30T20:54:13.850Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49212024-04-30T20:54:13.850Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_comparison
49222024-04-30T20:54:13.866Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49232024-04-30T20:54:13.866Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49242024-04-30T20:54:13.878Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49252024-04-30T20:54:13.878Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49262024-04-30T20:54:13.887Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49272024-04-30T20:54:13.887Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49282024-04-30T20:54:13.896Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49292024-04-30T20:54:13.909Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49302024-04-30T20:54:14.328Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49312024-04-30T20:54:14.335Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49322024-04-30T20:54:14.335Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49332024-04-30T20:54:14.335Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_group_by
49342024-04-30T20:54:14.335Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_ident
49352024-04-30T20:54:14.335Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49362024-04-30T20:54:14.335Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49372024-04-30T20:54:14.335Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
49382024-04-30T20:54:14.335Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49392024-04-30T20:54:14.335Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49402024-04-30T20:54:14.336Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49412024-04-30T20:54:14.336Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49422024-04-30T20:54:14.336Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49432024-04-30T20:54:14.336Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_query
49442024-04-30T20:54:14.336Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49452024-04-30T20:54:14.336Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49462024-04-30T20:54:14.336Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49472024-04-30T20:54:14.336Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49482024-04-30T20:54:14.336Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_reducer
49492024-04-30T20:54:14.336Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49502024-04-30T20:54:14.336Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49512024-04-30T20:54:14.336Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49522024-04-30T20:54:14.336Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49532024-04-30T20:54:14.336Z PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49542024-04-30T20:54:14.336Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49552024-04-30T20:54:14.336Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49562024-04-30T20:54:14.336Z PASS [ 2.848s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49572024-04-30T20:54:14.336Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49582024-04-30T20:54:14.336Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49592024-04-30T20:54:14.336Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49602024-04-30T20:54:14.336Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49612024-04-30T20:54:14.336Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49622024-04-30T20:54:14.336Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49632024-04-30T20:54:14.337Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49642024-04-30T20:54:14.337Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49652024-04-30T20:54:14.346Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49662024-04-30T20:54:14.346Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
49672024-04-30T20:54:14.368Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49682024-04-30T20:54:14.380Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49692024-04-30T20:54:14.427Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49702024-04-30T20:54:14.427Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49712024-04-30T20:54:14.446Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49722024-04-30T20:54:14.622Z PASS [ 1.540s] oximeter-db client::tests::test_sql_query_output
49732024-04-30T20:54:14.622Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
49742024-04-30T20:54:14.622Z PASS [ 0.043s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49752024-04-30T20:54:14.622Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
49762024-04-30T20:54:14.622Z PASS [ 0.078s] oximeter-db oxql::point::tests::test_cast_points_from_double
49772024-04-30T20:54:14.622Z PASS [ 0.055s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
49782024-04-30T20:54:14.623Z PASS [ 0.092s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
49792024-04-30T20:54:14.623Z PASS [ 0.067s] oximeter-db oxql::point::tests::test_cast_points_from_integer
49802024-04-30T20:54:14.648Z PASS [ 0.046s] oximeter-db oxql::point::tests::test_cast_points_from_string
49812024-04-30T20:54:14.696Z PASS [ 0.045s] oximeter-db oxql::point::tests::test_point_delta_between
49822024-04-30T20:54:14.696Z PASS [ 0.040s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
49832024-04-30T20:54:14.707Z PASS [ 0.072s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
49842024-04-30T20:54:14.712Z PASS [ 0.051s] oximeter-db oxql::query::tests::test_coalesce_limits
49852024-04-30T20:54:14.716Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
49862024-04-30T20:54:14.728Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
49872024-04-30T20:54:14.733Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
49882024-04-30T20:54:14.742Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
49892024-04-30T20:54:14.755Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
49902024-04-30T20:54:14.759Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
49912024-04-30T20:54:14.768Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
49922024-04-30T20:54:14.790Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates
49932024-04-30T20:54:14.795Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
49942024-04-30T20:54:14.800Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
49952024-04-30T20:54:14.811Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
49962024-04-30T20:54:14.822Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_query_end_time
49972024-04-30T20:54:14.828Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
49982024-04-30T20:54:14.835Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
49992024-04-30T20:54:14.846Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50002024-04-30T20:54:14.865Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50012024-04-30T20:54:14.877Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_split_query
50022024-04-30T20:54:14.877Z PASS [ 0.023s] oximeter-db query::tests::test_field_cmp
50032024-04-30T20:54:14.883Z PASS [ 0.029s] oximeter-db query::tests::test_field_selector_as_query
50042024-04-30T20:54:14.897Z PASS [ 0.023s] oximeter-db query::tests::test_field_value_as_db_str
50052024-04-30T20:54:14.913Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_field_selectors
50062024-04-30T20:54:14.940Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_filter_raw
50072024-04-30T20:54:14.949Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_from_parts
50082024-04-30T20:54:14.958Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_full
50092024-04-30T20:54:14.964Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_limit_offset
50102024-04-30T20:54:14.984Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_no_fields
50112024-04-30T20:54:15.059Z PASS [ 0.042s] oximeter-db query::tests::test_time_range
50122024-04-30T20:54:15.062Z PASS [ 0.053s] oximeter-db query::tests::test_string_field_selector
50132024-04-30T20:54:15.062Z PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_no_selectors
50142024-04-30T20:54:15.070Z PASS [ 0.053s] oximeter-db sql::tests::test_allow_limit_offset
50152024-04-30T20:54:15.070Z PASS [ 0.051s] oximeter-db sql::tests::test_allow_subqueries
50162024-04-30T20:54:15.087Z PASS [ 0.030s] oximeter-db sql::tests::test_cannot_name_database
50172024-04-30T20:54:15.102Z PASS [ 0.035s] oximeter-db sql::tests::test_ctes_are_not_supported
50182024-04-30T20:54:15.111Z PASS [ 0.038s] oximeter-db sql::tests::test_function_allow_list
50192024-04-30T20:54:15.142Z PASS [ 0.033s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50202024-04-30T20:54:15.164Z PASS [ 0.041s] oximeter-db sql::tests::test_query_must_be_select_statement
50212024-04-30T20:54:15.164Z PASS [ 0.064s] oximeter-db sql::tests::test_join_must_be_inner
50222024-04-30T20:54:15.186Z PASS [ 0.044s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50232024-04-30T20:54:15.192Z PASS [ 0.042s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50242024-04-30T20:54:15.201Z PASS [ 0.037s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50252024-04-30T20:54:15.221Z PASS [ 0.039s] oximeter-db sql::tests::test_with_comma_join_fails
50262024-04-30T20:54:15.649Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_field_stability
50272024-04-30T20:54:15.649Z PASS [ 0.034s] oximeter-db tests::test_timeseries_key_sample_stability
50282024-04-30T20:54:15.650Z PASS [ 0.031s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50292024-04-30T20:54:15.650Z PASS [ 0.039s] oximeter-instruments http::tests::test_normalize_uri_path
50302024-04-30T20:54:15.650Z PASS [ 0.074s] oximeter-instruments http::tests::test_latency_tracker
50312024-04-30T20:54:15.650Z PASS [ 0.105s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50322024-04-30T20:54:15.650Z PASS [ 0.141s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50332024-04-30T20:54:15.650Z PASS [ 0.166s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50342024-04-30T20:54:15.650Z PASS [ 0.046s] oximeter-instruments kstat::link::tests::test_physical_datalink
50352024-04-30T20:54:15.650Z PASS [ 0.074s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50362024-04-30T20:54:15.650Z PASS [ 1.456s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50372024-04-30T20:54:15.650Z PASS [ 0.074s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50382024-04-30T20:54:15.650Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50392024-04-30T20:54:15.650Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50402024-04-30T20:54:15.650Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50412024-04-30T20:54:15.650Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50422024-04-30T20:54:15.650Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50432024-04-30T20:54:15.650Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50442024-04-30T20:54:15.650Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
50452024-04-30T20:54:15.650Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_enum
50462024-04-30T20:54:15.650Z PASS [ 0.027s] oximeter-macro-impl tests::test_metric_datum_field
50472024-04-30T20:54:15.650Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_without_datum_field
50482024-04-30T20:54:15.650Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
50492024-04-30T20:54:15.650Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_empty_struct
50502024-04-30T20:54:15.650Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
50512024-04-30T20:54:15.651Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_unit_struct
50522024-04-30T20:54:15.651Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
50532024-04-30T20:54:15.651Z PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file
50542024-04-30T20:54:15.651Z PASS [ 0.021s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50552024-04-30T20:54:15.651Z PASS [ 0.021s] oxlog tests::test_sort_logs
50562024-04-30T20:54:15.675Z PASS [ 0.043s] sled-hardware disk::test::test_disk_paths
50572024-04-30T20:54:15.706Z PASS [ 0.031s] sled-hardware disk::test::test_partition_device_paths
50582024-04-30T20:54:15.785Z PASS [ 0.071s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50592024-04-30T20:54:15.812Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50602024-04-30T20:54:15.842Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50612024-04-30T20:54:15.881Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50622024-04-30T20:54:15.936Z PASS [ 0.063s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50632024-04-30T20:54:15.991Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50642024-04-30T20:54:16.012Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50652024-04-30T20:54:16.046Z PASS [ 0.035s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50662024-04-30T20:54:16.517Z PASS [ 0.065s] sled-storage dataset::test::serialize_dataset_name
50672024-04-30T20:54:16.521Z PASS [ 0.067s] sled-storage manager::test::test_omicron_physical_disks_schema
50682024-04-30T20:54:16.521Z PASS [ 0.721s] reconfigurator-cli::test_basic test_basic
50692024-04-30T20:54:17.180Z PASS [ 0.830s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50702024-04-30T20:54:17.647Z PASS [ 0.065s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50712024-04-30T20:54:17.840Z PASS [ 1.663s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50722024-04-30T20:54:17.886Z PASS [ 0.047s] sled-storage manager::tests::ensure_using_exactly_these_disks
50732024-04-30T20:54:18.626Z PASS [ 9.977s] omicron-test-utils dev::db::test::test_setup_database_default_dir
50742024-04-30T20:54:18.818Z PASS [ 3.219s] oximeter-producer tests::test_producer_registration_task
50752024-04-30T20:54:19.732Z PASS [ 1.844s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50762024-04-30T20:54:19.864Z PASS [ 2.616s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50772024-04-30T20:54:20.853Z PASS [ 1.000s] sled-storage manager::tests::wait_for_boot_disk
50782024-04-30T20:54:21.187Z PASS [ 2.375s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
50792024-04-30T20:54:21.858Z PASS [ 0.669s] tufaceous::integration-tests command_tests::test_init_and_add
50802024-04-30T20:54:21.916Z PASS [ 2.188s] sled-storage manager::tests::upsert_filesystem
50812024-04-30T20:54:21.960Z PASS [ 0.047s] tufaceous-lib archive::tests::test_validate_path
50822024-04-30T20:54:22.052Z PASS [ 0.079s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
50832024-04-30T20:54:22.081Z PASS [ 0.039s] tufaceous-lib key::tests::test_from_str
50842024-04-30T20:54:22.228Z PASS [ 1.370s] tufaceous::integration-tests command_tests::test_assemble_fake
50852024-04-30T20:54:22.310Z PASS [ 0.216s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
50862024-04-30T20:54:22.449Z PASS [ 3.835s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50872024-04-30T20:54:22.596Z PASS [ 0.133s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
50882024-04-30T20:54:22.734Z PASS [ 0.876s] tufaceous::manifest-tests check_manifest::fake.toml
50892024-04-30T20:54:22.831Z PASS [ 0.095s] update-engine display::group_display::tests::test_stats
50902024-04-30T20:54:22.854Z PASS [ 0.028s] update-engine display::line_display_shared::tests::test_format_progress_counter
50912024-04-30T20:54:22.884Z PASS [ 0.031s] update-engine engine::tests::error_exits_early
50922024-04-30T20:54:22.914Z PASS [ 0.030s] update-engine events::tests::progress_event_parse_unknown
50932024-04-30T20:54:22.940Z PASS [ 0.025s] update-engine events::tests::step_event_parse_unknown
50942024-04-30T20:54:22.949Z PASS [ 0.368s] update-engine buffer::tests::test_buffer
50952024-04-30T20:54:22.982Z PASS [ 0.031s] wicket state::inventory::tests::component_id_display
50962024-04-30T20:54:23.046Z PASS [ 0.108s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
50972024-04-30T20:54:23.182Z PASS [ 0.131s] wicketd installinator_progress::tests::test_states
50982024-04-30T20:54:23.337Z PASS [ 1.115s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
50992024-04-30T20:54:23.419Z PASS [ 0.436s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51002024-04-30T20:54:24.037Z PASS [ 0.858s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51012024-04-30T20:54:24.465Z PASS [ 1.122s] wicketd::mod integration_tests::inventory::test_inventory
51022024-04-30T20:54:24.986Z PASS [ 12.199s] oximeter-db client::tests::test_single_node
51032024-04-30T20:54:25.201Z PASS [ 10.985s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51042024-04-30T20:54:25.556Z PASS [ 1.496s] wicketd::mod integration_tests::updates::test_update_races
51052024-04-30T20:54:25.847Z PASS [ 3.558s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51062024-04-30T20:54:26.847Z PASS [ 2.395s] wicketd::mod integration_tests::updates::test_updates
51072024-04-30T20:54:27.214Z PASS [ 3.793s] wicketd::mod integration_tests::updates::test_installinator_fetch
51082024-04-30T20:54:28.719Z PASS [ 13.093s] reconfigurator-cli::test_basic test_blueprint_edit
51092024-04-30T20:54:30.650Z PASS [ 32.154s] omicron-sled-agent nexus::test::nexus_self_notification_test
51102024-04-30T20:55:25.219Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51112024-04-30T20:56:25.236Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51122024-04-30T20:57:25.252Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51132024-04-30T20:58:16.209Z PASS [ 230.950s] oximeter-db client::tests::test_replicated
51142024-04-30T20:58:16.215Z------------
51152024-04-30T20:58:16.215Z Summary [1605.326s] 1219 tests run: 1219 passed (6 slow, 1 leaky), 3 skipped
51162024-04-30T20:58:16.237Z
51172024-04-30T20:58:16.244Zreal 27:00.889361778
51182024-04-30T20:58:16.244Zuser 2:12:49.470547048
51192024-04-30T20:58:16.244Zsys 26:23.659824890
51202024-04-30T20:58:16.245Ztrap 1:47.656077220
51212024-04-30T20:58:16.245Ztflt 22.152237001
51222024-04-30T20:58:16.245Zdflt 1:02.661264075
51232024-04-30T20:58:16.245Zkflt 0.371672881
51242024-04-30T20:58:16.245Zlock 762:22:57.510738445
51252024-04-30T20:58:16.245Zslp 30:34:41.053575965
51262024-04-30T20:58:16.245Zlat 2:06:11.843857347
51272024-04-30T20:58:16.246Zstop 33:18.480498433
51282024-04-30T20:58:16.246Z
51292024-04-30T20:58:16.246Z ##### #### #### ##### ###### #### #####
51302024-04-30T20:58:16.246Z # # # # # # # # # #
51312024-04-30T20:58:16.246Z # # # # # # ##### #### #
51322024-04-30T20:58:16.246Z # # # # # # # # #
51332024-04-30T20:58:16.247Z # # # # # # # # # # #
51342024-04-30T20:58:16.247Z ##### #### #### # ###### #### #
51352024-04-30T20:58:16.247Z
51362024-04-30T20:58:17.648Z Fresh unicode-ident v1.0.12
51372024-04-30T20:58:17.652Z Fresh cfg-if v1.0.0
51382024-04-30T20:58:17.652Z Fresh version_check v0.9.4
51392024-04-30T20:58:17.652Z Fresh autocfg v1.1.0
51402024-04-30T20:58:17.653Z Fresh memchr v2.7.1
51412024-04-30T20:58:17.653Z Fresh byteorder v1.5.0
51422024-04-30T20:58:17.653Z Fresh log v0.4.21
51432024-04-30T20:58:17.653Z Fresh once_cell v1.19.0
51442024-04-30T20:58:17.653Z Fresh itoa v1.0.9
51452024-04-30T20:58:17.653Z Fresh proc-macro2 v1.0.81
51462024-04-30T20:58:17.653Z Fresh libc v0.2.153
51472024-04-30T20:58:17.653Z Fresh scopeguard v1.2.0
51482024-04-30T20:58:17.653Z Fresh smallvec v1.13.1
51492024-04-30T20:58:17.653Z Fresh quote v1.0.36
51502024-04-30T20:58:17.653Z Fresh getrandom v0.2.12
51512024-04-30T20:58:17.653Z Fresh lock_api v0.4.10
51522024-04-30T20:58:17.653Z Fresh cc v1.0.83
51532024-04-30T20:58:17.653Z Fresh ryu v1.0.15
51542024-04-30T20:58:17.653Z Fresh syn v2.0.60
51552024-04-30T20:58:17.653Z Fresh syn v1.0.109
51562024-04-30T20:58:17.653Z Fresh parking_lot_core v0.9.8
51572024-04-30T20:58:17.657Z Fresh pin-project-lite v0.2.13
51582024-04-30T20:58:17.657Z Fresh serde_derive v1.0.199
51592024-04-30T20:58:17.657Z Fresh zerocopy-derive v0.7.32
51602024-04-30T20:58:17.657Z Fresh parking_lot v0.12.1
51612024-04-30T20:58:17.657Z Fresh thiserror-impl v1.0.59
51622024-04-30T20:58:17.657Z Fresh libm v0.2.7
51632024-04-30T20:58:17.657Z Fresh serde v1.0.199
51642024-04-30T20:58:17.657Z Fresh zerocopy v0.7.32
51652024-04-30T20:58:17.657Z Fresh thiserror v1.0.59
51662024-04-30T20:58:17.657Z Fresh num-traits v0.2.18
51672024-04-30T20:58:17.657Z Fresh signal-hook-registry v1.4.1
51682024-04-30T20:58:17.657Z Fresh mio v0.8.11
51692024-04-30T20:58:17.657Z Fresh allocator-api2 v0.2.16
51702024-04-30T20:58:17.657Z Fresh num_cpus v1.16.0
51712024-04-30T20:58:17.657Z Fresh bytes v1.6.0
51722024-04-30T20:58:17.657Z Fresh bitflags v2.4.2
51732024-04-30T20:58:17.657Z Fresh ahash v0.8.8
51742024-04-30T20:58:17.657Z Fresh serde_json v1.0.116
51752024-04-30T20:58:17.657Z Fresh futures-core v0.3.30
51762024-04-30T20:58:17.657Z Fresh rand_core v0.6.4
51772024-04-30T20:58:17.657Z Fresh tokio-macros v2.2.0
51782024-04-30T20:58:17.657Z Fresh socket2 v0.5.6
51792024-04-30T20:58:17.658Z Fresh hashbrown v0.14.3
51802024-04-30T20:58:17.658Z Fresh tokio v1.37.0
51812024-04-30T20:58:17.658Z Fresh zeroize_derive v1.4.2
51822024-04-30T20:58:17.658Z Fresh spin v0.5.2
51832024-04-30T20:58:17.658Z Fresh fnv v1.0.7
51842024-04-30T20:58:17.658Z Fresh equivalent v1.0.1
51852024-04-30T20:58:17.658Z Fresh futures-sink v0.3.30
51862024-04-30T20:58:17.661Z Fresh zeroize v1.7.0
51872024-04-30T20:58:17.661Z Fresh indexmap v2.2.6
51882024-04-30T20:58:17.661Z Fresh pin-utils v0.1.0
51892024-04-30T20:58:17.661Z Fresh futures-channel v0.3.30
51902024-04-30T20:58:17.662Z Fresh futures-macro v0.3.30
51912024-04-30T20:58:17.662Z Fresh regex-syntax v0.8.2
51922024-04-30T20:58:17.662Z Fresh futures-io v0.3.30
51932024-04-30T20:58:17.662Z Fresh slab v0.4.9
51942024-04-30T20:58:17.662Z Fresh futures-task v0.3.30
51952024-04-30T20:58:17.662Z Fresh heck v0.4.1
51962024-04-30T20:58:17.662Z Fresh aho-corasick v1.1.2
51972024-04-30T20:58:17.662Z Fresh iana-time-zone v0.1.57
51982024-04-30T20:58:17.662Z Fresh subtle v2.5.0
51992024-04-30T20:58:17.662Z Fresh futures-util v0.3.30
52002024-04-30T20:58:17.662Z Fresh regex-automata v0.4.5
52012024-04-30T20:58:17.662Z Fresh chrono v0.4.38
52022024-04-30T20:58:17.662Z Fresh uuid v1.8.0
52032024-04-30T20:58:17.662Z Fresh tinyvec_macros v0.1.1
52042024-04-30T20:58:17.662Z Fresh typenum v1.16.0
52052024-04-30T20:58:17.662Z Fresh regex v1.10.4
52062024-04-30T20:58:17.662Z Fresh tinyvec v1.6.0
52072024-04-30T20:58:17.662Z Fresh lazy_static v1.4.0
52082024-04-30T20:58:17.662Z Fresh errno v0.3.8
52092024-04-30T20:58:17.662Z Fresh pkg-config v0.3.27
52102024-04-30T20:58:17.662Z Fresh serde_derive_internals v0.26.0
52112024-04-30T20:58:17.662Z Fresh generic-array v0.14.7
52122024-04-30T20:58:17.662Z Fresh rustix v0.38.31
52132024-04-30T20:58:17.663Z Fresh unicode-normalization v0.1.22
52142024-04-30T20:58:17.663Z Fresh tracing-attributes v0.1.27
52152024-04-30T20:58:17.663Z Fresh tracing-core v0.1.32
52162024-04-30T20:58:17.663Z Fresh const-oid v0.9.6
52172024-04-30T20:58:17.663Z Fresh dyn-clone v1.0.17
52182024-04-30T20:58:17.663Z Fresh crypto-common v0.1.6
52192024-04-30T20:58:17.663Z Fresh tracing v0.1.40
52202024-04-30T20:58:17.663Z Fresh schemars_derive v0.8.16
52212024-04-30T20:58:17.663Z Fresh uuid v0.8.2
52222024-04-30T20:58:17.663Z Fresh unicode-bidi v0.3.15
52232024-04-30T20:58:17.663Z Fresh ppv-lite86 v0.2.17
52242024-04-30T20:58:17.663Z Fresh percent-encoding v2.3.1
52252024-04-30T20:58:17.666Z Fresh schemars v0.8.16
52262024-04-30T20:58:17.667Z Fresh rand_chacha v0.3.1
52272024-04-30T20:58:17.667Z Fresh spin v0.9.8
52282024-04-30T20:58:17.667Z Fresh form_urlencoded v1.2.1
52292024-04-30T20:58:17.667Z Fresh block-buffer v0.10.4
52302024-04-30T20:58:17.667Z Fresh http v0.2.12
52312024-04-30T20:58:17.667Z Fresh rand v0.8.5
52322024-04-30T20:58:17.667Z Fresh digest v0.10.7
52332024-04-30T20:58:17.667Z Fresh unicode-width v0.1.11
52342024-04-30T20:58:17.667Z Fresh num-conv v0.1.0
52352024-04-30T20:58:17.667Z Fresh time-core v0.1.2
52362024-04-30T20:58:17.667Z Fresh powerfmt v0.2.0
52372024-04-30T20:58:17.667Z Fresh httparse v1.8.0
52382024-04-30T20:58:17.667Z Fresh deranged v0.3.11
52392024-04-30T20:58:17.667Z Fresh time-macros v0.2.17
52402024-04-30T20:58:17.667Z Fresh num_threads v0.1.6
52412024-04-30T20:58:17.667Z Fresh either v1.11.0
52422024-04-30T20:58:17.667Z Fresh idna v0.5.0
52432024-04-30T20:58:17.667Z Fresh vcpkg v0.2.15
52442024-04-30T20:58:17.667Z Fresh time v0.3.34
52452024-04-30T20:58:17.667Z Fresh url v2.5.0
52462024-04-30T20:58:17.667Z Fresh untrusted v0.9.0
52472024-04-30T20:58:17.667Z Fresh base64 v0.21.7
52482024-04-30T20:58:17.668Z Fresh toml_datetime v0.6.5
52492024-04-30T20:58:17.668Z Fresh rustversion v1.0.14
52502024-04-30T20:58:17.668Z Fresh ring v0.17.8
52512024-04-30T20:58:17.668Z Fresh serde_spanned v0.6.5
52522024-04-30T20:58:17.668Z Fresh cpufeatures v0.2.12
52532024-04-30T20:58:17.668Z Fresh adler v1.0.2
52542024-04-30T20:58:17.668Z Fresh try-lock v0.2.4
52552024-04-30T20:58:17.668Z Fresh slog v2.7.0
52562024-04-30T20:58:17.668Z Fresh miniz_oxide v0.7.1
52572024-04-30T20:58:17.668Z Fresh want v0.3.1
52582024-04-30T20:58:17.671Z Fresh tower-service v0.3.2
52592024-04-30T20:58:17.672Z Fresh tokio-util v0.7.10
52602024-04-30T20:58:17.672Z Fresh ucd-trie v0.1.6
52612024-04-30T20:58:17.672Z Fresh async-trait v0.1.80
52622024-04-30T20:58:17.672Z Fresh pest v2.7.6
52632024-04-30T20:58:17.672Z Fresh httpdate v1.0.3
52642024-04-30T20:58:17.672Z Fresh h2 v0.3.26
52652024-04-30T20:58:17.672Z Fresh http-body v0.4.5
52662024-04-30T20:58:17.672Z Fresh futures-executor v0.3.30
52672024-04-30T20:58:17.672Z Fresh openssl-probe v0.1.5
52682024-04-30T20:58:17.672Z Fresh semver v1.0.22
52692024-04-30T20:58:17.672Z Fresh pest_meta v2.7.6
52702024-04-30T20:58:17.672Z Fresh foreign-types-shared v0.1.1
52712024-04-30T20:58:17.672Z Fresh hyper v0.14.28
52722024-04-30T20:58:17.672Z Fresh openssl-sys v0.9.102
52732024-04-30T20:58:17.672Z Fresh openssl-macros v0.1.1
52742024-04-30T20:58:17.672Z Fresh pest_generator v2.7.6
52752024-04-30T20:58:17.672Z Fresh foreign-types v0.3.2
52762024-04-30T20:58:17.672Z Fresh gimli v0.28.0
52772024-04-30T20:58:17.672Z Fresh mime v0.3.17
52782024-04-30T20:58:17.672Z Fresh untrusted v0.7.1
52792024-04-30T20:58:17.672Z Fresh addr2line v0.21.0
52802024-04-30T20:58:17.673Z Fresh openssl v0.10.64
52812024-04-30T20:58:17.673Z Fresh ring v0.16.20
52822024-04-30T20:58:17.673Z Fresh pest_derive v2.7.6
52832024-04-30T20:58:17.673Z Fresh futures v0.3.30
52842024-04-30T20:58:17.673Z Fresh object v0.32.1
52852024-04-30T20:58:17.673Z Fresh winnow v0.5.15
52862024-04-30T20:58:17.673Z Fresh ipnet v2.9.0
52872024-04-30T20:58:17.673Z Fresh rustc-demangle v0.1.23
52882024-04-30T20:58:17.673Z Fresh sct v0.7.0
52892024-04-30T20:58:17.673Z Fresh crossbeam-utils v0.8.19
52902024-04-30T20:58:17.673Z Fresh toml_edit v0.19.15
52912024-04-30T20:58:17.673Z Fresh backtrace v0.3.69
52922024-04-30T20:58:17.678Z Fresh rustls-webpki v0.101.7
52932024-04-30T20:58:17.678Z Fresh unicode-xid v0.2.4
52942024-04-30T20:58:17.678Z Fresh anyhow v1.0.82
52952024-04-30T20:58:17.678Z Fresh native-tls v0.2.11
52962024-04-30T20:58:17.678Z Fresh rustls v0.21.9
52972024-04-30T20:58:17.678Z Fresh serde_urlencoded v0.7.1
52982024-04-30T20:58:17.678Z Fresh idna v0.3.0
52992024-04-30T20:58:17.678Z Fresh thread-id v4.2.0
53002024-04-30T20:58:17.678Z Fresh encoding_rs v0.8.33
53012024-04-30T20:58:17.678Z Fresh psl-types v2.0.11
53022024-04-30T20:58:17.678Z Fresh utf8parse v0.2.1
53032024-04-30T20:58:17.678Z Fresh tokio-native-tls v0.3.1
53042024-04-30T20:58:17.678Z Fresh cookie v0.17.0
53052024-04-30T20:58:17.678Z Fresh tokio-rustls v0.24.1
53062024-04-30T20:58:17.678Z Fresh bitflags v1.3.2
53072024-04-30T20:58:17.678Z Fresh rustls-pemfile v1.0.3
53082024-04-30T20:58:17.678Z Fresh openapiv3 v2.0.0
53092024-04-30T20:58:17.678Z Fresh publicsuffix v2.2.3
53102024-04-30T20:58:17.678Z Fresh hyper-rustls v0.24.2
53112024-04-30T20:58:17.679Z Fresh hyper-tls v0.5.0
53122024-04-30T20:58:17.679Z Fresh webpki-roots v0.25.2
53132024-04-30T20:58:17.679Z Fresh sync_wrapper v0.1.2
53142024-04-30T20:58:17.679Z Fresh anstyle v1.0.6
53152024-04-30T20:58:17.679Z Fresh base64ct v1.6.0
53162024-04-30T20:58:17.679Z Fresh rustc_version v0.4.0
53172024-04-30T20:58:17.679Z Fresh cookie_store v0.20.0
53182024-04-30T20:58:17.679Z Fresh scroll_derive v0.12.0
53192024-04-30T20:58:17.679Z Fresh plain v0.2.3
53202024-04-30T20:58:17.679Z Fresh data-encoding v2.4.0
53212024-04-30T20:58:17.679Z Fresh pem-rfc7468 v0.7.0
53222024-04-30T20:58:17.679Z Fresh anstyle-parse v0.2.1
53232024-04-30T20:58:17.679Z Fresh der_derive v0.7.2
53242024-04-30T20:58:17.679Z Fresh reqwest v0.11.24
53252024-04-30T20:58:17.679Z Fresh scroll v0.12.0
53262024-04-30T20:58:17.679Z Fresh flagset v0.4.3
53272024-04-30T20:58:17.679Z Fresh unicode-segmentation v1.10.1
53282024-04-30T20:58:17.679Z Fresh pretty-hex v0.4.1
53292024-04-30T20:58:17.679Z Fresh anstyle-query v1.0.0
53302024-04-30T20:58:17.679Z Fresh bit-vec v0.6.3
53312024-04-30T20:58:17.679Z Fresh goblin v0.8.0
53322024-04-30T20:58:17.679Z Fresh colorchoice v1.0.0
53332024-04-30T20:58:17.679Z Fresh der v0.7.8
53342024-04-30T20:58:17.680Z Fresh dtrace-parser v0.2.0
53352024-04-30T20:58:17.680Z Fresh terminal_size v0.3.0
53362024-04-30T20:58:17.680Z Fresh num-integer v0.1.46
53372024-04-30T20:58:17.680Z Fresh dof v0.3.0
53382024-04-30T20:58:17.680Z Fresh anstream v0.6.11
53392024-04-30T20:58:17.680Z Fresh clap_lex v0.7.0
53402024-04-30T20:58:17.680Z Fresh strsim v0.11.0
53412024-04-30T20:58:17.680Z Fresh heck v0.5.0
53422024-04-30T20:58:17.680Z Fresh siphasher v0.3.11
53432024-04-30T20:58:17.680Z Fresh crc32fast v1.3.2
53442024-04-30T20:58:17.680Z Fresh spki v0.7.2
53452024-04-30T20:58:17.680Z Fresh clap_builder v4.5.2
53462024-04-30T20:58:17.680Z Fresh usdt-impl v0.5.0
53472024-04-30T20:58:17.680Z Fresh clap_derive v4.5.4
53482024-04-30T20:58:17.680Z Fresh synstructure v0.12.6
53492024-04-30T20:58:17.680Z Fresh crossbeam-epoch v0.9.18
53502024-04-30T20:58:17.680Z Fresh itertools v0.10.5
53512024-04-30T20:58:17.680Z Fresh stable_deref_trait v1.2.0
53522024-04-30T20:58:17.680Z Fresh bit-set v0.5.3
53532024-04-30T20:58:17.680Z Fresh clap v4.5.4
53542024-04-30T20:58:17.680Z Fresh zerocopy-derive v0.2.0
53552024-04-30T20:58:17.680Z Fresh hex v0.4.3
53562024-04-30T20:58:17.680Z Fresh base64 v0.22.0
53572024-04-30T20:58:17.681Z Fresh pkcs8 v0.10.2
53582024-04-30T20:58:17.681Z Fresh toml v0.7.8
53592024-04-30T20:58:17.681Z Fresh zerocopy-derive v0.6.6
53602024-04-30T20:58:17.681Z Fresh zerocopy v0.3.0
53612024-04-30T20:58:17.681Z Fresh managed v0.8.0
53622024-04-30T20:58:17.681Z Fresh fixedbitset v0.4.2
53632024-04-30T20:58:17.681Z Fresh winnow v0.6.1
53642024-04-30T20:58:17.681Z Fresh zerocopy v0.6.6
53652024-04-30T20:58:17.681Z Fresh phf_shared v0.10.0
53662024-04-30T20:58:17.681Z Fresh dof v0.1.5
53672024-04-30T20:58:17.681Z Fresh petgraph v0.6.4
53682024-04-30T20:58:17.681Z Fresh toml_edit v0.22.12
53692024-04-30T20:58:17.681Z Fresh flate2 v1.0.28
53702024-04-30T20:58:17.681Z Fresh dtrace-parser v0.1.14
53712024-04-30T20:58:17.681Z Fresh sha2 v0.10.8
53722024-04-30T20:58:17.681Z Fresh ipnetwork v0.20.0
53732024-04-30T20:58:17.681Z Fresh precomputed-hash v0.1.1
53742024-04-30T20:58:17.681Z Fresh new_debug_unreachable v1.0.4
53752024-04-30T20:58:17.681Z Fresh static_assertions v1.1.0
53762024-04-30T20:58:17.681Z Fresh minimal-lexical v0.2.1
53772024-04-30T20:58:17.681Z Fresh signal-hook v0.3.17
53782024-04-30T20:58:17.681Z Fresh usdt-impl v0.3.5
53792024-04-30T20:58:17.681Z Fresh num-iter v0.1.44
53802024-04-30T20:58:17.682Z Fresh hmac v0.12.1
53812024-04-30T20:58:17.682Z Fresh nom v7.1.3
53822024-04-30T20:58:17.682Z Fresh string_cache v0.8.7
53832024-04-30T20:58:17.691Z Fresh serde_tokenstream v0.1.7
53842024-04-30T20:58:17.691Z Fresh regex-automata v0.1.10
53852024-04-30T20:58:17.691Z Fresh lalrpop-util v0.19.12
53862024-04-30T20:58:17.691Z Fresh matches v0.1.10
53872024-04-30T20:58:17.691Z Fresh bstr v0.2.17
53882024-04-30T20:58:17.691Z Fresh usdt-macro v0.3.5
53892024-04-30T20:58:17.691Z Fresh usdt-attr-macro v0.3.5
53902024-04-30T20:58:17.691Z Fresh signal-hook-mio v0.2.3
53912024-04-30T20:58:17.691Z Fresh idna v0.2.3
53922024-04-30T20:58:17.692Z Fresh bzip2-sys v0.1.11+1.0.8
53932024-04-30T20:58:17.692Z Fresh block-padding v0.3.3
53942024-04-30T20:58:17.692Z Fresh enum-as-inner v0.5.1
53952024-04-30T20:58:17.692Z Fresh scheduled-thread-pool v0.2.7
53962024-04-30T20:58:17.692Z Fresh diesel_table_macro_syntax v0.1.0
53972024-04-30T20:58:17.692Z Fresh hash32 v0.2.1
53982024-04-30T20:58:17.692Z Fresh predicates-core v1.0.6
53992024-04-30T20:58:17.692Z Fresh heapless v0.7.16
54002024-04-30T20:58:17.692Z Fresh bzip2 v0.4.4
54012024-04-30T20:58:17.692Z Fresh inout v0.1.3
54022024-04-30T20:58:17.692Z Fresh trust-dns-proto v0.22.0
54032024-04-30T20:58:17.692Z Fresh diesel_derives v2.1.2
54042024-04-30T20:58:17.692Z Fresh r2d2 v0.8.10
54052024-04-30T20:58:17.692Z Fresh crossterm v0.27.0
54062024-04-30T20:58:17.692Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
54072024-04-30T20:58:17.692Z Fresh usdt v0.3.5
54082024-04-30T20:58:17.692Z Fresh md-5 v0.10.5
54092024-04-30T20:58:17.692Z Fresh console v0.15.8
54102024-04-30T20:58:17.692Z Fresh stringprep v0.1.3
54112024-04-30T20:58:17.692Z Fresh bstr v1.9.0
54122024-04-30T20:58:17.692Z Fresh ff v0.13.0
54132024-04-30T20:58:17.692Z Fresh float-cmp v0.9.0
54142024-04-30T20:58:17.692Z Fresh hubpack_derive v0.1.1
54152024-04-30T20:58:17.693Z Fresh difflib v0.4.0
54162024-04-30T20:58:17.693Z Fresh fallible-iterator v0.2.0
54172024-04-30T20:58:17.693Z Fresh base16ct v0.2.0
54182024-04-30T20:58:17.693Z Fresh normalize-line-endings v0.3.0
54192024-04-30T20:58:17.693Z Fresh hubpack v0.1.2
54202024-04-30T20:58:17.693Z Fresh postgres-protocol v0.6.6
54212024-04-30T20:58:17.693Z Fresh predicates v3.1.0
54222024-04-30T20:58:17.693Z Fresh group v0.13.0
54232024-04-30T20:58:17.693Z Fresh sec1 v0.7.3
54242024-04-30T20:58:17.693Z Fresh diesel v2.1.6
54252024-04-30T20:58:17.693Z Fresh smoltcp v0.9.1
54262024-04-30T20:58:17.693Z Fresh cipher v0.4.4
54272024-04-30T20:58:17.693Z Fresh zip v0.6.6
54282024-04-30T20:58:17.693Z Fresh num-bigint v0.4.4
54292024-04-30T20:58:17.693Z Fresh similar v2.4.0
54302024-04-30T20:58:17.693Z Fresh hkdf v0.12.4
54312024-04-30T20:58:17.693Z Fresh phf_shared v0.11.2
54322024-04-30T20:58:17.693Z Fresh strum_macros v0.25.2
54332024-04-30T20:58:17.693Z Fresh crypto-bigint v0.5.2
54342024-04-30T20:58:17.693Z Fresh serde_repr v0.1.16
54352024-04-30T20:58:17.693Z Fresh peg-runtime v0.8.2
54362024-04-30T20:58:17.693Z Fresh phf v0.11.2
54372024-04-30T20:58:17.693Z Fresh yasna v0.5.2
54382024-04-30T20:58:17.694Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
54392024-04-30T20:58:17.694Z Fresh elliptic-curve v0.13.8
54402024-04-30T20:58:17.694Z Fresh postgres-types v0.2.6
54412024-04-30T20:58:17.694Z Fresh whoami v1.5.1
54422024-04-30T20:58:17.694Z Fresh tokio-stream v0.1.15
54432024-04-30T20:58:17.694Z Fresh tokio-postgres v0.7.10
54442024-04-30T20:58:17.694Z Fresh serde_tokenstream v0.2.0
54452024-04-30T20:58:17.694Z Fresh regress v0.9.1
54462024-04-30T20:58:17.694Z Fresh getopts v0.2.21
54472024-04-30T20:58:17.694Z Fresh unsafe-libyaml v0.2.10
54482024-04-30T20:58:17.694Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54492024-04-30T20:58:17.694Z Fresh is-terminal v0.4.9
54502024-04-30T20:58:17.694Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54512024-04-30T20:58:17.694Z Fresh serde_yaml v0.9.25
54522024-04-30T20:58:17.694Z Fresh strsim v0.10.0
54532024-04-30T20:58:17.694Z Fresh ident_case v1.0.1
54542024-04-30T20:58:17.694Z Fresh dirs-sys-next v0.1.2
54552024-04-30T20:58:17.694Z Fresh fastrand v2.0.1
54562024-04-30T20:58:17.694Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54572024-04-30T20:58:17.694Z Fresh camino v1.1.6
54582024-04-30T20:58:17.694Z Fresh darling_core v0.20.8
54592024-04-30T20:58:17.694Z Fresh tempfile v3.10.1
54602024-04-30T20:58:17.694Z Fresh dirs-next v2.0.0
54612024-04-30T20:58:17.695Z Fresh strum_macros v0.26.1
54622024-04-30T20:58:17.695Z Fresh sha1 v0.10.6
54632024-04-30T20:58:17.695Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
54642024-04-30T20:58:17.695Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54652024-04-30T20:58:17.695Z Fresh darling_macro v0.20.8
54662024-04-30T20:58:17.695Z Fresh term v0.7.0
54672024-04-30T20:58:17.695Z Fresh strum v0.26.2
54682024-04-30T20:58:17.695Z Fresh http v1.0.0
54692024-04-30T20:58:17.695Z Fresh toml v0.8.12
54702024-04-30T20:58:17.695Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54712024-04-30T20:58:17.695Z Fresh darling v0.20.8
54722024-04-30T20:58:17.695Z Fresh match_cfg v0.1.0
54732024-04-30T20:58:17.695Z Fresh rustls-pki-types v1.3.0
54742024-04-30T20:58:17.695Z Fresh quick-error v1.2.3
54752024-04-30T20:58:17.695Z Fresh crossbeam-channel v0.5.8
54762024-04-30T20:58:17.695Z Fresh thread_local v1.1.7
54772024-04-30T20:58:17.695Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54782024-04-30T20:58:17.695Z Fresh hostname v0.3.1
54792024-04-30T20:58:17.695Z Fresh paste v1.0.14
54802024-04-30T20:58:17.695Z Fresh rustls-webpki v0.102.1
54812024-04-30T20:58:17.695Z Fresh instant v0.1.12
54822024-04-30T20:58:17.695Z Fresh take_mut v0.2.2
54832024-04-30T20:58:17.700Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54842024-04-30T20:58:17.700Z Fresh slog-term v2.9.1
54852024-04-30T20:58:17.700Z Fresh rustls-pemfile v2.1.2
54862024-04-30T20:58:17.700Z Fresh debug-ignore v1.0.5
54872024-04-30T20:58:17.700Z Fresh serde_with_macros v3.7.0
54882024-04-30T20:58:17.700Z Fresh slog-async v2.8.0
54892024-04-30T20:58:17.700Z Fresh rustls v0.22.4
54902024-04-30T20:58:17.700Z Fresh slog-json v2.6.1
54912024-04-30T20:58:17.700Z Fresh newtype-uuid v1.1.0
54922024-04-30T20:58:17.700Z Fresh async-stream-impl v0.3.5
54932024-04-30T20:58:17.700Z Fresh wait-timeout v0.2.0
54942024-04-30T20:58:17.701Z Fresh tokio-rustls v0.25.0
54952024-04-30T20:58:17.701Z Fresh atomic-waker v1.1.1
54962024-04-30T20:58:17.701Z Fresh slog-bunyan v2.5.0
54972024-04-30T20:58:17.701Z Fresh multer v3.0.0
54982024-04-30T20:58:17.701Z Fresh async-stream v0.3.5
54992024-04-30T20:58:17.701Z Fresh serde_with v3.7.0
55002024-04-30T20:58:17.701Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55012024-04-30T20:58:17.701Z Fresh waitgroup v0.1.2
55022024-04-30T20:58:17.701Z Fresh serde_path_to_error v0.1.16
55032024-04-30T20:58:17.701Z Fresh structmeta-derive v0.3.0
55042024-04-30T20:58:17.701Z Fresh rusty-fork v0.3.0
55052024-04-30T20:58:17.701Z Fresh rand_xorshift v0.3.0
55062024-04-30T20:58:17.701Z Fresh structmeta-derive v0.2.0
55072024-04-30T20:58:17.701Z Fresh unarray v0.1.4
55082024-04-30T20:58:17.701Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55092024-04-30T20:58:17.701Z Fresh structmeta v0.3.0
55102024-04-30T20:58:17.701Z Fresh structmeta v0.2.0
55112024-04-30T20:58:17.701Z Fresh proptest v1.4.0
55122024-04-30T20:58:17.701Z Fresh backoff v0.4.0
55132024-04-30T20:58:17.701Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55142024-04-30T20:58:17.701Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
55152024-04-30T20:58:17.701Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
55162024-04-30T20:58:17.702Z Fresh parse-display-derive v0.9.0
55172024-04-30T20:58:17.702Z Fresh test-strategy v0.3.1
55182024-04-30T20:58:17.702Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55192024-04-30T20:58:17.702Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55202024-04-30T20:58:17.702Z Fresh macaddr v1.0.1
55212024-04-30T20:58:17.702Z Fresh camino-tempfile v1.1.1
55222024-04-30T20:58:17.702Z Fresh parse-display v0.9.0
55232024-04-30T20:58:17.702Z Fresh proc-macro-crate v1.3.1
55242024-04-30T20:58:17.702Z Fresh foreign-types-macros v0.2.3
55252024-04-30T20:58:17.702Z Fresh foreign-types-shared v0.3.1
55262024-04-30T20:58:17.702Z Fresh proc-macro-error-attr v1.0.4
55272024-04-30T20:58:17.702Z Fresh num_enum_derive v0.5.11
55282024-04-30T20:58:17.702Z Fresh foreign-types v0.5.0
55292024-04-30T20:58:17.702Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55302024-04-30T20:58:17.702Z Fresh proc-macro-error v1.0.4
55312024-04-30T20:58:17.702Z Fresh num_enum v0.5.11
55322024-04-30T20:58:17.702Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55332024-04-30T20:58:17.702Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55342024-04-30T20:58:17.702Z Fresh cstr-argument v0.1.2
55352024-04-30T20:58:17.702Z Fresh pretty-hex v0.2.1
55362024-04-30T20:58:17.702Z Fresh tabwriter v1.4.0
55372024-04-30T20:58:17.702Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55382024-04-30T20:58:17.702Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55392024-04-30T20:58:17.703Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55402024-04-30T20:58:17.703Z Fresh colored v2.1.0
55412024-04-30T20:58:17.703Z Fresh socket2 v0.4.9
55422024-04-30T20:58:17.703Z Fresh smf v0.2.3
55432024-04-30T20:58:17.703Z Fresh humantime v2.1.0
55442024-04-30T20:58:17.703Z Fresh termcolor v1.2.0
55452024-04-30T20:58:17.703Z Fresh same-file v1.0.6
55462024-04-30T20:58:17.703Z Fresh usdt-macro v0.5.0
55472024-04-30T20:58:17.703Z Fresh usdt-attr-macro v0.5.0
55482024-04-30T20:58:17.703Z Fresh memmap v0.7.0
55492024-04-30T20:58:17.703Z Fresh hash32 v0.3.1
55502024-04-30T20:58:17.703Z Fresh walkdir v2.5.0
55512024-04-30T20:58:17.703Z Fresh usdt v0.5.0
55522024-04-30T20:58:17.703Z Fresh embedded-io v0.4.0
55532024-04-30T20:58:17.703Z Fresh cobs v0.2.3
55542024-04-30T20:58:17.703Z Fresh filetime v0.2.23
55552024-04-30T20:58:17.703Z Fresh heapless v0.8.0
55562024-04-30T20:58:17.703Z Fresh postcard v1.0.8
55572024-04-30T20:58:17.703Z Fresh xattr v1.0.1
55582024-04-30T20:58:17.703Z Fresh termtree v0.4.1
55592024-04-30T20:58:17.703Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55602024-04-30T20:58:17.703Z Fresh crucible-workspace-hack v0.1.0
55612024-04-30T20:58:17.703Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55622024-04-30T20:58:17.703Z Fresh smoltcp v0.11.0
55632024-04-30T20:58:17.704Z Fresh tar v0.4.40
55642024-04-30T20:58:17.704Z Fresh predicates-tree v1.0.9
55652024-04-30T20:58:17.704Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55662024-04-30T20:58:17.704Z Fresh newline-converter v0.3.0
55672024-04-30T20:58:17.704Z Fresh sigpipe v0.1.3
55682024-04-30T20:58:17.704Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55692024-04-30T20:58:17.704Z Fresh utf-8 v0.7.6
55702024-04-30T20:58:17.704Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
55712024-04-30T20:58:17.704Z Fresh arc-swap v1.6.0
55722024-04-30T20:58:17.704Z Fresh expectorate v1.1.0
55732024-04-30T20:58:17.704Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55742024-04-30T20:58:17.704Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55752024-04-30T20:58:17.704Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
55762024-04-30T20:58:17.704Z Fresh slog-scope v4.4.0
55772024-04-30T20:58:17.704Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
55782024-04-30T20:58:17.704Z Fresh num-derive v0.4.0
55792024-04-30T20:58:17.704Z Fresh mockall_derive v0.12.1
55802024-04-30T20:58:17.704Z Fresh fragile v2.0.0
55812024-04-30T20:58:17.704Z Fresh downcast v0.11.0
55822024-04-30T20:58:17.704Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55832024-04-30T20:58:17.709Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
55842024-04-30T20:58:17.709Z Fresh mockall v0.12.1
55852024-04-30T20:58:17.709Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
55862024-04-30T20:58:17.709Z Fresh slog-stdlog v4.1.1
55872024-04-30T20:58:17.709Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55882024-04-30T20:58:17.709Z Fresh tungstenite v0.20.1
55892024-04-30T20:58:17.709Z Fresh atty v0.2.14
55902024-04-30T20:58:17.709Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55912024-04-30T20:58:17.709Z Fresh slog-envlogger v2.2.0
55922024-04-30T20:58:17.709Z Fresh tokio-tungstenite v0.20.1
55932024-04-30T20:58:17.709Z Fresh pem v3.0.4
55942024-04-30T20:58:17.710Z Fresh env_logger v0.9.3
55952024-04-30T20:58:17.710Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
55962024-04-30T20:58:17.710Z Fresh bitstruct_derive v0.1.0
55972024-04-30T20:58:17.710Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
55982024-04-30T20:58:17.710Z Fresh ascii v1.1.0
55992024-04-30T20:58:17.710Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56002024-04-30T20:58:17.710Z Fresh bitstruct v0.1.1
56012024-04-30T20:58:17.710Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56022024-04-30T20:58:17.710Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56032024-04-30T20:58:17.710Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
56042024-04-30T20:58:17.710Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56052024-04-30T20:58:17.710Z Fresh erased-serde v0.3.31
56062024-04-30T20:58:17.710Z Fresh serde_arrays v0.1.0
56072024-04-30T20:58:17.710Z Fresh heck v0.3.3
56082024-04-30T20:58:17.710Z Fresh tungstenite v0.21.0
56092024-04-30T20:58:17.710Z Fresh password-hash v0.5.0
56102024-04-30T20:58:17.710Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56112024-04-30T20:58:17.710Z Fresh zone_cfg_derive v0.1.2
56122024-04-30T20:58:17.710Z Fresh blake2 v0.10.6
56132024-04-30T20:58:17.710Z Fresh base64 v0.13.1
56142024-04-30T20:58:17.710Z Fresh tokio-tungstenite v0.21.0
56152024-04-30T20:58:17.710Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56162024-04-30T20:58:17.710Z Fresh portpicker v0.1.1
56172024-04-30T20:58:17.711Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56182024-04-30T20:58:17.711Z Fresh argon2 v0.5.3
56192024-04-30T20:58:17.711Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
56202024-04-30T20:58:17.711Z Fresh zone v0.1.8
56212024-04-30T20:58:17.711Z Fresh ron v0.7.1
56222024-04-30T20:58:17.711Z Fresh headers-core v0.2.0
56232024-04-30T20:58:17.711Z Fresh derive-where v1.2.7
56242024-04-30T20:58:17.711Z Fresh swrite v0.1.0
56252024-04-30T20:58:17.711Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56262024-04-30T20:58:17.711Z Fresh headers v0.3.9
56272024-04-30T20:58:17.711Z Fresh rcgen v0.12.1
56282024-04-30T20:58:17.711Z Fresh atomicwrites v0.4.3
56292024-04-30T20:58:17.711Z Fresh subprocess v0.2.9
56302024-04-30T20:58:17.711Z Fresh semver v0.1.20
56312024-04-30T20:58:17.711Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
56322024-04-30T20:58:17.711Z Fresh rustc_version v0.1.7
56332024-04-30T20:58:17.711Z Fresh bytecount v0.6.3
56342024-04-30T20:58:17.711Z Fresh tabled_derive v0.7.0
56352024-04-30T20:58:17.711Z Fresh glob v0.3.1
56362024-04-30T20:58:17.711Z Fresh linked-hash-map v0.5.6
56372024-04-30T20:58:17.711Z Fresh itertools v0.12.1
56382024-04-30T20:58:17.711Z Fresh papergrid v0.11.0
56392024-04-30T20:58:17.711Z Fresh lru-cache v0.1.2
56402024-04-30T20:58:17.712Z Fresh tabled v0.15.0
56412024-04-30T20:58:17.712Z Fresh tap v1.0.1
56422024-04-30T20:58:17.712Z Fresh crossbeam-deque v0.8.3
56432024-04-30T20:58:17.712Z Fresh newtype_derive v0.1.6
56442024-04-30T20:58:17.712Z Fresh radium v0.7.0
56452024-04-30T20:58:17.712Z Fresh wyz v0.5.1
56462024-04-30T20:58:17.712Z Fresh cancel-safe-futures v0.1.5
56472024-04-30T20:58:17.712Z Fresh half v2.3.1
56482024-04-30T20:58:17.712Z Fresh funty v2.0.0
56492024-04-30T20:58:17.712Z Fresh steno v0.4.0
56502024-04-30T20:58:17.712Z Fresh crc-catalog v2.2.0
56512024-04-30T20:58:17.712Z Fresh ciborium-io v0.2.2
56522024-04-30T20:58:17.712Z Fresh maybe-uninit v2.0.0
56532024-04-30T20:58:17.712Z Fresh bitvec v1.0.1
56542024-04-30T20:58:17.712Z Fresh crc v3.0.1
56552024-04-30T20:58:17.712Z Fresh ciborium-ll v0.2.2
56562024-04-30T20:58:17.712Z Fresh rayon-core v1.12.1
56572024-04-30T20:58:17.712Z Fresh libsw v3.3.1
56582024-04-30T20:58:17.712Z Fresh packed_struct_codegen v0.10.1
56592024-04-30T20:58:17.712Z Fresh owo-colors v4.0.0
56602024-04-30T20:58:17.712Z Fresh linear-map v1.2.0
56612024-04-30T20:58:17.712Z Fresh nodrop v0.1.14
56622024-04-30T20:58:17.712Z Fresh ciborium v0.2.2
56632024-04-30T20:58:17.712Z Fresh rayon v1.10.0
56642024-04-30T20:58:17.713Z Fresh num-bigint-dig v0.8.4
56652024-04-30T20:58:17.713Z Fresh packed_struct v0.10.1
56662024-04-30T20:58:17.713Z Fresh array-init v0.0.4
56672024-04-30T20:58:17.713Z Fresh num-rational v0.4.1
56682024-04-30T20:58:17.713Z Fresh smallvec v0.6.14
56692024-04-30T20:58:17.713Z Fresh pkcs1 v0.7.5
56702024-04-30T20:58:17.713Z Fresh signature v2.1.0
56712024-04-30T20:58:17.713Z Fresh num-complex v0.4.5
56722024-04-30T20:58:17.713Z Fresh hashbrown v0.12.3
56732024-04-30T20:58:17.713Z Fresh bitfield v0.14.0
56742024-04-30T20:58:17.713Z Fresh rsa v0.9.2
56752024-04-30T20:58:17.713Z Fresh serde-hex v0.1.0
56762024-04-30T20:58:17.713Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56772024-04-30T20:58:17.713Z Fresh env_logger v0.10.0
56782024-04-30T20:58:17.713Z Fresh x509-cert v0.2.4
56792024-04-30T20:58:17.713Z Fresh num v0.4.2
56802024-04-30T20:58:17.713Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56812024-04-30T20:58:17.713Z Fresh indexmap v1.9.3
56822024-04-30T20:58:17.713Z Fresh ron v0.8.1
56832024-04-30T20:58:17.718Z Fresh hashbrown v0.13.2
56842024-04-30T20:58:17.718Z Fresh display-error-chain v0.2.0
56852024-04-30T20:58:17.718Z Fresh crc-any v2.4.3
56862024-04-30T20:58:17.718Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56872024-04-30T20:58:17.718Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56882024-04-30T20:58:17.718Z Fresh object v0.30.4
56892024-04-30T20:58:17.718Z Fresh resolv-conf v0.7.0
56902024-04-30T20:58:17.718Z Fresh path-slash v0.1.5
56912024-04-30T20:58:17.718Z Fresh trust-dns-resolver v0.22.0
56922024-04-30T20:58:17.718Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
56932024-04-30T20:58:17.718Z Fresh slog-dtrace v0.3.0
56942024-04-30T20:58:17.718Z Fresh convert_case v0.4.0
56952024-04-30T20:58:17.718Z Fresh arrayref v0.3.7
56962024-04-30T20:58:17.719Z Fresh home v0.5.5
56972024-04-30T20:58:17.719Z Fresh arrayvec v0.7.4
56982024-04-30T20:58:17.719Z Fresh derive_more v0.99.17
56992024-04-30T20:58:17.719Z Fresh async-recursion v1.1.0
57002024-04-30T20:58:17.719Z Fresh pin-project-internal v1.1.3
57012024-04-30T20:58:17.719Z Fresh constant_time_eq v0.3.0
57022024-04-30T20:58:17.719Z Fresh pin-project v1.1.3
57032024-04-30T20:58:17.719Z Fresh nibble_vec v0.1.0
57042024-04-30T20:58:17.719Z Fresh fxhash v0.2.1
57052024-04-30T20:58:17.719Z Fresh endian-type v0.1.2
57062024-04-30T20:58:17.719Z Fresh diff v0.1.13
57072024-04-30T20:58:17.719Z Fresh radix_trie v0.2.1
57082024-04-30T20:58:17.719Z Fresh prettyplease v0.2.19
57092024-04-30T20:58:17.719Z Fresh crunchy v0.2.2
57102024-04-30T20:58:17.719Z Fresh memmap2 v0.7.1
57112024-04-30T20:58:17.719Z Fresh libefi-sys v0.1.0
57122024-04-30T20:58:17.719Z Fresh tiny-keccak v2.0.2
57132024-04-30T20:58:17.719Z Fresh buf-list v1.0.3
57142024-04-30T20:58:17.719Z Fresh blake3 v1.5.0
57152024-04-30T20:58:17.719Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57162024-04-30T20:58:17.719Z Fresh ascii-canvas v3.0.0
57172024-04-30T20:58:17.719Z Fresh gethostname v0.4.3
57182024-04-30T20:58:17.720Z Fresh ena v0.14.2
57192024-04-30T20:58:17.720Z Fresh libloading v0.7.4
57202024-04-30T20:58:17.720Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57212024-04-30T20:58:17.720Z Fresh topological-sort v0.2.2
57222024-04-30T20:58:17.720Z Fresh regex-syntax v0.6.29
57232024-04-30T20:58:17.720Z Fresh keccak v0.1.4
57242024-04-30T20:58:17.720Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
57252024-04-30T20:58:17.720Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57262024-04-30T20:58:17.720Z Fresh lalrpop v0.19.12
57272024-04-30T20:58:17.720Z Fresh omicron-zone-package v0.11.0
57282024-04-30T20:58:17.720Z Fresh sha3 v0.10.8
57292024-04-30T20:58:17.720Z Fresh clang-sys v1.6.1
57302024-04-30T20:58:17.720Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57312024-04-30T20:58:17.720Z Fresh cexpr v0.6.0
57322024-04-30T20:58:17.726Z Fresh which v4.4.0
57332024-04-30T20:58:17.727Z Fresh secrecy v0.8.0
57342024-04-30T20:58:17.727Z Fresh peeking_take_while v0.1.2
57352024-04-30T20:58:17.727Z Fresh lazycell v1.3.0
57362024-04-30T20:58:17.727Z Fresh rustc-hash v1.1.0
57372024-04-30T20:58:17.727Z Fresh shlex v1.3.0
57382024-04-30T20:58:17.727Z Fresh toolchain_find v0.4.0
57392024-04-30T20:58:17.727Z Fresh bindgen v0.69.2
57402024-04-30T20:58:17.727Z Fresh derive_builder_core v0.20.0
57412024-04-30T20:58:17.727Z Fresh ref-cast-impl v1.0.22
57422024-04-30T20:58:17.727Z Fresh signature v1.6.4
57432024-04-30T20:58:17.727Z Fresh maplit v1.0.2
57442024-04-30T20:58:17.727Z Fresh ed25519 v1.5.3
57452024-04-30T20:58:17.727Z Fresh ref-cast v1.0.22
57462024-04-30T20:58:17.727Z Fresh derive_builder_macro v0.20.0
57472024-04-30T20:58:17.727Z Fresh rustfmt-wrapper v0.2.1
57482024-04-30T20:58:17.727Z Fresh memoffset v0.7.1
57492024-04-30T20:58:17.727Z Fresh strum_macros v0.24.3
57502024-04-30T20:58:17.727Z Fresh snafu-derive v0.8.2
57512024-04-30T20:58:17.727Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57522024-04-30T20:58:17.727Z Fresh vte_generate_state_changes v0.1.1
57532024-04-30T20:58:17.727Z Fresh indoc v1.0.9
57542024-04-30T20:58:17.731Z Fresh snafu v0.8.2
57552024-04-30T20:58:17.731Z Fresh polar-core v0.27.3
57562024-04-30T20:58:17.731Z Fresh vte v0.11.1
57572024-04-30T20:58:17.731Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57582024-04-30T20:58:17.731Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
57592024-04-30T20:58:17.731Z Fresh derive_builder v0.20.0
57602024-04-30T20:58:17.731Z Fresh platforms v3.0.2
57612024-04-30T20:58:17.731Z Fresh libxml v0.3.3
57622024-04-30T20:58:17.731Z Fresh salty v0.2.0
57632024-04-30T20:58:17.732Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57642024-04-30T20:58:17.732Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
57652024-04-30T20:58:17.732Z Fresh globset v0.4.13
57662024-04-30T20:58:17.732Z Fresh const_format_proc_macros v0.2.32
57672024-04-30T20:58:17.732Z Fresh bb8 v0.8.3
57682024-04-30T20:58:17.732Z Fresh fd-lock v4.0.2
57692024-04-30T20:58:17.732Z Fresh olpc-cjson v0.1.3
57702024-04-30T20:58:17.732Z Fresh quick-xml v0.31.0
57712024-04-30T20:58:17.732Z Fresh serde-big-array v0.4.1
57722024-04-30T20:58:17.732Z Fresh serde-big-array v0.5.1
57732024-04-30T20:58:17.732Z Fresh serde_plain v1.0.2
57742024-04-30T20:58:17.732Z Fresh impl-trait-for-tuples v0.2.2
57752024-04-30T20:58:17.732Z Fresh oso-derive v0.27.3
57762024-04-30T20:58:17.732Z Fresh cfg_aliases v0.1.1
57772024-04-30T20:58:17.732Z Fresh typed-path v0.7.0
57782024-04-30T20:58:17.732Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
57792024-04-30T20:58:17.732Z Fresh samael v0.0.15
57802024-04-30T20:58:17.732Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
57812024-04-30T20:58:17.732Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
57822024-04-30T20:58:17.732Z Fresh tough v0.17.1
57832024-04-30T20:58:17.732Z Fresh oso v0.27.3
57842024-04-30T20:58:17.732Z Fresh const_format v0.2.32
57852024-04-30T20:58:17.732Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
57862024-04-30T20:58:17.733Z Fresh parking_lot_core v0.8.6
57872024-04-30T20:58:17.733Z Fresh cookie v0.18.1
57882024-04-30T20:58:17.733Z Fresh fs-err v2.11.0
57892024-04-30T20:58:17.733Z Fresh strip-ansi-escapes v0.2.0
57902024-04-30T20:58:17.733Z Fresh signal-hook-tokio v0.3.1
57912024-04-30T20:58:17.733Z Fresh corncobs v0.1.3
57922024-04-30T20:58:17.733Z Fresh parse-size v1.0.0
57932024-04-30T20:58:17.733Z Fresh nu-ansi-term v0.50.0
57942024-04-30T20:58:17.733Z Fresh parking_lot v0.11.2
57952024-04-30T20:58:17.733Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
57962024-04-30T20:58:17.733Z Fresh reedline v0.31.0
57972024-04-30T20:58:17.733Z Fresh unicase v2.7.0
57982024-04-30T20:58:17.733Z Fresh trust-dns-client v0.22.0
57992024-04-30T20:58:17.733Z Fresh universal-hash v0.5.1
58002024-04-30T20:58:17.733Z Fresh toml v0.5.11
58012024-04-30T20:58:17.733Z Fresh curve25519-dalek-derive v0.1.0
58022024-04-30T20:58:17.733Z Fresh thiserror-impl-no-std v2.0.2
58032024-04-30T20:58:17.737Z Fresh opaque-debug v0.3.0
58042024-04-30T20:58:17.737Z Fresh trust-dns-server v0.22.1
58052024-04-30T20:58:17.737Z Fresh nix v0.28.0
58062024-04-30T20:58:17.737Z Fresh sled v0.34.7
58072024-04-30T20:58:17.737Z Fresh thiserror-no-std v2.0.2
58082024-04-30T20:58:17.737Z Fresh poly1305 v0.8.0
58092024-04-30T20:58:17.737Z Fresh curve25519-dalek v4.1.2
58102024-04-30T20:58:17.737Z Fresh peg-macros v0.8.2
58112024-04-30T20:58:17.737Z Fresh chacha20 v0.9.1
58122024-04-30T20:58:17.737Z Fresh aead v0.5.2
58132024-04-30T20:58:17.737Z Fresh kstat-rs v0.2.3
58142024-04-30T20:58:17.738Z Fresh sqlparser_derive v0.2.2
58152024-04-30T20:58:17.738Z Fresh nanorand v0.7.0
58162024-04-30T20:58:17.738Z Fresh unicode_categories v0.1.1
58172024-04-30T20:58:17.738Z Fresh vsss-rs v3.3.4
58182024-04-30T20:58:17.738Z Fresh peg v0.8.2
58192024-04-30T20:58:17.738Z Fresh sqlparser v0.45.0
58202024-04-30T20:58:17.738Z Fresh sqlformat v0.2.3
58212024-04-30T20:58:17.738Z Fresh flume v0.11.0
58222024-04-30T20:58:17.738Z Fresh chacha20poly1305 v0.10.1
58232024-04-30T20:58:17.738Z Fresh rustyline v14.0.0
58242024-04-30T20:58:17.738Z Fresh rand_seeder v0.2.3
58252024-04-30T20:58:17.738Z Fresh bcs v0.1.6
58262024-04-30T20:58:17.738Z Fresh highway v1.1.0
58272024-04-30T20:58:17.738Z Fresh portable-atomic v1.4.3
58282024-04-30T20:58:17.738Z Fresh mime_guess v2.0.4
58292024-04-30T20:58:17.738Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
58302024-04-30T20:58:17.738Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
58312024-04-30T20:58:17.738Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
58322024-04-30T20:58:17.738Z Fresh number_prefix v0.4.0
58332024-04-30T20:58:17.738Z Fresh http-range v0.1.5
58342024-04-30T20:58:17.738Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
58352024-04-30T20:58:17.738Z Fresh castaway v0.2.2
58362024-04-30T20:58:17.738Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58372024-04-30T20:58:17.738Z Fresh lru v0.12.1
58382024-04-30T20:58:17.739Z Fresh hyper-staticfile v0.9.5
58392024-04-30T20:58:17.739Z Fresh indicatif v0.17.8
58402024-04-30T20:58:17.739Z Fresh compact_str v0.7.1
58412024-04-30T20:58:17.739Z Fresh stability v0.2.0
58422024-04-30T20:58:17.739Z Fresh is_ci v1.2.0
58432024-04-30T20:58:17.739Z Fresh indoc v2.0.3
58442024-04-30T20:58:17.739Z Fresh assert_matches v1.5.0
58452024-04-30T20:58:17.739Z Fresh cassowary v0.3.0
58462024-04-30T20:58:17.739Z Fresh supports-color v3.0.0
58472024-04-30T20:58:17.739Z Fresh ratatui v0.26.2
58482024-04-30T20:58:17.739Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58492024-04-30T20:58:17.739Z Fresh rtoolbox v0.0.1
58502024-04-30T20:58:17.739Z Fresh unicode-linebreak v0.1.5
58512024-04-30T20:58:17.739Z Fresh smawk v0.3.1
58522024-04-30T20:58:17.739Z Fresh rpassword v7.3.1
58532024-04-30T20:58:17.739Z Fresh tui-tree-widget v0.19.0
58542024-04-30T20:58:17.739Z Fresh textwrap v0.16.1
58552024-04-30T20:58:17.739Z Fresh http-body v1.0.0
58562024-04-30T20:58:17.739Z Fresh shell-words v1.1.0
58572024-04-30T20:58:17.743Z Fresh tower-layer v0.3.2
58582024-04-30T20:58:17.743Z Fresh plotters-backend v0.3.5
58592024-04-30T20:58:17.743Z Fresh tower v0.4.13
58602024-04-30T20:58:17.743Z Fresh plotters-svg v0.3.5
58612024-04-30T20:58:17.743Z Fresh target-lexicon v0.12.13
58622024-04-30T20:58:17.743Z Fresh hyper v1.1.0
58632024-04-30T20:58:17.743Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58642024-04-30T20:58:17.743Z Fresh yansi v0.5.1
58652024-04-30T20:58:17.744Z Fresh cast v0.3.0
58662024-04-30T20:58:17.744Z Fresh guppy-workspace-hack v0.1.0
58672024-04-30T20:58:17.744Z Fresh criterion-plot v0.5.0
58682024-04-30T20:58:17.744Z Fresh pretty_assertions v1.4.0
58692024-04-30T20:58:17.744Z Fresh plotters v0.3.5
58702024-04-30T20:58:17.744Z Fresh doc-comment v0.3.3
58712024-04-30T20:58:17.744Z Fresh hyper-util v0.1.2
58722024-04-30T20:58:17.744Z Fresh cfg-expr v0.15.6
58732024-04-30T20:58:17.744Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
58742024-04-30T20:58:17.744Z Fresh rustls-native-certs v0.7.0
58752024-04-30T20:58:17.744Z Fresh httptest v0.15.5
58762024-04-30T20:58:17.744Z Fresh fatfs v0.3.6
58772024-04-30T20:58:17.744Z Fresh escape8259 v0.5.2
58782024-04-30T20:58:17.744Z Fresh tinytemplate v1.2.1
58792024-04-30T20:58:17.744Z Fresh threadpool v1.8.1
58802024-04-30T20:58:17.744Z Fresh cargo-platform v0.1.3
58812024-04-30T20:58:17.744Z Fresh anes v0.1.6
58822024-04-30T20:58:17.744Z Fresh oorandom v11.1.3
58832024-04-30T20:58:17.744Z Fresh constant_time_eq v0.2.6
58842024-04-30T20:58:17.744Z Fresh relative-path v1.9.0
58852024-04-30T20:58:17.744Z Fresh libtest-mimic v0.7.2
58862024-04-30T20:58:17.744Z Fresh cargo_metadata v0.18.1
58872024-04-30T20:58:17.744Z Fresh criterion v0.5.1
58882024-04-30T20:58:17.745Z Fresh rstest_macros v0.19.0
58892024-04-30T20:58:17.745Z Fresh blake2b_simd v1.0.1
58902024-04-30T20:58:17.745Z Fresh hyper-rustls v0.26.0
58912024-04-30T20:58:17.745Z Fresh assert_cmd v2.0.14
58922024-04-30T20:58:17.745Z Fresh target-spec v3.1.0
58932024-04-30T20:58:17.745Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
58942024-04-30T20:58:17.745Z Fresh pathdiff v0.2.1
58952024-04-30T20:58:17.745Z Fresh fancy-regex v0.13.0
58962024-04-30T20:58:17.745Z Fresh nested v0.1.1
58972024-04-30T20:58:17.745Z Fresh futures-timer v3.0.2
58982024-04-30T20:58:17.750Z Fresh trybuild v1.0.91
58992024-04-30T20:58:17.750Z Fresh guppy v0.17.5
59002024-04-30T20:58:17.750Z Fresh rstest v0.19.0
59012024-04-30T20:58:17.750Z Fresh datatest-stable v0.2.9
59022024-04-30T20:58:17.750Z Fresh rust-argon2 v2.1.0
59032024-04-30T20:58:17.750Z Fresh partial-io v0.5.4
59042024-04-30T20:58:17.750Z Fresh similar-asserts v1.5.0
59052024-04-30T20:58:17.750Z Fresh approx v0.5.1
59062024-04-30T20:58:17.750Z Fresh hex-literal v0.4.1
59072024-04-30T20:58:17.750Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59082024-04-30T20:58:17.750Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59092024-04-30T20:58:17.750Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59102024-04-30T20:58:17.750Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
59112024-04-30T20:58:17.750Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59122024-04-30T20:58:17.750Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59132024-04-30T20:58:17.750Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59142024-04-30T20:58:17.750Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59152024-04-30T20:58:17.750Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59162024-04-30T20:58:17.750Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59172024-04-30T20:58:17.750Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59182024-04-30T20:58:17.751Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59192024-04-30T20:58:17.751Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59202024-04-30T20:58:17.751Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59212024-04-30T20:58:17.751Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
59222024-04-30T20:58:17.751Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59232024-04-30T20:58:17.751Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
59242024-04-30T20:58:17.751Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59252024-04-30T20:58:17.751Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59262024-04-30T20:58:17.751Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59272024-04-30T20:58:17.751Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59282024-04-30T20:58:17.751Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59292024-04-30T20:58:17.751Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59302024-04-30T20:58:17.751Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
59312024-04-30T20:58:17.751Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59322024-04-30T20:58:17.751Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59332024-04-30T20:58:17.751Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59342024-04-30T20:58:17.751Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59352024-04-30T20:58:17.751Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59362024-04-30T20:58:17.751Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59372024-04-30T20:58:17.751Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59382024-04-30T20:58:17.751Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59392024-04-30T20:58:17.751Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59402024-04-30T20:58:17.751Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59412024-04-30T20:58:17.751Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59422024-04-30T20:58:17.752Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59432024-04-30T20:58:17.752Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59442024-04-30T20:58:17.752Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
59452024-04-30T20:58:17.752Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59462024-04-30T20:58:17.752Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
59472024-04-30T20:58:17.752Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59482024-04-30T20:58:17.752Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59492024-04-30T20:58:17.752Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59502024-04-30T20:58:17.752Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59512024-04-30T20:58:17.752Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59522024-04-30T20:58:17.752Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59532024-04-30T20:58:17.752Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59542024-04-30T20:58:17.752Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59552024-04-30T20:58:17.752Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59562024-04-30T20:58:17.752Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59572024-04-30T20:58:17.752Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59582024-04-30T20:58:17.752Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59592024-04-30T20:58:17.752Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59602024-04-30T20:58:17.752Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59612024-04-30T20:58:17.752Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59622024-04-30T20:58:17.752Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59632024-04-30T20:58:17.752Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59642024-04-30T20:58:17.752Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59652024-04-30T20:58:17.752Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59662024-04-30T20:58:17.753Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59672024-04-30T20:58:17.753Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59682024-04-30T20:58:17.753Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59692024-04-30T20:58:17.753Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59702024-04-30T20:58:17.753Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59712024-04-30T20:58:17.753Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59722024-04-30T20:58:17.753Z Finished test [unoptimized + debuginfo] target(s) in 1.44s
59732024-04-30T20:58:17.789Z Doc-tests authz-macros
59742024-04-30T20:58:17.792Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ba4faa9ccae324c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59752024-04-30T20:58:18.059Z
59762024-04-30T20:58:18.059Zrunning 7 tests
59772024-04-30T20:58:18.062Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
59782024-04-30T20:58:18.063Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
59792024-04-30T20:58:18.063Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
59802024-04-30T20:58:18.063Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
59812024-04-30T20:58:18.063Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
59822024-04-30T20:58:18.063Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
59832024-04-30T20:58:18.063Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
59842024-04-30T20:58:18.063Z
59852024-04-30T20:58:18.063Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
59862024-04-30T20:58:18.063Z
59872024-04-30T20:58:18.067Z Doc-tests bootstore
59882024-04-30T20:58:18.070Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
59892024-04-30T20:58:18.666Z
59902024-04-30T20:58:18.666Zrunning 0 tests
59912024-04-30T20:58:18.666Z
59922024-04-30T20:58:18.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59932024-04-30T20:58:18.666Z
59942024-04-30T20:58:18.698Z Doc-tests bootstrap-agent-client
59952024-04-30T20:58:18.702Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
59962024-04-30T20:58:19.328Z
59972024-04-30T20:58:19.328Zrunning 0 tests
59982024-04-30T20:58:19.328Z
59992024-04-30T20:58:19.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60002024-04-30T20:58:19.328Z
60012024-04-30T20:58:19.356Z Doc-tests db-macros
60022024-04-30T20:58:19.356Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60032024-04-30T20:58:19.598Z
60042024-04-30T20:58:19.598Zrunning 4 tests
60052024-04-30T20:58:19.601Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
60062024-04-30T20:58:19.601Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
60072024-04-30T20:58:19.601Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
60082024-04-30T20:58:19.601Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
60092024-04-30T20:58:19.601Z
60102024-04-30T20:58:19.601Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
60112024-04-30T20:58:19.602Z
60122024-04-30T20:58:19.616Z Doc-tests dns-server
60132024-04-30T20:58:19.620Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60142024-04-30T20:58:19.917Z
60152024-04-30T20:58:19.917Zrunning 0 tests
60162024-04-30T20:58:19.917Z
60172024-04-30T20:58:19.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60182024-04-30T20:58:19.918Z
60192024-04-30T20:58:19.938Z Doc-tests dns-service-client
60202024-04-30T20:58:19.942Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib -C embed-bitcode=no -D warnings --error-format human`
60212024-04-30T20:58:20.182Z
60222024-04-30T20:58:20.182Zrunning 0 tests
60232024-04-30T20:58:20.182Z
60242024-04-30T20:58:20.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60252024-04-30T20:58:20.182Z
60262024-04-30T20:58:20.200Z Doc-tests dpd-client
60272024-04-30T20:58:20.203Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60282024-04-30T20:58:21.372Z
60292024-04-30T20:58:21.372Zrunning 0 tests
60302024-04-30T20:58:21.373Z
60312024-04-30T20:58:21.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60322024-04-30T20:58:21.373Z
60332024-04-30T20:58:21.409Z Doc-tests gateway-client
60342024-04-30T20:58:21.409Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60352024-04-30T20:58:22.341Z
60362024-04-30T20:58:22.342Zrunning 0 tests
60372024-04-30T20:58:22.342Z
60382024-04-30T20:58:22.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60392024-04-30T20:58:22.342Z
60402024-04-30T20:58:22.370Z Doc-tests gateway-test-utils
60412024-04-30T20:58:22.371Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60422024-04-30T20:58:22.692Z
60432024-04-30T20:58:22.692Zrunning 0 tests
60442024-04-30T20:58:22.692Z
60452024-04-30T20:58:22.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462024-04-30T20:58:22.696Z
60472024-04-30T20:58:22.716Z Doc-tests illumos-utils
60482024-04-30T20:58:22.729Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-01c1775a7136e659.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-4abf96a24e3c5a43.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-be39a25c71d776a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
60492024-04-30T20:58:24.401Z
60502024-04-30T20:58:24.402Zrunning 0 tests
60512024-04-30T20:58:24.402Z
60522024-04-30T20:58:24.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60532024-04-30T20:58:24.402Z
60542024-04-30T20:58:24.452Z Doc-tests installinator
60552024-04-30T20:58:24.456Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-21d81b23108f29d7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f201231575a33ca9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60562024-04-30T20:58:24.967Z
60572024-04-30T20:58:24.967Zrunning 0 tests
60582024-04-30T20:58:24.967Z
60592024-04-30T20:58:24.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60602024-04-30T20:58:24.967Z
60612024-04-30T20:58:24.995Z Doc-tests installinator-artifact-client
60622024-04-30T20:58:24.995Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60632024-04-30T20:58:25.843Z
60642024-04-30T20:58:25.843Zrunning 0 tests
60652024-04-30T20:58:25.843Z
60662024-04-30T20:58:25.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60672024-04-30T20:58:25.843Z
60682024-04-30T20:58:25.864Z Doc-tests installinator-artifactd
60692024-04-30T20:58:25.864Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60702024-04-30T20:58:26.129Z
60712024-04-30T20:58:26.129Zrunning 0 tests
60722024-04-30T20:58:26.129Z
60732024-04-30T20:58:26.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60742024-04-30T20:58:26.130Z
60752024-04-30T20:58:26.159Z Doc-tests installinator-common
60762024-04-30T20:58:26.159Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib -C embed-bitcode=no -D warnings --error-format human`
60772024-04-30T20:58:26.519Z
60782024-04-30T20:58:26.519Zrunning 0 tests
60792024-04-30T20:58:26.519Z
60802024-04-30T20:58:26.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60812024-04-30T20:58:26.519Z
60822024-04-30T20:58:26.543Z Doc-tests internal-dns
60832024-04-30T20:58:26.547Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
60842024-04-30T20:58:26.794Z
60852024-04-30T20:58:26.795Zrunning 0 tests
60862024-04-30T20:58:26.795Z
60872024-04-30T20:58:26.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60882024-04-30T20:58:26.795Z
60892024-04-30T20:58:26.806Z Doc-tests ipcc
60902024-04-30T20:58:26.806Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
60912024-04-30T20:58:27.033Z
60922024-04-30T20:58:27.033Zrunning 0 tests
60932024-04-30T20:58:27.033Z
60942024-04-30T20:58:27.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60952024-04-30T20:58:27.033Z
60962024-04-30T20:58:27.062Z Doc-tests key-manager
60972024-04-30T20:58:27.062Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -C embed-bitcode=no -D warnings --error-format human`
60982024-04-30T20:58:27.259Z
60992024-04-30T20:58:27.259Zrunning 0 tests
61002024-04-30T20:58:27.259Z
61012024-04-30T20:58:27.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022024-04-30T20:58:27.259Z
61032024-04-30T20:58:27.278Z Doc-tests nexus-client
61042024-04-30T20:58:27.283Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
61052024-04-30T20:58:32.321Z
61062024-04-30T20:58:32.321Zrunning 0 tests
61072024-04-30T20:58:32.321Z
61082024-04-30T20:58:32.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61092024-04-30T20:58:32.321Z
61102024-04-30T20:58:32.377Z Doc-tests nexus-config
61112024-04-30T20:58:32.377Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
61122024-04-30T20:58:32.377Z
61132024-04-30T20:58:32.377Zrunning 0 tests
61142024-04-30T20:58:32.377Z
61152024-04-30T20:58:32.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162024-04-30T20:58:32.377Z
61172024-04-30T20:58:32.377Z Doc-tests nexus-db-model
61182024-04-30T20:58:32.377Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61192024-04-30T20:58:38.976Z
61202024-04-30T20:58:38.977Zrunning 2 tests
61212024-04-30T20:58:41.142Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
61222024-04-30T20:58:41.145Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
61232024-04-30T20:58:41.145Z
61242024-04-30T20:58:41.145Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.16s
61252024-04-30T20:58:41.145Z
61262024-04-30T20:58:41.307Z Doc-tests nexus-db-queries
61272024-04-30T20:58:41.311Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ba4faa9ccae324c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-815d8b34a711b8b9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c73e5eecdc6c40ad.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61282024-04-30T20:58:43.171Z
61292024-04-30T20:58:43.171Zrunning 2 tests
61302024-04-30T20:58:43.175Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
61312024-04-30T20:58:45.878Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
61322024-04-30T20:58:45.878Z
61332024-04-30T20:58:45.878Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.71s
61342024-04-30T20:58:45.878Z
61352024-04-30T20:58:45.945Z Doc-tests nexus-defaults
61362024-04-30T20:58:45.945Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib -C embed-bitcode=no -D warnings --error-format human`
61372024-04-30T20:58:46.134Z
61382024-04-30T20:58:46.134Zrunning 0 tests
61392024-04-30T20:58:46.134Z
61402024-04-30T20:58:46.134Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61412024-04-30T20:58:46.134Z
61422024-04-30T20:58:46.151Z Doc-tests nexus-inventory
61432024-04-30T20:58:46.155Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
61442024-04-30T20:58:46.415Z
61452024-04-30T20:58:46.415Zrunning 0 tests
61462024-04-30T20:58:46.415Z
61472024-04-30T20:58:46.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482024-04-30T20:58:46.415Z
61492024-04-30T20:58:46.440Z Doc-tests nexus-macros-common
61502024-04-30T20:58:46.440Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib -C embed-bitcode=no -D warnings --error-format human`
61512024-04-30T20:58:46.510Z
61522024-04-30T20:58:46.510Zrunning 0 tests
61532024-04-30T20:58:46.510Z
61542024-04-30T20:58:46.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552024-04-30T20:58:46.510Z
61562024-04-30T20:58:46.926Z Doc-tests nexus-metrics-producer-gc
61572024-04-30T20:58:46.931Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61582024-04-30T20:58:46.931Z
61592024-04-30T20:58:46.931Zrunning 0 tests
61602024-04-30T20:58:46.931Z
61612024-04-30T20:58:46.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622024-04-30T20:58:46.931Z
61632024-04-30T20:58:46.936Z Doc-tests nexus-networking
61642024-04-30T20:58:46.936Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
61652024-04-30T20:58:47.256Z
61662024-04-30T20:58:47.256Zrunning 0 tests
61672024-04-30T20:58:47.256Z
61682024-04-30T20:58:47.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692024-04-30T20:58:47.256Z
61702024-04-30T20:58:47.285Z Doc-tests nexus-reconfigurator-execution
61712024-04-30T20:58:47.294Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61722024-04-30T20:58:47.640Z
61732024-04-30T20:58:47.640Zrunning 0 tests
61742024-04-30T20:58:47.640Z
61752024-04-30T20:58:47.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61762024-04-30T20:58:47.641Z
61772024-04-30T20:58:47.668Z Doc-tests nexus-reconfigurator-planning
61782024-04-30T20:58:47.673Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
61792024-04-30T20:58:47.982Z
61802024-04-30T20:58:47.983Zrunning 0 tests
61812024-04-30T20:58:47.983Z
61822024-04-30T20:58:47.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61832024-04-30T20:58:47.983Z
61842024-04-30T20:58:48.007Z Doc-tests nexus-reconfigurator-preparation
61852024-04-30T20:58:48.010Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib -C embed-bitcode=no -D warnings --error-format human`
61862024-04-30T20:58:48.717Z
61872024-04-30T20:58:48.717Zrunning 0 tests
61882024-04-30T20:58:48.717Z
61892024-04-30T20:58:48.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61902024-04-30T20:58:48.717Z
61912024-04-30T20:58:48.723Z Doc-tests nexus-types
61922024-04-30T20:58:48.723Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
61932024-04-30T20:58:50.919Z
61942024-04-30T20:58:50.919Zrunning 0 tests
61952024-04-30T20:58:50.919Z
61962024-04-30T20:58:50.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61972024-04-30T20:58:50.919Z
61982024-04-30T20:58:50.986Z Doc-tests omicron-certificates
61992024-04-30T20:58:50.986Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib -C embed-bitcode=no -D warnings --error-format human`
62002024-04-30T20:58:51.203Z
62012024-04-30T20:58:51.203Zrunning 0 tests
62022024-04-30T20:58:51.203Z
62032024-04-30T20:58:51.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62042024-04-30T20:58:51.204Z
62052024-04-30T20:58:51.220Z Doc-tests omicron-common
62062024-04-30T20:58:51.230Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
62072024-04-30T20:58:53.096Z
62082024-04-30T20:58:53.096Zrunning 2 tests
62092024-04-30T20:58:53.096Ztest common/src/lib.rs - FileKv (line 58) ... ignored
62102024-04-30T20:58:57.162Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
62112024-04-30T20:58:57.162Z
62122024-04-30T20:58:57.165Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.38s
62132024-04-30T20:58:57.165Z
62142024-04-30T20:58:57.211Z Doc-tests omicron-ddm-admin-client
62152024-04-30T20:58:57.214Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-dccbd8c2b2a063ae.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
62162024-04-30T20:58:57.449Z
62172024-04-30T20:58:57.449Zrunning 0 tests
62182024-04-30T20:58:57.449Z
62192024-04-30T20:58:57.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62202024-04-30T20:58:57.449Z
62212024-04-30T20:58:57.471Z Doc-tests omicron-gateway
62222024-04-30T20:58:57.483Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
62232024-04-30T20:58:58.405Z
62242024-04-30T20:58:58.405Zrunning 0 tests
62252024-04-30T20:58:58.405Z
62262024-04-30T20:58:58.405Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62272024-04-30T20:58:58.405Z
62282024-04-30T20:58:58.437Z Doc-tests omicron-nexus
62292024-04-30T20:58:58.449Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5707cebfc52b2da3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a863be79f1068452.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-015ddbc1d0548994.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62302024-04-30T20:59:00.879Z
62312024-04-30T20:59:00.879Zrunning 5 tests
62322024-04-30T20:59:01.065Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
62332024-04-30T20:59:04.134Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
62342024-04-30T20:59:04.138Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 775) ... ok
62352024-04-30T20:59:04.138Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 711) ... ok
62362024-04-30T20:59:04.138Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 733) ... ok
62372024-04-30T20:59:04.138Z
62382024-04-30T20:59:04.138Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.26s
62392024-04-30T20:59:04.138Z
62402024-04-30T20:59:04.207Z Doc-tests omicron-package
62412024-04-30T20:59:04.211Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f071a89a4774b5a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -C embed-bitcode=no -D warnings --error-format human`
62422024-04-30T20:59:04.393Z
62432024-04-30T20:59:04.393Zrunning 0 tests
62442024-04-30T20:59:04.393Z
62452024-04-30T20:59:04.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462024-04-30T20:59:04.394Z
62472024-04-30T20:59:04.407Z Doc-tests omicron-passwords
62482024-04-30T20:59:04.410Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5ce3ce6a0c06be68.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0d3cfb41541b1e88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib -C embed-bitcode=no -D warnings --error-format human`
62492024-04-30T20:59:04.511Z
62502024-04-30T20:59:04.512Zrunning 0 tests
62512024-04-30T20:59:04.512Z
62522024-04-30T20:59:04.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62532024-04-30T20:59:04.512Z
62542024-04-30T20:59:04.524Z Doc-tests omicron-rpaths
62552024-04-30T20:59:04.524Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib -C embed-bitcode=no -D warnings --error-format human`
62562024-04-30T20:59:04.586Z
62572024-04-30T20:59:04.586Zrunning 0 tests
62582024-04-30T20:59:04.586Z
62592024-04-30T20:59:04.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62602024-04-30T20:59:04.587Z
62612024-04-30T20:59:04.593Z Doc-tests omicron-sled-agent
62622024-04-30T20:59:04.598Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5674e62a6850cbc8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8a2d87a5f6c14cc7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b9ce8f7e8b6e24a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b4f15c172fb3b15b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2aa8df73427f57aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -C embed-bitcode=no -D warnings --error-format human`
62632024-04-30T20:59:07.041Z
62642024-04-30T20:59:07.041Zrunning 0 tests
62652024-04-30T20:59:07.041Z
62662024-04-30T20:59:07.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62672024-04-30T20:59:07.041Z
62682024-04-30T20:59:07.106Z Doc-tests omicron-test-utils
62692024-04-30T20:59:07.106Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
62702024-04-30T20:59:07.410Z
62712024-04-30T20:59:07.410Zrunning 0 tests
62722024-04-30T20:59:07.410Z
62732024-04-30T20:59:07.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62742024-04-30T20:59:07.410Z
62752024-04-30T20:59:07.433Z Doc-tests omicron-uuid-kinds
62762024-04-30T20:59:07.436Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human`
62772024-04-30T20:59:07.521Z
62782024-04-30T20:59:07.521Zrunning 0 tests
62792024-04-30T20:59:07.521Z
62802024-04-30T20:59:07.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62812024-04-30T20:59:07.521Z
62822024-04-30T20:59:07.531Z Doc-tests oxide-client
62832024-04-30T20:59:07.535Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
62842024-04-30T20:59:12.213Z
62852024-04-30T20:59:12.213Zrunning 183 tests
62862024-04-30T20:59:12.219Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
62872024-04-30T20:59:12.224Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
62882024-04-30T20:59:12.224Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
62892024-04-30T20:59:12.224Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
62902024-04-30T20:59:12.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
62912024-04-30T20:59:12.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
62922024-04-30T20:59:12.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
62932024-04-30T20:59:12.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
62942024-04-30T20:59:12.228Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
62952024-04-30T20:59:12.228Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
62962024-04-30T20:59:12.232Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
62972024-04-30T20:59:12.232Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
62982024-04-30T20:59:12.232Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
62992024-04-30T20:59:12.232Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
63002024-04-30T20:59:12.236Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
63012024-04-30T20:59:12.236Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
63022024-04-30T20:59:12.236Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63032024-04-30T20:59:12.236Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63042024-04-30T20:59:12.239Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63052024-04-30T20:59:12.240Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63062024-04-30T20:59:12.240Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
63072024-04-30T20:59:12.240Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
63082024-04-30T20:59:12.243Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
63092024-04-30T20:59:12.243Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
63102024-04-30T20:59:12.243Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63112024-04-30T20:59:12.243Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63122024-04-30T20:59:12.247Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63132024-04-30T20:59:12.247Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63142024-04-30T20:59:12.247Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63152024-04-30T20:59:12.247Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63162024-04-30T20:59:12.251Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63172024-04-30T20:59:12.251Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63182024-04-30T20:59:12.251Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63192024-04-30T20:59:12.251Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63202024-04-30T20:59:12.255Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63212024-04-30T20:59:12.255Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
63222024-04-30T20:59:12.255Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
63232024-04-30T20:59:12.255Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63242024-04-30T20:59:12.259Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63252024-04-30T20:59:12.259Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63262024-04-30T20:59:12.259Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63272024-04-30T20:59:12.259Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63282024-04-30T20:59:12.259Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63292024-04-30T20:59:12.262Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63302024-04-30T20:59:12.262Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63312024-04-30T20:59:12.262Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63322024-04-30T20:59:12.263Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
63332024-04-30T20:59:12.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
63342024-04-30T20:59:12.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
63352024-04-30T20:59:12.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
63362024-04-30T20:59:12.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
63372024-04-30T20:59:12.270Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
63382024-04-30T20:59:12.270Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
63392024-04-30T20:59:12.270Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
63402024-04-30T20:59:12.270Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
63412024-04-30T20:59:12.270Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
63422024-04-30T20:59:12.274Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
63432024-04-30T20:59:12.274Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
63442024-04-30T20:59:12.274Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
63452024-04-30T20:59:12.274Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
63462024-04-30T20:59:12.278Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
63472024-04-30T20:59:12.278Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
63482024-04-30T20:59:12.278Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
63492024-04-30T20:59:12.278Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
63502024-04-30T20:59:12.278Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
63512024-04-30T20:59:12.283Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
63522024-04-30T20:59:12.283Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
63532024-04-30T20:59:12.284Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
63542024-04-30T20:59:12.284Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
63552024-04-30T20:59:12.284Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
63562024-04-30T20:59:12.287Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
63572024-04-30T20:59:12.287Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
63582024-04-30T20:59:12.288Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
63592024-04-30T20:59:12.288Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
63602024-04-30T20:59:12.288Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
63612024-04-30T20:59:12.288Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
63622024-04-30T20:59:12.288Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
63632024-04-30T20:59:12.291Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
63642024-04-30T20:59:12.291Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
63652024-04-30T20:59:12.291Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
63662024-04-30T20:59:12.291Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
63672024-04-30T20:59:12.297Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
63682024-04-30T20:59:12.297Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
63692024-04-30T20:59:12.298Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
63702024-04-30T20:59:12.298Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
63712024-04-30T20:59:12.298Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
63722024-04-30T20:59:12.301Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
63732024-04-30T20:59:12.301Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
63742024-04-30T20:59:12.301Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
63752024-04-30T20:59:12.302Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
63762024-04-30T20:59:12.302Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
63772024-04-30T20:59:12.302Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
63782024-04-30T20:59:12.302Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
63792024-04-30T20:59:12.302Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
63802024-04-30T20:59:12.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
63812024-04-30T20:59:12.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
63822024-04-30T20:59:12.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
63832024-04-30T20:59:12.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
63842024-04-30T20:59:12.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
63852024-04-30T20:59:12.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
63862024-04-30T20:59:12.311Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
63872024-04-30T20:59:12.311Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
63882024-04-30T20:59:12.311Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
63892024-04-30T20:59:12.311Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
63902024-04-30T20:59:12.311Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
63912024-04-30T20:59:12.315Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
63922024-04-30T20:59:12.315Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
63932024-04-30T20:59:12.315Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
63942024-04-30T20:59:12.315Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
63952024-04-30T20:59:12.315Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
63962024-04-30T20:59:12.319Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
63972024-04-30T20:59:12.319Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
63982024-04-30T20:59:12.319Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
63992024-04-30T20:59:12.319Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
64002024-04-30T20:59:12.319Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64012024-04-30T20:59:12.324Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64022024-04-30T20:59:12.324Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64032024-04-30T20:59:12.324Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
64042024-04-30T20:59:12.324Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
64052024-04-30T20:59:12.325Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
64062024-04-30T20:59:12.328Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
64072024-04-30T20:59:12.328Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64082024-04-30T20:59:12.329Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
64092024-04-30T20:59:12.329Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64102024-04-30T20:59:12.329Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64112024-04-30T20:59:12.329Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64122024-04-30T20:59:12.332Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64132024-04-30T20:59:12.332Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64142024-04-30T20:59:12.332Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
64152024-04-30T20:59:12.333Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
64162024-04-30T20:59:12.333Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
64172024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64182024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64192024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64202024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64212024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64222024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64232024-04-30T20:59:12.338Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64242024-04-30T20:59:12.342Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64252024-04-30T20:59:12.342Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64262024-04-30T20:59:12.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64272024-04-30T20:59:12.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64282024-04-30T20:59:12.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64292024-04-30T20:59:12.347Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64302024-04-30T20:59:12.347Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64312024-04-30T20:59:12.347Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64322024-04-30T20:59:12.347Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64332024-04-30T20:59:12.347Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64342024-04-30T20:59:12.351Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64352024-04-30T20:59:12.351Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64362024-04-30T20:59:12.351Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64372024-04-30T20:59:12.351Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64382024-04-30T20:59:12.351Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64392024-04-30T20:59:12.351Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64402024-04-30T20:59:12.355Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64412024-04-30T20:59:12.355Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
64422024-04-30T20:59:12.355Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64432024-04-30T20:59:12.355Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64442024-04-30T20:59:12.359Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64452024-04-30T20:59:12.359Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
64462024-04-30T20:59:12.359Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
64472024-04-30T20:59:12.359Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64482024-04-30T20:59:12.359Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64492024-04-30T20:59:12.363Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
64502024-04-30T20:59:12.363Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
64512024-04-30T20:59:12.363Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64522024-04-30T20:59:12.363Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
64532024-04-30T20:59:12.363Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64542024-04-30T20:59:12.366Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64552024-04-30T20:59:12.366Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
64562024-04-30T20:59:12.366Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64572024-04-30T20:59:12.366Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64582024-04-30T20:59:12.371Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
64592024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
64602024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
64612024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
64622024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
64632024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
64642024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
64652024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
64662024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
64672024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
64682024-04-30T20:59:12.372Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
64692024-04-30T20:59:12.372Z
64702024-04-30T20:59:12.372Ztest result: ok. 0 passed; 0 failed; 183 ignored; 0 measured; 0 filtered out; finished in 0.16s
64712024-04-30T20:59:12.372Z
64722024-04-30T20:59:12.492Z Doc-tests oximeter
64732024-04-30T20:59:12.492Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-57a04a4b1f9f4947.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-496053ebf36ff05a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
64742024-04-30T20:59:13.032Z
64752024-04-30T20:59:13.033Zrunning 8 tests
64762024-04-30T20:59:13.640Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
64772024-04-30T20:59:13.732Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
64782024-04-30T20:59:14.435Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
64792024-04-30T20:59:19.290Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
64802024-04-30T20:59:19.290Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 602) ... ok
64812024-04-30T20:59:19.291Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
64822024-04-30T20:59:19.291Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
64832024-04-30T20:59:19.291Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
64842024-04-30T20:59:19.291Z
64852024-04-30T20:59:19.291Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.14s
64862024-04-30T20:59:19.291Z
64872024-04-30T20:59:19.291Z Doc-tests oximeter-client
64882024-04-30T20:59:19.291Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
64892024-04-30T20:59:19.476Z
64902024-04-30T20:59:19.476Zrunning 0 tests
64912024-04-30T20:59:19.476Z
64922024-04-30T20:59:19.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64932024-04-30T20:59:19.476Z
64942024-04-30T20:59:19.496Z Doc-tests oximeter-collector
64952024-04-30T20:59:19.506Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
64962024-04-30T20:59:19.903Z
64972024-04-30T20:59:19.903Zrunning 0 tests
64982024-04-30T20:59:19.903Z
64992024-04-30T20:59:19.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65002024-04-30T20:59:19.903Z
65012024-04-30T20:59:19.930Z Doc-tests oximeter-db
65022024-04-30T20:59:19.933Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -D warnings --error-format human`
65032024-04-30T20:59:21.148Z
65042024-04-30T20:59:21.148Zrunning 3 tests
65052024-04-30T20:59:21.158Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 260) ... ignored
65062024-04-30T20:59:21.158Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 274) ... ignored
65072024-04-30T20:59:21.158Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
65082024-04-30T20:59:21.159Z
65092024-04-30T20:59:21.159Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65102024-04-30T20:59:21.159Z
65112024-04-30T20:59:21.183Z Doc-tests oximeter-instruments
65122024-04-30T20:59:21.183Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-25058401423af0e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
65132024-04-30T20:59:21.475Z
65142024-04-30T20:59:21.475Zrunning 0 tests
65152024-04-30T20:59:21.475Z
65162024-04-30T20:59:21.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65172024-04-30T20:59:21.475Z
65182024-04-30T20:59:21.496Z Doc-tests oximeter-macro-impl
65192024-04-30T20:59:21.497Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65202024-04-30T20:59:21.571Z
65212024-04-30T20:59:21.571Zrunning 0 tests
65222024-04-30T20:59:21.571Z
65232024-04-30T20:59:21.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65242024-04-30T20:59:21.571Z
65252024-04-30T20:59:21.580Z Doc-tests oximeter-producer
65262024-04-30T20:59:21.586Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
65272024-04-30T20:59:21.876Z
65282024-04-30T20:59:21.876Zrunning 0 tests
65292024-04-30T20:59:21.876Z
65302024-04-30T20:59:21.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65312024-04-30T20:59:21.877Z
65322024-04-30T20:59:22.340Z Doc-tests oxlog
65332024-04-30T20:59:22.340Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
65342024-04-30T20:59:22.340Z
65352024-04-30T20:59:22.340Zrunning 0 tests
65362024-04-30T20:59:22.340Z
65372024-04-30T20:59:22.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65382024-04-30T20:59:22.340Z
65392024-04-30T20:59:22.340Z Doc-tests sled-agent-client
65402024-04-30T20:59:22.340Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
65412024-04-30T20:59:23.740Z
65422024-04-30T20:59:23.741Zrunning 0 tests
65432024-04-30T20:59:23.741Z
65442024-04-30T20:59:23.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65452024-04-30T20:59:23.741Z
65462024-04-30T20:59:23.777Z Doc-tests sled-hardware
65472024-04-30T20:59:23.782Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b53ec134020bd64d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-377c6e698c4d0221.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
65482024-04-30T20:59:24.120Z
65492024-04-30T20:59:24.121Zrunning 0 tests
65502024-04-30T20:59:24.121Z
65512024-04-30T20:59:24.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65522024-04-30T20:59:24.121Z
65532024-04-30T20:59:24.127Z Doc-tests sled-hardware-types
65542024-04-30T20:59:24.127Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib -C embed-bitcode=no -D warnings --error-format human`
65552024-04-30T20:59:24.370Z
65562024-04-30T20:59:24.370Zrunning 0 tests
65572024-04-30T20:59:24.370Z
65582024-04-30T20:59:24.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65592024-04-30T20:59:24.370Z
65602024-04-30T20:59:24.391Z Doc-tests sled-storage
65612024-04-30T20:59:24.394Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4bfd4e9e4f3bef37.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-743309308fe47d24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
65622024-04-30T20:59:24.817Z
65632024-04-30T20:59:24.817Zrunning 0 tests
65642024-04-30T20:59:24.817Z
65652024-04-30T20:59:24.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65662024-04-30T20:59:24.817Z
65672024-04-30T20:59:24.843Z Doc-tests sp-sim
65682024-04-30T20:59:24.847Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-98101bb4d34dc630.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7c779ae2fe8d9891.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -C embed-bitcode=no -D warnings --error-format human`
65692024-04-30T20:59:25.314Z
65702024-04-30T20:59:25.314Zrunning 0 tests
65712024-04-30T20:59:25.314Z
65722024-04-30T20:59:25.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65732024-04-30T20:59:25.315Z
65742024-04-30T20:59:25.339Z Doc-tests tufaceous
65752024-04-30T20:59:25.343Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -C embed-bitcode=no -D warnings --error-format human`
65762024-04-30T20:59:25.608Z
65772024-04-30T20:59:25.609Zrunning 0 tests
65782024-04-30T20:59:25.609Z
65792024-04-30T20:59:25.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65802024-04-30T20:59:25.609Z
65812024-04-30T20:59:25.630Z Doc-tests tufaceous-lib
65822024-04-30T20:59:25.633Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -C embed-bitcode=no -D warnings --error-format human`
65832024-04-30T20:59:26.020Z
65842024-04-30T20:59:26.020Zrunning 0 tests
65852024-04-30T20:59:26.020Z
65862024-04-30T20:59:26.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65872024-04-30T20:59:26.020Z
65882024-04-30T20:59:26.043Z Doc-tests typed-rng
65892024-04-30T20:59:26.044Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
65902024-04-30T20:59:26.116Z
65912024-04-30T20:59:26.116Zrunning 0 tests
65922024-04-30T20:59:26.116Z
65932024-04-30T20:59:26.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65942024-04-30T20:59:26.116Z
65952024-04-30T20:59:26.124Z Doc-tests update-common
65962024-04-30T20:59:26.127Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib -C embed-bitcode=no -D warnings --error-format human`
65972024-04-30T20:59:26.405Z
65982024-04-30T20:59:26.405Zrunning 0 tests
65992024-04-30T20:59:26.405Z
66002024-04-30T20:59:26.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66012024-04-30T20:59:26.406Z
66022024-04-30T20:59:26.428Z Doc-tests update-engine
66032024-04-30T20:59:26.432Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a0265174491e9bb7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -C embed-bitcode=no -D warnings --error-format human`
66042024-04-30T20:59:26.903Z
66052024-04-30T20:59:26.903Zrunning 3 tests
66062024-04-30T20:59:26.908Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66072024-04-30T20:59:26.908Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66082024-04-30T20:59:26.908Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66092024-04-30T20:59:26.908Z
66102024-04-30T20:59:26.908Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66112024-04-30T20:59:26.908Z
66122024-04-30T20:59:26.929Z Doc-tests wicket
66132024-04-30T20:59:26.932Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -C embed-bitcode=no -D warnings --error-format human`
66142024-04-30T20:59:27.640Z
66152024-04-30T20:59:27.640Zrunning 0 tests
66162024-04-30T20:59:27.640Z
66172024-04-30T20:59:27.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66182024-04-30T20:59:27.640Z
66192024-04-30T20:59:27.678Z Doc-tests wicket-common
66202024-04-30T20:59:27.692Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib -C embed-bitcode=no -D warnings --error-format human`
66212024-04-30T20:59:28.002Z
66222024-04-30T20:59:28.002Zrunning 0 tests
66232024-04-30T20:59:28.002Z
66242024-04-30T20:59:28.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66252024-04-30T20:59:28.002Z
66262024-04-30T20:59:28.024Z Doc-tests wicket-dbg
66272024-04-30T20:59:28.028Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-85e937fece3321e6.rlib -C embed-bitcode=no -D warnings --error-format human`
66282024-04-30T20:59:28.321Z
66292024-04-30T20:59:28.321Zrunning 0 tests
66302024-04-30T20:59:28.321Z
66312024-04-30T20:59:28.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66322024-04-30T20:59:28.321Z
66332024-04-30T20:59:28.343Z Doc-tests wicketd
66342024-04-30T20:59:28.349Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a907582ad539eaa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-07a5efcba18c4fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4ff9c0e8c6d59756.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-21d81b23108f29d7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-b5d1165d53c9a19f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5b57315953764755.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1c64a6fe0683c28e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f0feb23ffd19f312.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-00b0bd5f6384f68e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-886e66fdad9df0b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib -C embed-bitcode=no -D warnings --error-format human`
66352024-04-30T20:59:29.161Z
66362024-04-30T20:59:29.161Zrunning 0 tests
66372024-04-30T20:59:29.161Z
66382024-04-30T20:59:29.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66392024-04-30T20:59:29.161Z
66402024-04-30T20:59:29.197Z Doc-tests wicketd-client
66412024-04-30T20:59:29.205Z Running `/home/build/.rustup/toolchains/1.77.2-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/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a5ebc98e19998971.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-dec9e7ec25f5e705.rlib -C embed-bitcode=no -D warnings --error-format human`
66422024-04-30T20:59:30.809Z
66432024-04-30T20:59:30.809Zrunning 0 tests
66442024-04-30T20:59:30.809Z
66452024-04-30T20:59:30.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66462024-04-30T20:59:30.809Z
66472024-04-30T20:59:30.886Z
66482024-04-30T20:59:30.886Zreal 1:14.620506403
66492024-04-30T20:59:30.886Zuser 1:09.587882208
66502024-04-30T20:59:30.886Zsys 34.658689394
66512024-04-30T20:59:30.886Ztrap 0.009163885
66522024-04-30T20:59:30.886Ztflt 0.736675535
66532024-04-30T20:59:30.890Zdflt 3.216671891
66542024-04-30T20:59:30.890Zkflt 0.002515519
66552024-04-30T20:59:30.890Zlock 54.534126396
66562024-04-30T20:59:30.890Zslp 7:02.637545187
66572024-04-30T20:59:30.891Zlat 0.434312987
66582024-04-30T20:59:30.891Zstop 5.138506103
66592024-04-30T20:59:30.894Zfiles in /var/tmp/omicron_tmp (none expected on success):
66602024-04-30T20:59:30.897Z164782 11 drwxr-xr-x 2 build build 2 Apr 30 20:59 /var/tmp/omicron_tmp
66612024-04-30T20:59:31.675Zprocess exited: duration 3374995 ms, exit code 0
 
66622024-04-30T20:59:31.688Zfound 1 output files
66632024-04-30T20:59:31.688Zuploading: /work/crate-build-timings.json (506502 bytes)
66642024-04-30T20:59:32.731Zuploaded: /work/crate-build-timings.json