01HWRFZHPNZ1QHRN27WDWHZ3SQ: 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: 01HWRG16DRWE6QW7DT8JZNXZZZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-30T21:56:55.945Zjob assigned to worker 01HWRG1C2MBJT9H16TGK8B0R3D (queued for 2 m 21 s)
 
22024-04-30T21:57:03.150Zstarting task 0: "setup"
32024-04-30T21:57:03.211Z++ uname -s
42024-04-30T21:57:03.252Z+ kern=SunOS
52024-04-30T21:57:03.252Z+ case "$kern" in
62024-04-30T21:57:03.253Z+ groupadd -g 12345 build
72024-04-30T21:57:03.253Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-30T21:57:05.389Z+ zfs create -o mountpoint=/work rpool/work
92024-04-30T21:57:05.555Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-30T21:57:05.555Z+ home_fs=zfs
112024-04-30T21:57:05.555Z+ [[ zfs == autofs ]]
122024-04-30T21:57:05.555Z+ mkdir -p /home/build
132024-04-30T21:57:05.555Z+ chown build:build /home/build /work
142024-04-30T21:57:07.493Z+ chmod 0700 /home/build /work
152024-04-30T21:57:08.097Zprocess exited: duration 4240 ms, exit code 0
 
162024-04-30T21:57:09.056Zstarting task 1: "rust-toolchain"
172024-04-30T21:57:09.159Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-30T21:57:09.160Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-30T21:57:09.160Zinfo: downloading installer
202024-04-30T21:57:10.889Zwarning: it looks like you have an existing installation of Rust at:
212024-04-30T21:57:10.889Zwarning: /opt/ooce/bin
222024-04-30T21:57:10.890Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-30T21:57:10.890Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-30T21:57:10.890Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-30T21:57:10.891Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-30T21:57:10.891Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-30T21:57:10.891Zerror: cannot install while Rust is installed
282024-04-30T21:57:10.891Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-30T21:57:11.096Zinfo: profile set to 'default'
302024-04-30T21:57:11.097Zinfo: default host triple is x86_64-unknown-illumos
312024-04-30T21:57:11.097Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-30T21:57:11.364Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-30T21:57:11.364Zinfo: downloading component 'cargo'
342024-04-30T21:57:12.299Zinfo: downloading component 'clippy'
352024-04-30T21:57:12.696Zinfo: downloading component 'rust-docs'
362024-04-30T21:57:14.645Zinfo: downloading component 'rust-std'
372024-04-30T21:57:16.976Zinfo: downloading component 'rustc'
382024-04-30T21:57:21.790Zinfo: downloading component 'rustfmt'
392024-04-30T21:57:22.108Zinfo: installing component 'cargo'
402024-04-30T21:57:22.975Zinfo: installing component 'clippy'
412024-04-30T21:57:23.539Zinfo: installing component 'rust-docs'
422024-04-30T21:57:24.802Zinfo: installing component 'rust-std'
432024-04-30T21:57:26.756Zinfo: installing component 'rustc'
442024-04-30T21:57:31.214Zinfo: installing component 'rustfmt'
452024-04-30T21:57:31.773Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-30T21:57:31.773Z
472024-04-30T21:57:32.205Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-30T21:57:32.205Z
492024-04-30T21:57:32.206Z
502024-04-30T21:57:32.206ZRust is installed now. Great!
512024-04-30T21:57:32.206Z
522024-04-30T21:57:32.206ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-30T21:57:32.206Zenvironment variable. This has not been done automatically.
542024-04-30T21:57:32.206Z
552024-04-30T21:57:32.206ZTo configure your current shell, you need to source
562024-04-30T21:57:32.206Zthe corresponding env file under $HOME/.cargo.
572024-04-30T21:57:32.206Z
582024-04-30T21:57:32.206ZThis is usually done by running one of the following (note the leading DOT):
592024-04-30T21:57:32.206Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-30T21:57:32.206Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-30T21:57:32.597Z+ rustc --version
622024-04-30T21:57:32.597Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-30T21:57:32.597Zprocess exited: duration 23477 ms, exit code 0
 
642024-04-30T21:57:33.474Zstarting task 2: "authentication"
652024-04-30T21:57:34.691ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-04-30T21:57:47.274Zprocess exited: duration 13921 ms, exit code 0
 
672024-04-30T21:57:47.832Zstarting task 3: "clone repository"
682024-04-30T21:57:47.918Z+ mkdir -p /work/oxidecomputer/omicron
692024-04-30T21:57:47.918Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-04-30T21:57:48.304ZCloning into '/work/oxidecomputer/omicron'...
712024-04-30T21:57:58.002Z+ cd /work/oxidecomputer/omicron
722024-04-30T21:57:58.002Z+ git fetch origin c8226eae437c988285967f88172dd41c9a4a503e
732024-04-30T21:57:58.083ZFrom https://github.com/oxidecomputer/omicron
742024-04-30T21:57:58.083Z * branch c8226eae437c988285967f88172dd41c9a4a503e -> FETCH_HEAD
752024-04-30T21:57:58.083Z+ [[ -n john/reject-sled-add-duplicate ]]
762024-04-30T21:57:58.083Z++ git branch --show-current
772024-04-30T21:57:58.083Z+ current=main
782024-04-30T21:57:58.083Z+ [[ main != john/reject-sled-add-duplicate ]]
792024-04-30T21:57:58.083Z+ git branch -f john/reject-sled-add-duplicate c8226eae437c988285967f88172dd41c9a4a503e
802024-04-30T21:57:58.083Z+ git checkout -f john/reject-sled-add-duplicate
812024-04-30T21:57:58.083ZSwitched to branch 'john/reject-sled-add-duplicate'
822024-04-30T21:57:58.083Z+ git reset --hard c8226eae437c988285967f88172dd41c9a4a503e
832024-04-30T21:57:58.218ZHEAD is now at c8226eae4 Reject add sled requests for sleds that already exist
842024-04-30T21:57:58.218Zprocess exited: duration 10356 ms, exit code 0
 
852024-04-30T21:57:59.276Zstarting task 4: "build"
862024-04-30T21:57:59.319Z+ target_os=illumos
872024-04-30T21:57:59.319Z+ NEXTEST_VERSION=0.9.70
882024-04-30T21:57:59.319Z+ cargo --version
892024-04-30T21:57:59.320Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
902024-04-30T21:57:59.320Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
912024-04-30T21:57:59.320Zinfo: downloading component 'cargo'
922024-04-30T21:58:00.269Zinfo: downloading component 'clippy'
932024-04-30T21:58:00.683Zinfo: downloading component 'rust-docs'
942024-04-30T21:58:02.377Zinfo: downloading component 'rust-std'
952024-04-30T21:58:04.313Zinfo: downloading component 'rustc'
962024-04-30T21:58:09.432Zinfo: downloading component 'rustfmt'
972024-04-30T21:58:09.669Zinfo: installing component 'cargo'
982024-04-30T21:58:10.545Zinfo: installing component 'clippy'
992024-04-30T21:58:10.885Zinfo: installing component 'rust-docs'
1002024-04-30T21:58:12.402Zinfo: installing component 'rust-std'
1012024-04-30T21:58:14.187Zinfo: installing component 'rustc'
1022024-04-30T21:58:18.583Zinfo: installing component 'rustfmt'
1032024-04-30T21:58:18.986Zcargo 1.77.2 (e52e36006 2024-03-26)
1042024-04-30T21:58:19.068Z+ rustc --version
1052024-04-30T21:58:19.069Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1062024-04-30T21:58:19.069Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
1072024-04-30T21:58:19.183Z+ gunzip
1082024-04-30T21:58:19.183Z+ tar -xvf - -C /home/build/.cargo/bin
1092024-04-30T21:58:21.033Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
1102024-04-30T21:58:21.660Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1112024-04-30T21:58:21.661Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1122024-04-30T21:58:21.661Ztests will store ephemeral output in /var/tmp/omicron_tmp
1132024-04-30T21:58:21.661Z+ mkdir /var/tmp/omicron_tmp
1142024-04-30T21:58:21.661Z+ OUTPUT_DIR=/work
1152024-04-30T21:58:21.661Z+ echo 'tests will store non-ephemeral output in /work'
1162024-04-30T21:58:21.661Ztests will store non-ephemeral output in /work
1172024-04-30T21:58:21.661Z+ mkdir -p /work
1182024-04-30T21:58:21.661Z+ source ./env.sh
1192024-04-30T21:58:21.661Z++ set -o xtrace
1202024-04-30T21:58:21.661Z++++ dirname ./env.sh
1212024-04-30T21:58:21.661Z+++ readlink -f .
1222024-04-30T21:58:21.661Z++ OMICRON_WS=/work/oxidecomputer/omicron
1232024-04-30T21:58:21.661Z++ export 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-30T21:58:21.661Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1252024-04-30T21:58:21.661Z++ 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
1262024-04-30T21:58:21.661Z++ 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
1272024-04-30T21:58:21.661Z++ 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
1282024-04-30T21:58:21.661Z++ 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
1292024-04-30T21:58:21.661Z++ 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
1302024-04-30T21:58:21.661Z++ 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
1312024-04-30T21:58:21.661Z++ unset OMICRON_WS
1322024-04-30T21:58:21.661Z++ set +o xtrace
1332024-04-30T21:58:21.662Z
1342024-04-30T21:58:21.662Z ##### ##### ###### ##### ###### #### # # # #### #
1352024-04-30T21:58:21.662Z # # # # # # # # # # # # # # #
1362024-04-30T21:58:21.662Z # # # # ##### # # ##### # # # # # #### #
1372024-04-30T21:58:21.662Z ##### ##### # ##### # # # # # # # # #
1382024-04-30T21:58:21.662Z # # # # # # # # # # # # # # #
1392024-04-30T21:58:21.662Z # # # ###### # # ###### ### # #### # #### #
1402024-04-30T21:58:21.662Z
1412024-04-30T21:58:31.080Z Startup: Refreshing catalog 'helios-dev' ... Done
1422024-04-30T21:58:32.440Z Startup: Caching catalogs ... Done
1432024-04-30T21:58:35.109ZPlanning: Solver setup ... Done (2.170s)
1442024-04-30T21:58:35.170ZPlanning: Running solver ... Done (0.045s)
1452024-04-30T21:58:35.790ZPlanning: Finding local manifests ... Done (0.170s)
1462024-04-30T21:58:35.855ZPlanning: Fetching manifests: 0/4 0% complete
1472024-04-30T21:58:35.855ZPlanning: Fetching manifests: 4/4 100% complete
1482024-04-30T21:58:35.855ZPlanning: Package planning ... Done (0.048s)
1492024-04-30T21:58:35.856ZPlanning: Merging actions ... Done (0.050s)
1502024-04-30T21:58:36.054ZPlanning: Checking for conflicting actions ... Done (0.400s)
1512024-04-30T21:58:36.197ZPlanning: Consolidating action changes ... Done (0.011s)
1522024-04-30T21:58:45.284ZPlanning: Evaluating mediators ... Done (7.620s)
1532024-04-30T21:58:45.284ZPlanning: Planning completed in 11.23 seconds
1542024-04-30T21:58:45.284Z Packages to install: 4
1552024-04-30T21:58:45.285Z Mediators to change: 2
1562024-04-30T21:58:45.285Z Services to change: 1
1572024-04-30T21:58:45.285Z Estimated space available: 155.31 GB
1582024-04-30T21:58:45.285ZEstimated space to be consumed: 1.44 GB
1592024-04-30T21:58:45.285Z Create boot environment: No
1602024-04-30T21:58:45.285ZCreate backup boot environment: No
1612024-04-30T21:58:45.285Z Rebuild boot archive: No
1622024-04-30T21:58:45.285Z
1632024-04-30T21:58:45.285ZChanged mediators:
1642024-04-30T21:58:45.285Z mediator clang:
1652024-04-30T21:58:45.285Z version: None -> 15 (system default)
1662024-04-30T21:58:45.285Z
1672024-04-30T21:58:45.285Z mediator llvm:
1682024-04-30T21:58:45.285Z version: 14 (system default) -> 15 (system default)
1692024-04-30T21:58:45.285Z
1702024-04-30T21:58:45.285ZChanged packages:
1712024-04-30T21:58:45.285Zhelios-dev
1722024-04-30T21:58:45.285Z developer/build-essential
1732024-04-30T21:58:45.285Z None -> 11-2.0
1742024-04-30T21:58:45.285Z library/libxmlsec1
1752024-04-30T21:58:45.285Z None -> 1.2.35-2.0
1762024-04-30T21:58:45.285Z ooce/developer/clang-15
1772024-04-30T21:58:45.285Z None -> 15.0.7-2.0
1782024-04-30T21:58:45.286Z ooce/developer/llvm-15
1792024-04-30T21:58:45.286Z None -> 15.0.7-2.0
1802024-04-30T21:58:45.286Z
1812024-04-30T21:58:45.286ZServices:
1822024-04-30T21:58:45.286Z restart_fmri:
1832024-04-30T21:58:45.286Z svc:/system/update-man-index:default
1842024-04-30T21:58:45.286Z
1852024-04-30T21:58:45.286ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1862024-04-30T21:58:48.821ZDownload: 1033/3290 items 19.6/212.6MB 9% complete (4.1M/s)
1872024-04-30T21:58:53.802ZDownload: 1262/3290 items 111.3/212.6MB 52% complete (11.1M/s)
1882024-04-30T21:58:59.285ZDownload: 2212/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1892024-04-30T21:59:05.242ZDownload: 3004/3290 items 121.3/212.6MB 57% complete (1.2M/s)
1902024-04-30T21:59:09.461ZDownload: 3288/3290 items 212.5/212.6MB 99% complete (9.3M/s)
1912024-04-30T21:59:09.559ZDownload: Completed 212.60 MB in 25.68 seconds (8.3M/s)
1922024-04-30T21:59:09.712Z Actions: 1/3689 actions (Installing new actions)
1932024-04-30T21:59:14.752Z Actions: 3571/3689 actions (Installing new actions)
1942024-04-30T21:59:15.172Z Actions: Completed 3689 actions in 5.48 seconds.
1952024-04-30T21:59:15.387Z Done (0.197s)
1962024-04-30T21:59:15.387Z Done (0.000s)
1972024-04-30T21:59:15.650Z Done (0.277s)
1982024-04-30T21:59:22.200Z Done (6.037s)
1992024-04-30T21:59:22.479Z Done (0.193s)
2002024-04-30T21:59:22.479Z Done (0.000s)
2012024-04-30T21:59:22.479Z Done (0.000s)
2022024-04-30T21:59:22.985ZPlanning: Evaluating mediator changes ... Done
2032024-04-30T21:59:23.494ZPlanning: Checking for conflicting actions ... Done
2042024-04-30T21:59:23.494ZPlanning: Consolidating action changes ... Done
2052024-04-30T21:59:25.435ZPlanning: Evaluating mediators ... Done
2062024-04-30T21:59:25.435ZPlanning: Planning completed in 0.43 seconds
2072024-04-30T21:59:25.435Z Mediators to change: 2
2082024-04-30T21:59:25.435Z Create boot environment: No
2092024-04-30T21:59:25.435ZCreate backup boot environment: No
2102024-04-30T21:59:25.435Z Done
2112024-04-30T21:59:25.435Z Done
2122024-04-30T21:59:25.435Z Done
2132024-04-30T21:59:27.251Z Done
2142024-04-30T21:59:27.472Z Done
2152024-04-30T21:59:27.472Z Done
2162024-04-30T21:59:27.472Z Done
2172024-04-30T21:59:28.949ZPlanning: Evaluating mediator changes ... Done
2182024-04-30T21:59:28.949ZPlanning: Merging actions ... Done
2192024-04-30T21:59:30.646ZPlanning: Checking for conflicting actions ... Done
2202024-04-30T21:59:30.646ZPlanning: Consolidating action changes ... Done
2212024-04-30T21:59:30.646ZPlanning: Evaluating mediators ... Done
2222024-04-30T21:59:30.646ZPlanning: Planning completed in 0.77 seconds
2232024-04-30T21:59:30.646Z Packages to change: 1
2242024-04-30T21:59:30.646Z Mediators to change: 1
2252024-04-30T21:59:30.646Z Services to change: 1
2262024-04-30T21:59:30.646Z Create boot environment: No
2272024-04-30T21:59:30.646ZCreate backup boot environment: Yes
2282024-04-30T21:59:30.862Z Actions: 1/6 actions (Updating modified actions)
2292024-04-30T21:59:30.862Z Actions: Completed 6 actions in 0.00 seconds.
2302024-04-30T21:59:30.862Z Done
2312024-04-30T21:59:30.862Z Done
2322024-04-30T21:59:30.862Z Done
2332024-04-30T21:59:34.251Z Done
2342024-04-30T21:59:34.369Z Done
2352024-04-30T21:59:34.369Z Done
2362024-04-30T21:59:34.699Z Done
2372024-04-30T21:59:35.225ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382024-04-30T21:59:35.226Zclang system 15 system
2392024-04-30T21:59:35.226Zcsh system system illumos
2402024-04-30T21:59:35.226Zctags system system illumos
2412024-04-30T21:59:35.226Zgcc vendor 12 vendor
2422024-04-30T21:59:35.226Zgcc system 10 system
2432024-04-30T21:59:35.226Zgcc system 7 system
2442024-04-30T21:59:35.226Zgo system 1.20 system
2452024-04-30T21:59:35.226Zgo system 1.19 system
2462024-04-30T21:59:35.226Zllvm system 15 system
2472024-04-30T21:59:35.226Zllvm system 14 system
2482024-04-30T21:59:35.226Zmariadb system 10.6 system
2492024-04-30T21:59:35.226Zmta vendor vendor dma
2502024-04-30T21:59:35.226Zopenjdk system 17 system
2512024-04-30T21:59:35.227Zopenjdk system 11 system
2522024-04-30T21:59:35.227Zopenjdk system 1.8 system
2532024-04-30T21:59:35.227Zopenssl vendor 3 vendor
2542024-04-30T21:59:35.227Zperl system 5.36 system
2552024-04-30T21:59:35.227Zpostgresql system 15 system
2562024-04-30T21:59:35.227Zpostgresql system 13 system
2572024-04-30T21:59:35.227Zpython vendor 3 vendor
2582024-04-30T21:59:35.227Zpython system 2 system
2592024-04-30T21:59:35.227Zpython3 system 3.11 system
2602024-04-30T21:59:35.227Zruby system 3.0 system
2612024-04-30T21:59:35.227Zwords vendor vendor american-english
2622024-04-30T21:59:35.227Zwords system system australian-english
2632024-04-30T21:59:35.227Zwords system system british-english
2642024-04-30T21:59:35.227Zwords system system canadian-english
2652024-04-30T21:59:35.228Zwords system system french
2662024-04-30T21:59:35.228Zwords system system italian
2672024-04-30T21:59:35.228Zwords system system ngerman
2682024-04-30T21:59:35.228Zwords system system ogerman
2692024-04-30T21:59:35.228Zwords system system spanish
2702024-04-30T21:59:36.130ZPUBLISHER TYPE STATUS P LOCATION
2712024-04-30T21:59:36.130Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722024-04-30T21:59:36.685ZFMRI IFO
2732024-04-30T21:59:36.686Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742024-04-30T21:59:36.686Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752024-04-30T21:59:36.686Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762024-04-30T21:59:36.686Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772024-04-30T21:59:36.686Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782024-04-30T21:59:36.686Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792024-04-30T21:59:36.687Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2802024-04-30T21:59:36.687Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812024-04-30T21:59:36.687Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2822024-04-30T21:59:36.687Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832024-04-30T21:59:36.687Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2842024-04-30T21:59:36.687Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852024-04-30T21:59:36.878Z+ set -o errexit
2862024-04-30T21:59:37.084Z+++ dirname ./tools/ci_download_cockroachdb
2872024-04-30T21:59:37.084Z++ cd ./tools
2882024-04-30T21:59:37.084Z++ pwd
2892024-04-30T21:59:37.084Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2902024-04-30T21:59:37.085Z++ basename ./tools/ci_download_cockroachdb
2912024-04-30T21:59:37.085Z+ ARG0=ci_download_cockroachdb
2922024-04-30T21:59:37.085Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2932024-04-30T21:59:37.085Z+ CIDL_VERSION=v22.1.9
2942024-04-30T21:59:37.085Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2952024-04-30T21:59:37.085Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2962024-04-30T21:59:37.085Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2972024-04-30T21:59:37.085Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-04-30T21:59:37.085Z+ TARGET_DIR=out
2992024-04-30T21:59:37.085Z+ DOWNLOAD_DIR=out/downloads
3002024-04-30T21:59:37.085Z+ DEST_DIR=./out/cockroachdb
3012024-04-30T21:59:37.086Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
3022024-04-30T21:59:37.086Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3032024-04-30T21:59:37.086Z+ main
3042024-04-30T21:59:37.086Z+ [[ 0 != 0 ]]
3052024-04-30T21:59:37.086Z+ CIDL_OS=solaris2.11
3062024-04-30T21:59:37.086Z+ [[ 0 != 0 ]]
3072024-04-30T21:59:37.086Z+ configure_os solaris2.11
3082024-04-30T21:59:37.086Z+ echo 'current directory: /work/oxidecomputer/omicron'
3092024-04-30T21:59:37.086Z+ echo 'configuring based on OS: "solaris2.11"'
3102024-04-30T21:59:37.086Z+ case "$1" in
3112024-04-30T21:59:37.086Z+ CIDL_BUILD=illumos
3122024-04-30T21:59:37.087Z+ CIDL_SUFFIX=tar.gz
3132024-04-30T21:59:37.087Zcurrent directory: /work/oxidecomputer/omicron
3142024-04-30T21:59:37.087Zconfiguring based on OS: "solaris2.11"
3152024-04-30T21:59:37.087Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3162024-04-30T21:59:37.087Z+ CIDL_URL_BASE=https://illumos.org/downloads
3172024-04-30T21:59:37.087Z+ CIDL_ASSEMBLE=do_assemble_illumos
3182024-04-30T21:59:37.087Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3192024-04-30T21:59:37.087Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3202024-04-30T21:59:37.087Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-30T21:59:37.087Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3222024-04-30T21:59:37.087Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-04-30T21:59:37.087Z+ CIDL_SHA256FUNC=do_sha256sum
3242024-04-30T21:59:37.088Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3252024-04-30T21:59:37.088ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-04-30T21:59:37.088Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3272024-04-30T21:59:37.088Z+ mkdir -p out/downloads
3282024-04-30T21:59:37.088ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3292024-04-30T21:59:37.088Z+ mkdir -p ./out/cockroachdb
3302024-04-30T21:59:37.088Z+ local DO_DOWNLOAD=true
3312024-04-30T21:59:37.088Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3322024-04-30T21:59:37.088Z+ '[' true == true ']'
3332024-04-30T21:59:37.088Z+ echo Downloading...
3342024-04-30T21:59:37.088ZDownloading...
3352024-04-30T21:59:37.088Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3362024-04-30T21:59:37.089Z+ 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
3372024-04-30T21:59:40.371Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3382024-04-30T21:59:40.556Z++ sha256sum
3392024-04-30T21:59:40.556Z++ awk '{print $1}'
3402024-04-30T21:59:40.556Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3412024-04-30T21:59:40.556Z+ [[ 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 ]]
3422024-04-30T21:59:40.556Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3432024-04-30T21:59:40.557Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3442024-04-30T21:59:42.787Z+ do_assemble_illumos
3452024-04-30T21:59:42.787Z+ rm -r ./out/cockroachdb
3462024-04-30T21:59:42.978Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3472024-04-30T21:59:43.129Z+ ./out/cockroachdb/bin/cockroach version
3482024-04-30T21:59:43.896ZBuild Tag: v22.1.9-dirty
3492024-04-30T21:59:43.896ZBuild Time: 2022/10/26 21:17:46
3502024-04-30T21:59:43.896ZDistribution: OSS
3512024-04-30T21:59:43.896ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3522024-04-30T21:59:43.896ZGo Version: go1.17.13
3532024-04-30T21:59:43.896ZC Compiler: gcc 10.3.0
3542024-04-30T21:59:43.896ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3552024-04-30T21:59:43.896ZBuild Type: release
3562024-04-30T21:59:43.896Z+ set -o errexit
3572024-04-30T21:59:43.896Z+++ dirname ./tools/ci_download_clickhouse
3582024-04-30T21:59:43.897Z++ cd ./tools
3592024-04-30T21:59:43.897Z++ pwd
3602024-04-30T21:59:43.897Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3612024-04-30T21:59:43.897Z++ basename ./tools/ci_download_clickhouse
3622024-04-30T21:59:43.897Z+ ARG0=ci_download_clickhouse
3632024-04-30T21:59:43.898Z+ TARGET_DIR=out
3642024-04-30T21:59:43.898Z+ DOWNLOAD_DIR=out/downloads
3652024-04-30T21:59:43.898Z+ DEST_DIR=./out/clickhouse
3662024-04-30T21:59:43.898Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3672024-04-30T21:59:43.898Z+ CIDL_VERSION=v23.8.7.24
3682024-04-30T21:59:43.898Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3692024-04-30T21:59:43.898Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3702024-04-30T21:59:43.898Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3712024-04-30T21:59:43.899Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3722024-04-30T21:59:43.899Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3732024-04-30T21:59:43.899Z+ main
3742024-04-30T21:59:43.899Z+ [[ 0 != 0 ]]
3752024-04-30T21:59:43.899Z+ CIDL_OS=solaris2.11
3762024-04-30T21:59:43.899Z+ [[ 0 != 0 ]]
3772024-04-30T21:59:43.899Z+ configure_os solaris2.11
3782024-04-30T21:59:43.899Z+ echo 'current directory: /work/oxidecomputer/omicron'
3792024-04-30T21:59:43.899Zcurrent directory: /work/oxidecomputer/omicron
3802024-04-30T21:59:43.899Zconfiguring based on OS: "solaris2.11"
3812024-04-30T21:59:43.899Z+ echo 'configuring based on OS: "solaris2.11"'
3822024-04-30T21:59:43.900Z+ CIDL_DASHREV=
3832024-04-30T21:59:43.900Z+ case "$1" in
3842024-04-30T21:59:43.900Z+ CIDL_PLATFORM=illumos
3852024-04-30T21:59:43.900Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3862024-04-30T21:59:43.901Z+ CIDL_MD5FUNC=do_md5sum
3872024-04-30T21:59:43.901Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3882024-04-30T21:59:43.901Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3892024-04-30T21:59:43.901Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-04-30T21:59:43.901Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-04-30T21:59:43.901Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3922024-04-30T21:59:43.901ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3932024-04-30T21:59:43.902ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3942024-04-30T21:59:43.902Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3952024-04-30T21:59:43.902Z+ mkdir -p out/downloads
3962024-04-30T21:59:43.902Z+ mkdir -p ./out/clickhouse
3972024-04-30T21:59:43.902Z+ local DO_DOWNLOAD=true
3982024-04-30T21:59:43.902Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3992024-04-30T21:59:43.902Z+ '[' true == true ']'
4002024-04-30T21:59:43.902Z+ echo Downloading...
4012024-04-30T21:59:43.902ZDownloading...
4022024-04-30T21:59:43.902Z+ 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
4032024-04-30T21:59:43.903Z+ 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
4042024-04-30T21:59:45.009Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4052024-04-30T21:59:45.050Z++ md5sum
4062024-04-30T21:59:45.050Z++ awk '{print $1}'
4072024-04-30T21:59:45.225Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4082024-04-30T21:59:45.225Z+ [[ 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 ]]
4092024-04-30T21:59:45.344Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4102024-04-30T21:59:45.344Z+ mkdir -p ./out/clickhouse
4112024-04-30T21:59:45.344Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4122024-04-30T21:59:49.204Z+ [[ solaris2.11 == darwin* ]]
4132024-04-30T21:59:49.204Z+ ./out/clickhouse/clickhouse server --version
4142024-04-30T21:59:49.510ZClickHouse server version 23.8.7.1.
4152024-04-30T21:59:49.588Z+ set -o errexit
4162024-04-30T21:59:49.588Z+++ dirname ./tools/ci_download_console
4172024-04-30T21:59:49.588Z++ cd ./tools
4182024-04-30T21:59:49.588Z++ pwd
4192024-04-30T21:59:49.588Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4202024-04-30T21:59:49.588Z++ basename ./tools/ci_download_console
4212024-04-30T21:59:49.588Z+ ARG0=ci_download_console
4222024-04-30T21:59:49.589Z+ TARGET_DIR=out
4232024-04-30T21:59:49.589Z+ DOWNLOAD_DIR=out/downloads
4242024-04-30T21:59:49.589Z+ DEST_DIR=./out/console-assets
4252024-04-30T21:59:49.589Z+ source /work/oxidecomputer/omicron/tools/console_version
4262024-04-30T21:59:49.589Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
4272024-04-30T21:59:49.589Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4282024-04-30T21:59:49.589Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4292024-04-30T21:59:49.589Z+ TARBALL_FILE=out/downloads/console.tar.gz
4302024-04-30T21:59:49.589Z+ main
4312024-04-30T21:59:49.589Z+ [[ 0 != 0 ]]
4322024-04-30T21:59:49.589Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
4332024-04-30T21:59:49.589ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4342024-04-30T21:59:49.590Z+ echo 'Local file: out/downloads/console.tar.gz'
4352024-04-30T21:59:49.590Z+ local DO_DOWNLOAD=true
4362024-04-30T21:59:49.590ZLocal file: out/downloads/console.tar.gz
4372024-04-30T21:59:49.590Z+ [[ -f out/downloads/console.tar.gz ]]
4382024-04-30T21:59:49.590Z+ mkdir -p out/downloads
4392024-04-30T21:59:49.590Z+ '[' true == true ']'
4402024-04-30T21:59:49.590Z+ echo Downloading...
4412024-04-30T21:59:49.590ZDownloading...
4422024-04-30T21:59:49.590Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4432024-04-30T21:59:49.590Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4442024-04-30T21:59:50.096Z++ do_sha256sum out/downloads/console.tar.gz
4452024-04-30T21:59:50.097Z++ case "$OSTYPE" in
4462024-04-30T21:59:50.097Z++ SHA=sha256sum
4472024-04-30T21:59:50.534Z++ sha256sum
4482024-04-30T21:59:50.534Z++ awk '{print $1}'
4492024-04-30T21:59:50.534Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4502024-04-30T21:59:50.534Z+ [[ 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 ]]
4512024-04-30T21:59:50.534Z+ rm -rf ./out/console-assets
4522024-04-30T21:59:50.534Z+ mkdir -p ./out/console-assets
4532024-04-30T21:59:50.534Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4542024-04-30T21:59:50.534Z+ mkdir -p ./out/console-assets
4552024-04-30T21:59:50.534Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4562024-04-30T21:59:50.534Z+ set -o errexit
4572024-04-30T21:59:50.535Z+++ dirname ./tools/ci_download_maghemite_openapi
4582024-04-30T21:59:50.535Z++ cd ./tools
4592024-04-30T21:59:50.535Z++ pwd
4602024-04-30T21:59:50.535Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4612024-04-30T21:59:50.535Z++ basename ./tools/ci_download_maghemite_openapi
4622024-04-30T21:59:50.535Z+ ARG0=ci_download_maghemite_openapi
4632024-04-30T21:59:50.535Z+ TARGET_DIR=out
4642024-04-30T21:59:50.536Z+ DOWNLOAD_DIR=out/downloads
4652024-04-30T21:59:50.536Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4662024-04-30T21:59:50.536Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4672024-04-30T21:59:50.536Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4682024-04-30T21:59:50.536Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4692024-04-30T21:59:50.536Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-04-30T21:59:50.536Z+ main
4712024-04-30T21:59:50.536Z+ rm -rf out/downloads/root
4722024-04-30T21:59:50.536Z+ [[ 0 != 0 ]]
4732024-04-30T21:59:50.537Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4742024-04-30T21:59:50.537ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4752024-04-30T21:59:50.537Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4762024-04-30T21:59:50.537Z+ local DO_DOWNLOAD=true
4772024-04-30T21:59:50.537ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4782024-04-30T21:59:50.537Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4792024-04-30T21:59:50.537Z+ mkdir -p out/downloads
4802024-04-30T21:59:50.537Z+ '[' true == true ']'
4812024-04-30T21:59:50.537Z+ echo Downloading...
4822024-04-30T21:59:50.537ZDownloading...
4832024-04-30T21:59:50.537Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4842024-04-30T21:59:50.538Z+ 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
4852024-04-30T21:59:51.373Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4862024-04-30T21:59:51.374Z++ case "$OSTYPE" in
4872024-04-30T21:59:51.374Z++ SHA=sha256sum
4882024-04-30T21:59:52.077Z++ sha256sum
4892024-04-30T21:59:52.077Z++ awk '{print $1}'
4902024-04-30T21:59:52.077Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4912024-04-30T21:59:52.077Z+ [[ 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 ]]
4922024-04-30T21:59:52.077Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4932024-04-30T21:59:52.077Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4942024-04-30T21:59:52.077Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4952024-04-30T21:59:52.077Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4962024-04-30T21:59:52.078Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4972024-04-30T21:59:52.078Z+ main
4982024-04-30T21:59:52.078Z+ rm -rf out/downloads/root
4992024-04-30T21:59:52.078Z+ [[ 0 != 0 ]]
5002024-04-30T21:59:52.078Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
5012024-04-30T21:59:52.078ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5022024-04-30T21:59:52.078Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
5032024-04-30T21:59:52.078ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5042024-04-30T21:59:52.078Z+ local DO_DOWNLOAD=true
5052024-04-30T21:59:52.078Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5062024-04-30T21:59:52.078Z+ mkdir -p out/downloads
5072024-04-30T21:59:52.078Z+ '[' true == true ']'
5082024-04-30T21:59:52.078Z+ echo Downloading...
5092024-04-30T21:59:52.078ZDownloading...
5102024-04-30T21:59:52.078Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5112024-04-30T21:59:52.078Z+ 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
5122024-04-30T21:59:54.406Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5132024-04-30T21:59:54.849Z++ case "$OSTYPE" in
5142024-04-30T21:59:54.849Z++ SHA=sha256sum
5152024-04-30T21:59:54.849Z++ sha256sum
5162024-04-30T21:59:54.850Z++ awk '{print $1}'
5172024-04-30T21:59:54.850Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5182024-04-30T21:59:54.850Z+ [[ 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 ]]
5192024-04-30T21:59:54.850Z+ set -o errexit
5202024-04-30T21:59:54.850Z+++ dirname ./tools/ci_download_dendrite_openapi
5212024-04-30T21:59:54.850Z++ cd ./tools
5222024-04-30T21:59:54.850Z++ pwd
5232024-04-30T21:59:54.851Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242024-04-30T21:59:54.851Z++ basename ./tools/ci_download_dendrite_openapi
5252024-04-30T21:59:54.851Z+ ARG0=ci_download_dendrite_openapi
5262024-04-30T21:59:54.851Z+ TARGET_DIR=out
5272024-04-30T21:59:54.851Z+ DOWNLOAD_DIR=out/downloads
5282024-04-30T21:59:54.851Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5292024-04-30T21:59:54.852Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5302024-04-30T21:59:54.852Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5312024-04-30T21:59:54.852Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5322024-04-30T21:59:54.852Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5332024-04-30T21:59:54.852Z+ main
5342024-04-30T21:59:54.853Z+ [[ 0 != 0 ]]
5352024-04-30T21:59:54.853Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5362024-04-30T21:59:54.853ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5372024-04-30T21:59:54.853Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5382024-04-30T21:59:54.853Z+ local DO_DOWNLOAD=true
5392024-04-30T21:59:54.853ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5402024-04-30T21:59:54.853Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5412024-04-30T21:59:54.854Z+ mkdir -p out/downloads
5422024-04-30T21:59:54.854Z+ '[' true == true ']'
5432024-04-30T21:59:54.854Z+ echo Downloading...
5442024-04-30T21:59:54.854ZDownloading...
5452024-04-30T21:59:54.854Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5462024-04-30T21:59:54.854Z+ 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
5472024-04-30T22:00:01.064Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5482024-04-30T22:00:01.064Z++ case "$OSTYPE" in
5492024-04-30T22:00:01.064Z++ SHA=sha256sum
5502024-04-30T22:00:01.315Z++ sha256sum
5512024-04-30T22:00:01.315Z++ awk '{print $1}'
5522024-04-30T22:00:01.316Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5532024-04-30T22:00:01.316Z+ [[ 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 ]]
5542024-04-30T22:00:01.316Z+ set -o errexit
5552024-04-30T22:00:01.316Z+++ dirname ./tools/ci_download_dendrite_stub
5562024-04-30T22:00:01.316Z++ cd ./tools
5572024-04-30T22:00:01.316Z++ pwd
5582024-04-30T22:00:01.316Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5592024-04-30T22:00:01.316Z++ basename ./tools/ci_download_dendrite_stub
5602024-04-30T22:00:01.316Z+ ARG0=ci_download_dendrite_stub
5612024-04-30T22:00:01.316Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5622024-04-30T22:00:01.316Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5632024-04-30T22:00:01.316Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5642024-04-30T22:00:01.316Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5652024-04-30T22:00:01.316Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5662024-04-30T22:00:01.317Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5672024-04-30T22:00:01.317Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5682024-04-30T22:00:01.317Z+ TARGET_DIR=out
5692024-04-30T22:00:01.317Z+ DOWNLOAD_DIR=out/downloads
5702024-04-30T22:00:01.317Z+ DEST_DIR=./out/dendrite-stub
5712024-04-30T22:00:01.317Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5722024-04-30T22:00:01.317Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5732024-04-30T22:00:01.317Z+ REPO=oxidecomputer/dendrite
5742024-04-30T22:00:01.317Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5752024-04-30T22:00:01.317Z+ main
5762024-04-30T22:00:01.317Z+ [[ 0 != 0 ]]
5772024-04-30T22:00:01.318Z+ CIDL_OS=solaris2.11
5782024-04-30T22:00:01.318Z+ [[ 0 != 0 ]]
5792024-04-30T22:00:01.318Z+ configure_os solaris2.11
5802024-04-30T22:00:01.318Z+ echo 'current directory: /work/oxidecomputer/omicron'
5812024-04-30T22:00:01.318Zcurrent directory: /work/oxidecomputer/omicron
5822024-04-30T22:00:01.318Zconfiguring based on OS: "solaris2.11"
5832024-04-30T22:00:01.318Z+ echo 'configuring based on OS: "solaris2.11"'
5842024-04-30T22:00:01.318Z+ case "$1" in
5852024-04-30T22:00:01.318Z+ SET_BINARIES=
5862024-04-30T22:00:01.318Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5872024-04-30T22:00:01.318Z+ CIDL_SHA256FUNC=do_sha256sum
5882024-04-30T22:00:01.318Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5892024-04-30T22:00:01.318Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5902024-04-30T22:00:01.318Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5912024-04-30T22:00:01.318Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5922024-04-30T22:00:01.318ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5932024-04-30T22:00:01.318ZLocal file: out/downloads/dendrite-stub.tar.gz
5942024-04-30T22:00:01.318Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5952024-04-30T22:00:01.319Z+ mkdir -p out/downloads
5962024-04-30T22:00:01.319Z+ mkdir -p ./out/dendrite-stub
5972024-04-30T22:00:01.319Z+ fetch_and_verify
5982024-04-30T22:00:01.319Z+ local DO_DOWNLOAD=true
5992024-04-30T22:00:01.319Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
6002024-04-30T22:00:01.319Z+ '[' true == true ']'
6012024-04-30T22:00:01.319Z+ echo Downloading...
6022024-04-30T22:00:01.319ZDownloading...
6032024-04-30T22:00:01.319Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6042024-04-30T22:00:01.319Z+ 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
6052024-04-30T22:02:00.483Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6062024-04-30T22:02:00.549Z++ sha256sum
6072024-04-30T22:02:00.549Z++ awk '{print $1}'
6082024-04-30T22:02:00.549Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6092024-04-30T22:02:00.549Z+ [[ 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 ]]
6102024-04-30T22:02:00.549Z+ do_untar out/downloads/dendrite-stub.tar.gz
6112024-04-30T22:02:00.549Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6122024-04-30T22:02:01.096Z+ do_assemble
6132024-04-30T22:02:01.096Z+ rm -r ./out/dendrite-stub
6142024-04-30T22:02:01.134Z+ mkdir ./out/dendrite-stub
6152024-04-30T22:02:01.134Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6162024-04-30T22:02:01.256Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6172024-04-30T22:02:01.256Z+ set -o errexit
6182024-04-30T22:02:01.256Z+++ dirname ./tools/ci_download_maghemite_mgd
6192024-04-30T22:02:01.256Z++ cd ./tools
6202024-04-30T22:02:01.256Z++ pwd
6212024-04-30T22:02:01.256Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6222024-04-30T22:02:01.256Z++ basename ./tools/ci_download_maghemite_mgd
6232024-04-30T22:02:01.256Z+ ARG0=ci_download_maghemite_mgd
6242024-04-30T22:02:01.256Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6252024-04-30T22:02:01.257Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6262024-04-30T22:02:01.257Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6272024-04-30T22:02:01.257Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6282024-04-30T22:02:01.257Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6292024-04-30T22:02:01.257Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6302024-04-30T22:02:01.257Z+ TARGET_DIR=out
6312024-04-30T22:02:01.257Z+ DOWNLOAD_DIR=out/downloads
6322024-04-30T22:02:01.257Z+ DEST_DIR=./out/mgd
6332024-04-30T22:02:01.257Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6342024-04-30T22:02:01.257Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6352024-04-30T22:02:01.257Z+ REPO=oxidecomputer/maghemite
6362024-04-30T22:02:01.257Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6372024-04-30T22:02:01.257Z+ main
6382024-04-30T22:02:01.257Z+ rm -rf out/downloads/root
6392024-04-30T22:02:01.257Z+ [[ 0 != 0 ]]
6402024-04-30T22:02:01.258Z+ CIDL_OS=solaris2.11
6412024-04-30T22:02:01.258Z+ [[ 0 != 0 ]]
6422024-04-30T22:02:01.258Z+ configure_os solaris2.11
6432024-04-30T22:02:01.258Z+ echo 'current directory: /work/oxidecomputer/omicron'
6442024-04-30T22:02:01.258Zcurrent directory: /work/oxidecomputer/omicron
6452024-04-30T22:02:01.258Z+ echo 'configuring based on OS: "solaris2.11"'
6462024-04-30T22:02:01.258Z+ case "$1" in
6472024-04-30T22:02:01.258Z+ SET_BINARIES=
6482024-04-30T22:02:01.258Zconfiguring based on OS: "solaris2.11"
6492024-04-30T22:02:01.258Z+ CIDL_SHA256FUNC=do_sha256sum
6502024-04-30T22:02:01.258Z+ TARBALL_FILENAME=mgd.tar.gz
6512024-04-30T22:02:01.258Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6522024-04-30T22:02:01.258Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6532024-04-30T22:02:01.258Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6542024-04-30T22:02:01.258Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6552024-04-30T22:02:01.258ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6562024-04-30T22:02:01.258ZLocal file: out/downloads/mgd.tar.gz
6572024-04-30T22:02:01.259Z+ mkdir -p out/downloads
6582024-04-30T22:02:01.259Z+ mkdir -p ./out/mgd
6592024-04-30T22:02:01.259Z+ fetch_and_verify
6602024-04-30T22:02:01.259Z+ local DO_DOWNLOAD=true
6612024-04-30T22:02:01.259Z+ [[ -f out/downloads/mgd.tar.gz ]]
6622024-04-30T22:02:01.259Z+ '[' true == true ']'
6632024-04-30T22:02:01.259Z+ echo Downloading...
6642024-04-30T22:02:01.259Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6652024-04-30T22:02:01.259ZDownloading...
6662024-04-30T22:02:01.259Z+ 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
6672024-04-30T22:05:26.663Zcurl: (18) Transferred a partial file
6682024-04-30T22:05:27.089Z+ fail 'failed to download file'
6692024-04-30T22:05:27.089Z+ echo 'ci_download_maghemite_mgd: failed to download file'
6702024-04-30T22:05:27.089Zci_download_maghemite_mgd: failed to download file
6712024-04-30T22:05:27.090Z+ exit 1
6722024-04-30T22:05:27.090ZFailed to run command -- will try 2 more times
6732024-04-30T22:05:27.090Z+ set -o errexit
6742024-04-30T22:05:27.145Z+++ dirname ./tools/ci_download_maghemite_mgd
6752024-04-30T22:05:27.145Z++ cd ./tools
6762024-04-30T22:05:27.145Z++ pwd
6772024-04-30T22:05:27.145Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6782024-04-30T22:05:27.146Z++ basename ./tools/ci_download_maghemite_mgd
6792024-04-30T22:05:27.146Z+ ARG0=ci_download_maghemite_mgd
6802024-04-30T22:05:27.146Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6812024-04-30T22:05:27.146Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6822024-04-30T22:05:27.146Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6832024-04-30T22:05:27.146Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6842024-04-30T22:05:27.147Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6852024-04-30T22:05:27.147Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6862024-04-30T22:05:27.147Z+ TARGET_DIR=out
6872024-04-30T22:05:27.147Z+ DOWNLOAD_DIR=out/downloads
6882024-04-30T22:05:27.147Z+ DEST_DIR=./out/mgd
6892024-04-30T22:05:27.147Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6902024-04-30T22:05:27.147Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6912024-04-30T22:05:27.147Z+ REPO=oxidecomputer/maghemite
6922024-04-30T22:05:27.147Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6932024-04-30T22:05:27.148Z+ main
6942024-04-30T22:05:27.148Z+ rm -rf out/downloads/root
6952024-04-30T22:05:27.148Z+ [[ 0 != 0 ]]
6962024-04-30T22:05:27.148Z+ CIDL_OS=solaris2.11
6972024-04-30T22:05:27.148Z+ [[ 0 != 0 ]]
6982024-04-30T22:05:27.148Z+ configure_os solaris2.11
6992024-04-30T22:05:27.148Z+ echo 'current directory: /work/oxidecomputer/omicron'
7002024-04-30T22:05:27.148Zcurrent directory: /work/oxidecomputer/omicron
7012024-04-30T22:05:27.148Z+ echo 'configuring based on OS: "solaris2.11"'
7022024-04-30T22:05:27.148Zconfiguring based on OS: "solaris2.11"
7032024-04-30T22:05:27.148Z+ case "$1" in
7042024-04-30T22:05:27.148Z+ SET_BINARIES=
7052024-04-30T22:05:27.148Z+ CIDL_SHA256FUNC=do_sha256sum
7062024-04-30T22:05:27.149Z+ TARBALL_FILENAME=mgd.tar.gz
7072024-04-30T22:05:27.149Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
7082024-04-30T22:05:27.149Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
7092024-04-30T22:05:27.149Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
7102024-04-30T22:05:27.149ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
7112024-04-30T22:05:27.149Z+ echo 'Local file: out/downloads/mgd.tar.gz'
7122024-04-30T22:05:27.149ZLocal file: out/downloads/mgd.tar.gz
7132024-04-30T22:05:27.149Z+ mkdir -p out/downloads
7142024-04-30T22:05:27.149Z+ mkdir -p ./out/mgd
7152024-04-30T22:05:27.149Z+ fetch_and_verify
7162024-04-30T22:05:27.149Z+ local DO_DOWNLOAD=true
7172024-04-30T22:05:27.149Z+ [[ -f out/downloads/mgd.tar.gz ]]
7182024-04-30T22:05:27.149Z++ do_sha256sum out/downloads/mgd.tar.gz
7192024-04-30T22:05:27.150Z++ sha256sum
7202024-04-30T22:05:27.150Z++ awk '{print $1}'
7212024-04-30T22:05:27.150Z+ calculated_sha256=c3c0667d82ce48ce5e14ee6b184f175dcc13059914007c4a028ade6447ef34d9
7222024-04-30T22:05:27.150Z+ [[ c3c0667d82ce48ce5e14ee6b184f175dcc13059914007c4a028ade6447ef34d9 == \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 ]]
7232024-04-30T22:05:27.150Z+ '[' true == true ']'
7242024-04-30T22:05:27.150Z+ echo Downloading...
7252024-04-30T22:05:27.150ZDownloading...
7262024-04-30T22:05:27.150Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
7272024-04-30T22:05:27.150Z+ 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
7282024-04-30T22:05:46.087Z++ do_sha256sum out/downloads/mgd.tar.gz
7292024-04-30T22:05:46.107Z++ sha256sum
7302024-04-30T22:05:46.107Z++ awk '{print $1}'
7312024-04-30T22:05:46.123Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
7322024-04-30T22:05:46.123Z+ [[ 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 ]]
7332024-04-30T22:05:46.124Z+ do_untar out/downloads/mgd.tar.gz
7342024-04-30T22:05:46.124Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
7352024-04-30T22:05:46.717Z+ do_assemble
7362024-04-30T22:05:46.717Z+ rm -r ./out/mgd
7372024-04-30T22:05:46.739Z+ mkdir ./out/mgd
7382024-04-30T22:05:46.739Z+ cp -r out/downloads/root ./out/mgd/root
7392024-04-30T22:05:48.015Z+ set -o errexit
7402024-04-30T22:05:48.015Z+++ dirname ./tools/ci_download_transceiver_control
7412024-04-30T22:05:48.015Z++ cd ./tools
7422024-04-30T22:05:48.015Z++ pwd
7432024-04-30T22:05:48.016Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7442024-04-30T22:05:48.016Z++ basename ./tools/ci_download_transceiver_control
7452024-04-30T22:05:48.016Z+ ARG0=ci_download_transceiver_control
7462024-04-30T22:05:48.016Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
7472024-04-30T22:05:48.016Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
7482024-04-30T22:05:48.017Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7492024-04-30T22:05:48.017Z+ TARGET_DIR=out
7502024-04-30T22:05:48.017Z+ DOWNLOAD_DIR=out/downloads
7512024-04-30T22:05:48.018Z+ DEST_DIR=./out/transceiver-control
7522024-04-30T22:05:48.018Z+ BIN_DIR=/opt/oxide/bin
7532024-04-30T22:05:48.018Z+ BINARY=xcvradm
7542024-04-30T22:05:48.018Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7552024-04-30T22:05:48.018Z+ REPO=oxidecomputer/transceiver-control
7562024-04-30T22:05:48.018Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
7572024-04-30T22:05:48.018Z+ main
7582024-04-30T22:05:48.019Z+ [[ 0 != 0 ]]
7592024-04-30T22:05:48.019Z+ CIDL_OS=solaris2.11
7602024-04-30T22:05:48.019Z+ [[ 0 != 0 ]]
7612024-04-30T22:05:48.019Z+ configure_os solaris2.11
7622024-04-30T22:05:48.019Z+ echo 'current directory: /work/oxidecomputer/omicron'
7632024-04-30T22:05:48.019Z+ echo 'configuring based on OS: "solaris2.11"'
7642024-04-30T22:05:48.020Z+ case "$1" in
7652024-04-30T22:05:48.020Zcurrent directory: /work/oxidecomputer/omicron
7662024-04-30T22:05:48.020Z+ SET_BINARIES=
7672024-04-30T22:05:48.020Zconfiguring based on OS: "solaris2.11"
7682024-04-30T22:05:48.020Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7692024-04-30T22:05:48.021Z+ CIDL_SHA256FUNC=do_sha256sum
7702024-04-30T22:05:48.021Z+ ARCHIVE_FILENAME=xcvradm.gz
7712024-04-30T22:05:48.021Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7722024-04-30T22:05:48.021Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7732024-04-30T22:05:48.021Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7742024-04-30T22:05:48.021Z+ echo 'Local file: out/downloads/xcvradm.gz'
7752024-04-30T22:05:48.021ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7762024-04-30T22:05:48.022ZLocal file: out/downloads/xcvradm.gz
7772024-04-30T22:05:48.022Z+ mkdir -p out/downloads
7782024-04-30T22:05:48.022Z+ mkdir -p ./out/transceiver-control
7792024-04-30T22:05:48.022Z+ fetch_and_verify
7802024-04-30T22:05:48.022Z+ local DO_DOWNLOAD=true
7812024-04-30T22:05:48.022Z+ [[ -f out/downloads/xcvradm.gz ]]
7822024-04-30T22:05:48.022Z+ '[' true == true ']'
7832024-04-30T22:05:48.023Z+ echo Downloading...
7842024-04-30T22:05:48.023ZDownloading...
7852024-04-30T22:05:48.023Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7862024-04-30T22:05:48.023Z+ 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
7872024-04-30T22:05:52.170Z++ do_sha256sum out/downloads/xcvradm.gz
7882024-04-30T22:05:52.185Z++ sha256sum
7892024-04-30T22:05:52.186Z++ awk '{print $1}'
7902024-04-30T22:05:52.186Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7912024-04-30T22:05:52.187Z+ [[ 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 ]]
7922024-04-30T22:05:52.187Z+ do_unpack out/downloads/xcvradm.gz
7932024-04-30T22:05:52.187Z+ mkdir -p out/downloads/root//opt/oxide/bin
7942024-04-30T22:05:52.187Z+ gzip -dc out/downloads/xcvradm.gz
7952024-04-30T22:05:52.304Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7962024-04-30T22:05:52.323Z+ do_assemble
7972024-04-30T22:05:52.323Z+ rm -r ./out/transceiver-control
7982024-04-30T22:05:52.324Z+ mkdir ./out/transceiver-control
7992024-04-30T22:05:52.324Z+ cp -r out/downloads/root ./out/transceiver-control/root
8002024-04-30T22:05:52.388Z+ set -o errexit
8012024-04-30T22:05:52.391Z+++ dirname ./tools/ci_download_thundermuffin
8022024-04-30T22:05:52.391Z++ cd ./tools
8032024-04-30T22:05:52.391Z++ pwd
8042024-04-30T22:05:52.397Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
8052024-04-30T22:05:52.397Z++ basename ./tools/ci_download_thundermuffin
8062024-04-30T22:05:52.397Z+ ARG0=ci_download_thundermuffin
8072024-04-30T22:05:52.397Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
8082024-04-30T22:05:52.397Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
8092024-04-30T22:05:52.397Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
8102024-04-30T22:05:52.397Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
8112024-04-30T22:05:52.397Z+ TARGET_DIR=out
8122024-04-30T22:05:52.397Z+ DOWNLOAD_DIR=out/downloads
8132024-04-30T22:05:52.397Z+ DEST_DIR=./out/thundermuffin
8142024-04-30T22:05:52.397Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
8152024-04-30T22:05:52.398Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
8162024-04-30T22:05:52.398Z+ REPO=oxidecomputer/thundermuffin
8172024-04-30T22:05:52.398Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
8182024-04-30T22:05:52.398Z+ main
8192024-04-30T22:05:52.398Z+ rm -rf out/downloads/root
8202024-04-30T22:05:52.408Z+ [[ 0 != 0 ]]
8212024-04-30T22:05:52.409Z+ CIDL_OS=solaris2.11
8222024-04-30T22:05:52.409Z+ [[ 0 != 0 ]]
8232024-04-30T22:05:52.409Z+ configure_os solaris2.11
8242024-04-30T22:05:52.409Z+ echo 'current directory: /work/oxidecomputer/omicron'
8252024-04-30T22:05:52.409Z+ echo 'configuring based on OS: "solaris2.11"'
8262024-04-30T22:05:52.409Zcurrent directory: /work/oxidecomputer/omicron
8272024-04-30T22:05:52.409Zconfiguring based on OS: "solaris2.11"
8282024-04-30T22:05:52.410Z+ case "$1" in
8292024-04-30T22:05:52.410Z+ SET_BINARIES=
8302024-04-30T22:05:52.410Z+ CIDL_SHA256FUNC=do_sha256sum
8312024-04-30T22:05:52.410Z+ TARBALL_FILENAME=thundermuffin.tar.gz
8322024-04-30T22:05:52.410Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
8332024-04-30T22:05:52.410Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
8342024-04-30T22:05:52.410Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
8352024-04-30T22:05:52.411ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
8362024-04-30T22:05:52.411Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
8372024-04-30T22:05:52.411Z+ mkdir -p out/downloads
8382024-04-30T22:05:52.411ZLocal file: out/downloads/thundermuffin.tar.gz
8392024-04-30T22:05:52.411Z+ mkdir -p ./out/thundermuffin
8402024-04-30T22:05:52.411Z+ fetch_and_verify
8412024-04-30T22:05:52.412Z+ local DO_DOWNLOAD=true
8422024-04-30T22:05:52.412Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
8432024-04-30T22:05:52.412Z+ '[' true == true ']'
8442024-04-30T22:05:52.412Z+ echo Downloading...
8452024-04-30T22:05:52.412ZDownloading...
8462024-04-30T22:05:52.412Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
8472024-04-30T22:05:52.413Z+ 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
8482024-04-30T22:05:54.510Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
8492024-04-30T22:05:54.514Z++ sha256sum
8502024-04-30T22:05:54.514Z++ awk '{print $1}'
8512024-04-30T22:05:54.518Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
8522024-04-30T22:05:54.518Z+ [[ 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 ]]
8532024-04-30T22:05:54.518Z+ do_untar out/downloads/thundermuffin.tar.gz
8542024-04-30T22:05:54.518Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
8552024-04-30T22:05:54.586Z+ do_assemble
8562024-04-30T22:05:54.586Z+ rm -r ./out/thundermuffin
8572024-04-30T22:05:54.596Z+ mkdir ./out/thundermuffin
8582024-04-30T22:05:54.596Z+ cp -r out/downloads/root ./out/thundermuffin/root
8592024-04-30T22:05:55.020ZAll builder prerequisites installed successfully, and PATH looks valid
8602024-04-30T22:05:55.026Z
8612024-04-30T22:05:55.026Zreal 7:33.851423403
8622024-04-30T22:05:55.026Zuser 37.307437139
8632024-04-30T22:05:55.027Zsys 6.918662997
8642024-04-30T22:05:55.027Ztrap 0.008825097
8652024-04-30T22:05:55.027Ztflt 0.187083226
8662024-04-30T22:05:55.027Zdflt 0.449313126
8672024-04-30T22:05:55.027Zkflt 0.116919628
8682024-04-30T22:05:55.027Zlock 1.135021901
8692024-04-30T22:05:55.027Zslp 20:47.494335882
8702024-04-30T22:05:55.028Zlat 2.199910111
8712024-04-30T22:05:55.028Zstop 0.148631211
8722024-04-30T22:05:55.028Z
8732024-04-30T22:05:55.028Z ##### # # # # #####
8742024-04-30T22:05:55.028Z # # # # # # # #
8752024-04-30T22:05:55.029Z ##### # # # # # #
8762024-04-30T22:05:55.029Z # # # # # # # #
8772024-04-30T22:05:55.029Z # # # # # # # #
8782024-04-30T22:05:55.029Z ##### #### # ###### #####
8792024-04-30T22:05:55.029Z
8802024-04-30T22:05:55.029Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8812024-04-30T22:05:55.150Z Updating git repository `https://github.com/oxidecomputer/zone`
8822024-04-30T22:05:55.431Z Updating crates.io index
8832024-04-30T22:05:55.435Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8842024-04-30T22:05:56.269Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8852024-04-30T22:05:56.961Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8862024-04-30T22:05:58.955Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8872024-04-30T22:05:59.556Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8882024-04-30T22:05:59.829Z Updating git repository `https://github.com/oxidecomputer/propolis`
8892024-04-30T22:06:00.810Z Updating git repository `https://github.com/oxidecomputer/crucible`
8902024-04-30T22:06:02.608Z Updating git repository `https://github.com/oxidecomputer/opte`
8912024-04-30T22:06:03.660Z Updating git repository `https://github.com/oxidecomputer/falcon`
8922024-04-30T22:06:04.414Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8932024-04-30T22:06:04.727Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8942024-04-30T22:06:05.287Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8952024-04-30T22:06:05.691Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8962024-04-30T22:06:06.397Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8972024-04-30T22:06:06.412Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8982024-04-30T22:06:06.657Z Updating git repository `http://github.com/oxidecomputer/tofino`
8992024-04-30T22:06:06.972Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9002024-04-30T22:06:07.274Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
9012024-04-30T22:06:07.561Z Updating git repository `https://github.com/oxidecomputer/libnvme`
9022024-04-30T22:06:07.849Z Updating git repository `https://github.com/oxidecomputer/ispf`
9032024-04-30T22:06:08.275Z Updating git repository `https://github.com/oxidecomputer/poptrie`
9042024-04-30T22:06:08.596Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9052024-04-30T22:06:10.180Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
9062024-04-30T22:06:10.552Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
9072024-04-30T22:06:10.869Z Updating git repository `https://github.com/jgallagher/nix`
9082024-04-30T22:06:11.990Z Updating git repository `https://github.com/cbiffle/hubpack`
9092024-04-30T22:06:12.363Z Updating git repository `https://github.com/oxidecomputer/typify`
9102024-04-30T22:06:14.345Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9112024-04-30T22:06:14.746Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9122024-04-30T22:06:15.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9132024-04-30T22:06:15.539Z Updating git repository `https://github.com/oxidecomputer/rfb`
9142024-04-30T22:06:16.551Z Downloading crates ...
9152024-04-30T22:06:16.713Z Downloaded constant_time_eq v0.2.6
9162024-04-30T22:06:16.740Z Downloaded anstyle-query v1.0.0
9172024-04-30T22:06:16.740Z Downloaded fs-err v2.11.0
9182024-04-30T22:06:16.740Z Downloaded aead v0.5.2
9192024-04-30T22:06:16.740Z Downloaded fragile v2.0.0
9202024-04-30T22:06:16.741Z Downloaded funty v2.0.0
9212024-04-30T22:06:16.741Z Downloaded futures-core v0.3.30
9222024-04-30T22:06:16.741Z Downloaded approx v0.5.1
9232024-04-30T22:06:16.756Z Downloaded futures v0.3.30
9242024-04-30T22:06:16.756Z Downloaded cfg_aliases v0.1.1
9252024-04-30T22:06:16.756Z Downloaded cancel-safe-futures v0.1.5
9262024-04-30T22:06:16.757Z Downloaded hashbrown v0.12.3
9272024-04-30T22:06:16.757Z Downloaded heck v0.3.3
9282024-04-30T22:06:16.757Z Downloaded getrandom v0.1.16
9292024-04-30T22:06:16.757Z Downloaded cast v0.3.0
9302024-04-30T22:06:16.757Z Downloaded block-padding v0.3.3
9312024-04-30T22:06:16.757Z Downloaded bcrypt-pbkdf v0.10.0
9322024-04-30T22:06:16.758Z Downloaded const_format_proc_macros v0.2.32
9332024-04-30T22:06:16.758Z Downloaded atty v0.2.14
9342024-04-30T22:06:16.758Z Downloaded generic-array v0.14.7
9352024-04-30T22:06:16.758Z Downloaded anyhow v1.0.82
9362024-04-30T22:06:16.778Z Downloaded guppy-workspace-hack v0.1.0
9372024-04-30T22:06:16.779Z Downloaded goblin v0.8.0
9382024-04-30T22:06:16.779Z Downloaded chacha20 v0.9.1
9392024-04-30T22:06:16.779Z Downloaded async-trait v0.1.80
9402024-04-30T22:06:16.779Z Downloaded async-stream-impl v0.3.5
9412024-04-30T22:06:16.779Z Downloaded argon2 v0.5.3
9422024-04-30T22:06:16.779Z Downloaded guppy v0.17.5
9432024-04-30T22:06:16.796Z Downloaded hashbrown v0.13.2
9442024-04-30T22:06:16.796Z Downloaded futures-task v0.3.30
9452024-04-30T22:06:16.797Z Downloaded colorchoice v1.0.0
9462024-04-30T22:06:16.797Z Downloaded cargo_toml v0.20.2
9472024-04-30T22:06:16.797Z Downloaded bitflags v1.3.2
9482024-04-30T22:06:16.797Z Downloaded ciborium-io v0.2.2
9492024-04-30T22:06:16.797Z Downloaded anstyle v1.0.6
9502024-04-30T22:06:16.798Z Downloaded headers-core v0.2.0
9512024-04-30T22:06:16.798Z Downloaded group v0.13.0
9522024-04-30T22:06:16.798Z Downloaded fxhash v0.2.1
9532024-04-30T22:06:16.815Z Downloaded bytecount v0.6.3
9542024-04-30T22:06:16.815Z Downloaded h2 v0.3.26
9552024-04-30T22:06:16.815Z Downloaded clap_lex v0.7.0
9562024-04-30T22:06:16.815Z Downloaded autocfg v1.1.0
9572024-04-30T22:06:16.815Z Downloaded kstat-rs v0.2.3
9582024-04-30T22:06:16.815Z Downloaded futures-macro v0.3.30
9592024-04-30T22:06:16.815Z Downloaded ascii-canvas v3.0.0
9602024-04-30T22:06:16.816Z Downloaded async-recursion v1.1.0
9612024-04-30T22:06:16.816Z Downloaded adler v1.0.2
9622024-04-30T22:06:16.816Z Downloaded futures-executor v0.3.30
9632024-04-30T22:06:17.245Z Downloaded is_ci v1.2.0
9642024-04-30T22:06:17.245Z Downloaded addr2line v0.21.0
9652024-04-30T22:06:17.245Z Downloaded hash32 v0.2.1
9662024-04-30T22:06:17.245Z Downloaded futures-sink v0.3.30
9672024-04-30T22:06:17.245Z Downloaded futures-io v0.3.30
9682024-04-30T22:06:17.245Z Downloaded getopts v0.2.21
9692024-04-30T22:06:17.245Z Downloaded hyper-tls v0.5.0
9702024-04-30T22:06:17.246Z Downloaded futures-channel v0.3.30
9712024-04-30T22:06:17.246Z Downloaded glob v0.3.1
9722024-04-30T22:06:17.246Z Downloaded instant v0.1.12
9732024-04-30T22:06:17.289Z Downloaded ghash v0.5.0
9742024-04-30T22:06:17.289Z Downloaded gethostname v0.4.3
9752024-04-30T22:06:17.289Z Downloaded assert_matches v1.5.0
9762024-04-30T22:06:17.289Z Downloaded http-range v0.1.5
9772024-04-30T22:06:17.289Z Downloaded atomicwrites v0.4.3
9782024-04-30T22:06:17.289Z Downloaded hash32 v0.3.1
9792024-04-30T22:06:17.289Z Downloaded http-body v1.0.0
9802024-04-30T22:06:17.289Z Downloaded bitstruct_derive v0.1.0
9812024-04-30T22:06:17.290Z Downloaded bit-vec v0.6.3
9822024-04-30T22:06:17.290Z Downloaded anstream v0.6.11
9832024-04-30T22:06:17.290Z Downloaded bb8 v0.8.3
9842024-04-30T22:06:17.290Z Downloaded colored v2.1.0
9852024-04-30T22:06:17.290Z Downloaded humantime v2.1.0
9862024-04-30T22:06:17.290Z Downloaded cassowary v0.3.0
9872024-04-30T22:06:17.290Z Downloaded heck v0.5.0
9882024-04-30T22:06:17.290Z Downloaded cexpr v0.6.0
9892024-04-30T22:06:17.290Z Downloaded hex v0.4.3
9902024-04-30T22:06:17.290Z Downloaded atomic-waker v1.1.1
9912024-04-30T22:06:17.290Z Downloaded ipnetwork v0.20.0
9922024-04-30T22:06:17.290Z Downloaded hubpack_derive v0.1.1
9932024-04-30T22:06:17.290Z Downloaded inout v0.1.3
9942024-04-30T22:06:17.290Z Downloaded home v0.5.5
9952024-04-30T22:06:17.290Z Downloaded heck v0.4.1
9962024-04-30T22:06:17.290Z Downloaded ident_case v1.0.1
9972024-04-30T22:06:17.291Z Downloaded futures-timer v3.0.2
9982024-04-30T22:06:17.291Z Downloaded buf-list v1.0.3
9992024-04-30T22:06:17.291Z Downloaded async-stream v0.3.5
10002024-04-30T22:06:17.291Z Downloaded bit-set v0.5.3
10012024-04-30T22:06:17.291Z Downloaded cbc v0.1.2
10022024-04-30T22:06:17.291Z Downloaded httptest v0.15.5
10032024-04-30T22:06:17.291Z Downloaded cargo-platform v0.1.3
10042024-04-30T22:06:17.291Z Downloaded blowfish v0.9.1
10052024-04-30T22:06:17.291Z Downloaded http-body v0.4.5
10062024-04-30T22:06:17.291Z Downloaded camino-tempfile v1.1.1
10072024-04-30T22:06:17.291Z Downloaded keccak v0.1.4
10082024-04-30T22:06:17.291Z Downloaded lalrpop-util v0.19.12
10092024-04-30T22:06:17.291Z Downloaded hostname v0.3.1
10102024-04-30T22:06:17.291Z Downloaded hex-literal v0.4.1
10112024-04-30T22:06:17.291Z Downloaded globset v0.4.13
10122024-04-30T22:06:17.291Z Downloaded hyper-staticfile v0.9.5
10132024-04-30T22:06:17.292Z Downloaded serde-big-array v0.4.1
10142024-04-30T22:06:17.292Z Downloaded ciborium v0.2.2
10152024-04-30T22:06:17.292Z Downloaded itoa v1.0.9
10162024-04-30T22:06:17.292Z Downloaded clap_derive v4.5.4
10172024-04-30T22:06:17.292Z Downloaded lazycell v1.3.0
10182024-04-30T22:06:17.292Z Downloaded iana-time-zone v0.1.57
10192024-04-30T22:06:17.292Z Downloaded cipher v0.4.4
10202024-04-30T22:06:17.292Z Downloaded libefi-sys v0.1.0
10212024-04-30T22:06:17.292Z Downloaded is-terminal v0.4.9
10222024-04-30T22:06:17.292Z Downloaded indoc v2.0.3
10232024-04-30T22:06:17.292Z Downloaded ipnet v2.9.0
10242024-04-30T22:06:17.293Z Downloaded hyper-rustls v0.26.0
10252024-04-30T22:06:17.293Z Downloaded libtest-mimic v0.7.2
10262024-04-30T22:06:17.293Z Downloaded ciborium-ll v0.2.2
10272024-04-30T22:06:17.293Z Downloaded cfg-if v1.0.0
10282024-04-30T22:06:17.293Z Downloaded tower-layer v0.3.2
10292024-04-30T22:06:17.293Z Downloaded indoc v1.0.9
10302024-04-30T22:06:17.293Z Downloaded libsw v3.3.1
10312024-04-30T22:06:17.293Z Downloaded stability v0.2.0
10322024-04-30T22:06:17.294Z Downloaded sqlparser_derive v0.2.2
10332024-04-30T22:06:17.294Z Downloaded polyval v0.6.1
10342024-04-30T22:06:17.294Z Downloaded resolv-conf v0.7.0
10352024-04-30T22:06:17.294Z Downloaded anstyle-parse v0.2.1
10362024-04-30T22:06:17.294Z Downloaded predicates-tree v1.0.9
10372024-04-30T22:06:17.294Z Downloaded serde_repr v0.1.16
10382024-04-30T22:06:17.294Z Downloaded bzip2 v0.4.4
10392024-04-30T22:06:17.294Z Downloaded bcs v0.1.6
10402024-04-30T22:06:17.295Z Downloaded usdt-attr-macro v0.5.0
10412024-04-30T22:06:17.295Z Downloaded half v2.3.1
10422024-04-30T22:06:17.295Z Downloaded slog-envlogger v2.2.0
10432024-04-30T22:06:17.295Z Downloaded serde_spanned v0.6.5
10442024-04-30T22:06:17.295Z Downloaded assert_cmd v2.0.14
10452024-04-30T22:06:17.295Z Downloaded stable_deref_trait v1.2.0
10462024-04-30T22:06:17.295Z Downloaded smawk v0.3.1
10472024-04-30T22:06:17.295Z Downloaded lazy_static v1.4.0
10482024-04-30T22:06:17.295Z Downloaded ahash v0.8.8
10492024-04-30T22:06:17.295Z Downloaded predicates-core v1.0.6
10502024-04-30T22:06:17.295Z Downloaded plotters-backend v0.3.5
10512024-04-30T22:06:17.295Z Downloaded rand_core v0.5.1
10522024-04-30T22:06:17.295Z Downloaded crunchy v0.2.2
10532024-04-30T22:06:17.295Z Downloaded target-spec v3.1.0
10542024-04-30T22:06:17.295Z Downloaded arrayvec v0.7.4
10552024-04-30T22:06:17.295Z Downloaded castaway v0.2.2
10562024-04-30T22:06:17.295Z Downloaded hyper-rustls v0.24.2
10572024-04-30T22:06:17.295Z Downloaded rustc_version v0.4.0
10582024-04-30T22:06:17.295Z Downloaded foreign-types-shared v0.3.1
10592024-04-30T22:06:17.296Z Downloaded libloading v0.7.4
10602024-04-30T22:06:17.296Z Downloaded rustc_version v0.1.7
10612024-04-30T22:06:17.296Z Downloaded rfc6979 v0.4.0
10622024-04-30T22:06:17.296Z Downloaded cobs v0.2.3
10632024-04-30T22:06:17.296Z Downloaded rusty-fork v0.3.0
10642024-04-30T22:06:17.296Z Downloaded rustversion v1.0.14
10652024-04-30T22:06:17.296Z Downloaded slab v0.4.9
10662024-04-30T22:06:17.296Z Downloaded highway v1.1.0
10672024-04-30T22:06:17.296Z Downloaded impl-trait-for-tuples v0.2.2
10682024-04-30T22:06:17.296Z Downloaded console v0.15.8
10692024-04-30T22:06:17.296Z Downloaded untrusted v0.9.0
10702024-04-30T22:06:17.296Z Downloaded ascii v1.1.0
10712024-04-30T22:06:17.296Z Downloaded postgres-types v0.2.6
10722024-04-30T22:06:17.297Z Downloaded pkcs8 v0.10.2
10732024-04-30T22:06:17.319Z Downloaded shell-words v1.1.0
10742024-04-30T22:06:17.319Z Downloaded headers v0.3.9
10752024-04-30T22:06:17.319Z Downloaded newline-converter v0.3.0
10762024-04-30T22:06:17.319Z Downloaded utf8parse v0.2.1
10772024-04-30T22:06:17.319Z Downloaded option-ext v0.2.0
10782024-04-30T22:06:17.319Z Downloaded filetime v0.2.23
10792024-04-30T22:06:17.319Z Downloaded threadpool v1.8.1
10802024-04-30T22:06:17.319Z Downloaded phf_shared v0.10.0
10812024-04-30T22:06:17.319Z Downloaded const_format v0.2.32
10822024-04-30T22:06:17.319Z Downloaded smallvec v1.13.1
10832024-04-30T22:06:17.319Z Downloaded hmac v0.12.1
10842024-04-30T22:06:17.319Z Downloaded equivalent v1.0.1
10852024-04-30T22:06:17.319Z Downloaded debug-ignore v1.0.5
10862024-04-30T22:06:17.319Z Downloaded peg-runtime v0.8.2
10872024-04-30T22:06:17.319Z Downloaded blake2 v0.10.6
10882024-04-30T22:06:17.319Z Downloaded dirs-next v2.0.0
10892024-04-30T22:06:17.319Z Downloaded dirs v5.0.1
10902024-04-30T22:06:17.320Z Downloaded indexmap v1.9.3
10912024-04-30T22:06:17.320Z Downloaded quote v1.0.36
10922024-04-30T22:06:17.320Z Downloaded cfg-expr v0.15.6
10932024-04-30T22:06:17.320Z Downloaded difflib v0.4.0
10942024-04-30T22:06:17.320Z Downloaded allocator-api2 v0.2.16
10952024-04-30T22:06:17.320Z Downloaded zone v0.1.8
10962024-04-30T22:06:17.320Z Downloaded tempfile v3.10.1
10972024-04-30T22:06:17.320Z Downloaded rustc-hash v1.1.0
10982024-04-30T22:06:17.320Z Downloaded target-lexicon v0.12.13
10992024-04-30T22:06:17.320Z Downloaded bytes v1.6.0
11002024-04-30T22:06:17.320Z Downloaded base64 v0.22.0
11012024-04-30T22:06:17.320Z Downloaded memoffset v0.7.1
11022024-04-30T22:06:17.320Z Downloaded linked-hash-map v0.5.6
11032024-04-30T22:06:17.320Z Downloaded pest_meta v2.7.6
11042024-04-30T22:06:17.321Z Downloaded fastrand v2.0.1
11052024-04-30T22:06:17.321Z Downloaded base64 v0.13.1
11062024-04-30T22:06:17.321Z Downloaded sha2 v0.10.8
11072024-04-30T22:06:17.321Z Downloaded tinyvec_macros v0.1.1
11082024-04-30T22:06:17.321Z Downloaded newtype-uuid v1.1.0
11092024-04-30T22:06:17.321Z Downloaded heapless v0.8.0
11102024-04-30T22:06:17.321Z Downloaded num_enum v0.5.11
11112024-04-30T22:06:17.321Z Downloaded const-oid v0.9.6
11122024-04-30T22:06:17.321Z Downloaded bitflags v2.4.2
11132024-04-30T22:06:17.321Z Downloaded phf_shared v0.11.2
11142024-04-30T22:06:17.321Z Downloaded phf v0.11.2
11152024-04-30T22:06:17.321Z Downloaded proc-macro-crate v1.3.1
11162024-04-30T22:06:17.321Z Downloaded tokio-tungstenite v0.20.1
11172024-04-30T22:06:17.321Z Downloaded tower-service v0.3.2
11182024-04-30T22:06:17.321Z Downloaded primeorder v0.13.6
11192024-04-30T22:06:17.321Z Downloaded digest v0.10.7
11202024-04-30T22:06:17.321Z Downloaded managed v0.8.0
11212024-04-30T22:06:17.321Z Downloaded doc-comment v0.3.3
11222024-04-30T22:06:17.322Z Downloaded vte_generate_state_changes v0.1.1
11232024-04-30T22:06:17.322Z Downloaded macaddr v1.0.1
11242024-04-30T22:06:17.322Z Downloaded clap v4.5.4
11252024-04-30T22:06:17.322Z Downloaded rustls-pki-types v1.3.0
11262024-04-30T22:06:17.322Z Downloaded indicatif v0.17.8
11272024-04-30T22:06:17.322Z Downloaded heapless v0.7.16
11282024-04-30T22:06:17.322Z Downloaded display-error-chain v0.2.0
11292024-04-30T22:06:17.322Z Downloaded ref-cast-impl v1.0.22
11302024-04-30T22:06:17.322Z Downloaded memmap2 v0.7.1
11312024-04-30T22:06:17.322Z Downloaded crucible-workspace-hack v0.1.0
11322024-04-30T22:06:17.322Z Downloaded signal-hook-tokio v0.3.1
11332024-04-30T22:06:17.322Z Downloaded ref-cast v1.0.22
11342024-04-30T22:06:17.322Z Downloaded supports-color v3.0.0
11352024-04-30T22:06:17.322Z Downloaded smf v0.2.3
11362024-04-30T22:06:17.322Z Downloaded slog-stdlog v4.1.1
11372024-04-30T22:06:17.322Z Downloaded embedded-io v0.4.0
11382024-04-30T22:06:17.322Z Downloaded unicode-ident v1.0.12
11392024-04-30T22:06:17.322Z Downloaded newtype_derive v0.1.6
11402024-04-30T22:06:17.322Z Downloaded uuid v1.8.0
11412024-04-30T22:06:17.323Z Downloaded nested v0.1.1
11422024-04-30T22:06:17.323Z Downloaded http v0.2.12
11432024-04-30T22:06:17.323Z Downloaded tokio-macros v2.2.0
11442024-04-30T22:06:17.323Z Downloaded number_prefix v0.4.0
11452024-04-30T22:06:17.323Z Downloaded strsim v0.11.0
11462024-04-30T22:06:17.323Z Downloaded strsim v0.10.0
11472024-04-30T22:06:17.323Z Downloaded num-complex v0.4.5
11482024-04-30T22:06:17.323Z Downloaded pest_generator v2.7.6
11492024-04-30T22:06:17.323Z Downloaded ryu v1.0.15
11502024-04-30T22:06:17.323Z Downloaded wait-timeout v0.2.0
11512024-04-30T22:06:17.323Z Downloaded universal-hash v0.5.1
11522024-04-30T22:06:17.323Z Downloaded proc-macro-error v1.0.4
11532024-04-30T22:06:17.323Z Downloaded chacha20poly1305 v0.10.1
11542024-04-30T22:06:17.323Z Downloaded pretty-hex v0.4.1
11552024-04-30T22:06:17.323Z Downloaded diff v0.1.13
11562024-04-30T22:06:17.323Z Downloaded portpicker v0.1.1
11572024-04-30T22:06:17.324Z Downloaded crypto-common v0.1.6
11582024-04-30T22:06:17.324Z Downloaded tap v1.0.1
11592024-04-30T22:06:17.324Z Downloaded backtrace v0.3.69
11602024-04-30T22:06:17.324Z Downloaded multer v3.0.0
11612024-04-30T22:06:17.324Z Downloaded tokio-stream v0.1.15
11622024-04-30T22:06:17.324Z Downloaded scroll_derive v0.12.0
11632024-04-30T22:06:17.324Z Downloaded semver v1.0.22
11642024-04-30T22:06:17.324Z Downloaded corncobs v0.1.3
11652024-04-30T22:06:17.324Z Downloaded slog-term v2.9.1
11662024-04-30T22:06:17.324Z Downloaded signal-hook-registry v1.4.1
11672024-04-30T22:06:17.324Z Downloaded unicode-bidi v0.3.15
11682024-04-30T22:06:17.324Z Downloaded parking_lot v0.11.2
11692024-04-30T22:06:17.324Z Downloaded float-cmp v0.9.0
11702024-04-30T22:06:17.325Z Downloaded term v0.7.0
11712024-04-30T22:06:17.325Z Downloaded tungstenite v0.21.0
11722024-04-30T22:06:17.325Z Downloaded num_threads v0.1.6
11732024-04-30T22:06:17.333Z Downloaded termtree v0.4.1
11742024-04-30T22:06:17.333Z Downloaded dirs-sys-next v0.1.2
11752024-04-30T22:06:17.333Z Downloaded memmap v0.7.0
11762024-04-30T22:06:17.333Z Downloaded ff v0.13.0
11772024-04-30T22:06:17.333Z Downloaded flagset v0.4.3
11782024-04-30T22:06:17.333Z Downloaded num-integer v0.1.46
11792024-04-30T22:06:17.333Z Downloaded structmeta-derive v0.2.0
11802024-04-30T22:06:17.333Z Downloaded fixedbitset v0.4.2
11812024-04-30T22:06:17.333Z Downloaded fd-lock v4.0.2
11822024-04-30T22:06:17.333Z Downloaded ena v0.14.2
11832024-04-30T22:06:17.333Z Downloaded defmt v0.3.5
11842024-04-30T22:06:17.333Z Downloaded packed_struct v0.10.1
11852024-04-30T22:06:17.333Z Downloaded cpufeatures v0.2.12
11862024-04-30T22:06:17.333Z Downloaded elliptic-curve v0.13.8
11872024-04-30T22:06:17.334Z Downloaded radium v0.7.0
11882024-04-30T22:06:17.334Z Downloaded r2d2 v0.8.10
11892024-04-30T22:06:17.334Z Downloaded quick-error v1.2.3
11902024-04-30T22:06:17.334Z Downloaded base64 v0.21.7
11912024-04-30T22:06:17.334Z Downloaded arc-swap v1.6.0
11922024-04-30T22:06:17.334Z Downloaded http v1.0.0
11932024-04-30T22:06:17.334Z Downloaded zone_cfg_derive v0.1.2
11942024-04-30T22:06:17.334Z Downloaded rpassword v7.3.1
11952024-04-30T22:06:17.334Z Downloaded parse-display v0.9.0
11962024-04-30T22:06:17.334Z Downloaded serde_tokenstream v0.1.7
11972024-04-30T22:06:17.334Z Downloaded typenum v1.16.0
11982024-04-30T22:06:17.334Z Downloaded signature v1.6.4
11992024-04-30T22:06:17.334Z Downloaded downcast v0.11.0
12002024-04-30T22:06:17.334Z Downloaded signal-hook-mio v0.2.3
12012024-04-30T22:06:17.334Z Downloaded zerocopy v0.6.6
12022024-04-30T22:06:17.334Z Downloaded signature v2.1.0
12032024-04-30T22:06:17.334Z Downloaded scopeguard v1.2.0
12042024-04-30T22:06:17.334Z Downloaded subprocess v0.2.9
12052024-04-30T22:06:17.334Z Downloaded yasna v0.5.2
12062024-04-30T22:06:17.334Z Downloaded termios v0.3.3
12072024-04-30T22:06:17.335Z Downloaded openssl-sys v0.9.102
12082024-04-30T22:06:17.335Z Downloaded structmeta-derive v0.3.0
12092024-04-30T22:06:17.335Z Downloaded tinyvec v1.6.0
12102024-04-30T22:06:17.335Z Downloaded rayon-core v1.12.1
12112024-04-30T22:06:17.335Z Downloaded peeking_take_while v0.1.2
12122024-04-30T22:06:17.335Z Downloaded scroll v0.12.0
12132024-04-30T22:06:17.335Z Downloaded nodrop v0.1.14
12142024-04-30T22:06:17.335Z Downloaded native-tls v0.2.11
12152024-04-30T22:06:17.335Z Downloaded pretty-hex v0.2.1
12162024-04-30T22:06:17.335Z Downloaded unicode-xid v0.2.4
12172024-04-30T22:06:17.335Z Downloaded defmt-macros v0.3.6
12182024-04-30T22:06:17.335Z Downloaded version_check v0.9.4
12192024-04-30T22:06:17.335Z Downloaded unicode-width v0.1.11
12202024-04-30T22:06:17.335Z Downloaded topological-sort v0.2.2
12212024-04-30T22:06:17.335Z Downloaded dhcproto v0.11.0
12222024-04-30T22:06:17.335Z Downloaded flume v0.11.0
12232024-04-30T22:06:17.335Z Downloaded crc v3.0.1
12242024-04-30T22:06:17.335Z Downloaded slog v2.7.0
12252024-04-30T22:06:17.335Z Downloaded serde_yaml v0.9.25
12262024-04-30T22:06:17.335Z Downloaded sync_wrapper v0.1.2
12272024-04-30T22:06:17.335Z Downloaded zip v0.6.6
12282024-04-30T22:06:17.335Z Downloaded uzers v0.11.3
12292024-04-30T22:06:17.335Z Downloaded toolchain_find v0.4.0
12302024-04-30T22:06:17.335Z Downloaded dof v0.3.0
12312024-04-30T22:06:17.336Z Downloaded dof v0.1.5
12322024-04-30T22:06:17.336Z Downloaded deranged v0.3.11
12332024-04-30T22:06:17.336Z Downloaded tar v0.4.40
12342024-04-30T22:06:17.336Z Downloaded try-lock v0.2.4
12352024-04-30T22:06:17.336Z Downloaded crossbeam-deque v0.8.3
12362024-04-30T22:06:17.336Z Downloaded structmeta v0.3.0
12372024-04-30T22:06:17.336Z Downloaded usdt-attr-macro v0.3.5
12382024-04-30T22:06:17.336Z Downloaded rustls-native-certs v0.7.0
12392024-04-30T22:06:17.336Z Downloaded indexmap v2.2.6
12402024-04-30T22:06:17.336Z Downloaded curve25519-dalek-derive v0.1.0
12412024-04-30T22:06:17.336Z Downloaded oorandom v11.1.3
12422024-04-30T22:06:17.336Z Downloaded unsafe-libyaml v0.2.10
12432024-04-30T22:06:17.336Z Downloaded nibble_vec v0.1.0
12442024-04-30T22:06:17.336Z Downloaded foreign-types v0.3.2
12452024-04-30T22:06:17.336Z Downloaded peg-macros v0.8.2
12462024-04-30T22:06:17.336Z Downloaded linear-map v1.2.0
12472024-04-30T22:06:17.336Z Downloaded pbkdf2 v0.11.0
12482024-04-30T22:06:17.337Z Downloaded ucd-trie v0.1.6
12492024-04-30T22:06:17.337Z Downloaded papergrid v0.11.0
12502024-04-30T22:06:17.343Z Downloaded psl-types v2.0.11
12512024-04-30T22:06:17.343Z Downloaded proc-macro-error-attr v1.0.4
12522024-04-30T22:06:17.343Z Downloaded prettyplease v0.2.19
12532024-04-30T22:06:17.343Z Downloaded precomputed-hash v0.1.1
12542024-04-30T22:06:17.343Z Downloaded libm v0.2.7
12552024-04-30T22:06:17.349Z Downloaded sigpipe v0.1.3
12562024-04-30T22:06:17.355Z Downloaded russh-cryptovec v0.7.0
12572024-04-30T22:06:17.355Z Downloaded same-file v1.0.6
12582024-04-30T22:06:17.355Z Downloaded socket2 v0.4.9
12592024-04-30T22:06:17.355Z Downloaded socket2 v0.5.6
12602024-04-30T22:06:17.366Z Downloaded itertools v0.10.5
12612024-04-30T22:06:17.366Z Downloaded thiserror-impl-no-std v2.0.2
12622024-04-30T22:06:17.384Z Downloaded dtrace-parser v0.1.14
12632024-04-30T22:06:17.384Z Downloaded mime_guess v2.0.4
12642024-04-30T22:06:17.385Z Downloaded flate2 v1.0.28
12652024-04-30T22:06:17.385Z Downloaded serde-big-array v0.5.1
12662024-04-30T22:06:17.385Z Downloaded tokio-tungstenite v0.21.0
12672024-04-30T22:06:17.385Z Downloaded zeroize_derive v1.4.2
12682024-04-30T22:06:17.386Z Downloaded usdt-impl v0.5.0
12692024-04-30T22:06:17.386Z Downloaded slog-scope v4.4.0
12702024-04-30T22:06:17.386Z Downloaded slog-json v2.6.1
12712024-04-30T22:06:17.386Z Downloaded signal-hook v0.3.17
12722024-04-30T22:06:17.810Z Downloaded num-conv v0.1.0
12732024-04-30T22:06:17.810Z Downloaded mockall v0.12.1
12742024-04-30T22:06:17.810Z Downloaded num-iter v0.1.44
12752024-04-30T22:06:17.810Z Downloaded foreign-types v0.5.0
12762024-04-30T22:06:17.810Z Downloaded usdt-impl v0.3.5
12772024-04-30T22:06:17.811Z Downloaded pbkdf2 v0.12.2
12782024-04-30T22:06:17.811Z Downloaded russh-keys v0.43.0
12792024-04-30T22:06:17.811Z Downloaded usdt v0.3.5
12802024-04-30T22:06:17.811Z Downloaded vte v0.11.1
12812024-04-30T22:06:17.811Z Downloaded num-derive v0.4.0
12822024-04-30T22:06:17.825Z Downloaded usdt v0.5.0
12832024-04-30T22:06:17.825Z Downloaded ed25519 v2.2.2
12842024-04-30T22:06:17.825Z Downloaded derive_builder_macro v0.20.0
12852024-04-30T22:06:17.826Z Downloaded fnv v1.0.7
12862024-04-30T22:06:17.826Z Downloaded once_cell v1.19.0
12872024-04-30T22:06:17.826Z Downloaded lock_api v0.4.10
12882024-04-30T22:06:17.826Z Downloaded erased-serde v0.3.31
12892024-04-30T22:06:17.826Z Downloaded postgres-protocol v0.6.6
12902024-04-30T22:06:17.826Z Downloaded opaque-debug v0.3.0
12912024-04-30T22:06:17.826Z Downloaded match_cfg v0.1.0
12922024-04-30T22:06:17.826Z Downloaded path-slash v0.1.5
12932024-04-30T22:06:17.827Z Downloaded pretty_assertions v1.4.0
12942024-04-30T22:06:17.827Z Downloaded predicates v3.1.0
12952024-04-30T22:06:17.827Z Downloaded dhcproto-macros v0.1.0
12962024-04-30T22:06:17.827Z Downloaded cstr-argument v0.1.2
12972024-04-30T22:06:17.827Z Downloaded rustyline v14.0.0
12982024-04-30T22:06:17.827Z Downloaded snafu-derive v0.8.2
12992024-04-30T22:06:17.828Z Downloaded log v0.4.21
13002024-04-30T22:06:17.828Z Downloaded tracing v0.1.40
13012024-04-30T22:06:17.828Z Downloaded tabwriter v1.4.0
13022024-04-30T22:06:17.828Z Downloaded tabled_derive v0.7.0
13032024-04-30T22:06:17.828Z Downloaded synstructure v0.12.6
13042024-04-30T22:06:17.828Z Downloaded num v0.4.2
13052024-04-30T22:06:17.828Z Downloaded fatfs v0.3.6
13062024-04-30T22:06:17.828Z Downloaded ctr v0.9.2
13072024-04-30T22:06:17.828Z Downloaded p256 v0.13.2
13082024-04-30T22:06:17.829Z Downloaded x509-cert v0.2.4
13092024-04-30T22:06:17.829Z Downloaded tower v0.4.13
13102024-04-30T22:06:17.829Z Downloaded serde-hex v0.1.0
13112024-04-30T22:06:17.829Z Downloaded rtoolbox v0.0.1
13122024-04-30T22:06:17.829Z Downloaded waitgroup v0.1.2
13132024-04-30T22:06:17.829Z Downloaded futures-util v0.3.30
13142024-04-30T22:06:17.830Z Downloaded normalize-line-endings v0.3.0
13152024-04-30T22:06:17.830Z Downloaded unicode-linebreak v0.1.5
13162024-04-30T22:06:17.830Z Downloaded slog-dtrace v0.3.0
13172024-04-30T22:06:17.830Z Downloaded rust-argon2 v2.1.0
13182024-04-30T22:06:17.830Z Downloaded mio v0.8.11
13192024-04-30T22:06:17.830Z Downloaded md5 v0.7.0
13202024-04-30T22:06:17.830Z Downloaded ppv-lite86 v0.2.17
13212024-04-30T22:06:17.830Z Downloaded lru-cache v0.1.2
13222024-04-30T22:06:17.831Z Downloaded fallible-iterator v0.2.0
13232024-04-30T22:06:17.831Z Downloaded endian-type v0.1.2
13242024-04-30T22:06:17.831Z Downloaded defmt-parser v0.3.3
13252024-04-30T22:06:17.831Z Downloaded csv-core v0.1.11
13262024-04-30T22:06:17.831Z Downloaded omicron-zone-package v0.11.0
13272024-04-30T22:06:17.831Z Downloaded tokio-rustls v0.24.1
13282024-04-30T22:06:17.832Z Downloaded textwrap v0.16.1
13292024-04-30T22:06:17.832Z Downloaded unicase v2.7.0
13302024-04-30T22:06:17.832Z Downloaded unarray v0.1.4
13312024-04-30T22:06:17.832Z Downloaded darling_macro v0.20.8
13322024-04-30T22:06:17.832Z Downloaded plotters-svg v0.3.5
13332024-04-30T22:06:17.832Z Downloaded maplit v1.0.2
13342024-04-30T22:06:17.832Z Downloaded powerfmt v0.2.0
13352024-04-30T22:06:17.832Z Downloaded pin-utils v0.1.0
13362024-04-30T22:06:17.833Z Downloaded strum_macros v0.25.2
13372024-04-30T22:06:17.833Z Downloaded strip-ansi-escapes v0.2.0
13382024-04-30T22:06:17.833Z Downloaded stringprep v0.1.3
13392024-04-30T22:06:17.833Z Downloaded pin-project-internal v1.1.3
13402024-04-30T22:06:17.833Z Downloaded proc-macro2 v1.0.81
13412024-04-30T22:06:17.833Z Downloaded darling_core v0.20.8
13422024-04-30T22:06:17.833Z Downloaded crc-catalog v2.2.0
13432024-04-30T22:06:17.833Z Downloaded convert_case v0.4.0
13442024-04-30T22:06:17.834Z Downloaded openssl-macros v0.1.1
13452024-04-30T22:06:17.834Z Downloaded foreign-types-shared v0.1.1
13462024-04-30T22:06:17.834Z Downloaded zeroize v1.7.0
13472024-04-30T22:06:17.834Z Downloaded hkdf v0.12.4
13482024-04-30T22:06:17.834Z Downloaded openssl-probe v0.1.5
13492024-04-30T22:06:17.834Z Downloaded itertools v0.12.1
13502024-04-30T22:06:17.835Z Downloaded schemars_derive v0.8.16
13512024-04-30T22:06:17.835Z Downloaded scheduled-thread-pool v0.2.7
13522024-04-30T22:06:17.835Z Downloaded hyper v1.1.0
13532024-04-30T22:06:17.835Z Downloaded nanorand v0.7.0
13542024-04-30T22:06:17.835Z Downloaded usdt-macro v0.5.0
13552024-04-30T22:06:17.835Z Downloaded matches v0.1.10
13562024-04-30T22:06:17.835Z Downloaded hashbrown v0.14.3
13572024-04-30T22:06:17.835Z Downloaded string_cache v0.8.7
13582024-04-30T22:06:17.835Z Downloaded percent-encoding v2.3.1
13592024-04-30T22:06:17.836Z Downloaded thiserror-impl v1.0.59
13602024-04-30T22:06:17.836Z Downloaded xattr v1.0.1
13612024-04-30T22:06:17.836Z Downloaded aes-gcm v0.10.3
13622024-04-30T22:06:17.836Z Downloaded utf-8 v0.7.6
13632024-04-30T22:06:17.836Z Downloaded lru v0.12.1
13642024-04-30T22:06:17.837Z Downloaded derive_builder_core v0.20.0
13652024-04-30T22:06:17.837Z Downloaded derive_builder v0.20.0
13662024-04-30T22:06:17.837Z Downloaded tiny-keccak v2.0.2
13672024-04-30T22:06:17.837Z Downloaded shlex v1.3.0
13682024-04-30T22:06:17.837Z Downloaded typed-path v0.7.0
13692024-04-30T22:06:17.837Z Downloaded unicode_categories v0.1.1
13702024-04-30T22:06:17.837Z Downloaded untrusted v0.7.1
13712024-04-30T22:06:17.837Z Downloaded time-core v0.1.2
13722024-04-30T22:06:17.837Z Downloaded tui-tree-widget v0.19.0
13732024-04-30T22:06:17.838Z Downloaded sha1 v0.10.6
13742024-04-30T22:06:17.838Z Downloaded crc-any v2.4.3
13752024-04-30T22:06:17.838Z Downloaded serde_urlencoded v0.7.1
13762024-04-30T22:06:17.838Z Downloaded dyn-clone v1.0.17
13772024-04-30T22:06:17.838Z Downloaded mime v0.3.17
13782024-04-30T22:06:17.838Z Downloaded rsa v0.9.2
13792024-04-30T22:06:17.838Z Downloaded env_logger v0.9.3
13802024-04-30T22:06:17.838Z Downloaded cookie_store v0.20.0
13812024-04-30T22:06:17.838Z Downloaded enum-as-inner v0.5.1
13822024-04-30T22:06:17.846Z Downloaded similar v2.4.0
13832024-04-30T22:06:17.847Z Downloaded foreign-types-macros v0.2.3
13842024-04-30T22:06:17.847Z Downloaded escape8259 v0.5.2
13852024-04-30T22:06:17.847Z Downloaded parse-size v1.0.0
13862024-04-30T22:06:17.847Z Downloaded oso-derive v0.27.3
13872024-04-30T22:06:17.847Z Downloaded want v0.3.1
13882024-04-30T22:06:17.847Z Downloaded pem v3.0.4
13892024-04-30T22:06:17.847Z Downloaded rand_chacha v0.3.1
13902024-04-30T22:06:17.848Z Downloaded rand_seeder v0.2.3
13912024-04-30T22:06:17.848Z Downloaded rand_chacha v0.2.2
13922024-04-30T22:06:17.848Z Downloaded static_assertions v1.1.0
13932024-04-30T22:06:17.848Z Downloaded criterion-plot v0.5.0
13942024-04-30T22:06:17.848Z Downloaded md-5 v0.10.5
13952024-04-30T22:06:17.848Z Downloaded rand_core v0.6.4
13962024-04-30T22:06:17.848Z Downloaded spki v0.7.2
13972024-04-30T22:06:17.848Z Downloaded pkcs1 v0.7.5
13982024-04-30T22:06:17.849Z Downloaded maybe-uninit v2.0.0
13992024-04-30T22:06:17.849Z Downloaded rstest v0.19.0
14002024-04-30T22:06:17.849Z Downloaded snafu v0.8.2
14012024-04-30T22:06:17.849Z Downloaded toml_datetime v0.6.5
14022024-04-30T22:06:17.849Z Downloaded time-macros v0.2.17
14032024-04-30T22:06:17.849Z Downloaded similar-asserts v1.5.0
14042024-04-30T22:06:17.849Z Downloaded swrite v0.1.0
14052024-04-30T22:06:17.850Z Downloaded tokio-util v0.7.10
14062024-04-30T22:06:17.850Z Downloaded strum v0.26.2
14072024-04-30T22:06:17.850Z Downloaded num-rational v0.4.1
14082024-04-30T22:06:17.850Z Downloaded rand_xorshift v0.3.0
14092024-04-30T22:06:17.850Z Downloaded zerocopy-derive v0.7.32
14102024-04-30T22:06:17.850Z Downloaded dtrace-parser v0.2.0
14112024-04-30T22:06:17.850Z Downloaded diesel_table_macro_syntax v0.1.0
14122024-04-30T22:06:17.850Z Downloaded tracing-core v0.1.32
14132024-04-30T22:06:17.851Z Downloaded ecdsa v0.16.9
14142024-04-30T22:06:17.851Z Downloaded cookie v0.17.0
14152024-04-30T22:06:17.851Z Downloaded serde_with_macros v3.7.0
14162024-04-30T22:06:17.851Z Downloaded trust-dns-resolver v0.22.0
14172024-04-30T22:06:17.851Z Downloaded fancy-regex v0.13.0
14182024-04-30T22:06:17.851Z Downloaded whoami v1.5.1
14192024-04-30T22:06:17.851Z Downloaded thread-id v4.2.0
14202024-04-30T22:06:17.851Z Downloaded structmeta v0.2.0
14212024-04-30T22:06:17.852Z Downloaded spin v0.5.2
14222024-04-30T22:06:17.852Z Downloaded take_mut v0.2.2
14232024-04-30T22:06:17.852Z Downloaded rustfmt-wrapper v0.2.1
14242024-04-30T22:06:17.852Z Downloaded form_urlencoded v1.2.1
14252024-04-30T22:06:17.852Z Downloaded env_logger v0.10.0
14262024-04-30T22:06:17.852Z Downloaded tinytemplate v1.2.1
14272024-04-30T22:06:17.852Z Downloaded parse-display-derive v0.9.0
14282024-04-30T22:06:17.852Z Downloaded which v4.4.0
14292024-04-30T22:06:17.853Z Downloaded postcard v1.0.8
14302024-04-30T22:06:17.853Z Downloaded serde_plain v1.0.2
14312024-04-30T22:06:17.853Z Downloaded serde_path_to_error v0.1.16
14322024-04-30T22:06:17.853Z Downloaded errno v0.3.8
14332024-04-30T22:06:17.853Z Downloaded serde_arrays v0.1.0
14342024-04-30T22:06:17.853Z Downloaded num-bigint v0.4.4
14352024-04-30T22:06:17.853Z Downloaded test-strategy v0.3.1
14362024-04-30T22:06:17.854Z Downloaded blake3 v1.5.0
14372024-04-30T22:06:17.854Z Downloaded strum_macros v0.24.3
14382024-04-30T22:06:17.854Z Downloaded hyper v0.14.28
14392024-04-30T22:06:17.854Z Downloaded ed25519 v1.5.3
14402024-04-30T22:06:17.854Z Downloaded dirs-sys v0.4.1
14412024-04-30T22:06:17.854Z Downloaded crossbeam-channel v0.5.8
14422024-04-30T22:06:17.854Z Downloaded yansi v0.5.1
14432024-04-30T22:06:17.854Z Downloaded der v0.7.8
14442024-04-30T22:06:17.854Z Downloaded serde_tokenstream v0.2.0
14452024-04-30T22:06:17.854Z Downloaded pathdiff v0.2.1
14462024-04-30T22:06:17.854Z Downloaded rayon v1.10.0
14472024-04-30T22:06:17.854Z Downloaded crossbeam-utils v0.8.19
14482024-04-30T22:06:17.854Z Downloaded toml v0.8.12
14492024-04-30T22:06:17.854Z Downloaded ron v0.7.1
14502024-04-30T22:06:17.854Z Downloaded steno v0.4.0
14512024-04-30T22:06:17.854Z Downloaded datatest-stable v0.2.9
14522024-04-30T22:06:17.854Z Downloaded slog-async v2.8.0
14532024-04-30T22:06:17.855Z Downloaded thiserror-no-std v2.0.2
14542024-04-30T22:06:17.855Z Downloaded wyz v0.5.1
14552024-04-30T22:06:17.855Z Downloaded usdt-macro v0.3.5
14562024-04-30T22:06:17.855Z Downloaded olpc-cjson v0.1.3
14572024-04-30T22:06:17.855Z Downloaded secrecy v0.8.0
14582024-04-30T22:06:17.855Z Downloaded pkg-config v0.3.27
14592024-04-30T22:06:17.855Z Downloaded partial-io v0.5.4
14602024-04-30T22:06:17.855Z Downloaded num_enum_derive v0.5.11
14612024-04-30T22:06:17.855Z Downloaded url v2.5.0
14622024-04-30T22:06:17.855Z Downloaded data-encoding v2.4.0
14632024-04-30T22:06:17.855Z Downloaded tungstenite v0.20.1
14642024-04-30T22:06:17.855Z Downloaded sec1 v0.7.3
14652024-04-30T22:06:17.855Z Downloaded toml_edit v0.22.12
14662024-04-30T22:06:17.855Z Downloaded either v1.11.0
14672024-04-30T22:06:17.855Z Downloaded slog-bunyan v2.5.0
14682024-04-30T22:06:17.855Z Downloaded siphasher v0.3.11
14692024-04-30T22:06:17.855Z Downloaded semver v0.1.20
14702024-04-30T22:06:17.855Z Downloaded relative-path v1.9.0
14712024-04-30T22:06:17.855Z Downloaded paste v1.0.14
14722024-04-30T22:06:17.855Z Downloaded mockall_derive v0.12.1
14732024-04-30T22:06:17.874Z Downloaded tracing-attributes v0.1.27
14742024-04-30T22:06:17.874Z Downloaded diesel_derives v2.1.2
14752024-04-30T22:06:17.875Z Downloaded toml v0.5.11
14762024-04-30T22:06:17.875Z Downloaded oso v0.27.3
14772024-04-30T22:06:17.875Z Downloaded num-bigint-dig v0.8.4
14782024-04-30T22:06:17.875Z Downloaded portable-atomic v1.4.3
14792024-04-30T22:06:17.889Z Downloaded idna v0.3.0
14802024-04-30T22:06:17.890Z Downloaded reedline v0.31.0
14812024-04-30T22:06:17.890Z Downloaded expectorate v1.1.0
14822024-04-30T22:06:17.890Z Downloaded pin-project-lite v0.2.13
14832024-04-30T22:06:17.908Z Downloaded idna v0.5.0
14842024-04-30T22:06:17.908Z Downloaded miniz_oxide v0.7.1
14852024-04-30T22:06:17.908Z Downloaded sqlparser v0.45.0
14862024-04-30T22:06:17.908Z Downloaded p521 v0.13.3
14872024-04-30T22:06:17.932Z Downloaded rstest_macros v0.19.0
14882024-04-30T22:06:17.932Z Downloaded tabled v0.15.0
14892024-04-30T22:06:17.932Z Downloaded num-traits v0.2.18
14902024-04-30T22:06:18.356Z Downloaded ed25519-dalek v2.0.0
14912024-04-30T22:06:18.356Z Downloaded rand v0.8.5
14922024-04-30T22:06:18.356Z Downloaded pest v2.7.6
14932024-04-30T22:06:18.356Z Downloaded tokio-postgres v0.7.10
14942024-04-30T22:06:18.356Z Downloaded idna v0.2.3
14952024-04-30T22:06:18.369Z Downloaded minimal-lexical v0.2.1
14962024-04-30T22:06:18.369Z Downloaded rand v0.7.3
14972024-04-30T22:06:18.369Z Downloaded trust-dns-client v0.22.0
14982024-04-30T22:06:18.369Z Downloaded bindgen v0.69.2
14992024-04-30T22:06:18.369Z Downloaded memchr v2.7.1
15002024-04-30T22:06:18.370Z Downloaded smoltcp v0.9.1
15012024-04-30T22:06:18.370Z Downloaded criterion v0.5.1
15022024-04-30T22:06:18.370Z Downloaded unicode-normalization v0.1.22
15032024-04-30T22:06:18.370Z Downloaded object v0.30.4
15042024-04-30T22:06:18.370Z Downloaded chrono v0.4.38
15052024-04-30T22:06:18.370Z Downloaded webpki-roots v0.25.2
15062024-04-30T22:06:18.370Z Downloaded libxml v0.3.3
15072024-04-30T22:06:18.370Z Downloaded bitvec v1.0.1
15082024-04-30T22:06:18.370Z Downloaded reqwest v0.11.24
15092024-04-30T22:06:18.370Z Downloaded quick-xml v0.31.0
15102024-04-30T22:06:18.370Z Downloaded regex-syntax v0.6.29
15112024-04-30T22:06:18.370Z Downloaded toml_edit v0.19.15
15122024-04-30T22:06:18.370Z Downloaded plotters v0.3.5
15132024-04-30T22:06:18.370Z Downloaded polar-core v0.27.3
15142024-04-30T22:06:18.370Z Downloaded winnow v0.6.1
15152024-04-30T22:06:18.371Z Downloaded serde_with v3.7.0
15162024-04-30T22:06:18.371Z Downloaded nix v0.28.0
15172024-04-30T22:06:18.371Z Downloaded serde_json v1.0.116
15182024-04-30T22:06:18.371Z Downloaded vcpkg v0.2.15
15192024-04-30T22:06:18.371Z Downloaded syn v1.0.109
15202024-04-30T22:06:18.371Z Downloaded syn v2.0.60
15212024-04-30T22:06:18.371Z Downloaded winnow v0.5.15
15222024-04-30T22:06:18.371Z Downloaded trust-dns-proto v0.22.0
15232024-04-30T22:06:18.371Z Downloaded zerocopy v0.7.32
15242024-04-30T22:06:18.371Z Downloaded diesel v2.1.6
15252024-04-30T22:06:18.371Z Downloaded bstr v0.2.17
15262024-04-30T22:06:18.371Z Downloaded ratatui v0.26.2
15272024-04-30T22:06:18.371Z Downloaded curve25519-dalek v4.1.2
15282024-04-30T22:06:18.372Z Downloaded rustls v0.21.9
15292024-04-30T22:06:18.372Z Downloaded bstr v1.9.0
15302024-04-30T22:06:18.372Z Downloaded smoltcp v0.11.0
15312024-04-30T22:06:18.372Z Downloaded rustls v0.22.4
15322024-04-30T22:06:18.372Z Downloaded zerocopy-derive v0.2.0
15332024-04-30T22:06:18.372Z Downloaded openapiv3 v2.0.0
15342024-04-30T22:06:18.372Z Downloaded tokio v1.37.0
15352024-04-30T22:06:18.396Z Downloaded regex-syntax v0.8.2
15362024-04-30T22:06:18.418Z Downloaded libc v0.2.153
15372024-04-30T22:06:18.430Z Downloaded rustix v0.38.31
15382024-04-30T22:06:18.453Z Downloaded sled v0.34.7
15392024-04-30T22:06:18.468Z Downloaded openssl v0.10.64
15402024-04-30T22:06:18.480Z Downloaded regex v1.10.4
15412024-04-30T22:06:18.494Z Downloaded object v0.32.1
15422024-04-30T22:06:18.509Z Downloaded regex-automata v0.4.5
15432024-04-30T22:06:18.520Z Downloaded zerocopy-derive v0.6.6
15442024-04-30T22:06:18.527Z Downloaded winapi v0.3.9
15452024-04-30T22:06:18.570Z Downloaded encoding_rs v0.8.33
15462024-04-30T22:06:18.592Z Downloaded sha3 v0.10.8
15472024-04-30T22:06:18.597Z Downloaded bzip2-sys v0.1.11+1.0.8
15482024-04-30T22:06:18.611Z Downloaded radix_trie v0.2.1
15492024-04-30T22:06:18.617Z Downloaded csv v1.3.0
15502024-04-30T22:06:18.642Z Downloaded rustls-webpki v0.102.1
15512024-04-30T22:06:18.663Z Downloaded regress v0.9.1
15522024-04-30T22:06:18.677Z Downloaded publicsuffix v2.2.3
15532024-04-30T22:06:18.677Z Downloaded toml v0.7.8
15542024-04-30T22:06:19.099Z Downloaded nom v7.1.3
15552024-04-30T22:06:19.099Z Downloaded num_cpus v1.16.0
15562024-04-30T22:06:19.099Z Downloaded tokio-native-tls v0.3.1
15572024-04-30T22:06:19.099Z Downloaded strum_macros v0.26.1
15582024-04-30T22:06:19.099Z Downloaded rustc-demangle v0.1.23
15592024-04-30T22:06:19.099Z Downloaded walkdir v2.5.0
15602024-04-30T22:06:19.099Z Downloaded schemars v0.8.16
15612024-04-30T22:06:19.099Z Downloaded unicode-segmentation v1.10.1
15622024-04-30T22:06:19.099Z Downloaded serde v1.0.199
15632024-04-30T22:06:19.099Z Downloaded russh v0.43.0
15642024-04-30T22:06:19.100Z Downloaded gimli v0.28.0
15652024-04-30T22:06:19.100Z Downloaded lalrpop v0.19.12
15662024-04-30T22:06:19.100Z Downloaded trybuild v1.0.91
15672024-04-30T22:06:19.100Z Downloaded salty v0.2.0
15682024-04-30T22:06:19.100Z Downloaded petgraph v0.6.4
15692024-04-30T22:06:19.100Z Downloaded ron v0.8.1
15702024-04-30T22:06:19.100Z Downloaded crossterm v0.27.0
15712024-04-30T22:06:19.100Z Downloaded tough v0.17.1
15722024-04-30T22:06:19.100Z Downloaded spin v0.9.8
15732024-04-30T22:06:19.100Z Downloaded plain v0.2.3
15742024-04-30T22:06:19.100Z Downloaded platforms v3.0.2
15752024-04-30T22:06:19.100Z Downloaded time v0.3.34
15762024-04-30T22:06:19.100Z Downloaded rustls-webpki v0.101.7
15772024-04-30T22:06:19.100Z Downloaded clap_builder v4.5.2
15782024-04-30T22:06:19.100Z Downloaded aho-corasick v1.1.2
15792024-04-30T22:06:19.101Z Downloaded pem-rfc7468 v0.7.0
15802024-04-30T22:06:19.101Z Downloaded regex-automata v0.1.10
15812024-04-30T22:06:19.101Z Downloaded proptest v1.4.0
15822024-04-30T22:06:19.101Z Downloaded cookie v0.18.1
15832024-04-30T22:06:19.101Z Downloaded ring v0.16.20
15842024-04-30T22:06:19.101Z Downloaded derive-where v1.2.7
15852024-04-30T22:06:19.101Z Downloaded poly1305 v0.8.0
15862024-04-30T22:06:19.101Z Downloaded nu-ansi-term v0.50.0
15872024-04-30T22:06:19.101Z Downloaded multimap v0.10.0
15882024-04-30T22:06:19.101Z Downloaded owo-colors v4.0.0
15892024-04-30T22:06:19.101Z Downloaded trust-dns-server v0.22.1
15902024-04-30T22:06:19.101Z Downloaded samael v0.0.15
15912024-04-30T22:06:19.101Z Downloaded aes v0.8.3
15922024-04-30T22:06:19.101Z Downloaded sct v0.7.0
15932024-04-30T22:06:19.101Z Downloaded thiserror v1.0.59
15942024-04-30T22:06:19.101Z Downloaded peg v0.8.2
15952024-04-30T22:06:19.102Z Downloaded vsss-rs v3.3.4
15962024-04-30T22:06:19.102Z Downloaded parking_lot v0.12.1
15972024-04-30T22:06:19.102Z Downloaded terminal_size v0.3.0
15982024-04-30T22:06:19.102Z Downloaded termcolor v1.2.0
15992024-04-30T22:06:19.102Z Downloaded parking_lot_core v0.9.8
16002024-04-30T22:06:19.102Z Downloaded parking_lot_core v0.8.6
16012024-04-30T22:06:19.102Z Downloaded serde_derive_internals v0.26.0
16022024-04-30T22:06:19.102Z Downloaded serde_derive v1.0.199
16032024-04-30T22:06:19.102Z Downloaded packed_struct_codegen v0.10.1
16042024-04-30T22:06:19.102Z Downloaded derive_more v0.99.17
16052024-04-30T22:06:19.102Z Downloaded darling v0.20.8
16062024-04-30T22:06:19.103Z Downloaded ring v0.17.8
16072024-04-30T22:06:19.103Z Downloaded crypto-bigint v0.5.2
16082024-04-30T22:06:19.103Z Downloaded crossbeam-epoch v0.9.18
16092024-04-30T22:06:19.103Z Downloaded rustls-pemfile v2.1.2
16102024-04-30T22:06:19.104Z Downloaded rustls-pemfile v1.0.3
16112024-04-30T22:06:19.104Z Downloaded constant_time_eq v0.3.0
16122024-04-30T22:06:19.104Z Downloaded zerocopy v0.3.0
16132024-04-30T22:06:19.104Z Downloaded pin-project v1.1.3
16142024-04-30T22:06:19.104Z Downloaded tokio-rustls v0.25.0
16152024-04-30T22:06:19.104Z Downloaded pest_derive v2.7.6
16162024-04-30T22:06:19.104Z Downloaded password-hash v0.5.0
16172024-04-30T22:06:19.104Z Downloaded password-hash v0.4.2
16182024-04-30T22:06:19.104Z Downloaded der_derive v0.7.2
16192024-04-30T22:06:19.104Z Downloaded crc32fast v1.3.2
16202024-04-30T22:06:19.105Z Downloaded uuid v0.8.2
16212024-04-30T22:06:19.105Z Downloaded rcgen v0.12.1
16222024-04-30T22:06:19.105Z Downloaded hyper-util v0.1.2
16232024-04-30T22:06:19.105Z Downloaded compact_str v0.7.1
16242024-04-30T22:06:19.105Z Downloaded cc v1.0.83
16252024-04-30T22:06:19.105Z Downloaded blake2b_simd v1.0.1
16262024-04-30T22:06:19.105Z Downloaded clang-sys v1.6.1
16272024-04-30T22:06:19.105Z Downloaded new_debug_unreachable v1.0.4
16282024-04-30T22:06:19.105Z Downloaded thread_local v1.1.7
16292024-04-30T22:06:19.105Z Downloaded subtle v2.5.0
16302024-04-30T22:06:19.105Z Downloaded sqlformat v0.2.3
16312024-04-30T22:06:19.118Z Downloaded smallvec v0.6.14
16322024-04-30T22:06:19.118Z Downloaded base16ct v0.2.0
16332024-04-30T22:06:19.118Z Downloaded cargo_metadata v0.18.1
16342024-04-30T22:06:19.118Z Downloaded base64ct v1.6.0
16352024-04-30T22:06:19.119Z Downloaded backoff v0.4.0
16362024-04-30T22:06:19.119Z Downloaded camino v1.1.6
16372024-04-30T22:06:19.119Z Downloaded byteorder v1.5.0
16382024-04-30T22:06:19.119Z Downloaded block-buffer v0.10.4
16392024-04-30T22:06:19.119Z Downloaded arrayref v0.3.7
16402024-04-30T22:06:19.119Z Downloaded array-init v0.0.4
16412024-04-30T22:06:19.119Z Downloaded getrandom v0.2.12
16422024-04-30T22:06:19.138Z Downloaded bitstruct v0.1.1
16432024-04-30T22:06:19.138Z Downloaded bitfield v0.14.0
16442024-04-30T22:06:19.138Z Downloaded hubpack v0.1.2
16452024-04-30T22:06:19.138Z Downloaded httpdate v1.0.3
16462024-04-30T22:06:19.138Z Downloaded httparse v1.8.0
16472024-04-30T22:06:19.138Z Downloaded anes v0.1.6
16482024-04-30T22:06:19.138Z Downloaded internet-checksum v0.2.1
16492024-04-30T22:06:19.942Z Compiling unicode-ident v1.0.12
16502024-04-30T22:06:19.942Z Compiling proc-macro2 v1.0.81
16512024-04-30T22:06:19.953Z Compiling libc v0.2.153
16522024-04-30T22:06:19.953Z Compiling cfg-if v1.0.0
16532024-04-30T22:06:19.953Z Compiling serde v1.0.199
16542024-04-30T22:06:19.953Z Compiling version_check v0.9.4
16552024-04-30T22:06:19.983Z Compiling autocfg v1.1.0
16562024-04-30T22:06:19.995Z Compiling memchr v2.7.1
16572024-04-30T22:06:20.036Z 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`
16582024-04-30T22:06:20.036Z 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`
16592024-04-30T22:06:20.037Z 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`
16602024-04-30T22:06:20.042Z 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`
16612024-04-30T22:06:20.042Z 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`
16622024-04-30T22:06:20.042Z 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`
16632024-04-30T22:06:20.042Z 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`
16642024-04-30T22:06:20.042Z 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`
16652024-04-30T22:06:20.105Z Compiling byteorder v1.5.0
16662024-04-30T22:06:20.139Z 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`
16672024-04-30T22:06:20.191Z Compiling log v0.4.21
16682024-04-30T22:06:20.199Z 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`
16692024-04-30T22:06:20.569Z Compiling once_cell v1.19.0
16702024-04-30T22:06:20.587Z 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`
16712024-04-30T22:06:20.594Z Compiling itoa v1.0.9
16722024-04-30T22:06:20.594Z 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`
16732024-04-30T22:06:20.723Z Compiling syn v1.0.109
16742024-04-30T22:06:20.749Z 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`
16752024-04-30T22:06:20.882Z Compiling scopeguard v1.2.0
16762024-04-30T22:06:20.882Z 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`
16772024-04-30T22:06:20.896Z Compiling lock_api v0.4.10
16782024-04-30T22:06:20.897Z 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`
16792024-04-30T22:06:20.897Z Compiling smallvec v1.13.1
16802024-04-30T22:06:20.897Z 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`
16812024-04-30T22:06:21.333Z Compiling parking_lot_core v0.9.8
16822024-04-30T22:06:21.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/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`
16832024-04-30T22:06:21.357Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77/build-script-build`
16842024-04-30T22:06:21.357Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4/build-script-build`
16852024-04-30T22:06:21.357Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e/build-script-build`
16862024-04-30T22:06:21.357Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-ba1b5dbc06008d5c/build-script-build`
16872024-04-30T22:06:21.357Z Compiling thiserror v1.0.59
16882024-04-30T22:06:21.357Z 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`
16892024-04-30T22:06:21.358Z Compiling ryu v1.0.15
16902024-04-30T22:06:21.358Z 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`
16912024-04-30T22:06:21.358Z 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`
16922024-04-30T22:06:21.358Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc/build-script-build`
16932024-04-30T22:06:21.359Z 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`
16942024-04-30T22:06:21.382Z Compiling libm v0.2.7
16952024-04-30T22:06:21.388Z 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`
16962024-04-30T22:06:21.838Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0/build-script-build`
16972024-04-30T22:06:21.864Z 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`
16982024-04-30T22:06:21.864Z Compiling num-traits v0.2.18
16992024-04-30T22:06:21.864Z 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`
17002024-04-30T22:06:21.865Z Compiling pin-project-lite v0.2.13
17012024-04-30T22:06:21.865Z 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`
17022024-04-30T22:06:21.865Z Compiling ahash v0.8.8
17032024-04-30T22:06:21.865Z 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`
17042024-04-30T22:06:21.865Z Compiling serde_json v1.0.116
17052024-04-30T22:06:21.865Z 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`
17062024-04-30T22:06:21.865Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91/build-script-build`
17072024-04-30T22:06:21.865Z Compiling allocator-api2 v0.2.16
17082024-04-30T22:06:21.865Z 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`
17092024-04-30T22:06:21.865Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33/build-script-build`
17102024-04-30T22:06:22.310Z 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`
17112024-04-30T22:06:22.310Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6413535ed1de6105/build-script-build`
17122024-04-30T22:06:22.310Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c/build-script-build`
17132024-04-30T22:06:22.310Z Compiling typenum v1.16.0
17142024-04-30T22:06:22.311Z 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`
17152024-04-30T22:06:22.311Z Compiling futures-core v0.3.30
17162024-04-30T22:06:22.312Z 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`
17172024-04-30T22:06:22.312Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0/build-script-build`
17182024-04-30T22:06:22.312Z Compiling quote v1.0.36
17192024-04-30T22:06:22.312Z 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`
17202024-04-30T22:06:22.349Z Compiling getrandom v0.2.12
17212024-04-30T22:06:22.362Z 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`
17222024-04-30T22:06:22.565Z Compiling syn v2.0.60
17232024-04-30T22:06:22.995Z 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`
17242024-04-30T22:06:23.010Z 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`
17252024-04-30T22:06:23.010Z Compiling rand_core v0.6.4
17262024-04-30T22:06:23.010Z 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`
17272024-04-30T22:06:23.010Z 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`
17282024-04-30T22:06:23.010Z Compiling cc v1.0.83
17292024-04-30T22:06:23.010Z 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`
17302024-04-30T22:06:23.384Z 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`
17312024-04-30T22:06:23.384Z Compiling signal-hook-registry v1.4.1
17322024-04-30T22:06:23.384Z 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`
17332024-04-30T22:06:23.384Z Compiling parking_lot v0.12.1
17342024-04-30T22:06:23.384Z Compiling mio v0.8.11
17352024-04-30T22:06:23.384Z 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`
17362024-04-30T22:06:23.385Z 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`
17372024-04-30T22:06:23.644Z Compiling num_cpus v1.16.0
17382024-04-30T22:06:23.655Z 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`
17392024-04-30T22:06:23.768Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5/build-script-main`
17402024-04-30T22:06:24.016Z Compiling generic-array v0.14.7
17412024-04-30T22:06:24.060Z 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`
17422024-04-30T22:06:24.117Z 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`
17432024-04-30T22:06:24.339Z Compiling socket2 v0.5.6
17442024-04-30T22:06:24.343Z 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`
17452024-04-30T22:06:24.463Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c/build-script-build`
17462024-04-30T22:06:26.355Z Compiling subtle v2.5.0
17472024-04-30T22:06:26.355Z 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`
17482024-04-30T22:06:26.355Z Compiling spin v0.5.2
17492024-04-30T22:06:26.355Z 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`
17502024-04-30T22:06:26.355Z Compiling fnv v1.0.7
17512024-04-30T22:06:26.355Z 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`
17522024-04-30T22:06:26.453Z Compiling equivalent v1.0.1
17532024-04-30T22:06:26.453Z 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`
17542024-04-30T22:06:26.453Z Compiling futures-sink v0.3.30
17552024-04-30T22:06:26.453Z 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`
17562024-04-30T22:06:26.454Z Compiling slab v0.4.9
17572024-04-30T22:06:26.454Z 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`
17582024-04-30T22:06:26.454Z Compiling pin-utils v0.1.0
17592024-04-30T22:06:26.454Z 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`
17602024-04-30T22:06:26.454Z Compiling futures-channel v0.3.30
17612024-04-30T22:06:26.454Z 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`
17622024-04-30T22:06:26.454Z Compiling futures-io v0.3.30
17632024-04-30T22:06:26.454Z 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`
17642024-04-30T22:06:26.454Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557/build-script-build`
17652024-04-30T22:06:26.455Z Compiling futures-task v0.3.30
17662024-04-30T22:06:26.455Z 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`
17672024-04-30T22:06:26.455Z 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`
17682024-04-30T22:06:26.455Z Compiling heck v0.4.1
17692024-04-30T22:06:26.456Z 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`
17702024-04-30T22:06:26.456Z Compiling regex-syntax v0.8.2
17712024-04-30T22:06:26.456Z Compiling const-oid v0.9.6
17722024-04-30T22:06:26.456Z 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`
17732024-04-30T22:06:26.456Z 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`
17742024-04-30T22:06:26.456Z Compiling aho-corasick v1.1.2
17752024-04-30T22:06:26.457Z 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`
17762024-04-30T22:06:26.457Z Compiling iana-time-zone v0.1.57
17772024-04-30T22:06:26.457Z 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`
17782024-04-30T22:06:26.457Z Compiling tinyvec_macros v0.1.1
17792024-04-30T22:06:26.457Z 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`
17802024-04-30T22:06:26.457Z Compiling rustix v0.38.31
17812024-04-30T22:06:26.458Z 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`
17822024-04-30T22:06:26.458Z Compiling tinyvec v1.6.0
17832024-04-30T22:06:26.458Z 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`
17842024-04-30T22:06:26.458Z Compiling lazy_static v1.4.0
17852024-04-30T22:06:26.458Z 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`
17862024-04-30T22:06:26.529Z Compiling errno v0.3.8
17872024-04-30T22:06:26.529Z 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`
17882024-04-30T22:06:27.014Z Compiling tracing-core v0.1.32
17892024-04-30T22:06:27.024Z 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`
17902024-04-30T22:06:27.024Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca/build-script-build`
17912024-04-30T22:06:27.095Z Compiling ppv-lite86 v0.2.17
17922024-04-30T22:06:27.139Z 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`
17932024-04-30T22:06:27.533Z Compiling pkg-config v0.3.27
17942024-04-30T22:06:27.597Z 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`
17952024-04-30T22:06:27.709Z Compiling unicode-normalization v0.1.22
17962024-04-30T22:06:27.728Z 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`
17972024-04-30T22:06:27.863Z Compiling cpufeatures v0.2.12
17982024-04-30T22:06:27.907Z 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`
17992024-04-30T22:06:27.972Z Compiling dyn-clone v1.0.17
18002024-04-30T22:06:28.483Z 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`
18012024-04-30T22:06:28.484Z Compiling unicode-bidi v0.3.15
18022024-04-30T22:06:28.484Z 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`
18032024-04-30T22:06:28.484Z Compiling schemars v0.8.16
18042024-04-30T22:06:28.484Z 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`
18052024-04-30T22:06:29.400Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1/build-script-build`
18062024-04-30T22:06:29.400Z Compiling rand_chacha v0.3.1
18072024-04-30T22:06:29.400Z 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`
18082024-04-30T22:06:29.400Z Compiling uuid v0.8.2
18092024-04-30T22:06:29.400Z 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`
18102024-04-30T22:06:29.400Z Compiling percent-encoding v2.3.1
18112024-04-30T22:06:29.400Z 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`
18122024-04-30T22:06:29.401Z Compiling regex-automata v0.4.5
18132024-04-30T22:06:29.401Z 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`
18142024-04-30T22:06:29.492Z Compiling rand v0.8.5
18152024-04-30T22:06:29.512Z 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`
18162024-04-30T22:06:29.609Z Compiling serde_derive_internals v0.26.0
18172024-04-30T22:06:29.628Z 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`
18182024-04-30T22:06:30.475Z Compiling spin v0.9.8
18192024-04-30T22:06:30.486Z 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`
18202024-04-30T22:06:30.862Z Compiling form_urlencoded v1.2.1
18212024-04-30T22:06:30.879Z 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`
18222024-04-30T22:06:31.593Z Compiling num-conv v0.1.0
18232024-04-30T22:06:31.602Z 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`
18242024-04-30T22:06:31.603Z Compiling powerfmt v0.2.0
18252024-04-30T22:06:31.603Z 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`
18262024-04-30T22:06:31.603Z Compiling time-core v0.1.2
18272024-04-30T22:06:31.603Z 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`
18282024-04-30T22:06:31.603Z Compiling httparse v1.8.0
18292024-04-30T22:06:31.603Z 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`
18302024-04-30T22:06:31.660Z Compiling time-macros v0.2.17
18312024-04-30T22:06:31.661Z 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`
18322024-04-30T22:06:31.694Z Compiling deranged v0.3.11
18332024-04-30T22:06:31.731Z 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`
18342024-04-30T22:06:32.008Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9/build-script-build`
18352024-04-30T22:06:32.045Z Compiling num_threads v0.1.6
18362024-04-30T22:06:32.061Z 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`
18372024-04-30T22:06:32.124Z 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`
18382024-04-30T22:06:32.189Z Compiling ring v0.17.8
18392024-04-30T22:06:32.209Z 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`
18402024-04-30T22:06:32.417Z Compiling unicode-width v0.1.11
18412024-04-30T22:06:32.450Z 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`
18422024-04-30T22:06:32.581Z Compiling idna v0.5.0
18432024-04-30T22:06:32.597Z 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`
18442024-04-30T22:06:32.839Z Compiling either v1.11.0
18452024-04-30T22:06:32.855Z 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`
18462024-04-30T22:06:33.320Z Compiling semver v1.0.22
18472024-04-30T22:06:33.358Z 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`
18482024-04-30T22:06:33.460Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801/build-script-build`
18492024-04-30T22:06:33.666Z Compiling url v2.5.0
18502024-04-30T22:06:33.685Z 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`
18512024-04-30T22:06:33.855Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546/build-script-build`
18522024-04-30T22:06:33.926Z Compiling rustversion v1.0.14
18532024-04-30T22:06:33.945Z 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`
18542024-04-30T22:06:34.193Z Compiling adler v1.0.2
18552024-04-30T22:06:34.210Z 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`
18562024-04-30T22:06:34.371Z Compiling regex v1.10.4
18572024-04-30T22:06:34.396Z 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`
18582024-04-30T22:06:34.653Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b/build-script-build`
18592024-04-30T22:06:34.731Z Compiling miniz_oxide v0.7.1
18602024-04-30T22:06:34.749Z 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`
18612024-04-30T22:06:35.126Z Compiling time v0.3.34
18622024-04-30T22:06:35.141Z 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`
18632024-04-30T22:06:35.370Z Compiling base64 v0.21.7
18642024-04-30T22:06:35.440Z 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`
18652024-04-30T22:06:35.910Z Compiling vcpkg v0.2.15
18662024-04-30T22:06:35.910Z 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`
18672024-04-30T22:06:36.016Z Compiling slog v2.7.0
18682024-04-30T22:06:36.023Z 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`
18692024-04-30T22:06:36.553Z Compiling untrusted v0.9.0
18702024-04-30T22:06:36.566Z 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`
18712024-04-30T22:06:36.567Z 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`
18722024-04-30T22:06:36.567Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857/build-script-build`
18732024-04-30T22:06:36.656Z Compiling try-lock v0.2.4
18742024-04-30T22:06:36.685Z 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`
18752024-04-30T22:06:36.755Z Compiling schemars_derive v0.8.16
18762024-04-30T22:06:36.762Z 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`
18772024-04-30T22:06:36.785Z Compiling want v0.3.1
18782024-04-30T22:06:36.793Z 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`
18792024-04-30T22:06:36.837Z Compiling serde_derive v1.0.199
18802024-04-30T22:06:36.857Z 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`
18812024-04-30T22:06:37.485Z Compiling zerocopy-derive v0.7.32
18822024-04-30T22:06:37.511Z 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`
18832024-04-30T22:06:37.512Z Compiling zeroize_derive v1.4.2
18842024-04-30T22:06:37.512Z 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`
18852024-04-30T22:06:37.950Z Compiling thiserror-impl v1.0.59
18862024-04-30T22:06:37.958Z 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`
18872024-04-30T22:06:39.071Z Compiling zeroize v1.7.0
18882024-04-30T22:06:39.092Z 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`
18892024-04-30T22:06:39.423Z Compiling tokio-macros v2.2.0
18902024-04-30T22:06:39.435Z 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`
18912024-04-30T22:06:39.622Z Compiling zerocopy v0.7.32
18922024-04-30T22:06:39.668Z 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`
18932024-04-30T22:06:40.097Z 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`
18942024-04-30T22:06:40.293Z Compiling futures-macro v0.3.30
18952024-04-30T22:06:40.320Z 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`
18962024-04-30T22:06:41.068Z Compiling tracing-attributes v0.1.27
18972024-04-30T22:06:41.093Z 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`
18982024-04-30T22:06:41.277Z 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"'`
18992024-04-30T22:06:41.294Z 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`
19002024-04-30T22:06:41.389Z 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`
19012024-04-30T22:06:41.894Z Compiling crypto-common v0.1.6
19022024-04-30T22:06:41.902Z 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`
19032024-04-30T22:06:41.902Z Compiling block-buffer v0.10.4
19042024-04-30T22:06:41.902Z 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`
19052024-04-30T22:06:41.903Z Compiling openssl-sys v0.9.102
19062024-04-30T22:06:41.903Z 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`
19072024-04-30T22:06:41.903Z Compiling async-trait v0.1.80
19082024-04-30T22:06:41.903Z 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`
19092024-04-30T22:06:41.903Z Compiling hashbrown v0.14.3
19102024-04-30T22:06:41.903Z 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`
19112024-04-30T22:06:41.903Z Compiling digest v0.10.7
19122024-04-30T22:06:41.903Z 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`
19132024-04-30T22:06:42.367Z 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`
19142024-04-30T22:06:42.593Z Compiling futures-util v0.3.30
19152024-04-30T22:06:42.602Z 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`
19162024-04-30T22:06:42.762Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7/build-script-main`
19172024-04-30T22:06:43.148Z Compiling tower-service v0.3.2
19182024-04-30T22:06:43.162Z 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`
19192024-04-30T22:06:44.604Z Compiling base64ct v1.6.0
19202024-04-30T22:06:44.605Z 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`
19212024-04-30T22:06:44.605Z Compiling ucd-trie v0.1.6
19222024-04-30T22:06:44.605Z 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`
19232024-04-30T22:06:44.605Z Compiling httpdate v1.0.3
19242024-04-30T22:06:44.605Z 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`
19252024-04-30T22:06:44.605Z Compiling pest v2.7.6
19262024-04-30T22:06:44.605Z 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`
19272024-04-30T22:06:44.605Z Compiling backtrace v0.3.69
19282024-04-30T22:06:44.606Z 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`
19292024-04-30T22:06:44.606Z Compiling ring v0.16.20
19302024-04-30T22:06:44.606Z 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`
19312024-04-30T22:06:44.606Z Compiling gimli v0.28.0
19322024-04-30T22:06:44.606Z 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`
19332024-04-30T22:06:44.756Z Compiling openssl v0.10.64
19342024-04-30T22:06:44.773Z 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`
19352024-04-30T22:06:45.083Z Compiling foreign-types-shared v0.1.1
19362024-04-30T22:06:45.097Z 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`
19372024-04-30T22:06:45.132Z Compiling openssl-probe v0.1.5
19382024-04-30T22:06:45.140Z 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`
19392024-04-30T22:06:45.196Z Compiling foreign-types v0.3.2
19402024-04-30T22:06:45.203Z 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`
19412024-04-30T22:06:45.236Z Compiling tracing v0.1.40
19422024-04-30T22:06:45.254Z 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`
19432024-04-30T22:06:45.266Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7/build-script-build`
19442024-04-30T22:06:45.289Z 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`
19452024-04-30T22:06:45.708Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97/build-script-build`
19462024-04-30T22:06:45.708Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d/build-script-build`
19472024-04-30T22:06:45.709Z 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`
19482024-04-30T22:06:45.709Z Compiling openssl-macros v0.1.1
19492024-04-30T22:06:45.709Z 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`
19502024-04-30T22:06:45.758Z Compiling object v0.32.1
19512024-04-30T22:06:46.182Z 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`
19522024-04-30T22:06:46.371Z Compiling pest_meta v2.7.6
19532024-04-30T22:06:46.386Z 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`
19542024-04-30T22:06:46.393Z Compiling ipnet v2.9.0
19552024-04-30T22:06:46.393Z 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`
19562024-04-30T22:06:46.648Z Compiling anyhow v1.0.82
19572024-04-30T22:06:46.673Z 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`
19582024-04-30T22:06:47.177Z Compiling untrusted v0.7.1
19592024-04-30T22:06:47.643Z 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`
19602024-04-30T22:06:47.643Z Compiling crossbeam-utils v0.8.19
19612024-04-30T22:06:47.643Z 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`
19622024-04-30T22:06:47.643Z Compiling rustc-demangle v0.1.23
19632024-04-30T22:06:47.643Z 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`
19642024-04-30T22:06:47.685Z Compiling pest_generator v2.7.6
19652024-04-30T22:06:47.713Z 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`
19662024-04-30T22:06:48.031Z Compiling mime v0.3.17
19672024-04-30T22:06:48.081Z 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`
19682024-04-30T22:06:48.324Z Compiling futures-executor v0.3.30
19692024-04-30T22:06:48.330Z 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`
19702024-04-30T22:06:48.638Z Compiling futures v0.3.30
19712024-04-30T22:06:48.655Z 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`
19722024-04-30T22:06:48.729Z Compiling addr2line v0.21.0
19732024-04-30T22:06:48.761Z 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`
19742024-04-30T22:06:48.770Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82/build-script-build`
19752024-04-30T22:06:48.787Z 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`
19762024-04-30T22:06:48.882Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972/build-script-build`
19772024-04-30T22:06:49.343Z Compiling winnow v0.5.15
19782024-04-30T22:06:49.356Z 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`
19792024-04-30T22:06:49.356Z Compiling rustls v0.21.9
19802024-04-30T22:06:49.356Z 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`
19812024-04-30T22:06:49.373Z Compiling native-tls v0.2.11
19822024-04-30T22:06:49.373Z 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`
19832024-04-30T22:06:49.509Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867/build-script-build`
19842024-04-30T22:06:50.009Z 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`
19852024-04-30T22:06:50.039Z Compiling pem-rfc7468 v0.7.0
19862024-04-30T22:06:50.039Z 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`
19872024-04-30T22:06:50.040Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211/build-script-build`
19882024-04-30T22:06:50.040Z Compiling rustls-webpki v0.101.7
19892024-04-30T22:06:50.040Z 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`
19902024-04-30T22:06:50.539Z Compiling der_derive v0.7.2
19912024-04-30T22:06:50.550Z 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`
19922024-04-30T22:06:50.788Z Compiling sct v0.7.0
19932024-04-30T22:06:50.816Z 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`
19942024-04-30T22:06:51.100Z Compiling cookie v0.17.0
19952024-04-30T22:06:51.104Z 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`
19962024-04-30T22:06:51.633Z Compiling bytes v1.6.0
19972024-04-30T22:06:53.082Z 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`
19982024-04-30T22:06:53.082Z Compiling bitflags v2.4.2
19992024-04-30T22:06:53.082Z 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`
20002024-04-30T22:06:53.082Z 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`
20012024-04-30T22:06:53.088Z Compiling indexmap v2.2.6
20022024-04-30T22:06:53.088Z 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`
20032024-04-30T22:06:53.088Z Compiling chrono v0.4.38
20042024-04-30T22:06:53.088Z 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`
20052024-04-30T22:06:53.088Z Compiling uuid v1.8.0
20062024-04-30T22:06:53.088Z 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`
20072024-04-30T22:06:53.088Z Compiling tokio v1.37.0
20082024-04-30T22:06:53.088Z 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`
20092024-04-30T22:06:53.088Z 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`
20102024-04-30T22:06:53.088Z Compiling http v0.2.12
20112024-04-30T22:06:53.088Z 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`
20122024-04-30T22:06:53.181Z Compiling serde_spanned v0.6.5
20132024-04-30T22:06:53.199Z 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`
20142024-04-30T22:06:53.318Z Compiling toml_datetime v0.6.5
20152024-04-30T22:06:53.321Z 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`
20162024-04-30T22:06:53.446Z 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`
20172024-04-30T22:06:53.465Z 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`
20182024-04-30T22:06:53.806Z 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`
20192024-04-30T22:06:54.195Z Compiling http-body v0.4.5
20202024-04-30T22:06:54.611Z 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`
20212024-04-30T22:06:54.642Z 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`
20222024-04-30T22:06:54.658Z Compiling pest_derive v2.7.6
20232024-04-30T22:06:54.658Z 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`
20242024-04-30T22:06:55.029Z 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`
20252024-04-30T22:06:55.477Z Compiling toml_edit v0.19.15
20262024-04-30T22:06:55.480Z 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`
20272024-04-30T22:06:55.700Z Compiling utf8parse v0.2.1
20282024-04-30T22:06:55.704Z 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`
20292024-04-30T22:06:55.754Z Compiling flagset v0.4.3
20302024-04-30T22:06:55.773Z 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`
20312024-04-30T22:06:55.885Z Compiling unicode-xid v0.2.4
20322024-04-30T22:06:55.893Z 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`
20332024-04-30T22:06:55.942Z Compiling der v0.7.8
20342024-04-30T22:06:55.960Z 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`
20352024-04-30T22:06:55.998Z Compiling rustc_version v0.4.0
20362024-04-30T22:06:56.013Z 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`
20372024-04-30T22:06:56.076Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731/build-script-build`
20382024-04-30T22:06:56.139Z Compiling serde_urlencoded v0.7.1
20392024-04-30T22:06:56.143Z 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`
20402024-04-30T22:06:56.692Z 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`
20412024-04-30T22:06:56.789Z Compiling idna v0.3.0
20422024-04-30T22:06:56.819Z 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`
20432024-04-30T22:06:57.389Z Compiling thread-id v4.2.0
20442024-04-30T22:06:57.397Z 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`
20452024-04-30T22:06:57.516Z Compiling encoding_rs v0.8.33
20462024-04-30T22:06:57.525Z 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`
20472024-04-30T22:06:58.387Z Compiling psl-types v2.0.11
20482024-04-30T22:06:58.391Z 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`
20492024-04-30T22:06:58.439Z Compiling spki v0.7.2
20502024-04-30T22:06:58.474Z 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`
20512024-04-30T22:06:58.589Z Compiling publicsuffix v2.2.3
20522024-04-30T22:06:58.592Z 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`
20532024-04-30T22:06:58.814Z 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`
20542024-04-30T22:06:58.863Z Compiling bitflags v1.3.2
20552024-04-30T22:06:58.870Z 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`
20562024-04-30T22:06:58.962Z Compiling data-encoding v2.4.0
20572024-04-30T22:06:58.984Z 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`
20582024-04-30T22:06:59.289Z 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`
20592024-04-30T22:06:59.871Z Compiling anstyle v1.0.6
20602024-04-30T22:06:59.895Z 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`
20612024-04-30T22:06:59.904Z Compiling cookie_store v0.20.0
20622024-04-30T22:06:59.904Z 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`
20632024-04-30T22:07:00.339Z Compiling tokio-util v0.7.10
20642024-04-30T22:07:00.342Z 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`
20652024-04-30T22:07:01.244Z Compiling tokio-rustls v0.24.1
20662024-04-30T22:07:01.256Z 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`
20672024-04-30T22:07:01.441Z Compiling h2 v0.3.26
20682024-04-30T22:07:01.462Z 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`
20692024-04-30T22:07:01.642Z Compiling tokio-native-tls v0.3.1
20702024-04-30T22:07:01.657Z 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`
20712024-04-30T22:07:01.826Z Compiling openapiv3 v2.0.0
20722024-04-30T22:07:01.859Z 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`
20732024-04-30T22:07:01.869Z Compiling rustls-pemfile v1.0.3
20742024-04-30T22:07:01.876Z 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`
20752024-04-30T22:07:01.927Z Compiling sync_wrapper v0.1.2
20762024-04-30T22:07:01.955Z 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`
20772024-04-30T22:07:02.002Z Compiling webpki-roots v0.25.2
20782024-04-30T22:07:02.017Z 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`
20792024-04-30T22:07:02.064Z Compiling pkcs8 v0.10.2
20802024-04-30T22:07:02.067Z 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`
20812024-04-30T22:07:02.166Z Compiling sha2 v0.10.8
20822024-04-30T22:07:02.173Z 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`
20832024-04-30T22:07:02.257Z Compiling hmac v0.12.1
20842024-04-30T22:07:02.264Z 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`
20852024-04-30T22:07:02.526Z Compiling scroll_derive v0.12.0
20862024-04-30T22:07:02.543Z 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`
20872024-04-30T22:07:02.626Z Compiling bit-vec v0.6.3
20882024-04-30T22:07:03.041Z 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`
20892024-04-30T22:07:03.078Z Compiling anstyle-parse v0.2.1
20902024-04-30T22:07:03.082Z 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`
20912024-04-30T22:07:03.370Z Compiling num-integer v0.1.46
20922024-04-30T22:07:03.399Z 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`
20932024-04-30T22:07:03.432Z Compiling crc32fast v1.3.2
20942024-04-30T22:07:03.433Z 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`
20952024-04-30T22:07:03.989Z Compiling colorchoice v1.0.0
20962024-04-30T22:07:03.993Z 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`
20972024-04-30T22:07:04.181Z Compiling plain v0.2.3
20982024-04-30T22:07:04.199Z 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`
20992024-04-30T22:07:04.199Z Compiling anstyle-query v1.0.0
21002024-04-30T22:07:04.199Z 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`
21012024-04-30T22:07:04.313Z Compiling scroll v0.12.0
21022024-04-30T22:07:04.318Z 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`
21032024-04-30T22:07:04.343Z Compiling anstream v0.6.11
21042024-04-30T22:07:04.347Z 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`
21052024-04-30T22:07:04.347Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5/build-script-build`
21062024-04-30T22:07:04.436Z Compiling terminal_size v0.3.0
21072024-04-30T22:07:04.439Z 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`
21082024-04-30T22:07:04.648Z Compiling block-padding v0.3.3
21092024-04-30T22:07:04.655Z 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`
21102024-04-30T22:07:04.872Z Compiling goblin v0.8.0
21112024-04-30T22:07:04.882Z 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`
21122024-04-30T22:07:04.914Z Compiling usdt-impl v0.5.0
21132024-04-30T22:07:04.937Z 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`
21142024-04-30T22:07:05.084Z Compiling pretty-hex v0.4.1
21152024-04-30T22:07:05.102Z 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`
21162024-04-30T22:07:05.313Z Compiling heck v0.5.0
21172024-04-30T22:07:05.335Z 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`
21182024-04-30T22:07:05.348Z Compiling strsim v0.11.0
21192024-04-30T22:07:05.348Z 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`
21202024-04-30T22:07:06.102Z Compiling unicode-segmentation v1.10.1
21212024-04-30T22:07:06.115Z 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`
21222024-04-30T22:07:06.115Z Compiling clap_lex v0.7.0
21232024-04-30T22:07:06.115Z 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`
21242024-04-30T22:07:06.115Z Compiling clap_derive v4.5.4
21252024-04-30T22:07:06.115Z 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`
21262024-04-30T22:07:06.567Z Compiling clap_builder v4.5.2
21272024-04-30T22:07:06.568Z 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`
21282024-04-30T22:07:06.568Z Compiling inout v0.1.3
21292024-04-30T22:07:06.568Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a/build-script-build`
21302024-04-30T22:07:06.568Z 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`
21312024-04-30T22:07:06.568Z 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`
21322024-04-30T22:07:06.568Z Compiling dtrace-parser v0.2.0
21332024-04-30T22:07:06.568Z Compiling siphasher v0.3.11
21342024-04-30T22:07:06.568Z 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`
21352024-04-30T22:07:06.568Z 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`
21362024-04-30T22:07:06.768Z Compiling cipher v0.4.4
21372024-04-30T22:07:06.775Z 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`
21382024-04-30T22:07:06.915Z Compiling synstructure v0.12.6
21392024-04-30T22:07:06.921Z 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`
21402024-04-30T22:07:07.271Z Compiling hex v0.4.3
21412024-04-30T22:07:07.288Z 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`
21422024-04-30T22:07:07.813Z Compiling crossbeam-epoch v0.9.18
21432024-04-30T22:07:07.830Z 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`
21442024-04-30T22:07:08.297Z Compiling hyper v0.14.28
21452024-04-30T22:07:08.297Z 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`
21462024-04-30T22:07:08.297Z Compiling itertools v0.10.5
21472024-04-30T22:07:08.297Z 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`
21482024-04-30T22:07:08.581Z Compiling stable_deref_trait v1.2.0
21492024-04-30T22:07:08.598Z 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`
21502024-04-30T22:07:08.682Z Compiling winnow v0.6.1
21512024-04-30T22:07:08.694Z 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`
21522024-04-30T22:07:08.722Z Compiling zerocopy-derive v0.2.0
21532024-04-30T22:07:08.727Z 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`
21542024-04-30T22:07:10.944Z Compiling dof v0.3.0
21552024-04-30T22:07:11.022Z 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`
21562024-04-30T22:07:11.035Z Compiling bit-set v0.5.3
21572024-04-30T22:07:11.035Z 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`
21582024-04-30T22:07:11.146Z Compiling clap v4.5.4
21592024-04-30T22:07:11.166Z 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`
21602024-04-30T22:07:11.283Z Compiling ff v0.13.0
21612024-04-30T22:07:11.297Z 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`
21622024-04-30T22:07:11.317Z Compiling base16ct v0.2.0
21632024-04-30T22:07:11.334Z 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`
21642024-04-30T22:07:11.500Z Compiling base64 v0.22.0
21652024-04-30T22:07:11.513Z 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`
21662024-04-30T22:07:11.634Z Compiling sec1 v0.7.3
21672024-04-30T22:07:11.652Z 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`
21682024-04-30T22:07:11.716Z 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`
21692024-04-30T22:07:12.952Z Compiling toml_edit v0.22.12
21702024-04-30T22:07:13.033Z 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`
21712024-04-30T22:07:13.033Z Compiling group v0.13.0
21722024-04-30T22:07:13.033Z 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`
21732024-04-30T22:07:13.033Z Compiling zerocopy v0.3.0
21742024-04-30T22:07:13.033Z 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`
21752024-04-30T22:07:13.034Z Compiling flate2 v1.0.28
21762024-04-30T22:07:13.034Z 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`
21772024-04-30T22:07:13.171Z Compiling hkdf v0.12.4
21782024-04-30T22:07:13.198Z 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`
21792024-04-30T22:07:13.233Z Compiling toml v0.7.8
21802024-04-30T22:07:13.245Z 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`
21812024-04-30T22:07:13.340Z Compiling crypto-bigint v0.5.2
21822024-04-30T22:07:13.822Z 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`
21832024-04-30T22:07:13.822Z Compiling zerocopy-derive v0.6.6
21842024-04-30T22:07:13.822Z 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`
21852024-04-30T22:07:13.822Z Compiling usdt-impl v0.3.5
21862024-04-30T22:07:13.822Z 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`
21872024-04-30T22:07:13.974Z Compiling managed v0.8.0
21882024-04-30T22:07:13.981Z 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`
21892024-04-30T22:07:14.428Z Compiling signal-hook v0.3.17
21902024-04-30T22:07:14.432Z 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`
21912024-04-30T22:07:14.780Z Compiling hyper-tls v0.5.0
21922024-04-30T22:07:14.800Z 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`
21932024-04-30T22:07:14.827Z Compiling hyper-rustls v0.24.2
21942024-04-30T22:07:14.859Z 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`
21952024-04-30T22:07:14.897Z Compiling fixedbitset v0.4.2
21962024-04-30T22:07:14.900Z 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`
21972024-04-30T22:07:15.130Z Compiling reqwest v0.11.24
21982024-04-30T22:07:15.146Z 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`
21992024-04-30T22:07:15.183Z Compiling petgraph v0.6.4
22002024-04-30T22:07:15.190Z 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`
22012024-04-30T22:07:15.351Z Compiling elliptic-curve v0.13.8
22022024-04-30T22:07:15.355Z 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`
22032024-04-30T22:07:15.595Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac/build-script-build`
22042024-04-30T22:07:15.633Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2/build-script-build`
22052024-04-30T22:07:15.841Z Compiling dof v0.1.5
22062024-04-30T22:07:15.849Z 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`
22072024-04-30T22:07:15.884Z Compiling zerocopy v0.6.6
22082024-04-30T22:07:15.900Z 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`
22092024-04-30T22:07:16.134Z Compiling phf_shared v0.10.0
22102024-04-30T22:07:16.144Z 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`
22112024-04-30T22:07:16.543Z Compiling ipnetwork v0.20.0
22122024-04-30T22:07:16.547Z 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`
22132024-04-30T22:07:16.700Z Compiling dtrace-parser v0.1.14
22142024-04-30T22:07:16.704Z 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`
22152024-04-30T22:07:16.740Z Compiling new_debug_unreachable v1.0.4
22162024-04-30T22:07:16.757Z 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`
22172024-04-30T22:07:16.815Z Compiling static_assertions v1.1.0
22182024-04-30T22:07:16.824Z 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`
22192024-04-30T22:07:16.843Z Compiling precomputed-hash v0.1.1
22202024-04-30T22:07:16.868Z 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`
22212024-04-30T22:07:16.919Z Compiling minimal-lexical v0.2.1
22222024-04-30T22:07:16.932Z 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`
22232024-04-30T22:07:16.980Z Compiling string_cache v0.8.7
22242024-04-30T22:07:17.016Z 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`
22252024-04-30T22:07:17.426Z Compiling nom v7.1.3
22262024-04-30T22:07:17.434Z 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`
22272024-04-30T22:07:17.450Z 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`
22282024-04-30T22:07:17.450Z 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`
22292024-04-30T22:07:17.909Z Compiling num-iter v0.1.44
22302024-04-30T22:07:17.910Z 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`
22312024-04-30T22:07:18.021Z Compiling serde_tokenstream v0.1.7
22322024-04-30T22:07:18.034Z 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`
22332024-04-30T22:07:18.463Z Compiling bzip2-sys v0.1.11+1.0.8
22342024-04-30T22:07:18.490Z 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`
22352024-04-30T22:07:18.581Z Compiling num-bigint v0.4.4
22362024-04-30T22:07:18.700Z 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`
22372024-04-30T22:07:19.293Z Compiling matches v0.1.10
22382024-04-30T22:07:19.293Z 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`
22392024-04-30T22:07:19.294Z Compiling idna v0.2.3
22402024-04-30T22:07:19.294Z 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`
22412024-04-30T22:07:19.294Z Compiling heapless v0.7.16
22422024-04-30T22:07:19.294Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e/build-script-build`
22432024-04-30T22:07:19.294Z 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`
22442024-04-30T22:07:19.414Z Compiling enum-as-inner v0.5.1
22452024-04-30T22:07:19.414Z 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`
22462024-04-30T22:07:19.473Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34/build-script-build`
22472024-04-30T22:07:19.549Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22482024-04-30T22:07:19.578Z 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`
22492024-04-30T22:07:19.740Z Compiling lalrpop-util v0.19.12
22502024-04-30T22:07:19.786Z 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`
22512024-04-30T22:07:19.840Z Compiling regex-automata v0.1.10
22522024-04-30T22:07:19.859Z 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`
22532024-04-30T22:07:23.316Z 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`
22542024-04-30T22:07:23.497Z Compiling bstr v0.2.17
22552024-04-30T22:07:23.497Z 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`
22562024-04-30T22:07:23.498Z 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`
22572024-04-30T22:07:23.498Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f/build-script-build`
22582024-04-30T22:07:23.498Z Compiling trust-dns-proto v0.22.0
22592024-04-30T22:07:23.498Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-088c226215901068/build-script-build`
22602024-04-30T22:07:23.498Z 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`
22612024-04-30T22:07:23.498Z Compiling usdt-attr-macro v0.3.5
22622024-04-30T22:07:23.498Z 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`
22632024-04-30T22:07:23.498Z Compiling usdt-macro v0.3.5
22642024-04-30T22:07:23.498Z 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`
22652024-04-30T22:07:23.498Z Compiling signal-hook-mio v0.2.3
22662024-04-30T22:07:23.498Z 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`
22672024-04-30T22:07:23.499Z Compiling diesel_table_macro_syntax v0.1.0
22682024-04-30T22:07:23.499Z 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`
22692024-04-30T22:07:23.499Z Compiling scheduled-thread-pool v0.2.7
22702024-04-30T22:07:23.499Z 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`
22712024-04-30T22:07:23.499Z Compiling hash32 v0.2.1
22722024-04-30T22:07:23.499Z 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`
22732024-04-30T22:07:23.499Z Compiling smoltcp v0.9.1
22742024-04-30T22:07:23.499Z 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`
22752024-04-30T22:07:23.499Z Compiling predicates-core v1.0.6
22762024-04-30T22:07:23.499Z 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`
22772024-04-30T22:07:23.500Z 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`
22782024-04-30T22:07:23.500Z Compiling r2d2 v0.8.10
22792024-04-30T22:07:23.500Z 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`
22802024-04-30T22:07:23.500Z Compiling diesel_derives v2.1.2
22812024-04-30T22:07:23.500Z 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`
22822024-04-30T22:07:23.500Z Compiling usdt v0.3.5
22832024-04-30T22:07:23.500Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41/build-script-build`
22842024-04-30T22:07:23.500Z 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`
22852024-04-30T22:07:23.500Z Compiling crossterm v0.27.0
22862024-04-30T22:07:23.500Z 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`
22872024-04-30T22:07:23.501Z 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`
22882024-04-30T22:07:23.501Z Compiling bzip2 v0.4.4
22892024-04-30T22:07:23.501Z 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`
22902024-04-30T22:07:23.501Z Compiling md-5 v0.10.5
22912024-04-30T22:07:23.501Z 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`
22922024-04-30T22:07:23.501Z Compiling hubpack_derive v0.1.1
22932024-04-30T22:07:23.501Z 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`
22942024-04-30T22:07:23.501Z Compiling yasna v0.5.2
22952024-04-30T22:07:23.501Z 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`
22962024-04-30T22:07:23.501Z Compiling bstr v1.9.0
22972024-04-30T22:07:23.501Z 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`
22982024-04-30T22:07:23.947Z Compiling console v0.15.8
22992024-04-30T22:07:23.969Z 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`
23002024-04-30T22:07:24.832Z Compiling stringprep v0.1.3
23012024-04-30T22:07:24.913Z 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`
23022024-04-30T22:07:24.931Z Compiling float-cmp v0.9.0
23032024-04-30T22:07:24.932Z 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`
23042024-04-30T22:07:25.134Z Compiling difflib v0.4.0
23052024-04-30T22:07:25.148Z 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`
23062024-04-30T22:07:25.473Z Compiling normalize-line-endings v0.3.0
23072024-04-30T22:07:25.485Z 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`
23082024-04-30T22:07:26.021Z Compiling fallible-iterator v0.2.0
23092024-04-30T22:07:26.032Z 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`
23102024-04-30T22:07:26.032Z Compiling predicates v3.1.0
23112024-04-30T22:07:26.033Z 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`
23122024-04-30T22:07:26.080Z Compiling hubpack v0.1.2
23132024-04-30T22:07:26.094Z 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`
23142024-04-30T22:07:26.327Z Compiling postgres-protocol v0.6.6
23152024-04-30T22:07:26.338Z 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`
23162024-04-30T22:07:26.547Z Compiling zip v0.6.6
23172024-04-30T22:07:26.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`
23182024-04-30T22:07:26.753Z 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`
23192024-04-30T22:07:27.593Z Compiling similar v2.4.0
23202024-04-30T22:07:27.598Z 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`
23212024-04-30T22:07:27.707Z Compiling phf_shared v0.11.2
23222024-04-30T22:07:27.729Z 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`
23232024-04-30T22:07:28.017Z Compiling tokio-stream v0.1.15
23242024-04-30T22:07:28.023Z 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`
23252024-04-30T22:07:28.127Z Compiling strum_macros v0.25.2
23262024-04-30T22:07:28.139Z 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`
23272024-04-30T22:07:28.747Z Compiling serde_repr v0.1.16
23282024-04-30T22:07:28.752Z 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`
23292024-04-30T22:07:33.477Z Compiling peg-runtime v0.8.2
23302024-04-30T22:07:33.690Z 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`
23312024-04-30T22:07:33.690Z Compiling phf v0.11.2
23322024-04-30T22:07:33.690Z 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`
23332024-04-30T22:07:33.691Z Compiling postgres-types v0.2.6
23342024-04-30T22:07:33.691Z 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`
23352024-04-30T22:07:33.691Z Compiling whoami v1.5.1
23362024-04-30T22:07:33.691Z 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`
23372024-04-30T22:07:33.691Z Compiling serde_tokenstream v0.2.0
23382024-04-30T22:07:33.691Z 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`
23392024-04-30T22:07:33.691Z Compiling tokio-postgres v0.7.10
23402024-04-30T22:07:33.691Z 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`
23412024-04-30T22:07:33.691Z Compiling regress v0.9.1
23422024-04-30T22:07:33.691Z 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`
23432024-04-30T22:07:33.692Z Compiling getopts v0.2.21
23442024-04-30T22:07:33.692Z 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`
23452024-04-30T22:07:33.692Z Compiling unsafe-libyaml v0.2.10
23462024-04-30T22:07:33.692Z 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`
23472024-04-30T22:07:33.692Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
23482024-04-30T22:07:33.692Z 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`
23492024-04-30T22:07:33.692Z Compiling camino v1.1.6
23502024-04-30T22:07:33.693Z 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`
23512024-04-30T22:07:33.693Z Compiling is-terminal v0.4.9
23522024-04-30T22:07:33.693Z 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`
23532024-04-30T22:07:33.693Z Compiling dirs-sys-next v0.1.2
23542024-04-30T22:07:33.693Z 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`
23552024-04-30T22:07:33.693Z Compiling fastrand v2.0.1
23562024-04-30T22:07:33.694Z 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`
23572024-04-30T22:07:33.694Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601/build-script-build`
23582024-04-30T22:07:33.694Z 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`
23592024-04-30T22:07:33.694Z Compiling serde_yaml v0.9.25
23602024-04-30T22:07:33.694Z 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`
23612024-04-30T22:07:33.695Z Compiling tempfile v3.10.1
23622024-04-30T22:07:33.695Z 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`
23632024-04-30T22:07:33.695Z Compiling dirs-next v2.0.0
23642024-04-30T22:07:33.695Z 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`
23652024-04-30T22:07:33.695Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23662024-04-30T22:07:33.695Z 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`
23672024-04-30T22:07:33.695Z Compiling sha1 v0.10.6
23682024-04-30T22:07:33.696Z 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`
23692024-04-30T22:07:33.696Z Compiling term v0.7.0
23702024-04-30T22:07:33.696Z 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`
23712024-04-30T22:07:33.696Z Compiling ident_case v1.0.1
23722024-04-30T22:07:33.696Z 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`
23732024-04-30T22:07:33.696Z Compiling strsim v0.10.0
23742024-04-30T22:07:33.696Z 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`
23752024-04-30T22:07:33.696Z Compiling toml v0.8.12
23762024-04-30T22:07:33.696Z 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`
23772024-04-30T22:07:33.902Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23782024-04-30T22:07:33.928Z 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`
23792024-04-30T22:07:34.261Z Compiling darling_core v0.20.8
23802024-04-30T22:07:35.539Z 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`
23812024-04-30T22:07:35.566Z Compiling http v1.0.0
23822024-04-30T22:07:35.566Z 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`
23832024-04-30T22:07:35.566Z Compiling paste v1.0.14
23842024-04-30T22:07:35.566Z 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`
23852024-04-30T22:07:35.566Z Compiling strum_macros v0.26.1
23862024-04-30T22:07:35.566Z 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`
23872024-04-30T22:07:35.566Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e/build-script-build`
23882024-04-30T22:07:35.605Z Compiling match_cfg v0.1.0
23892024-04-30T22:07:35.605Z 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`
23902024-04-30T22:07:35.673Z Compiling rustls-pki-types v1.3.0
23912024-04-30T22:07:35.693Z 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`
23922024-04-30T22:07:36.125Z Compiling hostname v0.3.1
23932024-04-30T22:07:36.131Z 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`
23942024-04-30T22:07:36.408Z 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`
23952024-04-30T22:07:36.424Z Compiling quick-error v1.2.3
23962024-04-30T22:07:36.424Z 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`
23972024-04-30T22:07:36.568Z Compiling crossbeam-channel v0.5.8
23982024-04-30T22:07:36.576Z 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`
23992024-04-30T22:07:37.297Z Compiling thread_local v1.1.7
24002024-04-30T22:07:37.302Z 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`
24012024-04-30T22:07:37.674Z Compiling slog-async v2.8.0
24022024-04-30T22:07:37.681Z 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`
24032024-04-30T22:07:37.722Z Compiling rustls v0.22.4
24042024-04-30T22:07:37.733Z 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`
24052024-04-30T22:07:37.850Z Compiling rustls-webpki v0.102.1
24062024-04-30T22:07:37.854Z 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`
24072024-04-30T22:07:38.065Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3/build-script-build`
24082024-04-30T22:07:38.108Z Compiling instant v0.1.12
24092024-04-30T22:07:38.119Z 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`
24102024-04-30T22:07:38.137Z Compiling take_mut v0.2.2
24112024-04-30T22:07:38.157Z 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`
24122024-04-30T22:07:38.273Z Compiling slog-term v2.9.1
24132024-04-30T22:07:38.286Z 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`
24142024-04-30T22:07:38.310Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe/build-script-build`
24152024-04-30T22:07:38.319Z Compiling rustls-pemfile v2.1.2
24162024-04-30T22:07:38.319Z 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`
24172024-04-30T22:07:38.357Z 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`
24182024-04-30T22:07:38.400Z Compiling diesel v2.1.6
24192024-04-30T22:07:38.430Z 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`
24202024-04-30T22:07:38.882Z 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`
24212024-04-30T22:07:39.511Z Compiling multer v3.0.0
24222024-04-30T22:07:39.515Z 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`
24232024-04-30T22:07:39.607Z Compiling debug-ignore v1.0.5
24242024-04-30T22:07:39.624Z 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`
24252024-04-30T22:07:40.203Z Compiling slog-json v2.6.1
24262024-04-30T22:07:40.219Z 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`
24272024-04-30T22:07:40.219Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4/build-script-build`
24282024-04-30T22:07:40.219Z Compiling async-stream-impl v0.3.5
24292024-04-30T22:07:40.219Z 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`
24302024-04-30T22:07:40.219Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
24312024-04-30T22:07:40.219Z 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`
24322024-04-30T22:07:40.219Z Compiling atomic-waker v1.1.1
24332024-04-30T22:07:40.219Z 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`
24342024-04-30T22:07:40.325Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b/build-script-build`
24352024-04-30T22:07:40.345Z Compiling waitgroup v0.1.2
24362024-04-30T22:07:40.367Z 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`
24372024-04-30T22:07:40.403Z Compiling slog-bunyan v2.5.0
24382024-04-30T22:07:40.425Z 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`
24392024-04-30T22:07:40.621Z 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`
24402024-04-30T22:07:40.627Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
24412024-04-30T22:07:40.627Z 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`
24422024-04-30T22:07:40.709Z Compiling strum v0.26.2
24432024-04-30T22:07:40.727Z 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`
24442024-04-30T22:07:40.888Z Compiling serde_path_to_error v0.1.16
24452024-04-30T22:07:40.900Z 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`
24462024-04-30T22:07:41.147Z Compiling darling_macro v0.20.8
24472024-04-30T22:07:41.151Z 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`
24482024-04-30T22:07:41.576Z Compiling async-stream v0.3.5
24492024-04-30T22:07:41.583Z 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`
24502024-04-30T22:07:41.631Z Compiling newtype-uuid v1.1.0
24512024-04-30T22:07:41.635Z 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`
24522024-04-30T22:07:42.122Z Compiling wait-timeout v0.2.0
24532024-04-30T22:07:42.133Z 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`
24542024-04-30T22:07:42.134Z Compiling structmeta-derive v0.3.0
24552024-04-30T22:07:42.134Z 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`
24562024-04-30T22:07:42.134Z Compiling rusty-fork v0.3.0
24572024-04-30T22:07:42.134Z 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`
24582024-04-30T22:07:42.281Z Compiling structmeta-derive v0.2.0
24592024-04-30T22:07:42.293Z 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`
24602024-04-30T22:07:42.355Z Compiling darling v0.20.8
24612024-04-30T22:07:42.367Z 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`
24622024-04-30T22:07:42.474Z Compiling serde_with_macros v3.7.0
24632024-04-30T22:07:42.898Z 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`
24642024-04-30T22:07:42.909Z Compiling rand_xorshift v0.3.0
24652024-04-30T22:07:42.910Z 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`
24662024-04-30T22:07:43.013Z Compiling tokio-rustls v0.25.0
24672024-04-30T22:07:43.062Z Compiling unarray v0.1.4
24682024-04-30T22:07:43.062Z 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`
24692024-04-30T22:07:43.062Z 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`
24702024-04-30T22:07:43.187Z Compiling proptest v1.4.0
24712024-04-30T22:07:43.197Z 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`
24722024-04-30T22:07:43.462Z 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`
24732024-04-30T22:07:45.218Z Compiling structmeta v0.3.0
24742024-04-30T22:07:45.224Z 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`
24752024-04-30T22:07:45.509Z Compiling structmeta v0.2.0
24762024-04-30T22:07:45.513Z 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`
24772024-04-30T22:07:45.673Z Compiling parse-display-derive v0.9.0
24782024-04-30T22:07:45.709Z 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`
24792024-04-30T22:07:45.927Z Compiling serde_with v3.7.0
24802024-04-30T22:07:45.952Z 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`
24812024-04-30T22:07:45.986Z Compiling backoff v0.4.0
24822024-04-30T22:07:46.069Z 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`
24832024-04-30T22:07:46.340Z Compiling macaddr v1.0.1
24842024-04-30T22:07:46.351Z 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`
24852024-04-30T22:07:46.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862024-04-30T22:07:47.262Z 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`
24872024-04-30T22:07:47.752Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24882024-04-30T22:07:47.755Z 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`
24892024-04-30T22:07:47.961Z Compiling test-strategy v0.3.1
24902024-04-30T22:07:47.965Z 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`
24912024-04-30T22:07:48.949Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922024-04-30T22:07:48.967Z 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`
24932024-04-30T22:07:49.209Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24942024-04-30T22:07:49.214Z 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`
24952024-04-30T22:07:49.381Z Compiling proc-macro-error-attr v1.0.4
24962024-04-30T22:07:49.390Z 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`
24972024-04-30T22:07:49.778Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68/build-script-build`
24982024-04-30T22:07:49.856Z Compiling proc-macro-error v1.0.4
24992024-04-30T22:07:49.935Z 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`
25002024-04-30T22:07:49.996Z 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`
25012024-04-30T22:07:50.248Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84/build-script-build`
25022024-04-30T22:07:50.412Z Compiling camino-tempfile v1.1.1
25032024-04-30T22:07:50.424Z 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`
25042024-04-30T22:07:50.881Z Compiling proc-macro-crate v1.3.1
25052024-04-30T22:07:50.897Z 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`
25062024-04-30T22:07:50.915Z Compiling parse-display v0.9.0
25072024-04-30T22:07:50.927Z 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`
25082024-04-30T22:07:50.960Z 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`
25092024-04-30T22:07:51.565Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25102024-04-30T22:07:51.590Z 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`
25112024-04-30T22:07:51.681Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25122024-04-30T22:07:51.685Z 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`
25132024-04-30T22:07:52.537Z Compiling foreign-types-macros v0.2.3
25142024-04-30T22:07:52.537Z 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`
25152024-04-30T22:07:52.551Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25162024-04-30T22:07:52.551Z 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`
25172024-04-30T22:07:52.551Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7/build-script-build`
25182024-04-30T22:07:52.551Z Compiling num_enum_derive v0.5.11
25192024-04-30T22:07:52.552Z 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`
25202024-04-30T22:07:52.552Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25212024-04-30T22:07:52.552Z 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`
25222024-04-30T22:07:52.552Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da/build-script-build`
25232024-04-30T22:07:52.552Z Compiling foreign-types-shared v0.3.1
25242024-04-30T22:07:52.552Z 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`
25252024-04-30T22:07:52.552Z 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`
25262024-04-30T22:07:52.552Z 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`
25272024-04-30T22:07:52.552Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048/build-script-build`
25282024-04-30T22:07:52.552Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25292024-04-30T22:07:52.552Z 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`
25302024-04-30T22:07:52.552Z Compiling cstr-argument v0.1.2
25312024-04-30T22:07:52.553Z Compiling pretty-hex v0.2.1
25322024-04-30T22:07:52.553Z 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`
25332024-04-30T22:07:52.553Z 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`
25342024-04-30T22:07:52.652Z Compiling tabwriter v1.4.0
25352024-04-30T22:07:52.692Z 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`
25362024-04-30T22:07:52.696Z Compiling colored v2.1.0
25372024-04-30T22:07:52.697Z 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`
25382024-04-30T22:07:53.561Z Compiling foreign-types v0.5.0
25392024-04-30T22:07:53.579Z 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`
25402024-04-30T22:07:53.579Z Compiling socket2 v0.4.9
25412024-04-30T22:07:53.579Z 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`
25422024-04-30T22:07:53.579Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25432024-04-30T22:07:53.580Z 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`
25442024-04-30T22:07:53.580Z 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`
25452024-04-30T22:07:53.580Z Compiling smf v0.2.3
25462024-04-30T22:07:53.580Z 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`
25472024-04-30T22:07:54.035Z Compiling humantime v2.1.0
25482024-04-30T22:07:54.035Z 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`
25492024-04-30T22:07:54.035Z Compiling termcolor v1.2.0
25502024-04-30T22:07:54.035Z 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`
25512024-04-30T22:07:54.165Z Compiling same-file v1.0.6
25522024-04-30T22:07:54.172Z 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`
25532024-04-30T22:07:54.218Z Compiling arc-swap v1.6.0
25542024-04-30T22:07:54.218Z 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`
25552024-04-30T22:07:54.427Z Compiling walkdir v2.5.0
25562024-04-30T22:07:54.452Z 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`
25572024-04-30T22:07:55.128Z Compiling slog-scope v4.4.0
25582024-04-30T22:07:55.132Z 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`
25592024-04-30T22:07:55.132Z Compiling usdt-macro v0.5.0
25602024-04-30T22:07:55.132Z Compiling usdt-attr-macro v0.5.0
25612024-04-30T22:07:55.132Z 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`
25622024-04-30T22:07:55.133Z 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`
25632024-04-30T22:07:55.139Z Compiling num_enum v0.5.11
25642024-04-30T22:07:55.174Z 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`
25652024-04-30T22:07:55.178Z Compiling memmap v0.7.0
25662024-04-30T22:07:55.182Z 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`
25672024-04-30T22:07:55.271Z Compiling slog-stdlog v4.1.1
25682024-04-30T22:07:55.298Z 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`
25692024-04-30T22:07:55.318Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25702024-04-30T22:07:55.335Z 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`
25712024-04-30T22:07:55.549Z Compiling slog-envlogger v2.2.0
25722024-04-30T22:07:55.554Z 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`
25732024-04-30T22:07:55.622Z Compiling filetime v0.2.23
25742024-04-30T22:07:55.628Z 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`
25752024-04-30T22:07:55.688Z Compiling xattr v1.0.1
25762024-04-30T22:07:55.700Z 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`
25772024-04-30T22:07:55.948Z Compiling tar v0.4.40
25782024-04-30T22:07:55.962Z 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`
25792024-04-30T22:07:55.995Z Compiling newline-converter v0.3.0
25802024-04-30T22:07:56.011Z 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`
25812024-04-30T22:07:56.178Z Compiling utf-8 v0.7.6
25822024-04-30T22:07:56.199Z 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`
25832024-04-30T22:07:56.658Z Compiling expectorate v1.1.0
25842024-04-30T22:07:56.658Z 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`
25852024-04-30T22:07:56.658Z Compiling tungstenite v0.20.1
25862024-04-30T22:07:56.659Z Compiling termtree v0.4.1
25872024-04-30T22:07:56.659Z 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`
25882024-04-30T22:07:56.659Z 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`
25892024-04-30T22:07:56.685Z Compiling heapless v0.8.0
25902024-04-30T22:07:56.685Z 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`
25912024-04-30T22:07:56.745Z Compiling predicates-tree v1.0.9
25922024-04-30T22:07:56.768Z 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`
25932024-04-30T22:07:56.811Z Compiling usdt v0.5.0
25942024-04-30T22:07:56.827Z 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`
25952024-04-30T22:07:57.262Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c/build-script-build`
25962024-04-30T22:07:57.287Z Compiling hash32 v0.3.1
25972024-04-30T22:07:57.294Z 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`
25982024-04-30T22:07:57.397Z Compiling smoltcp v0.11.0
25992024-04-30T22:07:57.414Z 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`
26002024-04-30T22:07:57.486Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26012024-04-30T22:07:57.495Z 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`
26022024-04-30T22:07:57.519Z Compiling tokio-tungstenite v0.20.1
26032024-04-30T22:07:57.526Z 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`
26042024-04-30T22:07:57.553Z 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`
26052024-04-30T22:07:57.636Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26062024-04-30T22:07:57.653Z 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`
26072024-04-30T22:07:58.075Z Compiling atty v0.2.14
26082024-04-30T22:07:58.524Z 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`
26092024-04-30T22:07:58.525Z Compiling embedded-io v0.4.0
26102024-04-30T22:07:58.525Z 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`
26112024-04-30T22:07:58.525Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096/build-script-build`
26122024-04-30T22:07:58.526Z Compiling crucible-workspace-hack v0.1.0
26132024-04-30T22:07:58.526Z Compiling cobs v0.2.3
26142024-04-30T22:07:58.526Z 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`
26152024-04-30T22:07:58.526Z 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`
26162024-04-30T22:07:58.527Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26172024-04-30T22:07:58.527Z 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`
26182024-04-30T22:07:58.644Z Compiling postcard v1.0.8
26192024-04-30T22:07:58.687Z 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`
26202024-04-30T22:07:58.687Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9/build-script-build`
26212024-04-30T22:07:58.705Z 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`
26222024-04-30T22:07:58.705Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26232024-04-30T22:07:58.705Z 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`
26242024-04-30T22:07:58.705Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b/build-script-build`
26252024-04-30T22:07:58.719Z 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`
26262024-04-30T22:07:58.758Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26272024-04-30T22:07:58.765Z 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`
26282024-04-30T22:07:58.822Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26292024-04-30T22:07:58.822Z 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`
26302024-04-30T22:07:58.850Z Compiling sigpipe v0.1.3
26312024-04-30T22:07:58.859Z 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`
26322024-04-30T22:07:58.984Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
26332024-04-30T22:07:58.994Z 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`
26342024-04-30T22:07:59.357Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306/build-script-build`
26352024-04-30T22:07:59.797Z Compiling pem v3.0.4
26362024-04-30T22:07:59.812Z 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`
26372024-04-30T22:07:59.812Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26382024-04-30T22:07:59.812Z 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`
26392024-04-30T22:07:59.812Z 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`
26402024-04-30T22:07:59.924Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26412024-04-30T22:07:59.951Z 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`
26422024-04-30T22:08:00.091Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
26432024-04-30T22:08:00.102Z 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`
26442024-04-30T22:08:00.158Z Compiling num-derive v0.4.0
26452024-04-30T22:08:00.582Z 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`
26462024-04-30T22:08:00.597Z Compiling mockall_derive v0.12.1
26472024-04-30T22:08:00.597Z 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`
26482024-04-30T22:08:01.693Z Compiling fragile v2.0.0
26492024-04-30T22:08:02.141Z 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`
26502024-04-30T22:08:02.741Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26512024-04-30T22:08:02.754Z 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`
26522024-04-30T22:08:02.754Z Compiling downcast v0.11.0
26532024-04-30T22:08:02.754Z 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`
26542024-04-30T22:08:02.965Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
26552024-04-30T22:08:02.971Z 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`
26562024-04-30T22:08:03.500Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26572024-04-30T22:08:03.511Z 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`
26582024-04-30T22:08:03.617Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
26592024-04-30T22:08:03.632Z 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`
26602024-04-30T22:08:03.935Z 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`
26612024-04-30T22:08:04.046Z Compiling env_logger v0.9.3
26622024-04-30T22:08:04.079Z 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`
26632024-04-30T22:08:04.170Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26642024-04-30T22:08:04.290Z 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`
26652024-04-30T22:08:04.386Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26662024-04-30T22:08:04.399Z 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`
26672024-04-30T22:08:04.872Z Compiling bitstruct_derive v0.1.0
26682024-04-30T22:08:04.876Z 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`
26692024-04-30T22:08:05.131Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26702024-04-30T22:08:05.160Z 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`
26712024-04-30T22:08:05.282Z Compiling ascii v1.1.0
26722024-04-30T22:08:05.286Z 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`
26732024-04-30T22:08:05.424Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26742024-04-30T22:08:05.432Z 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`
26752024-04-30T22:08:05.699Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26762024-04-30T22:08:06.134Z 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`
26772024-04-30T22:08:06.178Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26782024-04-30T22:08:06.178Z 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`
26792024-04-30T22:08:06.178Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-04-30T22:08:06.179Z 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`
26812024-04-30T22:08:06.179Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26822024-04-30T22:08:06.179Z 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`
26832024-04-30T22:08:06.351Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26842024-04-30T22:08:06.387Z 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`
26852024-04-30T22:08:06.441Z Compiling bitstruct v0.1.1
26862024-04-30T22:08:06.444Z 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`
26872024-04-30T22:08:06.571Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26882024-04-30T22:08:06.580Z 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`
26892024-04-30T22:08:06.745Z Compiling erased-serde v0.3.31
26902024-04-30T22:08:06.762Z 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`
26912024-04-30T22:08:06.946Z Compiling serde_arrays v0.1.0
26922024-04-30T22:08:06.951Z 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`
26932024-04-30T22:08:07.083Z Compiling heck v0.3.3
26942024-04-30T22:08:07.098Z 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`
26952024-04-30T22:08:07.134Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26962024-04-30T22:08:07.145Z 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`
26972024-04-30T22:08:08.225Z Compiling tungstenite v0.21.0
26982024-04-30T22:08:08.422Z 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`
26992024-04-30T22:08:08.422Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b/build-script-build`
27002024-04-30T22:08:08.422Z Compiling zone_cfg_derive v0.1.2
27012024-04-30T22:08:08.422Z 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`
27022024-04-30T22:08:08.422Z Compiling base64 v0.13.1
27032024-04-30T22:08:08.422Z 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`
27042024-04-30T22:08:08.507Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27052024-04-30T22:08:08.507Z 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`
27062024-04-30T22:08:08.507Z Compiling ron v0.7.1
27072024-04-30T22:08:08.507Z 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`
27082024-04-30T22:08:09.151Z Compiling mockall v0.12.1
27092024-04-30T22:08:09.151Z 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`
27102024-04-30T22:08:09.221Z Compiling zone v0.1.8
27112024-04-30T22:08:09.254Z 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`
27122024-04-30T22:08:09.494Z Compiling tokio-tungstenite v0.21.0
27132024-04-30T22:08:09.512Z 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`
27142024-04-30T22:08:09.545Z 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`
27152024-04-30T22:08:10.022Z Compiling headers-core v0.2.0
27162024-04-30T22:08:10.044Z 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`
27172024-04-30T22:08:10.201Z Compiling portpicker v0.1.1
27182024-04-30T22:08:10.236Z 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`
27192024-04-30T22:08:10.462Z Compiling headers v0.3.9
27202024-04-30T22:08:10.492Z 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`
27212024-04-30T22:08:10.509Z Compiling rcgen v0.12.1
27222024-04-30T22:08:10.541Z 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`
27232024-04-30T22:08:10.554Z Compiling atomicwrites v0.4.3
27242024-04-30T22:08:10.554Z 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`
27252024-04-30T22:08:10.736Z Compiling subprocess v0.2.9
27262024-04-30T22:08:10.753Z 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`
27272024-04-30T22:08:10.859Z Compiling linked-hash-map v0.5.6
27282024-04-30T22:08:10.867Z 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`
27292024-04-30T22:08:11.211Z Compiling lru-cache v0.1.2
27302024-04-30T22:08:11.219Z 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`
27312024-04-30T22:08:12.817Z Compiling password-hash v0.5.0
27322024-04-30T22:08:12.903Z 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`
27332024-04-30T22:08:12.903Z Compiling blake2 v0.10.6
27342024-04-30T22:08:12.903Z 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`
27352024-04-30T22:08:12.903Z Compiling swrite v0.1.0
27362024-04-30T22:08:12.903Z 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`
27372024-04-30T22:08:12.903Z Compiling itertools v0.12.1
27382024-04-30T22:08:12.904Z 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`
27392024-04-30T22:08:12.904Z Compiling derive-where v1.2.7
27402024-04-30T22:08:12.929Z 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`
27412024-04-30T22:08:13.044Z Compiling argon2 v0.5.3
27422024-04-30T22:08:13.120Z 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`
27432024-04-30T22:08:13.341Z Compiling resolv-conf v0.7.0
27442024-04-30T22:08:13.356Z 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`
27452024-04-30T22:08:14.009Z Compiling trust-dns-resolver v0.22.0
27462024-04-30T22:08:14.023Z 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`
27472024-04-30T22:08:14.134Z Compiling cancel-safe-futures v0.1.5
27482024-04-30T22:08:14.140Z 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`
27492024-04-30T22:08:14.575Z Compiling semver v0.1.20
27502024-04-30T22:08:14.592Z 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`
27512024-04-30T22:08:14.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27522024-04-30T22:08:14.634Z 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`
27532024-04-30T22:08:15.002Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0c2fa7ae890fd80a/build-script-build`
27542024-04-30T22:08:15.015Z 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`
27552024-04-30T22:08:15.124Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27562024-04-30T22:08:15.129Z 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`
27572024-04-30T22:08:15.281Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27582024-04-30T22:08:15.296Z 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`
27592024-04-30T22:08:15.820Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27602024-04-30T22:08:15.839Z 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`
27612024-04-30T22:08:16.058Z Compiling bytecount v0.6.3
27622024-04-30T22:08:16.080Z 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`
27632024-04-30T22:08:16.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27642024-04-30T22:08:16.125Z 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`
27652024-04-30T22:08:16.235Z Compiling papergrid v0.11.0
27662024-04-30T22:08:16.254Z 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`
27672024-04-30T22:08:16.281Z Compiling rustc_version v0.1.7
27682024-04-30T22:08:16.319Z 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`
27692024-04-30T22:08:16.398Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34/build-script-build`
27702024-04-30T22:08:16.423Z Compiling tabled_derive v0.7.0
27712024-04-30T22:08:16.428Z 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`
27722024-04-30T22:08:16.454Z Compiling half v2.3.1
27732024-04-30T22:08:16.459Z 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`
27742024-04-30T22:08:16.716Z Compiling ciborium-io v0.2.2
27752024-04-30T22:08:16.729Z 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`
27762024-04-30T22:08:16.802Z Compiling newtype_derive v0.1.6
27772024-04-30T22:08:16.828Z 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`
27782024-04-30T22:08:17.255Z 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`
27792024-04-30T22:08:17.260Z Compiling ciborium-ll v0.2.2
27802024-04-30T22:08:17.260Z 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`
27812024-04-30T22:08:17.260Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981/build-script-build`
27822024-04-30T22:08:17.260Z Compiling slog-dtrace v0.3.0
27832024-04-30T22:08:17.260Z 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`
27842024-04-30T22:08:17.412Z Compiling ciborium v0.2.2
27852024-04-30T22:08:17.413Z 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`
27862024-04-30T22:08:17.953Z 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`
27872024-04-30T22:08:18.037Z Compiling signature v2.1.0
27882024-04-30T22:08:18.038Z 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`
27892024-04-30T22:08:18.038Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6/build-script-build`
27902024-04-30T22:08:18.038Z Compiling rayon-core v1.12.1
27912024-04-30T22:08:18.038Z 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`
27922024-04-30T22:08:18.038Z Compiling glob v0.3.1
27932024-04-30T22:08:18.039Z 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`
27942024-04-30T22:08:18.126Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84/build-script-build`
27952024-04-30T22:08:18.150Z 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`
27962024-04-30T22:08:18.752Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27972024-04-30T22:08:18.764Z 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`
27982024-04-30T22:08:18.832Z Compiling steno v0.4.0
27992024-04-30T22:08:18.837Z 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`
28002024-04-30T22:08:18.952Z Compiling crossbeam-deque v0.8.3
28012024-04-30T22:08:18.965Z 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`
28022024-04-30T22:08:19.160Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28032024-04-30T22:08:19.166Z 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`
28042024-04-30T22:08:19.281Z Compiling libsw v3.3.1
28052024-04-30T22:08:19.305Z 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`
28062024-04-30T22:08:19.322Z Compiling tabled v0.15.0
28072024-04-30T22:08:19.341Z 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`
28082024-04-30T22:08:19.609Z Compiling num-rational v0.4.1
28092024-04-30T22:08:19.618Z 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`
28102024-04-30T22:08:19.867Z Compiling owo-colors v4.0.0
28112024-04-30T22:08:19.873Z 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`
28122024-04-30T22:08:19.968Z Compiling linear-map v1.2.0
28132024-04-30T22:08:19.976Z 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`
28142024-04-30T22:08:20.350Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a/build-script-build`
28152024-04-30T22:08:20.446Z 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`
28162024-04-30T22:08:20.477Z Compiling nibble_vec v0.1.0
28172024-04-30T22:08:20.947Z 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`
28182024-04-30T22:08:20.947Z Compiling endian-type v0.1.2
28192024-04-30T22:08:20.947Z 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`
28202024-04-30T22:08:20.947Z 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`
28212024-04-30T22:08:20.947Z Compiling radix_trie v0.2.1
28222024-04-30T22:08:20.947Z 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`
28232024-04-30T22:08:21.607Z Compiling rayon v1.10.0
28242024-04-30T22:08:21.617Z 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`
28252024-04-30T22:08:22.162Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28262024-04-30T22:08:22.179Z 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`
28272024-04-30T22:08:22.227Z Compiling num-complex v0.4.5
28282024-04-30T22:08:22.236Z 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`
28292024-04-30T22:08:22.453Z Compiling fxhash v0.2.1
28302024-04-30T22:08:22.466Z 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`
28312024-04-30T22:08:22.658Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28322024-04-30T22:08:22.664Z 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`
28332024-04-30T22:08:23.307Z Compiling num v0.4.2
28342024-04-30T22:08:23.307Z 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`
28352024-04-30T22:08:23.402Z Compiling display-error-chain v0.2.0
28362024-04-30T22:08:23.403Z 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`
28372024-04-30T22:08:23.592Z Compiling home v0.5.5
28382024-04-30T22:08:24.017Z 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`
28392024-04-30T22:08:24.029Z Compiling radium v0.7.0
28402024-04-30T22:08:24.029Z 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`
28412024-04-30T22:08:24.030Z Compiling convert_case v0.4.0
28422024-04-30T22:08:24.030Z 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`
28432024-04-30T22:08:24.426Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e/build-script-build`
28442024-04-30T22:08:24.460Z Compiling tap v1.0.1
28452024-04-30T22:08:24.492Z 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`
28462024-04-30T22:08:24.670Z Compiling maybe-uninit v2.0.0
28472024-04-30T22:08:24.689Z 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`
28482024-04-30T22:08:24.926Z Compiling derive_more v0.99.17
28492024-04-30T22:08:24.939Z 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`
28502024-04-30T22:08:25.272Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6/build-script-build`
28512024-04-30T22:08:25.313Z Compiling wyz v0.5.1
28522024-04-30T22:08:25.316Z 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`
28532024-04-30T22:08:25.395Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28542024-04-30T22:08:25.407Z 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`
28552024-04-30T22:08:25.608Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28562024-04-30T22:08:25.626Z 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`
28572024-04-30T22:08:25.723Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28582024-04-30T22:08:25.734Z 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`
28592024-04-30T22:08:26.237Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28602024-04-30T22:08:26.267Z 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`
28612024-04-30T22:08:26.382Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28622024-04-30T22:08:26.385Z 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`
28632024-04-30T22:08:26.533Z 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`
28642024-04-30T22:08:26.637Z Compiling num-bigint-dig v0.8.4
28652024-04-30T22:08:26.640Z 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`
28662024-04-30T22:08:26.974Z Compiling packed_struct v0.10.1
28672024-04-30T22:08:26.985Z 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`
28682024-04-30T22:08:27.036Z Compiling funty v2.0.0
28692024-04-30T22:08:27.043Z 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`
28702024-04-30T22:08:27.511Z Compiling crc-catalog v2.2.0
28712024-04-30T22:08:27.540Z 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`
28722024-04-30T22:08:27.688Z Compiling crc v3.0.1
28732024-04-30T22:08:27.702Z 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`
28742024-04-30T22:08:27.957Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1/build-script-build`
28752024-04-30T22:08:27.994Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea/build-script-build`
28762024-04-30T22:08:28.035Z 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`
28772024-04-30T22:08:28.054Z Compiling packed_struct_codegen v0.10.1
28782024-04-30T22:08:28.070Z 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`
28792024-04-30T22:08:28.144Z Compiling bitvec v1.0.1
28802024-04-30T22:08:28.566Z 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`
28812024-04-30T22:08:29.049Z Compiling indexmap v1.9.3
28822024-04-30T22:08:29.061Z 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`
28832024-04-30T22:08:29.425Z Compiling nodrop v0.1.14
28842024-04-30T22:08:29.441Z 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`
28852024-04-30T22:08:29.557Z Compiling array-init v0.0.4
28862024-04-30T22:08:29.565Z 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`
28872024-04-30T22:08:30.725Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882024-04-30T22:08:30.740Z 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`
28892024-04-30T22:08:31.320Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28902024-04-30T22:08:31.338Z 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`
28912024-04-30T22:08:31.518Z 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`
28922024-04-30T22:08:32.450Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37/build-script-build`
28932024-04-30T22:08:32.491Z Compiling smallvec v0.6.14
28942024-04-30T22:08:32.530Z 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`
28952024-04-30T22:08:32.677Z 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`
28962024-04-30T22:08:32.902Z Compiling pkcs1 v0.7.5
28972024-04-30T22:08:32.909Z 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`
28982024-04-30T22:08:33.307Z Compiling hashbrown v0.12.3
28992024-04-30T22:08:33.321Z 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`
29002024-04-30T22:08:33.947Z Compiling bitfield v0.14.0
29012024-04-30T22:08:33.988Z Compiling serde-hex v0.1.0
29022024-04-30T22:08:33.989Z 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`
29032024-04-30T22:08:34.005Z 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`
29042024-04-30T22:08:34.285Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29052024-04-30T22:08:34.292Z 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`
29062024-04-30T22:08:34.444Z 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`
29072024-04-30T22:08:36.012Z Compiling env_logger v0.10.0
29082024-04-30T22:08:36.119Z 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`
29092024-04-30T22:08:36.119Z Compiling rsa v0.9.2
29102024-04-30T22:08:36.120Z 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`
29112024-04-30T22:08:36.120Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29122024-04-30T22:08:36.120Z 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`
29132024-04-30T22:08:36.120Z Compiling x509-cert v0.2.4
29142024-04-30T22:08:36.121Z 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`
29152024-04-30T22:08:37.967Z Compiling ron v0.8.1
29162024-04-30T22:08:38.010Z 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`
29172024-04-30T22:08:38.469Z Compiling hashbrown v0.13.2
29182024-04-30T22:08:38.627Z 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`
29192024-04-30T22:08:39.523Z Compiling crc-any v2.4.3
29202024-04-30T22:08:39.558Z 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`
29212024-04-30T22:08:40.226Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29222024-04-30T22:08:40.396Z 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`
29232024-04-30T22:08:41.050Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29242024-04-30T22:08:41.184Z 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`
29252024-04-30T22:08:41.184Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29262024-04-30T22:08:41.185Z 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`
29272024-04-30T22:08:41.835Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29282024-04-30T22:08:52.264Z 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`
29292024-04-30T22:08:52.265Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29302024-04-30T22:08:52.265Z 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`
29312024-04-30T22:08:52.519Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29322024-04-30T22:08:52.633Z 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`
29332024-04-30T22:08:52.633Z Compiling arrayref v0.3.7
29342024-04-30T22:08:52.633Z 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`
29352024-04-30T22:08:52.634Z Compiling arrayvec v0.7.4
29362024-04-30T22:08:52.634Z 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`
29372024-04-30T22:08:52.634Z Compiling object v0.30.4
29382024-04-30T22:08:52.634Z 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`
29392024-04-30T22:08:52.634Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29402024-04-30T22:08:52.635Z 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`
29412024-04-30T22:08:52.635Z Compiling path-slash v0.1.5
29422024-04-30T22:08:52.635Z 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`
29432024-04-30T22:08:52.635Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29442024-04-30T22:08:52.635Z 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`
29452024-04-30T22:08:52.635Z Compiling constant_time_eq v0.3.0
29462024-04-30T22:08:52.635Z 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`
29472024-04-30T22:08:52.635Z Compiling blake3 v1.5.0
29482024-04-30T22:08:52.636Z 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`
29492024-04-30T22:08:52.636Z Compiling parking_lot_core v0.8.6
29502024-04-30T22:08:52.636Z 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`
29512024-04-30T22:08:52.636Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1/build-script-build`
29522024-04-30T22:08:52.636Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82/build-script-build`
29532024-04-30T22:08:52.636Z Compiling memmap2 v0.7.1
29542024-04-30T22:08:52.637Z 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`
29552024-04-30T22:08:52.637Z 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`
29562024-04-30T22:08:52.637Z 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`
29572024-04-30T22:08:52.638Z Compiling gethostname v0.4.3
29582024-04-30T22:08:52.638Z 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`
29592024-04-30T22:08:52.638Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29602024-04-30T22:08:52.638Z 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`
29612024-04-30T22:08:52.638Z Compiling topological-sort v0.2.2
29622024-04-30T22:08:52.639Z 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`
29632024-04-30T22:08:52.639Z Compiling libefi-sys v0.1.0
29642024-04-30T22:08:52.639Z 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`
29652024-04-30T22:08:52.639Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77/build-script-build`
29662024-04-30T22:08:52.639Z Compiling omicron-zone-package v0.11.0
29672024-04-30T22:08:52.639Z 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`
29682024-04-30T22:08:52.639Z Compiling parking_lot v0.11.2
29692024-04-30T22:08:52.639Z 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`
29702024-04-30T22:08:52.639Z Compiling trust-dns-client v0.22.0
29712024-04-30T22:08:52.640Z 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`
29722024-04-30T22:08:52.640Z Compiling toml v0.5.11
29732024-04-30T22:08:52.640Z 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`
29742024-04-30T22:08:54.961Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29752024-04-30T22:08:54.995Z 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`
29762024-04-30T22:08:54.995Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29772024-04-30T22:08:54.995Z 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`
29782024-04-30T22:08:55.181Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29792024-04-30T22:08:55.201Z 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`
29802024-04-30T22:08:55.335Z Compiling async-recursion v1.1.0
29812024-04-30T22:08:55.340Z 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`
29822024-04-30T22:08:55.462Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29832024-04-30T22:08:55.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/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`
29842024-04-30T22:08:55.976Z Compiling keccak v0.1.4
29852024-04-30T22:08:55.983Z 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`
29862024-04-30T22:08:56.524Z Compiling sha3 v0.10.8
29872024-04-30T22:08:56.527Z 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`
29882024-04-30T22:08:57.013Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32/build-script-build`
29892024-04-30T22:08:57.040Z Compiling trust-dns-server v0.22.1
29902024-04-30T22:08:57.040Z 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`
29912024-04-30T22:08:57.104Z Compiling sled v0.34.7
29922024-04-30T22:08:57.130Z 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`
29932024-04-30T22:08:57.273Z 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`
29942024-04-30T22:08:57.498Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29952024-04-30T22:08:57.512Z 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`
29962024-04-30T22:08:57.671Z Compiling secrecy v0.8.0
29972024-04-30T22:08:57.692Z 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`
29982024-04-30T22:08:57.966Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29992024-04-30T22:08:57.981Z 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`
30002024-04-30T22:08:58.135Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30012024-04-30T22:08:58.155Z 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`
30022024-04-30T22:08:58.220Z 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`
30032024-04-30T22:08:58.262Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30042024-04-30T22:08:58.276Z 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`
30052024-04-30T22:08:58.624Z Compiling toolchain_find v0.4.0
30062024-04-30T22:08:58.677Z 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`
30072024-04-30T22:08:59.125Z Compiling platforms v3.0.2
30082024-04-30T22:08:59.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/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`
30092024-04-30T22:08:59.128Z Compiling buf-list v1.0.3
30102024-04-30T22:08:59.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/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`
30112024-04-30T22:08:59.166Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c/build-script-build`
30122024-04-30T22:08:59.172Z Compiling rustfmt-wrapper v0.2.1
30132024-04-30T22:08:59.183Z 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`
30142024-04-30T22:08:59.320Z 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`
30152024-04-30T22:08:59.460Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0/build-script-build`
30162024-04-30T22:08:59.530Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30172024-04-30T22:08:59.533Z 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`
30182024-04-30T22:08:59.761Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30192024-04-30T22:08:59.767Z 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`
30202024-04-30T22:08:59.928Z Compiling curve25519-dalek v4.1.2
30212024-04-30T22:08:59.934Z 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`
30222024-04-30T22:09:00.665Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30232024-04-30T22:09:00.679Z 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`
30242024-04-30T22:09:03.389Z 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`
30252024-04-30T22:09:03.779Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
30262024-04-30T22:09:03.787Z 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`
30272024-04-30T22:09:04.042Z Compiling universal-hash v0.5.1
30282024-04-30T22:09:04.054Z 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`
30292024-04-30T22:09:04.250Z Compiling opaque-debug v0.3.0
30302024-04-30T22:09:04.672Z 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`
30312024-04-30T22:09:04.676Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-67427a343df4dc50/build-script-build`
30322024-04-30T22:09:04.676Z Compiling curve25519-dalek-derive v0.1.0
30332024-04-30T22:09:04.676Z 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`
30342024-04-30T22:09:05.192Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30352024-04-30T22:09:05.209Z 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`
30362024-04-30T22:09:06.271Z 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"'`
30372024-04-30T22:09:07.180Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30382024-04-30T22:09:07.187Z 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`
30392024-04-30T22:09:08.136Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30402024-04-30T22:09:08.155Z 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`
30412024-04-30T22:09:08.503Z Compiling pin-project-internal v1.1.3
30422024-04-30T22:09:08.543Z 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`
30432024-04-30T22:09:08.906Z Compiling aead v0.5.2
30442024-04-30T22:09:08.911Z 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`
30452024-04-30T22:09:09.296Z Compiling diff v0.1.13
30462024-04-30T22:09:09.316Z 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`
30472024-04-30T22:09:09.979Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30482024-04-30T22:09:10.004Z 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`
30492024-04-30T22:09:10.009Z Compiling poly1305 v0.8.0
30502024-04-30T22:09:10.048Z 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`
30512024-04-30T22:09:10.266Z Compiling chacha20 v0.9.1
30522024-04-30T22:09:10.296Z 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`
30532024-04-30T22:09:10.724Z Compiling thiserror-impl-no-std v2.0.2
30542024-04-30T22:09:10.728Z 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`
30552024-04-30T22:09:11.724Z Compiling nanorand v0.7.0
30562024-04-30T22:09:11.743Z 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`
30572024-04-30T22:09:11.906Z Compiling pin-project v1.1.3
30582024-04-30T22:09:11.942Z 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`
30592024-04-30T22:09:12.113Z Compiling unicase v2.7.0
30602024-04-30T22:09:12.172Z 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`
30612024-04-30T22:09:12.299Z Compiling flume v0.11.0
30622024-04-30T22:09:12.315Z 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`
30632024-04-30T22:09:12.458Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09/build-script-build`
30642024-04-30T22:09:12.666Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30652024-04-30T22:09:12.694Z 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`
30662024-04-30T22:09:13.011Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30672024-04-30T22:09:13.023Z 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`
30682024-04-30T22:09:13.541Z Compiling kstat-rs v0.2.3
30692024-04-30T22:09:13.572Z 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`
30702024-04-30T22:09:13.965Z Compiling vte_generate_state_changes v0.1.1
30712024-04-30T22:09:13.988Z 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`
30722024-04-30T22:09:14.260Z Compiling thiserror-no-std v2.0.2
30732024-04-30T22:09:14.266Z 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`
30742024-04-30T22:09:14.402Z Compiling vsss-rs v3.3.4
30752024-04-30T22:09:14.415Z 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`
30762024-04-30T22:09:14.461Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b6033b4c137e798f/build-script-build`
30772024-04-30T22:09:14.469Z 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`
30782024-04-30T22:09:14.476Z Compiling chacha20poly1305 v0.10.1
30792024-04-30T22:09:14.481Z 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`
30802024-04-30T22:09:14.707Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
30812024-04-30T22:09:14.707Z 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`
30822024-04-30T22:09:15.159Z Compiling vte v0.11.1
30832024-04-30T22:09:15.159Z 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`
30842024-04-30T22:09:15.159Z Compiling fd-lock v4.0.2
30852024-04-30T22:09:15.159Z 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`
30862024-04-30T22:09:15.159Z Compiling prettyplease v0.2.19
30872024-04-30T22:09:15.160Z 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`
30882024-04-30T22:09:15.160Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30892024-04-30T22:09:15.160Z 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`
30902024-04-30T22:09:15.398Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8/build-script-build`
30912024-04-30T22:09:15.404Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc/build-script-build`
30922024-04-30T22:09:15.454Z Compiling mime_guess v2.0.4
30932024-04-30T22:09:15.462Z 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`
30942024-04-30T22:09:15.486Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30952024-04-30T22:09:15.497Z 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`
30962024-04-30T22:09:16.208Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-d208cdc23ac01d6b/build-script-build`
30972024-04-30T22:09:16.263Z Compiling strip-ansi-escapes v0.2.0
30982024-04-30T22:09:16.273Z 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`
30992024-04-30T22:09:16.660Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31002024-04-30T22:09:16.670Z 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`
31012024-04-30T22:09:17.285Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31022024-04-30T22:09:17.307Z Compiling fs-err v2.11.0
31032024-04-30T22:09:17.307Z 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`
31042024-04-30T22:09:17.307Z 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`
31052024-04-30T22:09:17.308Z 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`
31062024-04-30T22:09:17.308Z Compiling crunchy v0.2.2
31072024-04-30T22:09:17.308Z 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`
31082024-04-30T22:09:17.308Z Compiling nu-ansi-term v0.50.0
31092024-04-30T22:09:17.308Z 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`
31102024-04-30T22:09:17.912Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51/build-script-build`
31112024-04-30T22:09:17.947Z Compiling reedline v0.31.0
31122024-04-30T22:09:17.950Z 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`
31132024-04-30T22:09:18.080Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442/build-script-build`
31142024-04-30T22:09:18.672Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be/build-script-build`
31152024-04-30T22:09:18.680Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31162024-04-30T22:09:18.680Z 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`
31172024-04-30T22:09:18.985Z 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`
31182024-04-30T22:09:19.095Z Compiling clang-sys v1.6.1
31192024-04-30T22:09:19.104Z 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`
31202024-04-30T22:09:19.934Z Compiling snafu-derive v0.8.2
31212024-04-30T22:09:19.955Z 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`
31222024-04-30T22:09:21.661Z Compiling memoffset v0.7.1
31232024-04-30T22:09:21.677Z 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`
31242024-04-30T22:09:22.048Z Compiling tiny-keccak v2.0.2
31252024-04-30T22:09:22.059Z 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`
31262024-04-30T22:09:22.128Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392/build-script-build`
31272024-04-30T22:09:22.292Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2/build-script-build`
31282024-04-30T22:09:22.325Z 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`
31292024-04-30T22:09:22.416Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143/build-script-build`
31302024-04-30T22:09:22.451Z 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`
31312024-04-30T22:09:23.150Z 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`
31322024-04-30T22:09:23.229Z 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`
31332024-04-30T22:09:23.337Z 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`
31342024-04-30T22:09:23.871Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31352024-04-30T22:09:24.298Z 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`
31362024-04-30T22:09:24.313Z Compiling globset v0.4.13
31372024-04-30T22:09:24.313Z 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`
31382024-04-30T22:09:24.467Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31392024-04-30T22:09:24.478Z 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`
31402024-04-30T22:09:24.856Z Compiling olpc-cjson v0.1.3
31412024-04-30T22:09:24.859Z 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`
31422024-04-30T22:09:25.134Z Compiling serde_plain v1.0.2
31432024-04-30T22:09:25.157Z 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`
31442024-04-30T22:09:25.628Z Compiling typed-path v0.7.0
31452024-04-30T22:09:25.628Z 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`
31462024-04-30T22:09:25.628Z Compiling http-range v0.1.5
31472024-04-30T22:09:25.628Z 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`
31482024-04-30T22:09:25.929Z Compiling hyper-staticfile v0.9.5
31492024-04-30T22:09:25.940Z 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`
31502024-04-30T22:09:25.967Z Compiling snafu v0.8.2
31512024-04-30T22:09:26.403Z 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`
31522024-04-30T22:09:26.404Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31532024-04-30T22:09:26.404Z 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`
31542024-04-30T22:09:26.422Z 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`
31552024-04-30T22:09:26.843Z 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`
31562024-04-30T22:09:26.878Z Compiling ascii-canvas v3.0.0
31572024-04-30T22:09:26.891Z 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`
31582024-04-30T22:09:26.924Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31592024-04-30T22:09:26.935Z 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`
31602024-04-30T22:09:26.983Z Compiling ena v0.14.2
31612024-04-30T22:09:27.033Z 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`
31622024-04-30T22:09:27.053Z Compiling libloading v0.7.4
31632024-04-30T22:09:27.053Z 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`
31642024-04-30T22:09:27.317Z Compiling salty v0.2.0
31652024-04-30T22:09:27.363Z 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`
31662024-04-30T22:09:27.412Z Compiling cfg_aliases v0.1.1
31672024-04-30T22:09:27.842Z 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`
31682024-04-30T22:09:27.842Z Compiling signature v1.6.4
31692024-04-30T22:09:27.842Z 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`
31702024-04-30T22:09:27.842Z Compiling tough v0.17.1
31712024-04-30T22:09:27.842Z 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`
31722024-04-30T22:09:27.842Z Compiling parse-size v1.0.0
31732024-04-30T22:09:27.842Z 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`
31742024-04-30T22:09:27.842Z Compiling bindgen v0.69.2
31752024-04-30T22:09:27.842Z 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`
31762024-04-30T22:09:27.842Z Compiling regex-syntax v0.6.29
31772024-04-30T22:09:27.842Z 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`
31782024-04-30T22:09:28.277Z Compiling maplit v1.0.2
31792024-04-30T22:09:28.277Z 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`
31802024-04-30T22:09:28.277Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea/build-script-build`
31812024-04-30T22:09:28.277Z Compiling ed25519 v1.5.3
31822024-04-30T22:09:28.277Z 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`
31832024-04-30T22:09:28.751Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa/build-script-build`
31842024-04-30T22:09:28.751Z Compiling nix v0.28.0
31852024-04-30T22:09:28.752Z 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`
31862024-04-30T22:09:28.752Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1/build-script-build`
31872024-04-30T22:09:28.752Z 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`
31882024-04-30T22:09:28.752Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31892024-04-30T22:09:28.752Z 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`
31902024-04-30T22:09:29.297Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31912024-04-30T22:09:29.307Z 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`
31922024-04-30T22:09:29.628Z Compiling cexpr v0.6.0
31932024-04-30T22:09:29.634Z 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`
31942024-04-30T22:09:31.284Z Compiling lalrpop v0.19.12
31952024-04-30T22:09:31.288Z 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`
31962024-04-30T22:09:33.854Z Compiling serde-big-array v0.5.1
31972024-04-30T22:09:33.865Z 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`
31982024-04-30T22:09:33.866Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31992024-04-30T22:09:33.866Z 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`
32002024-04-30T22:09:34.062Z Compiling which v4.4.0
32012024-04-30T22:09:34.069Z 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`
32022024-04-30T22:09:34.724Z Compiling ref-cast v1.0.22
32032024-04-30T22:09:34.730Z 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`
32042024-04-30T22:09:34.958Z Compiling rustc-hash v1.1.0
32052024-04-30T22:09:34.986Z 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`
32062024-04-30T22:09:35.441Z Compiling shlex v1.3.0
32072024-04-30T22:09:35.442Z 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`
32082024-04-30T22:09:35.442Z Compiling lazycell v1.3.0
32092024-04-30T22:09:35.442Z 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`
32102024-04-30T22:09:35.462Z Compiling peeking_take_while v0.1.2
32112024-04-30T22:09:35.468Z 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`
32122024-04-30T22:09:35.550Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1/build-script-build`
32132024-04-30T22:09:35.615Z 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`
32142024-04-30T22:09:35.631Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32152024-04-30T22:09:35.631Z 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`
32162024-04-30T22:09:36.125Z 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`
32172024-04-30T22:09:36.705Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32182024-04-30T22:09:36.709Z 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`
32192024-04-30T22:09:39.795Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202024-04-30T22:09:39.864Z 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`
32212024-04-30T22:09:40.150Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2/build-script-build`
32222024-04-30T22:09:40.190Z 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`
32232024-04-30T22:09:40.373Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32242024-04-30T22:09:40.414Z 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`
32252024-04-30T22:09:40.743Z Compiling derive_builder_core v0.20.0
32262024-04-30T22:09:40.753Z 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`
32272024-04-30T22:09:41.154Z Compiling signal-hook-tokio v0.3.1
32282024-04-30T22:09:41.165Z 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`
32292024-04-30T22:09:41.772Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32302024-04-30T22:09:41.789Z 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`
32312024-04-30T22:09:42.688Z Compiling serde-big-array v0.4.1
32322024-04-30T22:09:42.702Z 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`
32332024-04-30T22:09:42.702Z Compiling ref-cast-impl v1.0.22
32342024-04-30T22:09:42.702Z 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`
32352024-04-30T22:09:43.240Z Compiling libxml v0.3.3
32362024-04-30T22:09:43.252Z 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`
32372024-04-30T22:09:43.252Z Compiling derive_builder_macro v0.20.0
32382024-04-30T22:09:43.253Z 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`
32392024-04-30T22:09:43.337Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c/build-script-build`
32402024-04-30T22:09:43.510Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32412024-04-30T22:09:43.510Z 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`
32422024-04-30T22:09:43.510Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32432024-04-30T22:09:43.510Z 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/`
32442024-04-30T22:09:44.144Z 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`
32452024-04-30T22:09:44.265Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bc205dc64f060916/build-script-build`
32462024-04-30T22:09:44.340Z 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`
32472024-04-30T22:09:44.352Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32482024-04-30T22:09:44.352Z 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`
32492024-04-30T22:09:44.483Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32502024-04-30T22:09:44.496Z 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`
32512024-04-30T22:09:45.192Z Compiling peg-macros v0.8.2
32522024-04-30T22:09:45.203Z 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`
32532024-04-30T22:09:46.371Z Compiling strum_macros v0.24.3
32542024-04-30T22:09:46.382Z 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`
32552024-04-30T22:09:48.284Z Compiling sqlparser_derive v0.2.2
32562024-04-30T22:09:48.284Z 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`
32572024-04-30T22:09:48.304Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
32582024-04-30T22:09:48.304Z 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`
32592024-04-30T22:09:48.678Z Compiling cookie v0.18.1
32602024-04-30T22:09:48.697Z 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`
32612024-04-30T22:09:49.090Z Compiling unicode_categories v0.1.1
32622024-04-30T22:09:49.101Z 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`
32632024-04-30T22:09:49.180Z Compiling indoc v1.0.9
32642024-04-30T22:09:49.193Z 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`
32652024-04-30T22:09:49.414Z Compiling corncobs v0.1.3
32662024-04-30T22:09:49.427Z 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`
32672024-04-30T22:09:49.603Z Compiling sqlparser v0.45.0
32682024-04-30T22:09:49.638Z 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`
32692024-04-30T22:09:49.761Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32702024-04-30T22:09:49.827Z 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`
32712024-04-30T22:09:50.237Z Compiling sqlformat v0.2.3
32722024-04-30T22:09:50.256Z 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`
32732024-04-30T22:09:50.320Z Compiling peg v0.8.2
32742024-04-30T22:09:50.325Z 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`
32752024-04-30T22:09:50.446Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5/build-script-build`
32762024-04-30T22:09:50.518Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04/build-script-build`
32772024-04-30T22:09:50.529Z Compiling rustyline v14.0.0
32782024-04-30T22:09:50.529Z 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`
32792024-04-30T22:09:50.568Z Compiling derive_builder v0.20.0
32802024-04-30T22:09:50.612Z 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`
32812024-04-30T22:09:50.770Z 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`
32822024-04-30T22:09:56.217Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32832024-04-30T22:09:56.217Z 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`
32842024-04-30T22:09:56.333Z Compiling bb8 v0.8.3
32852024-04-30T22:09:56.333Z 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`
32862024-04-30T22:09:56.333Z Compiling const_format_proc_macros v0.2.32
32872024-04-30T22:09:56.333Z 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`
32882024-04-30T22:09:56.333Z Compiling bcs v0.1.6
32892024-04-30T22:09:56.333Z 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`
32902024-04-30T22:09:56.333Z Compiling quick-xml v0.31.0
32912024-04-30T22:09:56.334Z 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`
32922024-04-30T22:09:56.334Z Compiling impl-trait-for-tuples v0.2.2
32932024-04-30T22:09:56.334Z 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`
32942024-04-30T22:09:56.535Z Compiling oso-derive v0.27.3
32952024-04-30T22:09:56.575Z 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`
32962024-04-30T22:09:57.769Z Compiling highway v1.1.0
32972024-04-30T22:09:57.774Z 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`
32982024-04-30T22:09:58.312Z Compiling const_format v0.2.32
32992024-04-30T22:09:58.338Z 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`
33002024-04-30T22:09:58.538Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
33012024-04-30T22:09:58.543Z 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`
33022024-04-30T22:09:59.030Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9951e0fd8fd91bea/build-script-build`
33032024-04-30T22:09:59.078Z 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`
33042024-04-30T22:09:59.197Z 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`
33052024-04-30T22:09:59.497Z 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`
33062024-04-30T22:10:00.350Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33072024-04-30T22:10:00.358Z 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`
33082024-04-30T22:10:02.194Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33092024-04-30T22:10:02.217Z 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`
33102024-04-30T22:10:04.359Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33112024-04-30T22:10:04.365Z 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`
33122024-04-30T22:10:07.208Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33132024-04-30T22:10:07.643Z 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/`
33142024-04-30T22:10:08.864Z Compiling assert_matches v1.5.0
33152024-04-30T22:10:08.875Z 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`
33162024-04-30T22:10:08.977Z Compiling rand_seeder v0.2.3
33172024-04-30T22:10:08.983Z 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`
33182024-04-30T22:10:09.313Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33192024-04-30T22:10:09.324Z 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/`
33202024-04-30T22:10:11.572Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212024-04-30T22:10:11.642Z 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`
33222024-04-30T22:10:11.642Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232024-04-30T22:10:11.642Z 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`
33242024-04-30T22:10:11.642Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33252024-04-30T22:10:11.642Z 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`
33262024-04-30T22:10:13.769Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33272024-04-30T22:10:13.776Z 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`
33282024-04-30T22:10:17.038Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33292024-04-30T22:10:17.057Z 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`
33302024-04-30T22:10:17.469Z Compiling portable-atomic v1.4.3
33312024-04-30T22:10:17.489Z 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`
33322024-04-30T22:10:17.952Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33332024-04-30T22:10:17.972Z 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`
33342024-04-30T22:10:18.324Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33352024-04-30T22:10:18.337Z 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`
33362024-04-30T22:10:18.692Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798/build-script-build`
33372024-04-30T22:10:18.713Z Compiling castaway v0.2.2
33382024-04-30T22:10:18.718Z 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`
33392024-04-30T22:10:18.744Z 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`
33402024-04-30T22:10:18.902Z Compiling compact_str v0.7.1
33412024-04-30T22:10:18.945Z 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`
33422024-04-30T22:10:20.041Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-8f525356374834e2/build-script-build`
33432024-04-30T22:10:20.071Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4c31d324df8e4e99/build-script-build`
33442024-04-30T22:10:20.101Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33452024-04-30T22:10:20.101Z 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`
33462024-04-30T22:10:20.113Z Compiling lru v0.12.1
33472024-04-30T22:10:20.128Z 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`
33482024-04-30T22:10:20.385Z Compiling stability v0.2.0
33492024-04-30T22:10:20.389Z 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`
33502024-04-30T22:10:21.648Z Compiling indoc v2.0.3
33512024-04-30T22:10:21.652Z 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`
33522024-04-30T22:10:22.937Z Compiling number_prefix v0.4.0
33532024-04-30T22:10:22.941Z 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`
33542024-04-30T22:10:23.205Z Compiling cassowary v0.3.0
33552024-04-30T22:10:23.209Z 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`
33562024-04-30T22:10:24.591Z Compiling ratatui v0.26.2
33572024-04-30T22:10:24.600Z 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`
33582024-04-30T22:10:26.350Z Compiling indicatif v0.17.8
33592024-04-30T22:10:26.356Z 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`
33602024-04-30T22:10:28.076Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33612024-04-30T22:10:28.087Z 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`
33622024-04-30T22:10:28.567Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33632024-04-30T22:10:28.570Z 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`
33642024-04-30T22:10:28.934Z Compiling unicode-linebreak v0.1.5
33652024-04-30T22:10:28.938Z 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`
33662024-04-30T22:10:29.471Z Compiling smawk v0.3.1
33672024-04-30T22:10:29.485Z 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`
33682024-04-30T22:10:29.948Z Compiling textwrap v0.16.1
33692024-04-30T22:10:29.948Z 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`
33702024-04-30T22:10:30.131Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f1af68eade3ff17b/build-script-build`
33712024-04-30T22:10:30.173Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
33722024-04-30T22:10:30.180Z 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`
33732024-04-30T22:10:31.034Z Compiling fatfs v0.3.6
33742024-04-30T22:10:31.042Z 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`
33752024-04-30T22:10:31.641Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33762024-04-30T22:10:31.656Z 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`
33772024-04-30T22:10:32.643Z Compiling is_ci v1.2.0
33782024-04-30T22:10:32.652Z 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`
33792024-04-30T22:10:32.771Z Compiling rtoolbox v0.0.1
33802024-04-30T22:10:32.788Z 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`
33812024-04-30T22:10:32.961Z Compiling supports-color v3.0.0
33822024-04-30T22:10:32.981Z 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`
33832024-04-30T22:10:33.601Z Compiling rpassword v7.3.1
33842024-04-30T22:10:33.601Z 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`
33852024-04-30T22:10:33.601Z Compiling tui-tree-widget v0.19.0
33862024-04-30T22:10:33.601Z 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`
33872024-04-30T22:10:33.601Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33882024-04-30T22:10:33.601Z 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`
33892024-04-30T22:10:33.715Z Compiling getrandom v0.1.16
33902024-04-30T22:10:33.730Z 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`
33912024-04-30T22:10:34.465Z Compiling shell-words v1.1.0
33922024-04-30T22:10:34.474Z 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`
33932024-04-30T22:10:34.804Z Compiling yansi v0.5.1
33942024-04-30T22:10:34.905Z 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`
33952024-04-30T22:10:35.180Z Compiling pretty_assertions v1.4.0
33962024-04-30T22:10:35.184Z 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`
33972024-04-30T22:10:35.575Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4/build-script-build`
33982024-04-30T22:10:35.612Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33992024-04-30T22:10:35.631Z 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`
34002024-04-30T22:10:35.709Z Compiling target-lexicon v0.12.13
34012024-04-30T22:10:35.710Z 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`
34022024-04-30T22:10:36.752Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af/build-script-build`
34032024-04-30T22:10:36.828Z 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`
34042024-04-30T22:10:37.352Z Compiling rfc6979 v0.4.0
34052024-04-30T22:10:37.366Z 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`
34062024-04-30T22:10:37.556Z Compiling doc-comment v0.3.3
34072024-04-30T22:10:37.566Z 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`
34082024-04-30T22:10:38.252Z Compiling winapi v0.3.9
34092024-04-30T22:10:38.258Z 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`
34102024-04-30T22:10:39.174Z Compiling guppy-workspace-hack v0.1.0
34112024-04-30T22:10:39.194Z 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`
34122024-04-30T22:10:39.614Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2/build-script-build`
34132024-04-30T22:10:39.614Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580/build-script-build`
34142024-04-30T22:10:39.615Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34152024-04-30T22:10:39.615Z 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`
34162024-04-30T22:10:39.615Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701/build-script-build`
34172024-04-30T22:10:39.616Z Compiling ecdsa v0.16.9
34182024-04-30T22:10:39.616Z 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`
34192024-04-30T22:10:40.461Z Compiling rand_core v0.5.1
34202024-04-30T22:10:40.496Z 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`
34212024-04-30T22:10:41.514Z 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"'`
34222024-04-30T22:10:41.767Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34232024-04-30T22:10:41.777Z 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`
34242024-04-30T22:10:43.952Z Compiling primeorder v0.13.6
34252024-04-30T22:10:43.965Z 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`
34262024-04-30T22:10:44.019Z Compiling cargo-platform v0.1.3
34272024-04-30T22:10:44.026Z 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`
34282024-04-30T22:10:44.649Z Compiling target-spec v3.1.0
34292024-04-30T22:10:44.653Z 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`
34302024-04-30T22:10:45.306Z Compiling option-ext v0.2.0
34312024-04-30T22:10:45.310Z 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`
34322024-04-30T22:10:45.444Z Compiling assert_cmd v2.0.14
34332024-04-30T22:10:45.458Z 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`
34342024-04-30T22:10:45.966Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078/build-script-build`
34352024-04-30T22:10:46.007Z Compiling dirs-sys v0.4.1
34362024-04-30T22:10:46.028Z 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`
34372024-04-30T22:10:46.665Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03/build-script-build`
34382024-04-30T22:10:46.700Z Compiling cargo_metadata v0.18.1
34392024-04-30T22:10:46.711Z 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`
34402024-04-30T22:10:46.924Z Compiling cfg-expr v0.15.6
34412024-04-30T22:10:46.966Z 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`
34422024-04-30T22:10:48.420Z Compiling rand_chacha v0.2.2
34432024-04-30T22:10:48.420Z 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`
34442024-04-30T22:10:49.829Z 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`
34452024-04-30T22:10:49.982Z 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`
34462024-04-30T22:10:50.066Z 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`
34472024-04-30T22:10:50.190Z Compiling polyval v0.6.1
34482024-04-30T22:10:50.195Z 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`
34492024-04-30T22:10:50.345Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34502024-04-30T22:10:50.369Z 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`
34512024-04-30T22:10:50.650Z Compiling ed25519 v2.2.2
34522024-04-30T22:10:50.695Z 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`
34532024-04-30T22:10:51.146Z Compiling http-body v1.0.0
34542024-04-30T22:10:51.157Z 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`
34552024-04-30T22:10:51.415Z Compiling ctr v0.9.2
34562024-04-30T22:10:51.421Z 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`
34572024-04-30T22:10:51.756Z Compiling aes v0.8.3
34582024-04-30T22:10:51.828Z 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`
34592024-04-30T22:10:54.567Z Compiling blowfish v0.9.1
34602024-04-30T22:10:54.570Z 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`
34612024-04-30T22:10:55.063Z Compiling password-hash v0.4.2
34622024-04-30T22:10:55.083Z 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`
34632024-04-30T22:10:56.104Z Compiling pbkdf2 v0.12.2
34642024-04-30T22:10:56.117Z 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`
34652024-04-30T22:10:56.291Z Compiling plotters-backend v0.3.5
34662024-04-30T22:10:56.295Z 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`
34672024-04-30T22:10:56.843Z Compiling hex-literal v0.4.1
34682024-04-30T22:10:56.878Z 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`
34692024-04-30T22:10:57.010Z Compiling tower-layer v0.3.2
34702024-04-30T22:10:57.035Z 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`
34712024-04-30T22:10:57.344Z Compiling tower v0.4.13
34722024-04-30T22:10:57.351Z 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`
34732024-04-30T22:10:58.171Z Compiling plotters-svg v0.3.5
34742024-04-30T22:10:58.207Z 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`
34752024-04-30T22:10:58.625Z Compiling bcrypt-pbkdf v0.10.0
34762024-04-30T22:10:58.638Z 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`
34772024-04-30T22:10:59.243Z Compiling pbkdf2 v0.11.0
34782024-04-30T22:10:59.883Z 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`
34792024-04-30T22:10:59.883Z Compiling hyper v1.1.0
34802024-04-30T22:10:59.883Z 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`
34812024-04-30T22:11:02.210Z Compiling ed25519-dalek v2.0.0
34822024-04-30T22:11:02.687Z 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`
34832024-04-30T22:11:03.723Z Compiling ghash v0.5.0
34842024-04-30T22:11:03.723Z 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`
34852024-04-30T22:11:03.732Z Compiling russh-cryptovec v0.7.0
34862024-04-30T22:11:03.732Z 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`
34872024-04-30T22:11:03.737Z 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`
34882024-04-30T22:11:05.179Z 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`
34892024-04-30T22:11:06.235Z Compiling rand v0.7.3
34902024-04-30T22:11:06.269Z 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`
34912024-04-30T22:11:07.293Z Compiling samael v0.0.15
34922024-04-30T22:11:07.299Z 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`
34932024-04-30T22:11:08.629Z Compiling dirs v5.0.1
34942024-04-30T22:11:08.633Z 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`
34952024-04-30T22:11:08.866Z Compiling p521 v0.13.3
34962024-04-30T22:11:09.288Z 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`
34972024-04-30T22:11:09.345Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-529ecfe194c63008/build-script-bindings`
34982024-04-30T22:11:11.318Z Compiling p256 v0.13.2
34992024-04-30T22:11:11.334Z 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`
35002024-04-30T22:11:12.025Z 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`
35012024-04-30T22:11:12.494Z Compiling pathdiff v0.2.1
35022024-04-30T22:11:12.494Z 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`
35032024-04-30T22:11:12.495Z Compiling cbc v0.1.2
35042024-04-30T22:11:12.495Z 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`
35052024-04-30T22:11:12.495Z Compiling cast v0.3.0
35062024-04-30T22:11:12.495Z 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`
35072024-04-30T22:11:12.505Z Compiling nested v0.1.1
35082024-04-30T22:11:12.533Z 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`
35092024-04-30T22:11:12.761Z Compiling md5 v0.7.0
35102024-04-30T22:11:12.769Z 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`
35112024-04-30T22:11:12.844Z Compiling guppy v0.17.5
35122024-04-30T22:11:12.856Z 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`
35132024-04-30T22:11:13.330Z Compiling russh-keys v0.43.0
35142024-04-30T22:11:13.335Z 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`
35152024-04-30T22:11:16.774Z Compiling criterion-plot v0.5.0
35162024-04-30T22:11:16.784Z 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`
35172024-04-30T22:11:17.864Z Compiling aes-gcm v0.10.3
35182024-04-30T22:11:17.878Z 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`
35192024-04-30T22:11:18.198Z Compiling hyper-util v0.1.2
35202024-04-30T22:11:18.228Z 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`
35212024-04-30T22:11:19.313Z Compiling plotters v0.3.5
35222024-04-30T22:11:19.317Z 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`
35232024-04-30T22:11:20.667Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
35242024-04-30T22:11:20.704Z 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`
35252024-04-30T22:11:21.767Z Compiling rustls-native-certs v0.7.0
35262024-04-30T22:11:21.783Z 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`
35272024-04-30T22:11:21.902Z Compiling httptest v0.15.5
35282024-04-30T22:11:21.906Z 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`
35292024-04-30T22:11:22.199Z Compiling tinytemplate v1.2.1
35302024-04-30T22:11:22.212Z 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`
35312024-04-30T22:11:23.336Z Compiling escape8259 v0.5.2
35322024-04-30T22:11:23.363Z 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`
35332024-04-30T22:11:23.730Z Compiling threadpool v1.8.1
35342024-04-30T22:11:23.735Z 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`
35352024-04-30T22:11:24.629Z Compiling oorandom v11.1.3
35362024-04-30T22:11:24.655Z 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`
35372024-04-30T22:11:24.838Z Compiling dhcproto-macros v0.1.0
35382024-04-30T22:11:24.844Z 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`
35392024-04-30T22:11:25.975Z Compiling anes v0.1.6
35402024-04-30T22:11:25.980Z 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`
35412024-04-30T22:11:26.021Z Compiling dhcproto v0.11.0
35422024-04-30T22:11:26.047Z 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`
35432024-04-30T22:11:26.515Z Compiling criterion v0.5.1
35442024-04-30T22:11:26.530Z 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`
35452024-04-30T22:11:27.557Z Compiling libtest-mimic v0.7.2
35462024-04-30T22:11:27.564Z 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`
35472024-04-30T22:11:28.457Z Compiling hyper-rustls v0.26.0
35482024-04-30T22:11:28.466Z 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`
35492024-04-30T22:11:28.519Z Compiling russh v0.43.0
35502024-04-30T22:11:28.532Z 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`
35512024-04-30T22:11:28.995Z Compiling fancy-regex v0.13.0
35522024-04-30T22:11:29.036Z 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`
35532024-04-30T22:11:29.548Z Compiling rstest_macros v0.19.0
35542024-04-30T22:11:29.554Z 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`
35552024-04-30T22:11:29.810Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35562024-04-30T22:11:29.814Z 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`
35572024-04-30T22:11:30.204Z Compiling internet-checksum v0.2.1
35582024-04-30T22:11:30.217Z 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`
35592024-04-30T22:11:30.318Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-aad4057ee85e73e6/build-script-build`
35602024-04-30T22:11:30.414Z Compiling datatest-stable v0.2.9
35612024-04-30T22:11:30.830Z 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`
35622024-04-30T22:11:30.834Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35632024-04-30T22:11:30.834Z 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`
35642024-04-30T22:11:31.062Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35652024-04-30T22:11:31.069Z 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`
35662024-04-30T22:11:31.356Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35672024-04-30T22:11:31.372Z 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`
35682024-04-30T22:11:31.435Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35692024-04-30T22:11:31.476Z 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`
35702024-04-30T22:11:31.722Z Compiling similar-asserts v1.5.0
35712024-04-30T22:11:31.734Z 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`
35722024-04-30T22:11:31.809Z Compiling csv-core v0.1.11
35732024-04-30T22:11:31.821Z 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`
35742024-04-30T22:11:32.366Z Compiling relative-path v1.9.0
35752024-04-30T22:11:32.387Z 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`
35762024-04-30T22:11:32.935Z Compiling trybuild v1.0.91
35772024-04-30T22:11:32.940Z 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`
35782024-04-30T22:11:33.164Z 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`
35792024-04-30T22:11:33.448Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1/build-script-build`
35802024-04-30T22:11:33.480Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35812024-04-30T22:11:33.491Z 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`
35822024-04-30T22:11:35.913Z Compiling csv v1.3.0
35832024-04-30T22:11:35.941Z 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`
35842024-04-30T22:11:37.151Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8a46e021800e07d1/build-script-build`
35852024-04-30T22:11:37.193Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2198a0cb56addb8c/build-script-build`
35862024-04-30T22:11:37.229Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fdccb8bf2e4a5f1a/build-script-build`
35872024-04-30T22:11:37.269Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35882024-04-30T22:11:37.286Z 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`
35892024-04-30T22:11:37.321Z Compiling multimap v0.10.0
35902024-04-30T22:11:37.336Z 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`
35912024-04-30T22:11:37.652Z Compiling constant_time_eq v0.2.6
35922024-04-30T22:11:37.674Z 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`
35932024-04-30T22:11:37.908Z Compiling futures-timer v3.0.2
35942024-04-30T22:11:37.919Z 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`
35952024-04-30T22:11:37.928Z Compiling blake2b_simd v1.0.1
35962024-04-30T22:11:37.933Z 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`
35972024-04-30T22:11:38.805Z 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`
35982024-04-30T22:11:40.056Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35992024-04-30T22:11:40.061Z 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`
36002024-04-30T22:11:40.562Z Compiling partial-io v0.5.4
36012024-04-30T22:11:40.565Z 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`
36022024-04-30T22:11:41.139Z Compiling approx v0.5.1
36032024-04-30T22:11:41.150Z 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`
36042024-04-30T22:11:41.371Z Compiling rust-argon2 v2.1.0
36052024-04-30T22:11:41.388Z 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`
36062024-04-30T22:11:43.093Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36072024-04-30T22:11:43.532Z 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`
36082024-04-30T22:11:43.547Z Compiling rstest v0.19.0
36092024-04-30T22:11:43.548Z 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`
36102024-04-30T22:11:43.548Z Compiling cargo_toml v0.20.2
36112024-04-30T22:11:43.548Z 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`
36122024-04-30T22:11:43.856Z Compiling termios v0.3.3
36132024-04-30T22:11:43.868Z 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`
36142024-04-30T22:11:44.132Z Compiling uzers v0.11.3
36152024-04-30T22:11:44.140Z 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`
36162024-04-30T22:11:45.474Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36172024-04-30T22:11:45.477Z 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`
36182024-04-30T22:11:45.831Z 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`
36192024-04-30T22:11:46.819Z 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`
36202024-04-30T22:11:47.669Z 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`
36212024-04-30T22:11:48.454Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36222024-04-30T22:11:48.462Z 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`
36232024-04-30T22:11:48.735Z 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`
36242024-04-30T22:11:49.145Z 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`
36252024-04-30T22:11:49.984Z 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`
36262024-04-30T22:11:51.979Z Compiling polar-core v0.27.3
36272024-04-30T22:11:51.991Z 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`
36282024-04-30T22:11:52.184Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36292024-04-30T22:11:52.198Z 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`
36302024-04-30T22:11:52.257Z 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`
36312024-04-30T22:11:52.535Z 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`
36322024-04-30T22:11:53.373Z 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`
36332024-04-30T22:11:53.738Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-2799c7ba3693c242/build-script-build`
36342024-04-30T22:11:55.013Z 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`
36352024-04-30T22:11:55.325Z 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`
36362024-04-30T22:11:55.456Z 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`
36372024-04-30T22:12:00.891Z 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`
36382024-04-30T22:12:01.072Z 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`
36392024-04-30T22:12:01.072Z 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`
36402024-04-30T22:12:01.072Z 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`
36412024-04-30T22:12:08.572Z Compiling oso v0.27.3
36422024-04-30T22:12:08.572Z 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`
36432024-04-30T22:12:11.551Z 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`
36442024-04-30T22:12:17.418Z 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`
36452024-04-30T22:12:20.654Z 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`
36462024-04-30T22:12:23.199Z 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`
36472024-04-30T22:12:26.179Z 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`
36482024-04-30T22:12:29.407Z 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`
36492024-04-30T22:12:29.537Z 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`
36502024-04-30T22:12:32.017Z 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`
36512024-04-30T22:12:32.718Z 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`
36522024-04-30T22:12:34.570Z 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`
36532024-04-30T22:12:38.470Z 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`
36542024-04-30T22:12:39.948Z 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`
36552024-04-30T22:12:41.685Z 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`
36562024-04-30T22:12:50.172Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36572024-04-30T22:12:50.200Z 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`
36582024-04-30T22:12:51.651Z 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`
36592024-04-30T22:12:53.942Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36602024-04-30T22:12:53.982Z 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`
36612024-04-30T22:12:55.853Z 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`
36622024-04-30T22:12:55.926Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36632024-04-30T22:12:55.937Z 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`
36642024-04-30T22:12:57.056Z 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`
36652024-04-30T22:12:58.279Z 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`
36662024-04-30T22:13:00.076Z 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`
36672024-04-30T22:13:01.128Z 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`
36682024-04-30T22:13:02.130Z 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`
36692024-04-30T22:13:05.037Z 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`
36702024-04-30T22:13:05.440Z 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`
36712024-04-30T22:13:06.351Z 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`
36722024-04-30T22:13:07.600Z 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`
36732024-04-30T22:13:07.655Z 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`
36742024-04-30T22:13:08.285Z 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`
36752024-04-30T22:13:15.665Z 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`
36762024-04-30T22:13:16.432Z 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`
36772024-04-30T22:13:17.643Z 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`
36782024-04-30T22:13:18.149Z 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`
36792024-04-30T22:13:20.622Z 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`
36802024-04-30T22:13:23.445Z 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`
36812024-04-30T22:13:24.174Z 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`
36822024-04-30T22:13:26.725Z 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`
36832024-04-30T22:13:32.064Z 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`
36842024-04-30T22:13:35.998Z 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`
36852024-04-30T22:13:40.259Z 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`
36862024-04-30T22:13:41.756Z 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`
36872024-04-30T22:13:44.503Z 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`
36882024-04-30T22:13:47.264Z 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`
36892024-04-30T22:13:47.424Z 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`
36902024-04-30T22:13:48.872Z 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`
36912024-04-30T22:13:49.091Z 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`
36922024-04-30T22:14:01.083Z 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`
36932024-04-30T22:14:01.375Z 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`
36942024-04-30T22:14:01.569Z 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`
36952024-04-30T22:14:01.569Z 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`
36962024-04-30T22:14:20.036Z 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`
36972024-04-30T22:14:23.204Z 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`
36982024-04-30T22:14:29.947Z 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/`
36992024-04-30T22:14:32.861Z 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/`
37002024-04-30T22:14:43.244Z 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/`
37012024-04-30T22:14:49.901Z 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/`
37022024-04-30T22:14:50.613Z 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/`
37032024-04-30T22:14:52.336Z 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/`
37042024-04-30T22:14:54.775Z 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/`
37052024-04-30T22:14:57.502Z 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`
37062024-04-30T22:14:58.147Z 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`
37072024-04-30T22:14:58.299Z 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`
37082024-04-30T22:15:05.500Z 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`
37092024-04-30T22:15:22.889Z 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`
37102024-04-30T22:15:24.485Z 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`
37112024-04-30T22:15:24.824Z 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`
37122024-04-30T22:15:27.904Z 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`
37132024-04-30T22:15:48.534Z 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`
37142024-04-30T22:15:53.738Z 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`
37152024-04-30T22:15:55.399Z 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`
37162024-04-30T22:16:08.632Z 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`
37172024-04-30T22:16:09.704Z 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`
37182024-04-30T22:16:10.074Z 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`
37192024-04-30T22:16:11.757Z 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`
37202024-04-30T22:16:12.691Z 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`
37212024-04-30T22:16:13.267Z 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`
37222024-04-30T22:16:13.461Z 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`
37232024-04-30T22:16:17.631Z 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`
37242024-04-30T22:16:19.859Z 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`
37252024-04-30T22:16:29.632Z 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`
37262024-04-30T22:16:30.070Z 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`
37272024-04-30T22:16:36.329Z 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`
37282024-04-30T22:16:36.329Z 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`
37292024-04-30T22:16:39.434Z 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`
37302024-04-30T22:16:39.744Z 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`
37312024-04-30T22:16:42.167Z 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`
37322024-04-30T22:16:45.897Z 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`
37332024-04-30T22:16:46.054Z 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`
37342024-04-30T22:16:48.200Z 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`
37352024-04-30T22:16:49.808Z 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`
37362024-04-30T22:16:50.333Z 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`
37372024-04-30T22:16:50.772Z 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`
37382024-04-30T22:16:53.747Z 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`
37392024-04-30T22:16:58.048Z 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`
37402024-04-30T22:16:58.064Z 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`
37412024-04-30T22:16:59.456Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37422024-04-30T22:16:59.470Z 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`
37432024-04-30T22:17:00.565Z 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`
37442024-04-30T22:17:03.285Z 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`
37452024-04-30T22:17:07.852Z 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`
37462024-04-30T22:17:09.636Z 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`
37472024-04-30T22:17:10.477Z 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`
37482024-04-30T22:17:11.141Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37492024-04-30T22:17:11.160Z 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`
37502024-04-30T22:17:11.864Z 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`
37512024-04-30T22:17:11.869Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37522024-04-30T22:17:11.869Z 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`
37532024-04-30T22:17:13.193Z 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`
37542024-04-30T22:17:14.019Z 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`
37552024-04-30T22:17:14.066Z 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`
37562024-04-30T22:17:24.160Z 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`
37572024-04-30T22:17:24.160Z 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`
37582024-04-30T22:17:24.925Z 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`
37592024-04-30T22:17:27.188Z 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`
37602024-04-30T22:17:27.585Z 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`
37612024-04-30T22:17:32.477Z 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`
37622024-04-30T22:17:37.670Z 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`
37632024-04-30T22:17:41.258Z 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`
37642024-04-30T22:17:41.638Z 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`
37652024-04-30T22:17:42.124Z 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`
37662024-04-30T22:17:42.429Z 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`
37672024-04-30T22:17:43.059Z 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`
37682024-04-30T22:17:43.476Z 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`
37692024-04-30T22:17:43.962Z 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`
37702024-04-30T22:17:46.555Z 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`
37712024-04-30T22:17:46.555Z 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`
37722024-04-30T22:19:21.751Z 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`
37732024-04-30T22:19:21.756Z 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`
37742024-04-30T22:19:21.756Z 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`
37752024-04-30T22:19:21.767Z 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`
37762024-04-30T22:19:21.780Z 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`
37772024-04-30T22:19:37.510Z 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`
37782024-04-30T22:19:39.926Z 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`
37792024-04-30T22:19:41.694Z 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`
37802024-04-30T22:19:44.672Z 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`
37812024-04-30T22:19:48.358Z 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`
37822024-04-30T22:19:59.678Z 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`
37832024-04-30T22:20:09.080Z 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`
37842024-04-30T22:20:39.313Z 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`
37852024-04-30T22:30:05.658Z Finished dev [unoptimized + debuginfo] target(s) in 24m 10s
37862024-04-30T22:30:21.177Z
37872024-04-30T22:30:21.187Zreal 24:26.297300065
37882024-04-30T22:30:21.187Zuser 1:38:14.835340438
37892024-04-30T22:30:21.187Zsys 19:42.870155002
37902024-04-30T22:30:21.188Ztrap 9.469232273
37912024-04-30T22:30:21.188Ztflt 5.328982369
37922024-04-30T22:30:21.188Zdflt 37:00.295271187
37932024-04-30T22:30:21.188Zkflt 0.467929996
37942024-04-30T22:30:21.188Zlock 4:32:26.317468371
37952024-04-30T22:30:21.189Zslp 9:22:33.688898063
37962024-04-30T22:30:21.189Zlat 7:02.560762689
37972024-04-30T22:30:21.189Zstop 6:56.238443115
37982024-04-30T22:30:23.578Z
37992024-04-30T22:30:23.590Z # # ###### ##### # ###### # # # # #####
38002024-04-30T22:30:23.591Z # # # # # # # # # # # # #
38012024-04-30T22:30:23.591Z # # ##### # # # ##### # ##### # # #####
38022024-04-30T22:30:23.591Z # # # ##### # # # # # # #
38032024-04-30T22:30:23.591Z # # # # # # # # # # # #
38042024-04-30T22:30:23.592Z ## ###### # # # # # ###### # #####
38052024-04-30T22:30:23.592Z
38062024-04-30T22:30:24.127Z Compiling serde v1.0.199
38072024-04-30T22:30:24.128Z Compiling libc v0.2.153
38082024-04-30T22:30:24.128Z Compiling rustix v0.38.31
38092024-04-30T22:30:24.167Z Compiling bitflags v2.4.2
38102024-04-30T22:30:24.204Z Compiling hashbrown v0.14.3
38112024-04-30T22:30:24.204Z Compiling syn v2.0.60
38122024-04-30T22:30:24.248Z Compiling serde_json v1.0.116
38132024-04-30T22:30:24.249Z Compiling anyhow v1.0.82
38142024-04-30T22:30:25.841Z Compiling indexmap v2.2.6
38152024-04-30T22:30:26.586Z Compiling errno v0.3.8
38162024-04-30T22:30:27.382Z Compiling terminal_size v0.3.0
38172024-04-30T22:30:27.496Z Compiling clap_builder v4.5.2
38182024-04-30T22:30:29.673Z Compiling serde_derive v1.0.199
38192024-04-30T22:30:29.673Z Compiling thiserror-impl v1.0.59
38202024-04-30T22:30:29.673Z Compiling clap_derive v4.5.4
38212024-04-30T22:30:32.125Z Compiling thiserror v1.0.59
38222024-04-30T22:30:32.877Z Compiling clap v4.5.4
38232024-04-30T22:30:38.236Z Compiling toml_datetime v0.6.5
38242024-04-30T22:30:38.236Z Compiling serde_spanned v0.6.5
38252024-04-30T22:30:38.251Z Compiling camino v1.1.6
38262024-04-30T22:30:38.251Z Compiling cargo-platform v0.1.3
38272024-04-30T22:30:38.251Z Compiling semver v1.0.22
38282024-04-30T22:30:38.252Z Compiling macaddr v1.0.1
38292024-04-30T22:30:38.252Z Compiling toml_edit v0.22.12
38302024-04-30T22:30:39.121Z Compiling cargo_metadata v0.18.1
38312024-04-30T22:30:40.064Z Compiling toml v0.8.12
38322024-04-30T22:30:40.791Z Compiling cargo_toml v0.20.2
38332024-04-30T22:30:44.142Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38342024-04-30T22:30:46.815Z Finished dev [unoptimized + debuginfo] target(s) in 24.43s
38352024-04-30T22:30:46.844Z Running `target/debug/xtask verify-libraries`
38362024-04-30T22:30:53.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38372024-04-30T22:30:53.514Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38382024-04-30T22:30:53.541Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
38392024-04-30T22:30:53.541Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38402024-04-30T22:31:00.863Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38412024-04-30T22:31:00.863Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38422024-04-30T22:31:00.870Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38432024-04-30T22:31:00.870Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
38442024-04-30T22:31:00.870Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
38452024-04-30T22:31:00.870Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38462024-04-30T22:31:00.870Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38472024-04-30T22:31:01.655Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
38482024-04-30T22:31:02.670Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38492024-04-30T22:31:03.447Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38502024-04-30T22:31:04.062Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38512024-04-30T22:31:04.290Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38522024-04-30T22:31:04.834Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38532024-04-30T22:31:05.344Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
38542024-04-30T22:31:05.879Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38552024-04-30T22:31:06.584Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38562024-04-30T22:31:06.673Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38572024-04-30T22:31:08.696Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38582024-04-30T22:31:08.714Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38592024-04-30T22:31:09.350Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38602024-04-30T22:31:09.673Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38612024-04-30T22:31:10.567Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38622024-04-30T22:31:10.848Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38632024-04-30T22:31:11.102Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38642024-04-30T22:31:11.438Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38652024-04-30T22:31:15.430Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38662024-04-30T22:31:15.527Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38672024-04-30T22:31:15.527Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38682024-04-30T22:31:15.915Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38692024-04-30T22:31:18.781Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38702024-04-30T22:31:22.325Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38712024-04-30T22:31:26.106Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38722024-04-30T22:31:26.822Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38732024-04-30T22:31:28.303Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38742024-04-30T22:31:30.952Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38752024-04-30T22:31:33.004Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38762024-04-30T22:31:35.776Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38772024-04-30T22:31:36.215Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38782024-04-30T22:31:36.248Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38792024-04-30T22:31:36.958Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38802024-04-30T22:31:39.189Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812024-04-30T22:31:43.687Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38822024-04-30T22:31:44.843Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38832024-04-30T22:31:47.777Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38842024-04-30T22:32:27.862Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38852024-04-30T22:32:39.561Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38862024-04-30T22:32:40.734Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38872024-04-30T22:32:40.750Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38882024-04-30T22:33:09.020Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38892024-04-30T22:33:09.020Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38902024-04-30T22:33:09.039Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38912024-04-30T22:33:09.039Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38922024-04-30T22:33:10.013Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38932024-04-30T22:33:12.151Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38942024-04-30T22:33:21.776Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38952024-04-30T22:33:22.328Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38962024-04-30T22:36:28.705Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38972024-04-30T22:37:20.478Z Finished dev [unoptimized + debuginfo] target(s) in 6m 28s
38982024-04-30T22:37:21.670Z
38992024-04-30T22:37:21.670Zreal 6:59.401390586
39002024-04-30T22:37:21.670Zuser 25:29.143791782
39012024-04-30T22:37:21.670Zsys 4:55.954554266
39022024-04-30T22:37:21.671Ztrap 0.667233574
39032024-04-30T22:37:21.671Ztflt 4.540722545
39042024-04-30T22:37:21.671Zdflt 17.205481933
39052024-04-30T22:37:21.671Zkflt 0.075047153
39062024-04-30T22:37:21.685Zlock 59:22.476342607
39072024-04-30T22:37:21.685Zslp 1:30:05.721136247
39082024-04-30T22:37:21.685Zlat 49.264965363
39092024-04-30T22:37:21.686Zstop 23.348159569
39102024-04-30T22:37:21.686Z
39112024-04-30T22:37:21.686Z ##### ###### #### #####
39122024-04-30T22:37:21.686Z # # # #
39132024-04-30T22:37:21.686Z # ##### #### #
39142024-04-30T22:37:21.686Z # # # #
39152024-04-30T22:37:21.686Z # # # # #
39162024-04-30T22:37:21.686Z # ###### #### #
39172024-04-30T22:37:21.686Z
39182024-04-30T22:37:22.817Zinfo: experimental features enabled: setup-scripts
39192024-04-30T22:37:23.851Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39202024-04-30T22:37:23.964Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39212024-04-30T22:37:23.970Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39222024-04-30T22:37:34.160Z Finished test [unoptimized + debuginfo] target(s) in 10.90s
39232024-04-30T22:37:37.671Z Starting 1220 tests across 117 binaries (3 skipped; run ID: 4c45caac-014d-49e6-93fe-9ed30a5fd733, nextest profile: ci)
39242024-04-30T22:37:37.682Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39252024-04-30T22:37:38.451Z Finished test [unoptimized + debuginfo] target(s) in 0.62s
39262024-04-30T22:37:38.473Z Running `target/debug/crdb-seed`
39272024-04-30T22:37:38.473ZApr 30 22:37:37.207 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpCroU3X
39282024-04-30T22:37:38.474ZApr 30 22:37:37.207 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpe5bmzO,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpCroU3X/listen-url
39292024-04-30T22:37:38.474ZApr 30 22:37:37.209 INFO cockroach environment: BUILDOMAT_JOB_ID=01HWRG16DRWE6QW7DT8JZNXZZZ 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=john/reject-sled-add-duplicate GITHUB_REF=refs/heads/john/reject-sled-add-duplicate GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=c8226eae437c988285967f88172dd41c9a4a503e 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-envt4Ixvc 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=4c45caac-014d-49e6-93fe-9ed30a5fd733 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
39302024-04-30T22:37:39.471ZApr 30 22:37:38.278 INFO cockroach pid: 4577
39312024-04-30T22:37:39.471ZApr 30 22:37:38.278 INFO cockroach listen URL: postgresql://root@[::1]:53983/omicron?sslmode=disable
39322024-04-30T22:37:39.471ZApr 30 22:37:38.278 INFO cockroach: populating
39332024-04-30T22:37:41.690ZApr 30 22:37:40.462 INFO cockroach: populated
39342024-04-30T22:37:44.047ZApr 30 22:37:42.835 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/21fcd927fd7b75566fbd6c0317115f36f8e8692aef79ebd520b10dc84c7b84b4.tar`
39352024-04-30T22:37:44.067Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39362024-04-30T22:37:44.100Z PASS [ 0.032s] bootstore schemes::tests::hello_roundtrip
39372024-04-30T22:37:44.112Z PASS [ 0.028s] bootstore schemes::v0::share_pkg::tests::create_packages
39382024-04-30T22:37:44.112Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
39392024-04-30T22:37:44.112Z PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::create_and_verify
39402024-04-30T22:37:44.112Z PASS [ 0.058s] authz-macros tests::test_authz_snapshots
39412024-04-30T22:37:44.118Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
39422024-04-30T22:37:44.123Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
39432024-04-30T22:37:44.123Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_for_enums
39442024-04-30T22:37:44.127Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
39452024-04-30T22:37:44.133Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
39462024-04-30T22:37:44.162Z PASS [ 0.024s] db-macros tests::test_derive_snapshots
39472024-04-30T22:37:44.162Z PASS [ 0.104s] bootstore schemes::v0::peer::tests::network_config
39482024-04-30T22:37:44.162Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
39492024-04-30T22:37:44.162Z PASS [ 0.082s] db-macros lookup::test::test_lookup_snapshots
39502024-04-30T22:37:44.397Z PASS [ 0.229s] dns-server storage::test::test_update_in_progress
39512024-04-30T22:37:44.424Z PASS [ 0.238s] dns-server storage::test::test_update_interrupted
39522024-04-30T22:37:44.424Z PASS [ 0.262s] dns-server storage::test::test_update_basic
39532024-04-30T22:37:49.424Z PASS [ 0.486s] dns-server::basic_test a_crud
39542024-04-30T22:37:49.927Z PASS [ 0.261s] dns-server::basic_test multi_record_crud
39552024-04-30T22:37:49.927Z PASS [ 0.253s] dns-server::basic_test name_contains_zone
39562024-04-30T22:37:49.927Z PASS [ 0.274s] dns-server::basic_test empty_record
39572024-04-30T22:37:49.927Z PASS [ 0.489s] dns-server::basic_test aaaa_crud
39582024-04-30T22:37:49.927Z PASS [ 0.190s] dns-server::openapi_test test_dns_server_openapi
39592024-04-30T22:37:49.927Z PASS [ 0.216s] dns-server::basic_test servfail
39602024-04-30T22:37:49.927Z PASS [ 0.245s] dns-server::basic_test nxdomain
39612024-04-30T22:37:49.927Z PASS [ 0.044s] dns-service-client diff::test::diff_equivalent
39622024-04-30T22:37:49.927Z PASS [ 0.057s] dns-service-client diff::test::diff_different
39632024-04-30T22:37:49.928Z PASS [ 0.035s] dns-service-client diff::test::diff_invalid
39642024-04-30T22:37:49.928Z PASS [ 0.268s] dns-server::basic_test srv_crud
39652024-04-30T22:37:49.928Z PASS [ 0.034s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
39662024-04-30T22:37:49.928Z PASS [ 0.051s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
39672024-04-30T22:37:49.928Z PASS [ 0.031s] illumos-utils link::test::test_allocate
39682024-04-30T22:37:49.928Z PASS [ 0.078s] illumos-utils destructor::test::test_delayed_delete
39692024-04-30T22:37:49.928Z PASS [ 0.049s] illumos-utils destructor::test::test_destructor_bad_close
39702024-04-30T22:37:49.928Z PASS [ 0.025s] illumos-utils link::test::test_allocate_within_scopes
39712024-04-30T22:37:49.928Z PASS [ 0.023s] illumos-utils running_zone::tests::test_is_oxide_smf_service
39722024-04-30T22:37:49.928Z PASS [ 0.025s] illumos-utils zone::tests::test_parse_ip_network
39732024-04-30T22:37:49.928Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool
39742024-04-30T22:37:49.928Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_zpool_missing_column
39752024-04-30T22:37:49.929Z PASS [ 1.103s] bootstore schemes::v0::peer::tests::basic_3_nodes
39762024-04-30T22:37:49.929Z PASS [ 0.196s] installinator-common block_size_writer::tests::proptest_block_writer
39772024-04-30T22:37:49.929Z PASS [ 0.042s] internal-dns config::test::display_hosts
39782024-04-30T22:37:49.929Z PASS [ 0.026s] internal-dns config::test::display_srv_service
39792024-04-30T22:37:49.929Z PASS [ 0.053s] internal-dns config::test::test_builder_errors
39802024-04-30T22:37:49.929Z PASS [ 0.084s] internal-dns config::test::test_builder_output
39812024-04-30T22:37:49.929Z PASS [ 0.687s] illumos-utils destructor::test::test_delayed_delete_with_error
39822024-04-30T22:37:49.929Z PASS [ 0.583s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39832024-04-30T22:37:49.929Z PASS [ 0.343s] internal-dns resolver::test::lookup_nonexistent_record_fails
39842024-04-30T22:37:49.929Z PASS [ 0.364s] internal-dns resolver::test::insert_and_lookup_one_record
39852024-04-30T22:37:49.929Z PASS [ 0.523s] internal-dns resolver::test::insert_and_lookup_multiple_records
39862024-04-30T22:37:49.929Z PASS [ 0.363s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39872024-04-30T22:37:49.929Z PASS [ 0.462s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39882024-04-30T22:37:49.930Z PASS [ 0.374s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39892024-04-30T22:37:49.930Z PASS [ 0.040s] ipcc tests::deserialize_fixed_value
39902024-04-30T22:37:49.930Z PASS [ 0.046s] ipcc tests::installinator_image_id_round_trip
39912024-04-30T22:37:49.930Z PASS [ 0.040s] ipcc tests::serialized_size
39922024-04-30T22:37:49.930Z PASS [ 0.073s] key-manager tests::different_disks_produce_different_keys
39932024-04-30T22:37:49.930Z PASS [ 0.050s] key-manager tests::different_ikm_produces_different_keys
39942024-04-30T22:37:49.930Z PASS [ 0.026s] key-manager tests::disk_encryption_key_epoch_0
39952024-04-30T22:37:49.930Z PASS [ 0.025s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39962024-04-30T22:37:49.930Z PASS [ 0.053s] nexus-config nexus_config::test::test_config_bad_toml
39972024-04-30T22:37:49.930Z PASS [ 0.317s] internal-dns resolver::test::update_record
39982024-04-30T22:37:49.930Z PASS [ 0.023s] nexus-config nexus_config::test::test_config_empty
39992024-04-30T22:37:49.930Z PASS [ 0.022s] nexus-config nexus_config::test::test_config_nonexistent
40002024-04-30T22:37:49.931Z PASS [ 0.097s] nexus-config nexus_config::test::test_bad_authn_schemes
40012024-04-30T22:37:49.931Z PASS [ 0.025s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
40022024-04-30T22:37:49.931Z PASS [ 0.050s] nexus-config nexus_config::test::test_deployment_config_schema
40032024-04-30T22:37:49.931Z PASS [ 0.046s] nexus-config nexus_config::test::test_repo_configs_are_valid
40042024-04-30T22:37:49.931Z PASS [ 0.033s] nexus-config nexus_config::test::test_valid
40052024-04-30T22:37:49.931Z PASS [ 0.022s] nexus-config postgres_config::test::test_bad_url
40062024-04-30T22:37:49.931Z PASS [ 0.022s] nexus-config postgres_config::test::test_example_url
40072024-04-30T22:37:49.931Z PASS [ 0.026s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
40082024-04-30T22:37:49.932Z PASS [ 0.042s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
40092024-04-30T22:37:49.932Z PASS [ 0.039s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
40102024-04-30T22:37:49.932Z PASS [ 0.073s] nexus-db-model device_auth::test::test_generate_user_code
40112024-04-30T22:37:49.932Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_known_versions
40122024-04-30T22:37:49.932Z PASS [ 0.052s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
40132024-04-30T22:37:49.932Z PASS [ 0.028s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
40142024-04-30T22:37:49.932Z PASS [ 0.022s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
40152024-04-30T22:37:49.932Z PASS [ 0.028s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
40162024-04-30T22:37:49.932Z PASS [ 0.022s] nexus-db-model schema_versions::test::test_verify
40172024-04-30T22:37:49.932Z PASS [ 0.024s] nexus-db-model tests::test_ip_subnet_check_requestable_address
40182024-04-30T22:37:49.932Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
40192024-04-30T22:37:49.932Z PASS [ 0.025s] nexus-db-model tests::test_ipv6_net_random_subnet
40202024-04-30T22:37:49.932Z PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings
40212024-04-30T22:37:49.932Z PASS [ 0.032s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
40222024-04-30T22:37:49.932Z PASS [ 0.061s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
40232024-04-30T22:37:49.933Z PASS [ 0.066s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
40242024-04-30T22:37:49.933Z PASS [ 0.075s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
40252024-04-30T22:37:49.933Z PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
40262024-04-30T22:37:49.933Z PASS [ 0.033s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
40272024-04-30T22:37:49.933Z PASS [ 0.036s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
40282024-04-30T22:37:49.933Z PASS [ 0.080s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
40292024-04-30T22:37:49.933Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_get_token
40302024-04-30T22:37:49.933Z PASS [ 0.148s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
40312024-04-30T22:37:49.933Z PASS [ 0.131s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
40322024-04-30T22:37:49.933Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
40332024-04-30T22:37:49.933Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
40342024-04-30T22:37:49.934Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
40352024-04-30T22:37:49.934Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
40362024-04-30T22:37:49.934Z PASS [ 0.034s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
40372024-04-30T22:37:49.934Z PASS [ 0.033s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
40382024-04-30T22:37:49.934Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
40392024-04-30T22:37:49.934Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value
40402024-04-30T22:37:49.934Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
40412024-04-30T22:37:49.934Z PASS [ 2.623s] dns-server::commands_test test_dnsadm
40422024-04-30T22:37:49.934Z PASS [ 0.029s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
40432024-04-30T22:37:49.934Z PASS [ 0.029s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
40442024-04-30T22:37:49.934Z PASS [ 0.058s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
40452024-04-30T22:37:49.934Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
40462024-04-30T22:37:49.935Z PASS [ 0.032s] nexus-db-queries authn::external::token::test::test_make_header_value
40472024-04-30T22:37:49.935Z PASS [ 0.032s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
40482024-04-30T22:37:49.935Z PASS [ 0.053s] nexus-db-queries authn::external::test::test_authn_sequence
40492024-04-30T22:37:49.935Z PASS [ 0.030s] nexus-db-queries authn::external::token::test::test_token_header_missing
40502024-04-30T22:37:49.935Z PASS [ 0.031s] nexus-db-queries authn::external::token::test::test_token_header_valid
40512024-04-30T22:37:49.935Z PASS [ 0.063s] nexus-db-queries authn::test::test_internal_users
40522024-04-30T22:37:49.935Z PASS [ 0.076s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
40532024-04-30T22:37:50.086Z PASS [ 4.217s] installinator mock_peers::tests::proptest_fetch_artifact
40542024-04-30T22:37:50.086Z PASS [ 4.645s] installinator write::tests::proptest_write_artifact
40552024-04-30T22:37:53.923Z PASS [ 6.553s] nexus-db-queries authz::context::test::test_unregistered_resource
40562024-04-30T22:37:54.312Z PASS [ 6.857s] nexus-db-queries context::test::test_background_context
40572024-04-30T22:37:55.894Z PASS [ 6.573s] nexus-db-queries context::test::test_child_context
40582024-04-30T22:37:56.786Z PASS [ 7.096s] nexus-db-queries context::test::test_test_context
40592024-04-30T22:37:59.822Z PASS [ 12.427s] nexus-db-queries authz::policy_test::test_conferred_roles
40602024-04-30T22:38:05.672Z PASS [ 6.524s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
40612024-04-30T22:38:05.902Z PASS [ 6.264s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
40622024-04-30T22:38:05.902Z PASS [ 6.312s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
40632024-04-30T22:38:05.902Z PASS [ 5.916s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
40642024-04-30T22:38:06.815Z PASS [ 6.736s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
40652024-04-30T22:38:07.371Z PASS [ 6.594s] nexus-db-queries db::collection_attach::test::test_attach_once
40662024-04-30T22:38:07.665Z PASS [ 6.502s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
40672024-04-30T22:38:07.665Z PASS [ 0.046s] nexus-db-queries db::collection_attach::test::test_verify_query
40682024-04-30T22:38:09.236Z PASS [ 6.492s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
40692024-04-30T22:38:09.236Z PASS [ 5.937s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
40702024-04-30T22:38:13.974Z PASS [ 6.220s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
40712024-04-30T22:38:13.974Z PASS [ 6.806s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
40722024-04-30T22:38:13.975Z PASS [ 6.307s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
40732024-04-30T22:38:13.975Z PASS [ 0.051s] nexus-db-queries db::collection_detach::test::test_verify_query
40742024-04-30T22:38:14.400Z PASS [ 30.154s] bootstore::v0-fsm-proptest-learner run
40752024-04-30T22:38:15.376Z PASS [ 6.463s] nexus-db-queries db::collection_detach::test::test_detach_once
40762024-04-30T22:38:15.657Z PASS [ 6.566s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
40772024-04-30T22:38:20.062Z PASS [ 5.836s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40782024-04-30T22:38:20.063Z PASS [ 6.014s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40792024-04-30T22:38:20.063Z PASS [ 5.964s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40802024-04-30T22:38:20.063Z PASS [ 31.947s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40812024-04-30T22:38:20.389Z PASS [ 35.677s] bootstore::v0-fsm-proptest-rack-coordinator run
40822024-04-30T22:38:20.390Z PASS [ 0.043s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40832024-04-30T22:38:20.390Z PASS [ 5.585s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40842024-04-30T22:38:20.878Z PASS [ 5.176s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40852024-04-30T22:38:20.878Z PASS [ 0.027s] nexus-db-queries db::collection_insert::test::test_verify_query
40862024-04-30T22:38:20.878Z PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
40872024-04-30T22:38:20.878Z PASS [ 0.029s] nexus-db-queries db::column_walker::test::test_walk_columns
40882024-04-30T22:38:20.878Z PASS [ 0.026s] nexus-db-queries db::column_walker::test::test_walk_table
40892024-04-30T22:38:20.878Z PASS [ 5.204s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40902024-04-30T22:38:24.748Z PASS [ 4.887s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40912024-04-30T22:38:25.577Z PASS [ 4.969s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40922024-04-30T22:38:25.577Z PASS [ 5.000s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40932024-04-30T22:38:25.577Z PASS [ 5.056s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40942024-04-30T22:38:25.577Z PASS [ 4.828s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40952024-04-30T22:38:25.577Z PASS [ 4.859s] nexus-db-queries db::collection_insert::test::test_collection_present
40962024-04-30T22:38:26.056Z PASS [ 5.222s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40972024-04-30T22:38:26.750Z PASS [ 5.814s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40982024-04-30T22:38:28.964Z PASS [ 0.039s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40992024-04-30T22:38:30.499Z PASS [ 4.581s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
41002024-04-30T22:38:30.499Z PASS [ 4.760s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
41012024-04-30T22:38:31.295Z PASS [ 5.759s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
41022024-04-30T22:38:31.788Z PASS [ 5.948s] nexus-db-queries db::datastore::deployment::tests::test_set_target
41032024-04-30T22:38:31.789Z PASS [ 6.351s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
41042024-04-30T22:38:31.790Z PASS [ 6.125s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
41052024-04-30T22:38:32.566Z PASS [ 5.712s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
41062024-04-30T22:38:32.568Z PASS [ 5.395s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
41072024-04-30T22:38:53.886Z PASS [ 5.760s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
41082024-04-30T22:38:54.312Z PASS [ 6.469s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
41092024-04-30T22:38:54.813Z PASS [ 5.990s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
41102024-04-30T22:38:54.813Z PASS [ 5.936s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
41112024-04-30T22:38:54.814Z PASS [ 6.231s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
41122024-04-30T22:38:54.814Z PASS [ 5.602s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
41132024-04-30T22:38:54.814Z PASS [ 6.674s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
41142024-04-30T22:38:54.814Z PASS [ 7.520s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
41152024-04-30T22:38:54.814Z PASS [ 5.540s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
41162024-04-30T22:38:54.815Z PASS [ 5.392s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
41172024-04-30T22:38:54.815Z PASS [ 6.175s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
41182024-04-30T22:38:54.815Z PASS [ 5.658s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
41192024-04-30T22:38:54.815Z PASS [ 5.639s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
41202024-04-30T22:38:54.815Z PASS [ 5.481s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
41212024-04-30T22:38:54.815Z PASS [ 7.073s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
41222024-04-30T22:38:54.816Z PASS [ 5.866s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
41232024-04-30T22:38:54.816Z PASS [ 5.352s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
41242024-04-30T22:38:54.816Z PASS [ 5.546s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
41252024-04-30T22:38:54.816Z PASS [ 5.763s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
41262024-04-30T22:38:54.816Z PASS [ 5.983s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
41272024-04-30T22:38:54.816Z PASS [ 5.922s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
41282024-04-30T22:38:54.816Z PASS [ 5.975s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
41292024-04-30T22:38:54.817Z PASS [ 5.662s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
41302024-04-30T22:38:54.817Z PASS [ 5.435s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
41312024-04-30T22:38:54.817Z PASS [ 0.037s] nexus-db-queries db::datastore::region::test::test_extent_count
41322024-04-30T22:38:54.817Z PASS [ 6.302s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
41332024-04-30T22:38:54.817Z PASS [ 5.992s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
41342024-04-30T22:38:54.817Z PASS [ 6.118s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
41352024-04-30T22:38:54.847Z PASS [ 6.369s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
41362024-04-30T22:38:55.134Z PASS [ 5.734s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
41372024-04-30T22:38:55.244Z PASS [ 6.740s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
41382024-04-30T22:38:55.480Z PASS [ 6.556s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
41392024-04-30T22:38:57.589Z PASS [ 6.731s] nexus-db-queries db::datastore::sled::test::sled_list_batch
41402024-04-30T22:38:57.896Z PASS [ 6.558s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
41412024-04-30T22:38:58.373Z PASS [ 5.932s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
41422024-04-30T22:39:00.416Z PASS [ 5.590s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
41432024-04-30T22:39:00.887Z PASS [ 5.746s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
41442024-04-30T22:39:00.933Z PASS [ 5.689s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
41452024-04-30T22:39:01.255Z PASS [ 5.775s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
41462024-04-30T22:39:02.167Z PASS [ 7.996s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
41472024-04-30T22:39:03.196Z PASS [ 5.607s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
41482024-04-30T22:39:03.255Z PASS [ 5.362s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
41492024-04-30T22:39:04.030Z PASS [ 5.620s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
41502024-04-30T22:39:05.844Z PASS [ 4.546s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
41512024-04-30T22:39:05.857Z PASS [ 5.352s] nexus-db-queries db::datastore::test::test_project_creation
41522024-04-30T22:39:06.793Z PASS [ 5.860s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
41532024-04-30T22:39:08.183Z PASS [ 6.014s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
41542024-04-30T22:39:09.515Z PASS [ 6.229s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
41552024-04-30T22:39:09.872Z PASS [ 6.659s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
41562024-04-30T22:39:11.512Z PASS [ 10.255s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
41572024-04-30T22:39:15.421Z PASS [ 5.964s] nexus-db-queries db::datastore::test::test_session_methods
41582024-04-30T22:39:15.479Z PASS [ 4.921s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
41592024-04-30T22:39:15.479Z PASS [ 10.473s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
41602024-04-30T22:39:15.479Z PASS [ 9.946s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
41612024-04-30T22:39:15.498Z PASS [ 5.596s] nexus-db-queries db::datastore::test::test_ssh_keys
41622024-04-30T22:39:16.638Z PASS [ 10.871s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
41632024-04-30T22:39:16.859Z PASS [ 5.349s] nexus-db-queries db::datastore::test::test_table_scan
41642024-04-30T22:39:16.899Z PASS [ 0.037s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
41652024-04-30T22:39:16.935Z PASS [ 0.037s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
41662024-04-30T22:39:16.969Z PASS [ 0.035s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
41672024-04-30T22:39:17.003Z PASS [ 0.035s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
41682024-04-30T22:39:17.137Z PASS [ 10.346s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
41692024-04-30T22:39:19.522Z PASS [ 5.365s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
41702024-04-30T22:39:20.194Z PASS [ 5.792s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
41712024-04-30T22:39:20.281Z PASS [ 5.815s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
41722024-04-30T22:39:20.311Z PASS [ 4.865s] nexus-db-queries db::explain::test::test_explain_async
41732024-04-30T22:39:20.339Z PASS [ 0.030s] nexus-db-queries db::pagination::test::test_paginator
41742024-04-30T22:39:21.337Z PASS [ 4.704s] nexus-db-queries db::explain::test::test_explain_full_table_scan
41752024-04-30T22:39:21.770Z PASS [ 4.630s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
41762024-04-30T22:39:22.294Z PASS [ 5.289s] nexus-db-queries db::lookup::test::test_lookup
41772024-04-30T22:39:22.477Z PASS [ 7.102s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
41782024-04-30T22:39:24.038Z PASS [ 4.526s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
41792024-04-30T22:39:24.943Z PASS [ 4.740s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41802024-04-30T22:39:25.098Z PASS [ 4.815s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41812024-04-30T22:39:26.399Z PASS [ 6.057s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41822024-04-30T22:39:27.780Z PASS [ 6.444s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41832024-04-30T22:39:28.040Z PASS [ 6.267s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
41842024-04-30T22:39:28.497Z PASS [ 5.786s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
41852024-04-30T22:39:28.508Z PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41862024-04-30T22:39:28.508Z PASS [ 5.885s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41872024-04-30T22:39:30.023Z PASS [ 5.972s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41882024-04-30T22:39:30.932Z PASS [ 5.989s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41892024-04-30T22:39:31.258Z PASS [ 6.150s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41902024-04-30T22:39:32.293Z PASS [ 5.895s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41912024-04-30T22:39:33.391Z PASS [ 5.611s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
41922024-04-30T22:39:34.346Z PASS [ 6.230s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41932024-04-30T22:39:34.523Z PASS [ 6.149s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41942024-04-30T22:39:35.657Z PASS [ 5.641s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41952024-04-30T22:39:36.584Z PASS [ 5.645s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41962024-04-30T22:39:36.869Z PASS [ 5.616s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41972024-04-30T22:39:38.333Z PASS [ 6.036s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41982024-04-30T22:39:38.576Z PASS [ 10.542s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41992024-04-30T22:39:39.113Z PASS [ 5.709s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
42002024-04-30T22:39:39.142Z PASS [ 0.039s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
42012024-04-30T22:39:39.971Z PASS [ 5.627s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
42022024-04-30T22:39:40.019Z PASS [ 0.040s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
42032024-04-30T22:39:40.512Z PASS [ 0.031s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
42042024-04-30T22:39:40.512Z PASS [ 5.612s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
42052024-04-30T22:39:40.512Z PASS [ 0.034s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
42062024-04-30T22:39:41.264Z PASS [ 5.609s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
42072024-04-30T22:39:41.880Z PASS [ 0.617s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
42082024-04-30T22:39:42.619Z PASS [ 6.047s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
42092024-04-30T22:39:42.688Z PASS [ 0.062s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
42102024-04-30T22:39:42.729Z PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
42112024-04-30T22:39:42.734Z PASS [ 0.023s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
42122024-04-30T22:39:42.755Z PASS [ 0.021s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
42132024-04-30T22:39:42.783Z PASS [ 0.028s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
42142024-04-30T22:39:42.836Z PASS [ 5.968s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
42152024-04-30T22:39:44.457Z PASS [ 6.113s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
42162024-04-30T22:39:44.680Z PASS [ 6.105s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
42172024-04-30T22:39:44.913Z PASS [ 4.867s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
42182024-04-30T22:39:45.043Z PASS [ 4.877s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
42192024-04-30T22:39:45.082Z PASS [ 0.046s] nexus-defaults tests::test_random_vpc_ipv6_prefix
42202024-04-30T22:39:45.344Z PASS [ 0.265s] nexus-inventory builder::test::test_basic
42212024-04-30T22:39:45.364Z PASS [ 0.020s] nexus-inventory builder::test::test_empty
42222024-04-30T22:39:45.400Z PASS [ 0.034s] nexus-inventory builder::test::test_problems
42232024-04-30T22:39:46.408Z PASS [ 1.004s] nexus-inventory collector::test::test_basic
42242024-04-30T22:39:46.554Z PASS [ 4.673s] nexus-db-queries db::queries::region_allocation::test::explainable
42252024-04-30T22:39:46.996Z PASS [ 0.443s] nexus-inventory collector::test::test_multi_mgs_failure
42262024-04-30T22:39:47.271Z PASS [ 0.860s] nexus-inventory collector::test::test_multi_mgs
42272024-04-30T22:39:47.368Z PASS [ 4.579s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
42282024-04-30T22:39:47.431Z PASS [ 4.590s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
42292024-04-30T22:39:47.482Z PASS [ 0.481s] nexus-inventory collector::test::test_sled_agent_failure
42302024-04-30T22:39:47.576Z PASS [ 0.088s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
42312024-04-30T22:39:47.626Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
42322024-04-30T22:39:47.664Z PASS [ 0.038s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
42332024-04-30T22:39:47.713Z PASS [ 0.044s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
42342024-04-30T22:39:48.027Z PASS [ 8.882s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
42352024-04-30T22:39:49.004Z PASS [ 4.552s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
42362024-04-30T22:39:50.109Z PASS [ 5.190s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
42372024-04-30T22:39:50.246Z PASS [ 5.559s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
42382024-04-30T22:39:53.586Z PASS [ 6.314s] nexus-metrics-producer-gc tests::test_prune_expired_producers
42392024-04-30T22:39:53.615Z PASS [ 6.252s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
42402024-04-30T22:39:53.864Z PASS [ 0.230s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
42412024-04-30T22:39:53.867Z PASS [ 0.266s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
42422024-04-30T22:39:53.915Z PASS [ 0.065s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
42432024-04-30T22:39:53.932Z PASS [ 0.072s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_available_iterator
42442024-04-30T22:39:54.032Z PASS [ 0.112s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
42452024-04-30T22:39:54.118Z PASS [ 0.084s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
42462024-04-30T22:39:54.132Z PASS [ 0.205s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
42472024-04-30T22:39:54.223Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
42482024-04-30T22:39:54.231Z PASS [ 0.123s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
42492024-04-30T22:39:54.276Z PASS [ 0.036s] nexus-reconfigurator-planning ip_allocator::test::test_basic
42502024-04-30T22:39:54.315Z PASS [ 0.098s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
42512024-04-30T22:39:54.449Z PASS [ 0.159s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
42522024-04-30T22:39:54.508Z PASS [ 0.083s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
42532024-04-30T22:39:54.609Z PASS [ 0.297s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
42542024-04-30T22:39:54.721Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
42552024-04-30T22:39:54.795Z PASS [ 0.068s] nexus-types external_api::shared::test::test_policy_parsing
42562024-04-30T22:39:54.974Z PASS [ 0.448s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
42572024-04-30T22:39:55.032Z PASS [ 0.271s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
42582024-04-30T22:39:55.077Z PASS [ 0.098s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
42592024-04-30T22:39:55.287Z PASS [ 0.227s] omicron-certificates tests::test_common_name_is_validated
42602024-04-30T22:39:55.300Z PASS [ 0.265s] omicron-certificates tests::test_cert_extended_key_usage
42612024-04-30T22:39:55.355Z PASS [ 0.058s] omicron-common address::test::test_dns_subnets
42622024-04-30T22:39:55.392Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
42632024-04-30T22:39:55.424Z PASS [ 0.143s] omicron-certificates tests::test_subject_alternate_names_are_validated
42642024-04-30T22:39:55.431Z PASS [ 0.048s] omicron-common address::test::test_ip_range_enum_deserialization
42652024-04-30T22:39:55.450Z PASS [ 0.026s] omicron-common address::test::test_ip_range_iter
42662024-04-30T22:39:55.474Z PASS [ 0.026s] omicron-common address::test::test_ip_range_length
42672024-04-30T22:39:55.479Z PASS [ 0.032s] omicron-common address::test::test_ip_range_try_from
42682024-04-30T22:39:55.505Z PASS [ 0.040s] omicron-common address::test::test_ipv6_subnet_deserialize
42692024-04-30T22:39:55.521Z PASS [ 0.031s] omicron-common address::test::test_sled_address
42702024-04-30T22:39:55.539Z PASS [ 0.033s] omicron-common api::external::error::test::test_bail_unless
42712024-04-30T22:39:55.557Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
42722024-04-30T22:39:55.609Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_pagination_examples
42732024-04-30T22:39:56.019Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_schemas
42742024-04-30T22:39:56.024Z PASS [ 0.078s] omicron-common api::external::http_pagination::test::test_scan_by_id
42752024-04-30T22:39:56.024Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_name
42762024-04-30T22:39:56.025Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
42772024-04-30T22:39:56.025Z PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
42782024-04-30T22:39:56.025Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
42792024-04-30T22:39:56.025Z PASS [ 0.042s] omicron-common api::external::test::test_bytecount
42802024-04-30T22:39:56.025Z PASS [ 0.036s] omicron-common api::external::test::test_bytecount_display
42812024-04-30T22:39:56.025Z PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization
42822024-04-30T22:39:56.025Z PASS [ 0.056s] omicron-common api::external::test::test_digest
42832024-04-30T22:39:56.025Z PASS [ 0.082s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
42842024-04-30T22:39:56.025Z PASS [ 0.071s] omicron-common api::external::test::test_firewall_rule_target_parse
42852024-04-30T22:39:56.025Z PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_from_str
42862024-04-30T22:39:56.025Z PASS [ 0.059s] omicron-common api::external::test::test_hostname_from_str
42872024-04-30T22:39:56.025Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_into_str
42882024-04-30T22:39:56.025Z PASS [ 0.032s] omicron-common api::external::test::test_ipnet_first_last_address
42892024-04-30T22:39:56.456Z PASS [ 0.034s] omicron-common api::external::test::test_ipnet_serde
42902024-04-30T22:39:56.456Z PASS [ 0.031s] omicron-common api::external::test::test_ipv4_net_operations
42912024-04-30T22:39:56.471Z PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations
42922024-04-30T22:39:56.471Z PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator
42932024-04-30T22:39:56.471Z PASS [ 0.030s] omicron-common api::external::test::test_mac_to_int_conversions
42942024-04-30T22:39:56.472Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse
42952024-04-30T22:39:56.472Z PASS [ 0.082s] omicron-common api::external::test::test_macaddr
42962024-04-30T22:39:56.472Z PASS [ 0.053s] omicron-common api::external::test::test_name_parse_from_param
42972024-04-30T22:39:56.472Z PASS [ 0.057s] omicron-common api::external::test::test_resource_name_parse
42982024-04-30T22:39:56.472Z PASS [ 0.061s] omicron-common api::external::test::test_role_name_parse
42992024-04-30T22:39:56.473Z PASS [ 0.050s] omicron-common api::external::test::test_route_destination_parse
43002024-04-30T22:39:56.473Z PASS [ 0.057s] omicron-common api::external::test::test_route_target_parse
43012024-04-30T22:39:56.473Z PASS [ 0.068s] omicron-common api::external::test::test_semver_serialize
43022024-04-30T22:39:56.473Z PASS [ 0.038s] omicron-common api::external::test::test_semver_validation
43032024-04-30T22:39:56.473Z PASS [ 0.047s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
43042024-04-30T22:39:56.911Z PASS [ 0.099s] omicron-common ledger::test::test_commit_handles_write_failures
43052024-04-30T22:39:56.911Z PASS [ 0.063s] omicron-common ledger::test::test_create_default_ledger
43062024-04-30T22:39:56.911Z PASS [ 0.047s] omicron-common ledger::test::test_create_ledger_reads_from_storage
43072024-04-30T22:39:56.912Z PASS [ 0.038s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
43082024-04-30T22:39:56.912Z PASS [ 0.031s] omicron-common update::tests::serde_artifact_kind
43092024-04-30T22:39:56.912Z PASS [ 0.041s] omicron-common zpool_name::test::test_parse_bad_zpool_names
43102024-04-30T22:39:56.912Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_external_zpool_name
43112024-04-30T22:39:56.912Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_internal_zpool_name
43122024-04-30T22:39:56.912Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_zpool_name_json
43132024-04-30T22:39:56.912Z PASS [ 0.031s] omicron-common zpool_name::test::test_zpool_name_regex
43142024-04-30T22:39:57.912Z PASS [ 1.317s] omicron-dev::test_omicron_dev test_cert_create
43152024-04-30T22:40:05.227Z PASS [ 8.616s] omicron-dev::test_omicron_dev test_db_killed
43162024-04-30T22:40:05.741Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
43172024-04-30T22:40:05.749Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
43182024-04-30T22:40:05.749Z PASS [ 0.130s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
43192024-04-30T22:40:05.749Z PASS [ 0.097s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
43202024-04-30T22:40:07.159Z PASS [ 18.155s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
43212024-04-30T22:40:07.247Z PASS [ 0.093s] omicron-gateway management_switch::location_map::tests::test_config_validation
43222024-04-30T22:40:07.440Z PASS [ 0.066s] omicron-gateway management_switch::location_map::tests::test_resolve_location
43232024-04-30T22:40:07.797Z PASS [ 19.671s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
43242024-04-30T22:40:07.946Z PASS [ 17.704s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
43252024-04-30T22:40:08.107Z PASS [ 0.794s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
43262024-04-30T22:40:08.229Z PASS [ 18.122s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
43272024-04-30T22:40:08.333Z PASS [ 0.631s] omicron-gateway::test_all integration_tests::component_list::component_list
43282024-04-30T22:40:08.370Z PASS [ 0.262s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
43292024-04-30T22:40:08.381Z PASS [ 20.949s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
43302024-04-30T22:40:08.498Z PASS [ 0.264s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
43312024-04-30T22:40:08.498Z PASS [ 0.545s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
43322024-04-30T22:40:13.834Z PASS [ 26.120s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
43332024-04-30T22:40:14.278Z PASS [ 16.359s] omicron-dev::test_omicron_dev test_db_run
43342024-04-30T22:40:22.116Z PASS [ 16.454s] omicron-dev::test_omicron_dev test_run_all
43352024-04-30T22:40:26.120Z PASS [ 17.621s] omicron-nexus app::background::common::test::test_saga_request_flow
43362024-04-30T22:40:26.514Z PASS [ 18.015s] omicron-nexus app::background::common::test::test_driver_basic
43372024-04-30T22:40:26.638Z PASS [ 18.262s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
43382024-04-30T22:40:28.293Z PASS [ 19.939s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
43392024-04-30T22:40:28.365Z PASS [ 19.944s] omicron-nexus app::background::common::test::test_activation_in_progress
43402024-04-30T22:40:29.382Z PASS [ 1.059s] omicron-nexus app::external_endpoints::test::test_authority
43412024-04-30T22:40:29.503Z PASS [ 0.121s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
43422024-04-30T22:40:30.303Z PASS [ 16.008s] omicron-nexus app::background::dns_config::test::test_basic
43432024-04-30T22:40:30.334Z PASS [ 0.100s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
43442024-04-30T22:40:30.334Z PASS [ 15.681s] omicron-nexus app::background::dns_propagation::test::test_basic
43452024-04-30T22:40:30.334Z PASS [ 0.061s] omicron-nexus app::external_endpoints::test::test_no_endpoint
43462024-04-30T22:40:30.334Z PASS [ 0.173s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
43472024-04-30T22:40:33.676Z PASS [ 4.172s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
43482024-04-30T22:40:37.071Z PASS [ 14.958s] omicron-nexus app::background::external_endpoints::test::test_basic
43492024-04-30T22:40:43.641Z PASS [ 17.006s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
43502024-04-30T22:40:43.677Z PASS [ 17.555s] omicron-nexus app::background::init::test::test_dns_propagation_basic
43512024-04-30T22:40:44.840Z PASS [ 16.571s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
43522024-04-30T22:40:55.270Z PASS [ 25.264s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
43532024-04-30T22:40:55.938Z PASS [ 25.812s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
43542024-04-30T22:40:57.593Z PASS [ 23.528s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
43552024-04-30T22:40:57.670Z PASS [ 31.067s] omicron-nexus app::background::inventory_collection::test::test_basic
43562024-04-30T22:40:59.330Z PASS [ 22.260s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
43572024-04-30T22:41:06.035Z PASS [ 22.348s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
43582024-04-30T22:41:06.432Z PASS [ 22.780s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
43592024-04-30T22:41:24.684Z PASS [ 27.473s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
43602024-04-30T22:41:26.405Z PASS [ 28.413s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
43612024-04-30T22:41:26.433Z PASS [ 30.436s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
43622024-04-30T22:41:27.507Z PASS [ 28.172s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
43632024-04-30T22:41:35.878Z PASS [ 29.443s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
43642024-04-30T22:41:36.307Z PASS [ 30.261s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
43652024-04-30T22:41:44.846Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43662024-04-30T22:41:53.328Z PASS [ 26.048s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
43672024-04-30T22:41:53.328Z PASS [ 24.745s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
43682024-04-30T22:41:55.279Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43692024-04-30T22:41:56.147Z PASS [ 29.772s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
43702024-04-30T22:41:57.128Z PASS [ 29.614s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
43712024-04-30T22:42:02.256Z PASS [ 25.955s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
43722024-04-30T22:42:02.987Z PASS [ 27.106s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
43732024-04-30T22:42:15.573Z PASS [ 24.834s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
43742024-04-30T22:42:20.612Z PASS [ 23.486s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
43752024-04-30T22:42:24.403Z PASS [ 22.154s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
43762024-04-30T22:42:24.475Z PASS [ 21.501s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
43772024-04-30T22:42:24.618Z PASS [ 28.465s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
43782024-04-30T22:42:24.695Z PASS [ 0.070s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
43792024-04-30T22:42:37.191Z PASS [ 46.455s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
43802024-04-30T22:42:38.028Z PASS [ 17.000s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
43812024-04-30T22:42:38.076Z PASS [ 22.493s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
43822024-04-30T22:42:44.851Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43832024-04-30T22:42:48.759Z PASS [ 24.072s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
43842024-04-30T22:42:53.687Z PASS [ 15.617s] omicron-nexus app::sagas::test_saga::test_saga_stuck
43852024-04-30T22:42:55.279Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43862024-04-30T22:43:07.123Z PASS [ 29.511s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
43872024-04-30T22:43:07.814Z PASS [ 30.625s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
43882024-04-30T22:43:07.883Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_accept_gz
43892024-04-30T22:43:07.910Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
43902024-04-30T22:43:07.960Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
43912024-04-30T22:43:08.005Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
43922024-04-30T22:43:08.056Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
43932024-04-30T22:43:08.102Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
43942024-04-30T22:43:08.155Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
43952024-04-30T22:43:08.192Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_relative_uri
43962024-04-30T22:43:08.299Z PASS [ 0.104s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43972024-04-30T22:43:09.368Z PASS [ 20.607s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43982024-04-30T22:43:10.888Z PASS [ 17.197s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43992024-04-30T22:43:11.267Z PASS [ 4.138s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
44002024-04-30T22:43:14.652Z PASS [ 3.389s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
44012024-04-30T22:43:15.556Z PASS [ 0.903s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
44022024-04-30T22:43:15.684Z PASS [ 0.129s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
44032024-04-30T22:43:24.415Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44042024-04-30T22:43:24.486Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
44052024-04-30T22:43:26.655Z PASS [ 15.768s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
44062024-04-30T22:43:26.821Z PASS [ 17.448s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
44072024-04-30T22:43:32.256Z PASS [ 16.564s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
44082024-04-30T22:43:41.312Z PASS [ 76.416s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
44092024-04-30T22:43:44.078Z PASS [ 17.424s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
44102024-04-30T22:43:44.867Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44112024-04-30T22:43:45.484Z PASS [ 18.258s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
44122024-04-30T22:43:48.028Z PASS [ 15.771s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
44132024-04-30T22:43:55.290Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44142024-04-30T22:43:57.549Z PASS [ 16.643s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
44152024-04-30T22:44:00.284Z PASS [ 16.204s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
44162024-04-30T22:44:00.618Z PASS [ 15.537s] omicron-nexus::test_all integration_tests::basic::test_ping
44172024-04-30T22:44:10.518Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
44182024-04-30T22:44:10.671Z PASS [ 20.384s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
44192024-04-30T22:44:10.671Z PASS [ 61.629s] omicron-nexus populate::test::test_populators
44202024-04-30T22:44:16.123Z PASS [ 15.836s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
44212024-04-30T22:44:16.250Z PASS [ 15.621s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
44222024-04-30T22:44:21.552Z PASS [ 23.987s] omicron-nexus::test_all integration_tests::basic::test_projects_list
44232024-04-30T22:44:24.176Z PASS [ 15.763s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
44242024-04-30T22:44:24.421Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44252024-04-30T22:44:25.574Z PASS [ 15.639s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
44262024-04-30T22:44:29.285Z PASS [ 3.714s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
44272024-04-30T22:44:29.986Z PASS [ 0.691s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
44282024-04-30T22:44:30.074Z PASS [ 0.090s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
44292024-04-30T22:44:31.146Z PASS [ 1.079s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
44302024-04-30T22:44:31.408Z PASS [ 0.239s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
44312024-04-30T22:44:31.821Z PASS [ 15.694s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
44322024-04-30T22:44:33.989Z PASS [ 17.748s] omicron-nexus::test_all integration_tests::certificates::test_crud
44332024-04-30T22:44:37.881Z PASS [ 16.343s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
44342024-04-30T22:44:44.871Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44352024-04-30T22:44:45.366Z PASS [ 21.185s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
44362024-04-30T22:44:48.302Z PASS [ 16.485s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
44372024-04-30T22:44:48.368Z PASS [ 16.549s] omicron-nexus::test_all integration_tests::console_api::test_assets
44382024-04-30T22:44:49.978Z PASS [ 15.988s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
44392024-04-30T22:44:55.294Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44402024-04-30T22:44:57.237Z PASS [ 19.358s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
44412024-04-30T22:45:04.750Z PASS [ 16.374s] omicron-nexus::test_all integration_tests::console_api::test_session_me
44422024-04-30T22:45:05.104Z PASS [ 17.228s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
44432024-04-30T22:45:06.765Z PASS [ 16.720s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
44442024-04-30T22:45:06.765Z PASS [ 21.336s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
44452024-04-30T22:45:16.633Z PASS [ 19.393s] omicron-nexus::test_all integration_tests::console_api::test_sessions
44462024-04-30T22:45:22.186Z PASS [ 17.432s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
44472024-04-30T22:45:22.283Z PASS [ 17.180s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
44482024-04-30T22:45:24.419Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44492024-04-30T22:45:34.027Z PASS [ 27.325s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
44502024-04-30T22:45:36.373Z PASS [ 191.957s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44512024-04-30T22:45:40.919Z PASS [ 24.281s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
44522024-04-30T22:45:42.155Z PASS [ 35.412s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
44532024-04-30T22:45:48.613Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44542024-04-30T22:45:48.732Z PASS [ 23.781s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
44552024-04-30T22:45:48.733Z PASS [ 23.896s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
44562024-04-30T22:45:55.294Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44572024-04-30T22:45:55.858Z PASS [ 21.833s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
44582024-04-30T22:46:08.195Z PASS [ 22.124s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
44592024-04-30T22:46:08.216Z PASS [ 31.837s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
44602024-04-30T22:46:09.407Z PASS [ 23.333s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
44612024-04-30T22:46:13.242Z PASS [ 17.370s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
44622024-04-30T22:46:14.615Z PASS [ 33.696s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
44632024-04-30T22:46:21.193Z PASS [ 39.039s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
44642024-04-30T22:46:25.975Z PASS [ 17.765s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
44652024-04-30T22:46:26.917Z PASS [ 17.505s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
44662024-04-30T22:46:29.197Z PASS [ 20.968s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
44672024-04-30T22:46:37.393Z PASS [ 24.076s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
44682024-04-30T22:46:42.710Z PASS [ 21.489s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
44692024-04-30T22:46:44.872Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44702024-04-30T22:46:51.624Z PASS [ 23.913s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
44712024-04-30T22:46:51.624Z PASS [ 24.911s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
44722024-04-30T22:46:51.947Z PASS [ 37.329s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
44732024-04-30T22:46:54.683Z PASS [ 25.483s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
44742024-04-30T22:46:55.312Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44752024-04-30T22:47:01.488Z PASS [ 24.173s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
44762024-04-30T22:47:03.647Z PASS [ 20.958s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
44772024-04-30T22:47:14.016Z PASS [ 22.061s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
44782024-04-30T22:47:14.674Z PASS [ 23.838s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
44792024-04-30T22:47:15.427Z PASS [ 24.555s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
44802024-04-30T22:47:15.893Z PASS [ 21.208s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
44812024-04-30T22:47:27.810Z PASS [ 26.323s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
44822024-04-30T22:47:29.419Z PASS [ 25.769s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
44832024-04-30T22:47:44.877Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44842024-04-30T22:47:45.661Z PASS [ 31.645s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
44852024-04-30T22:47:48.307Z PASS [ 20.488s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
44862024-04-30T22:47:54.527Z PASS [ 39.841s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
44872024-04-30T22:47:55.305Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44882024-04-30T22:47:58.589Z PASS [ 42.612s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
44892024-04-30T22:48:00.335Z PASS [ 44.892s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
44902024-04-30T22:48:00.384Z PASS [ 30.957s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
44912024-04-30T22:48:06.891Z PASS [ 21.226s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
44922024-04-30T22:48:14.794Z PASS [ 20.272s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
44932024-04-30T22:48:17.673Z PASS [ 29.368s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
44942024-04-30T22:48:17.876Z PASS [ 19.378s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
44952024-04-30T22:48:18.129Z PASS [ 0.460s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
44962024-04-30T22:48:18.582Z PASS [ 0.710s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
44972024-04-30T22:48:18.777Z PASS [ 0.640s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
44982024-04-30T22:48:19.686Z PASS [ 0.547s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
44992024-04-30T22:48:19.686Z PASS [ 19.318s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
45002024-04-30T22:48:20.703Z PASS [ 20.323s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
45012024-04-30T22:48:26.409Z PASS [ 19.471s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
45022024-04-30T22:48:33.920Z PASS [ 19.126s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
45032024-04-30T22:48:41.696Z PASS [ 22.919s] omicron-nexus::test_all integration_tests::images::test_image_create
45042024-04-30T22:48:43.189Z PASS [ 24.041s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
45052024-04-30T22:48:44.327Z PASS [ 23.628s] omicron-nexus::test_all integration_tests::images::test_image_promotion
45062024-04-30T22:48:44.885Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45072024-04-30T22:48:46.047Z PASS [ 26.401s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
45082024-04-30T22:48:49.106Z PASS [ 22.749s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
45092024-04-30T22:48:51.663Z PASS [ 7.328s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
45102024-04-30T22:48:54.243Z PASS [ 20.326s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
45112024-04-30T22:48:55.317Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45122024-04-30T22:48:55.353Z PASS [ 9.310s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
45132024-04-30T22:48:55.588Z PASS [ 6.471s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
45142024-04-30T22:48:59.564Z PASS [ 7.902s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
45152024-04-30T22:49:02.475Z PASS [ 19.287s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
45162024-04-30T22:49:02.549Z PASS [ 20.842s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
45172024-04-30T22:49:14.550Z PASS [ 509.675s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45182024-04-30T22:49:17.614Z PASS [ 23.368s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
45192024-04-30T22:49:19.351Z PASS [ 16.791s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
45202024-04-30T22:49:23.222Z PASS [ 27.227s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
45212024-04-30T22:49:26.463Z PASS [ 511.152s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45222024-04-30T22:49:29.156Z PASS [ 26.691s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
45232024-04-30T22:49:31.120Z PASS [ 16.558s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
45242024-04-30T22:49:31.770Z PASS [ 36.403s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
45252024-04-30T22:49:34.927Z PASS [ 35.359s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
45262024-04-30T22:49:36.610Z PASS [ 17.285s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
45272024-04-30T22:49:52.126Z PASS [ 18.263s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
45282024-04-30T22:49:52.126Z PASS [ 33.749s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
45292024-04-30T22:49:53.502Z PASS [ 24.339s] omicron-nexus::test_all integration_tests::instances::test_instance_access
45302024-04-30T22:49:58.786Z PASS [ 27.015s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
45312024-04-30T22:50:00.266Z PASS [ 37.457s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
45322024-04-30T22:50:04.641Z PASS [ 29.710s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
45332024-04-30T22:50:08.758Z PASS [ 32.144s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
45342024-04-30T22:50:19.740Z PASS [ 28.371s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
45352024-04-30T22:50:20.383Z PASS [ 30.586s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
45362024-04-30T22:50:22.497Z PASS [ 56.026s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
45372024-04-30T22:50:23.397Z PASS [ 29.900s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
45382024-04-30T22:50:28.801Z PASS [ 24.168s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
45392024-04-30T22:50:30.552Z PASS [ 21.793s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
45402024-04-30T22:50:32.005Z PASS [ 33.191s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
45412024-04-30T22:50:44.112Z PASS [ 43.830s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
45422024-04-30T22:50:50.355Z PASS [ 29.930s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
45432024-04-30T22:50:50.355Z PASS [ 26.783s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
45442024-04-30T22:50:51.168Z PASS [ 28.677s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
45452024-04-30T22:50:53.075Z PASS [ 33.103s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
45462024-04-30T22:50:55.892Z PASS [ 27.075s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
45472024-04-30T22:50:59.769Z PASS [ 27.788s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
45482024-04-30T22:51:06.450Z PASS [ 35.895s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
45492024-04-30T22:51:07.437Z PASS [ 17.755s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
45502024-04-30T22:51:09.742Z PASS [ 18.577s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
45512024-04-30T22:51:13.083Z PASS [ 28.984s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
45522024-04-30T22:51:15.620Z PASS [ 25.422s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
45532024-04-30T22:51:16.107Z PASS [ 16.340s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
45542024-04-30T22:51:16.699Z PASS [ 23.602s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
45552024-04-30T22:51:17.615Z PASS [ 21.737s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
45562024-04-30T22:51:28.897Z PASS [ 15.403s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
45572024-04-30T22:51:30.464Z PASS [ 23.038s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
45582024-04-30T22:51:32.855Z PASS [ 17.245s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
45592024-04-30T22:51:34.508Z PASS [ 16.933s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
45602024-04-30T22:51:34.547Z PASS [ 16.977s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
45612024-04-30T22:51:34.547Z PASS [ 24.526s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
45622024-04-30T22:51:34.547Z PASS [ 16.718s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
45632024-04-30T22:51:36.084Z PASS [ 29.582s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
45642024-04-30T22:51:47.761Z PASS [ 17.293s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
45652024-04-30T22:51:48.058Z PASS [ 19.571s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
45662024-04-30T22:51:49.667Z PASS [ 16.632s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
45672024-04-30T22:51:49.717Z PASS [ 16.864s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
45682024-04-30T22:51:49.776Z PASS [ 16.123s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
45692024-04-30T22:51:50.945Z PASS [ 16.674s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
45702024-04-30T22:51:51.361Z PASS [ 17.024s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
45712024-04-30T22:51:52.508Z PASS [ 16.476s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
45722024-04-30T22:52:06.487Z PASS [ 18.425s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
45732024-04-30T22:52:07.289Z PASS [ 19.526s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
45742024-04-30T22:52:08.008Z PASS [ 18.286s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
45752024-04-30T22:52:08.752Z PASS [ 17.389s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
45762024-04-30T22:52:09.131Z PASS [ 19.457s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
45772024-04-30T22:52:09.985Z PASS [ 17.472s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
45782024-04-30T22:52:14.591Z PASS [ 24.813s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
45792024-04-30T22:52:27.703Z PASS [ 21.213s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
45802024-04-30T22:52:32.884Z PASS [ 24.113s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
45812024-04-30T22:52:33.264Z PASS [ 24.137s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
45822024-04-30T22:52:33.586Z PASS [ 23.601s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
45832024-04-30T22:52:37.365Z PASS [ 30.073s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
45842024-04-30T22:52:41.560Z PASS [ 50.610s] omicron-nexus::test_all integration_tests::metrics::test_metrics
45852024-04-30T22:52:52.518Z PASS [ 44.504s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
45862024-04-30T22:52:55.991Z PASS [ 23.120s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
45872024-04-30T22:52:57.526Z PASS [ 42.929s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
45882024-04-30T22:53:07.425Z PASS [ 33.827s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
45892024-04-30T22:53:07.611Z PASS [ 30.246s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
45902024-04-30T22:53:10.143Z PASS [ 42.438s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45912024-04-30T22:53:11.917Z PASS [ 30.352s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
45922024-04-30T22:53:13.619Z PASS [ 21.097s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
45932024-04-30T22:53:15.014Z PASS [ 41.747s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
45942024-04-30T22:53:28.061Z PASS [ 20.441s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
45952024-04-30T22:53:29.103Z PASS [ 18.952s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
45962024-04-30T22:53:33.619Z PASS [ 18.602s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
45972024-04-30T22:53:35.502Z PASS [ 23.586s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
45982024-04-30T22:53:36.743Z PASS [ 23.128s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
45992024-04-30T22:53:37.327Z PASS [ 40.932s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
46002024-04-30T22:53:41.235Z PASS [ 43.705s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
46012024-04-30T22:53:50.270Z PASS [ 22.215s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
46022024-04-30T22:53:53.416Z PASS [ 19.795s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
46032024-04-30T22:53:53.551Z PASS [ 16.621s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
46042024-04-30T22:53:54.039Z PASS [ 18.124s] omicron-nexus::test_all integration_tests::projects::test_projects
46052024-04-30T22:53:55.850Z PASS [ 26.744s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
46062024-04-30T22:53:56.291Z PASS [ 48.873s] omicron-nexus::test_all integration_tests::password_login::test_local_users
46072024-04-30T22:53:56.429Z PASS [ 15.191s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
46082024-04-30T22:54:07.807Z PASS [ 17.529s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
46092024-04-30T22:54:10.318Z PASS [ 16.774s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
46102024-04-30T22:54:10.337Z PASS [ 16.922s] omicron-nexus::test_all integration_tests::rack::test_sled_add
46112024-04-30T22:54:10.422Z PASS [ 16.794s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
46122024-04-30T22:54:10.824Z PASS [ 0.401s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
46132024-04-30T22:54:12.520Z PASS [ 16.091s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
46142024-04-30T22:54:12.527Z PASS [ 16.232s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
46152024-04-30T22:54:13.009Z PASS [ 17.165s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
46162024-04-30T22:54:13.147Z PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
46172024-04-30T22:54:13.226Z PASS [ 0.081s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
46182024-04-30T22:54:13.327Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
46192024-04-30T22:54:13.428Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
46202024-04-30T22:54:13.518Z PASS [ 0.090s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
46212024-04-30T22:54:13.745Z PASS [ 3.421s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
46222024-04-30T22:54:13.779Z PASS [ 3.428s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
46232024-04-30T22:54:14.227Z PASS [ 3.403s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
46242024-04-30T22:54:15.880Z PASS [ 3.362s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
46252024-04-30T22:54:17.633Z PASS [ 40.880s] omicron-nexus::test_all integration_tests::quotas::test_quotas
46262024-04-30T22:54:23.328Z PASS [ 14.928s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
46272024-04-30T22:54:23.387Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
46282024-04-30T22:54:31.505Z PASS [ 17.734s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
46292024-04-30T22:54:31.552Z PASS [ 18.023s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
46302024-04-30T22:54:31.676Z PASS [ 0.129s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
46312024-04-30T22:54:31.785Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
46322024-04-30T22:54:32.119Z PASS [ 18.375s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
46332024-04-30T22:54:32.445Z PASS [ 18.183s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
46342024-04-30T22:54:32.531Z PASS [ 20.002s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
46352024-04-30T22:54:37.812Z PASS [ 17.466s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
46362024-04-30T22:54:38.004Z PASS [ 16.720s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
46372024-04-30T22:54:38.622Z PASS [ 15.751s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
46382024-04-30T22:54:45.371Z PASS [ 13.591s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
46392024-04-30T22:54:45.408Z PASS [ 13.910s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
46402024-04-30T22:54:45.568Z PASS [ 13.456s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
46412024-04-30T22:54:45.666Z PASS [ 13.263s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
46422024-04-30T22:54:45.807Z PASS [ 13.256s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
46432024-04-30T22:54:53.276Z PASS [ 7.907s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
46442024-04-30T22:54:53.598Z PASS [ 7.805s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
46452024-04-30T22:55:01.544Z PASS [ 7.852s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
46462024-04-30T22:55:01.553Z PASS [ 7.830s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
46472024-04-30T22:55:09.011Z PASS [ 7.879s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
46482024-04-30T22:55:09.244Z PASS [ 7.829s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
46492024-04-30T22:55:13.848Z PASS [ 4.542s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
46502024-04-30T22:55:38.863Z PASS [ 25.074s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
46512024-04-30T22:55:44.230Z PASS [ 34.360s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
46522024-04-30T22:55:57.158Z PASS [ 18.289s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
46532024-04-30T22:56:04.326Z PASS [ 20.932s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
46542024-04-30T22:56:17.390Z PASS [ 13.004s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
46552024-04-30T22:56:17.404Z PASS [ 13.022s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
46562024-04-30T22:56:17.444Z PASS [ 13.126s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
46572024-04-30T22:56:17.809Z PASS [ 13.486s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
46582024-04-30T22:56:23.337Z PASS [ 26.152s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
46592024-04-30T22:56:32.984Z PASS [ 15.659s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
46602024-04-30T22:56:33.722Z PASS [ 16.392s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
46612024-04-30T22:56:34.023Z PASS [ 16.581s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
46622024-04-30T22:56:34.097Z PASS [ 16.279s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
46632024-04-30T22:56:39.646Z PASS [ 16.319s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
46642024-04-30T22:56:39.755Z PASS [ 16.418s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
46652024-04-30T22:56:39.764Z PASS [ 16.436s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
46662024-04-30T22:56:43.155Z PASS [ 19.844s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
46672024-04-30T22:56:51.096Z PASS [ 18.111s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
46682024-04-30T22:56:52.050Z PASS [ 17.953s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
46692024-04-30T22:56:52.057Z PASS [ 18.328s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
46702024-04-30T22:56:56.559Z PASS [ 16.788s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
46712024-04-30T22:56:56.621Z PASS [ 16.852s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
46722024-04-30T22:56:56.705Z PASS [ 22.667s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
46732024-04-30T22:56:58.283Z PASS [ 18.636s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
46742024-04-30T22:57:00.102Z PASS [ 16.924s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
46752024-04-30T22:57:08.906Z PASS [ 17.807s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
46762024-04-30T22:57:09.239Z PASS [ 17.177s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
46772024-04-30T22:57:12.786Z PASS [ 20.705s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
46782024-04-30T22:57:14.420Z PASS [ 17.802s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
46792024-04-30T22:57:15.304Z PASS [ 17.025s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
46802024-04-30T22:57:18.343Z PASS [ 21.647s] omicron-nexus::test_all integration_tests::silos::test_silos
46812024-04-30T22:57:18.378Z PASS [ 21.829s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
46822024-04-30T22:57:23.350Z PASS [ 23.263s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
46832024-04-30T22:57:25.448Z PASS [ 16.541s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
46842024-04-30T22:57:30.948Z PASS [ 18.183s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
46852024-04-30T22:57:31.652Z PASS [ 22.422s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
46862024-04-30T22:57:34.585Z PASS [ 16.234s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
46872024-04-30T22:57:36.199Z PASS [ 17.819s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
46882024-04-30T22:57:42.745Z PASS [ 19.393s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
46892024-04-30T22:57:42.893Z PASS [ 28.469s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
46902024-04-30T22:57:43.328Z PASS [ 17.875s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
46912024-04-30T22:57:44.957Z PASS [ 1.434s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
46922024-04-30T22:57:45.055Z PASS [ 29.750s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
46932024-04-30T22:57:47.260Z PASS [ 4.451s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
46942024-04-30T22:57:47.798Z PASS [ 4.499s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
46952024-04-30T22:57:49.156Z PASS [ 4.395s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
46962024-04-30T22:57:49.444Z PASS [ 4.388s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
46972024-04-30T22:57:51.199Z PASS [ 1.756s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
46982024-04-30T22:57:56.620Z PASS [ 24.972s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
46992024-04-30T22:57:57.216Z PASS [ 25.865s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
47002024-04-30T22:57:57.821Z PASS [ 21.623s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
47012024-04-30T22:57:58.156Z PASS [ 23.574s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
47022024-04-30T22:58:07.058Z PASS [ 15.959s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
47032024-04-30T22:58:07.269Z PASS [ 15.532s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
47042024-04-30T22:58:12.693Z PASS [ 15.874s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
47052024-04-30T22:58:14.359Z PASS [ 16.530s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
47062024-04-30T22:58:16.303Z PASS [ 28.911s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
47072024-04-30T22:58:16.454Z PASS [ 19.834s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
47082024-04-30T22:58:27.585Z PASS [ 29.430s] omicron-nexus::test_all integration_tests::utilization::test_utilization
47092024-04-30T22:58:28.537Z PASS [ 25.383s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
47102024-04-30T22:58:38.796Z PASS [ 28.075s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
47112024-04-30T22:58:40.297Z PASS [ 27.601s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
47122024-04-30T22:58:42.917Z PASS [ 28.552s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
47132024-04-30T22:58:43.387Z PASS [ 27.064s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
47142024-04-30T22:58:43.405Z PASS [ 26.927s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
47152024-04-30T22:58:49.163Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
47162024-04-30T22:58:54.687Z PASS [ 27.095s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
47172024-04-30T22:58:56.216Z PASS [ 27.669s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
47182024-04-30T22:59:02.021Z PASS [ 27.208s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
47192024-04-30T22:59:04.708Z PASS [ 24.409s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
47202024-04-30T22:59:05.038Z PASS [ 22.128s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
47212024-04-30T22:59:06.087Z PASS [ 76.918s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
47222024-04-30T22:59:16.238Z PASS [ 32.864s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
47232024-04-30T22:59:16.975Z PASS [ 33.586s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
47242024-04-30T22:59:30.538Z PASS [ 25.501s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
47252024-04-30T22:59:32.918Z PASS [ 15.945s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
47262024-04-30T22:59:33.787Z PASS [ 39.103s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
47272024-04-30T22:59:34.854Z PASS [ 38.644s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
47282024-04-30T22:59:34.998Z PASS [ 28.922s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
47292024-04-30T22:59:39.010Z PASS [ 36.987s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
47302024-04-30T22:59:40.809Z PASS [ 24.568s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
47312024-04-30T22:59:42.127Z PASS [ 37.421s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
47322024-04-30T22:59:46.156Z PASS [ 15.605s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
47332024-04-30T22:59:51.483Z PASS [ 16.702s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
47342024-04-30T22:59:51.483Z PASS [ 16.470s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
47352024-04-30T22:59:51.659Z PASS [ 16.233s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
47362024-04-30T22:59:51.659Z PASS [ 16.427s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
47372024-04-30T22:59:55.740Z PASS [ 15.937s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
47382024-04-30T23:00:08.124Z PASS [ 15.694s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
47392024-04-30T23:00:08.305Z PASS [ 15.674s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
47402024-04-30T23:00:08.374Z PASS [ 19.113s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
47412024-04-30T23:00:08.374Z PASS [ 16.466s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
47422024-04-30T23:00:08.374Z PASS [ 16.495s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
47432024-04-30T23:00:08.374Z PASS [ 15.705s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
47442024-04-30T23:00:08.374Z PASS [ 15.697s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
47452024-04-30T23:00:10.645Z PASS [ 15.694s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
47462024-04-30T23:00:11.524Z PASS [ 15.017s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
47472024-04-30T23:00:12.434Z PASS [ 14.626s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
47482024-04-30T23:00:22.365Z PASS [ 17.093s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
47492024-04-30T23:00:22.914Z PASS [ 16.819s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
47502024-04-30T23:00:23.273Z PASS [ 16.518s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
47512024-04-30T23:00:23.406Z PASS [ 16.463s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
47522024-04-30T23:00:23.647Z PASS [ 16.659s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
47532024-04-30T23:00:26.946Z PASS [ 16.291s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
47542024-04-30T23:00:27.495Z PASS [ 15.970s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
47552024-04-30T23:00:28.158Z PASS [ 15.722s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
47562024-04-30T23:00:39.802Z PASS [ 16.885s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
47572024-04-30T23:00:40.087Z PASS [ 17.731s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
47582024-04-30T23:00:42.907Z PASS [ 19.630s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
47592024-04-30T23:00:43.058Z PASS [ 0.113s] omicron-package dot::test::test_bad_dependency
47602024-04-30T23:00:43.062Z PASS [ 0.035s] omicron-package dot::test::test_dot_output
47612024-04-30T23:00:43.977Z PASS [ 3.889s] omicron-omdb::test_all_output test_omdb_usage_errors
47622024-04-30T23:00:44.007Z PASS [ 0.025s] omicron-passwords test::test_password_constraints
47632024-04-30T23:00:44.346Z PASS [ 20.940s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
47642024-04-30T23:00:45.967Z PASS [ 1.964s] omicron-passwords test::test_reproducible
47652024-04-30T23:00:46.005Z PASS [ 0.039s] omicron-passwords test::test_stable
47662024-04-30T23:00:46.026Z PASS [ 0.022s] omicron-passwords test::test_weak_hashes
47672024-04-30T23:00:46.048Z PASS [ 0.021s] omicron-rpaths internal::tests::test_configure_from_path
47682024-04-30T23:00:46.105Z PASS [ 0.047s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47692024-04-30T23:00:46.120Z PASS [ 0.024s] omicron-rpaths internal::tests::test_emit_rpath
47702024-04-30T23:00:46.495Z PASS [ 0.376s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47712024-04-30T23:00:47.123Z PASS [ 0.612s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47722024-04-30T23:00:47.202Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47732024-04-30T23:00:47.369Z PASS [ 0.158s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47742024-04-30T23:00:47.460Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47752024-04-30T23:00:47.712Z PASS [ 20.777s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47762024-04-30T23:00:47.807Z PASS [ 0.093s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47772024-04-30T23:00:47.844Z PASS [ 0.038s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47782024-04-30T23:00:47.931Z PASS [ 0.087s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47792024-04-30T23:00:47.972Z PASS [ 0.039s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47802024-04-30T23:00:47.981Z PASS [ 20.491s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47812024-04-30T23:00:48.013Z PASS [ 0.040s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47822024-04-30T23:00:48.018Z PASS [ 0.560s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47832024-04-30T23:00:48.045Z PASS [ 0.063s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47842024-04-30T23:00:48.059Z PASS [ 0.046s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47852024-04-30T23:00:48.074Z PASS [ 0.045s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47862024-04-30T23:00:48.084Z PASS [ 0.030s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47872024-04-30T23:00:48.110Z PASS [ 0.042s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47882024-04-30T23:00:48.110Z PASS [ 0.034s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47892024-04-30T23:00:48.126Z PASS [ 0.040s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47902024-04-30T23:00:48.139Z PASS [ 0.029s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47912024-04-30T23:00:48.143Z PASS [ 0.029s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47922024-04-30T23:00:48.156Z PASS [ 0.041s] omicron-sled-agent config::test::test_smf_configs
47932024-04-30T23:00:48.173Z PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47942024-04-30T23:00:48.190Z PASS [ 0.060s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47952024-04-30T23:00:48.203Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47962024-04-30T23:00:48.243Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47972024-04-30T23:00:48.292Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47982024-04-30T23:00:48.293Z PASS [ 0.080s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47992024-04-30T23:00:48.410Z PASS [ 5.358s] omicron-passwords test::test_compatible
48002024-04-30T23:00:48.508Z PASS [ 20.359s] omicron-omdb::test_all_output test_omdb_env_settings
48012024-04-30T23:00:48.867Z PASS [ 25.222s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
48022024-04-30T23:00:48.895Z PASS [ 0.031s] omicron-sled-agent probe_manager::test::probe_state_set_ops
48032024-04-30T23:00:48.926Z PASS [ 0.030s] omicron-sled-agent profile::tests::empty_profile
48042024-04-30T23:00:48.958Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_disabled_instance
48052024-04-30T23:00:48.991Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_instance
48062024-04-30T23:00:49.027Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_multiple
48072024-04-30T23:00:49.061Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property
48082024-04-30T23:00:49.512Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
48092024-04-30T23:00:49.521Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service
48102024-04-30T23:00:49.521Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_service_property_group
48112024-04-30T23:00:49.522Z PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_extra_certs
48122024-04-30T23:00:49.522Z PASS [ 0.035s] omicron-sled-agent rack_setup::config::test::test_subnets
48132024-04-30T23:00:49.522Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
48142024-04-30T23:00:49.522Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
48152024-04-30T23:00:49.522Z PASS [ 0.054s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
48162024-04-30T23:00:49.523Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
48172024-04-30T23:00:49.523Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
48182024-04-30T23:00:49.549Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
48192024-04-30T23:00:49.621Z PASS [ 0.064s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
48202024-04-30T23:00:49.631Z PASS [ 0.035s] omicron-sled-agent services::test::test_all_zones_requests_schema
48212024-04-30T23:00:51.764Z PASS [ 3.122s] omicron-sled-agent instance::tests::test_instance_create_events_normal
48222024-04-30T23:00:51.769Z PASS [ 0.025s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
48232024-04-30T23:00:51.769Z PASS [ 3.088s] omicron-sled-agent instance::tests::test_instance_manager_creation
48242024-04-30T23:00:52.348Z PASS [ 4.086s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
48252024-04-30T23:00:52.348Z PASS [ 4.072s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
48262024-04-30T23:00:53.136Z PASS [ 3.514s] omicron-sled-agent services::test::test_bad_generations
48272024-04-30T23:00:53.461Z PASS [ 2.081s] omicron-sled-agent services::test::test_ensure_service
48282024-04-30T23:00:53.934Z PASS [ 2.435s] omicron-sled-agent services::test::test_ensure_service_before_timesync
48292024-04-30T23:00:55.285Z PASS [ 2.934s] omicron-sled-agent services::test::test_old_ledger_migration
48302024-04-30T23:00:55.321Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
48312024-04-30T23:00:55.351Z PASS [ 0.032s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
48322024-04-30T23:00:55.399Z PASS [ 11.054s] omicron-passwords test::test_smoke
48332024-04-30T23:00:55.435Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
48342024-04-30T23:00:55.455Z PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
48352024-04-30T23:00:55.479Z PASS [ 0.025s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
48362024-04-30T23:00:55.509Z PASS [ 0.026s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
48372024-04-30T23:00:55.517Z PASS [ 0.166s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
48382024-04-30T23:00:55.542Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
48392024-04-30T23:00:55.548Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
48402024-04-30T23:00:55.580Z PASS [ 0.029s] omicron-sled-agent updates::test::test_query_no_components
48412024-04-30T23:00:55.612Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_sled_agent_version
48422024-04-30T23:00:55.642Z PASS [ 0.029s] omicron-sled-agent updates::test::test_query_zone_version
48432024-04-30T23:00:55.760Z PASS [ 2.622s] omicron-sled-agent services::test::test_old_ledger_migration_bad
48442024-04-30T23:00:55.760Z PASS [ 0.113s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
48452024-04-30T23:00:55.788Z PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
48462024-04-30T23:00:55.919Z PASS [ 3.579s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
48472024-04-30T23:00:55.955Z PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
48482024-04-30T23:00:56.504Z PASS [ 3.044s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
48492024-04-30T23:00:56.898Z PASS [ 2.964s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
48502024-04-30T23:00:57.985Z PASS [ 2.442s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
48512024-04-30T23:00:58.172Z PASS [ 0.188s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
48522024-04-30T23:00:58.196Z PASS [ 0.023s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
48532024-04-30T23:00:58.643Z PASS [ 0.036s] omicron-sled-agent zone_bundle::tests::test_disk_usage
48542024-04-30T23:00:58.651Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
48552024-04-30T23:00:58.651Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
48562024-04-30T23:00:58.651Z PASS [ 0.031s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
48572024-04-30T23:00:58.651Z PASS [ 2.799s] omicron-sled-agent zone_bundle::illumos_tests::test_context
48582024-04-30T23:00:58.699Z PASS [ 2.192s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48592024-04-30T23:00:58.814Z PASS [ 3.054s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
48602024-04-30T23:00:58.969Z PASS [ 0.386s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
48612024-04-30T23:00:59.153Z PASS [ 0.184s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
48622024-04-30T23:00:59.198Z PASS [ 0.881s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
48632024-04-30T23:00:59.211Z PASS [ 0.513s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48642024-04-30T23:00:59.237Z PASS [ 0.084s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48652024-04-30T23:00:59.243Z PASS [ 0.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48662024-04-30T23:00:59.259Z PASS [ 3.306s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48672024-04-30T23:00:59.269Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48682024-04-30T23:00:59.269Z PASS [ 19.471s] omicron-omdb::test_all_output test_omdb_success_cases
48692024-04-30T23:00:59.274Z PASS [ 0.462s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48702024-04-30T23:00:59.286Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48712024-04-30T23:00:59.334Z PASS [ 0.089s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48722024-04-30T23:00:59.384Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48732024-04-30T23:00:59.409Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48742024-04-30T23:00:59.439Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48752024-04-30T23:00:59.491Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_normal
48762024-04-30T23:00:59.524Z PASS [ 0.256s] omicron-test-utils dev::db::test::test_bad_cmd
48772024-04-30T23:00:59.545Z PASS [ 0.256s] omicron-test-utils dev::db::test::test_database_start_hang
48782024-04-30T23:00:59.721Z PASS [ 2.824s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48792024-04-30T23:00:59.730Z PASS [ 0.457s] omicron-test-utils dev::db::test::test_cmd_fails
48802024-04-30T23:00:59.747Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_starter_tmpdir
48812024-04-30T23:00:59.774Z PASS [ 0.025s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48822024-04-30T23:00:59.781Z PASS [ 0.053s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48832024-04-30T23:00:59.807Z PASS [ 0.025s] oximeter histogram::tests::test_bin_range
48842024-04-30T23:00:59.838Z PASS [ 0.053s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
48852024-04-30T23:00:59.846Z PASS [ 0.028s] oximeter histogram::tests::test_bin_range_from
48862024-04-30T23:00:59.851Z PASS [ 0.023s] oximeter histogram::tests::test_bin_range_to
48872024-04-30T23:00:59.861Z PASS [ 0.025s] oximeter histogram::tests::test_empty_bins_not_supported
48882024-04-30T23:00:59.875Z PASS [ 0.023s] oximeter histogram::tests::test_ensure_finite
48892024-04-30T23:00:59.890Z PASS [ 0.028s] oximeter histogram::tests::test_histogram
48902024-04-30T23:00:59.921Z PASS [ 0.031s] oximeter histogram::tests::test_histogram_extreme_bins
48912024-04-30T23:00:59.930Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_extreme_samples
48922024-04-30T23:00:59.944Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_float_bins
48932024-04-30T23:00:59.958Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_to_arrays
48942024-04-30T23:00:59.989Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unbounded_samples
48952024-04-30T23:01:00.007Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_unsorted_bins
48962024-04-30T23:01:00.020Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_bins
48972024-04-30T23:01:00.029Z PASS [ 0.030s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48982024-04-30T23:01:00.044Z PASS [ 0.023s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48992024-04-30T23:01:00.063Z PASS [ 0.025s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
49002024-04-30T23:01:00.072Z PASS [ 0.044s] oximeter histogram::tests::test_log_linear_bins_all_representable
49012024-04-30T23:01:00.092Z PASS [ 0.024s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
49022024-04-30T23:01:00.099Z PASS [ 0.028s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
49032024-04-30T23:01:00.118Z PASS [ 0.030s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
49042024-04-30T23:01:00.124Z PASS [ 0.026s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
49052024-04-30T23:01:00.145Z PASS [ 0.022s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
49062024-04-30T23:01:00.155Z PASS [ 0.020s] oximeter histogram::tests::test_span_decades
49072024-04-30T23:01:00.159Z PASS [ 0.019s] oximeter histogram::tests::test_span_decades_other_counts_f64
49082024-04-30T23:01:00.166Z PASS [ 0.021s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
49092024-04-30T23:01:00.184Z PASS [ 0.024s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
49102024-04-30T23:01:00.199Z PASS [ 0.029s] oximeter schema::tests::test_field_schema_ordering
49112024-04-30T23:01:00.235Z PASS [ 1.034s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
49122024-04-30T23:01:00.260Z PASS [ 0.057s] oximeter schema::tests::test_timeseries_name
49132024-04-30T23:01:00.263Z PASS [ 0.086s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
49142024-04-30T23:01:00.288Z PASS [ 0.053s] oximeter schema::tests::test_timeseries_name_from_str
49152024-04-30T23:01:00.301Z PASS [ 0.043s] oximeter schema::tests::test_timeseries_schema_from_parts
49162024-04-30T23:01:00.319Z PASS [ 0.041s] oximeter schema::tests::test_timeseries_schema_from_sample
49172024-04-30T23:01:00.319Z PASS [ 0.033s] oximeter test_util::tests::test_gen_test_samples
49182024-04-30T23:01:00.338Z PASS [ 0.038s] oximeter traits::tests::test_metric_trait
49192024-04-30T23:01:00.352Z PASS [ 0.029s] oximeter traits::tests::test_target_trait
49202024-04-30T23:01:00.773Z PASS [ 0.050s] oximeter traits::tests::test_producer_trait
49212024-04-30T23:01:00.797Z PASS [ 0.034s] oximeter types::tests::test_cumulative_f64
49222024-04-30T23:01:00.797Z PASS [ 0.031s] oximeter types::tests::test_cumulative_i64
49232024-04-30T23:01:00.797Z PASS [ 0.028s] oximeter types::tests::test_datum
49242024-04-30T23:01:00.797Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
49252024-04-30T23:01:00.797Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
49262024-04-30T23:01:00.797Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
49272024-04-30T23:01:00.798Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
49282024-04-30T23:01:00.798Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
49292024-04-30T23:01:00.798Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
49302024-04-30T23:01:00.798Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
49312024-04-30T23:01:00.798Z LEAK [ 0.982s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
49322024-04-30T23:01:00.798Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
49332024-04-30T23:01:00.798Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
49342024-04-30T23:01:00.798Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
49352024-04-30T23:01:00.798Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
49362024-04-30T23:01:00.798Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
49372024-04-30T23:01:00.799Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
49382024-04-30T23:01:00.799Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
49392024-04-30T23:01:00.799Z PASS [ 0.055s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
49402024-04-30T23:01:00.799Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
49412024-04-30T23:01:00.799Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
49422024-04-30T23:01:00.799Z PASS [ 0.044s] oximeter types::tests::test_measurement
49432024-04-30T23:01:00.799Z PASS [ 0.033s] oximeter types::tests::test_sample_struct
49442024-04-30T23:01:00.799Z PASS [ 0.030s] oximeter types::tests::test_verify_field_names
49452024-04-30T23:01:00.799Z PASS [ 0.152s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
49462024-04-30T23:01:00.799Z PASS [ 0.027s] oximeter-collector self_stats::tests::test_failure_reason_serialization
49472024-04-30T23:01:00.899Z PASS [ 0.112s] oximeter-collector self_stats::tests::test_no_schema_changes
49482024-04-30T23:01:00.944Z PASS [ 0.324s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
49492024-04-30T23:01:00.944Z PASS [ 0.350s] oximeter-collector agent::tests::test_self_stat_collection_count
49502024-04-30T23:01:00.948Z PASS [ 0.340s] oximeter-collector agent::tests::test_self_stat_error_counter
49512024-04-30T23:01:01.009Z PASS [ 0.058s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
49522024-04-30T23:01:01.017Z PASS [ 0.059s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
49532024-04-30T23:01:01.033Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
49542024-04-30T23:01:01.291Z PASS [ 0.403s] oximeter-collector::test_commands test_oximeter_no_args
49552024-04-30T23:01:01.485Z PASS [ 0.542s] oximeter-collector::test_commands test_oximeter_openapi
49562024-04-30T23:01:02.273Z PASS [ 1.254s] oximeter-db client::oxql::tests::test_get_entire_table
49572024-04-30T23:01:02.306Z PASS [ 1.271s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
49582024-04-30T23:01:02.411Z PASS [ 1.122s] oximeter-db client::oxql::tests::test_get_one_timeseries
49592024-04-30T23:01:08.652Z PASS [ 1.115s] oximeter-db client::oxql::tests::test_limit_operations
49602024-04-30T23:01:09.000Z PASS [ 0.719s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
49612024-04-30T23:01:09.000Z PASS [ 0.908s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
49622024-04-30T23:01:09.001Z PASS [ 0.035s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49632024-04-30T23:01:09.180Z PASS [ 1.102s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49642024-04-30T23:01:09.399Z PASS [ 4.335s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49652024-04-30T23:01:09.399Z PASS [ 1.128s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49662024-04-30T23:01:09.399Z PASS [ 4.883s] omicron-test-utils dev::db::test::test_database_concurrent
49672024-04-30T23:01:09.399Z PASS [ 0.028s] oximeter-db client::tests::test_unravel_index
49682024-04-30T23:01:09.399Z PASS [ 0.034s] oximeter-db client::tests::test_verify_schema_upgrades
49692024-04-30T23:01:09.399Z PASS [ 0.025s] oximeter-db model::tests::test_db_bool
49702024-04-30T23:01:09.399Z PASS [ 0.024s] oximeter-db model::tests::test_db_datum_type_conversion
49712024-04-30T23:01:09.399Z PASS [ 0.024s] oximeter-db model::tests::test_db_field_list_conversion
49722024-04-30T23:01:09.399Z PASS [ 0.027s] oximeter-db model::tests::test_db_field_type_conversion
49732024-04-30T23:01:09.400Z PASS [ 0.026s] oximeter-db model::tests::test_db_histogram
49742024-04-30T23:01:09.400Z PASS [ 0.028s] oximeter-db model::tests::test_histogram_to_arrays
49752024-04-30T23:01:09.400Z PASS [ 1.097s] oximeter-db client::tests::test_select_all_field_types
49762024-04-30T23:01:09.400Z PASS [ 0.028s] oximeter-db model::tests::test_parse_bytes_measurement
49772024-04-30T23:01:09.400Z PASS [ 0.029s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49782024-04-30T23:01:09.400Z PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49792024-04-30T23:01:09.400Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49802024-04-30T23:01:09.400Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49812024-04-30T23:01:09.400Z PASS [ 0.028s] oximeter-db model::tests::test_unroll_from_source
49822024-04-30T23:01:09.400Z PASS [ 0.029s] oximeter-db model::tests::test_unroll_measurement_row
49832024-04-30T23:01:09.400Z PASS [ 0.036s] oximeter-db model::tests::test_unroll_missing_measurement_row
49842024-04-30T23:01:09.400Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49852024-04-30T23:01:09.401Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49862024-04-30T23:01:09.401Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_comparison
49872024-04-30T23:01:09.401Z PASS [ 0.604s] oximeter-db model::tests::test_db_bool_bad
49882024-04-30T23:01:09.401Z PASS [ 0.464s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49892024-04-30T23:01:09.401Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49902024-04-30T23:01:09.401Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49912024-04-30T23:01:09.401Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49922024-04-30T23:01:09.401Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49932024-04-30T23:01:09.401Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49942024-04-30T23:01:09.401Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49952024-04-30T23:01:09.401Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49962024-04-30T23:01:09.402Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49972024-04-30T23:01:09.402Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49982024-04-30T23:01:09.402Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49992024-04-30T23:01:09.402Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
50002024-04-30T23:01:09.402Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_group_by
50012024-04-30T23:01:09.402Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_ident
50022024-04-30T23:01:09.402Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
50032024-04-30T23:01:09.402Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
50042024-04-30T23:01:09.402Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
50052024-04-30T23:01:09.402Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
50062024-04-30T23:01:09.402Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
50072024-04-30T23:01:09.403Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
50082024-04-30T23:01:09.403Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
50092024-04-30T23:01:09.403Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
50102024-04-30T23:01:09.403Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_query
50112024-04-30T23:01:09.403Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
50122024-04-30T23:01:09.403Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
50132024-04-30T23:01:09.403Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
50142024-04-30T23:01:09.404Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
50152024-04-30T23:01:09.404Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_reducer
50162024-04-30T23:01:09.404Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
50172024-04-30T23:01:09.404Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
50182024-04-30T23:01:09.404Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
50192024-04-30T23:01:09.404Z PASS [ 0.032s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
50202024-04-30T23:01:09.404Z PASS [ 2.872s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
50212024-04-30T23:01:09.404Z PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
50222024-04-30T23:01:09.404Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
50232024-04-30T23:01:09.404Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
50242024-04-30T23:01:09.404Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
50252024-04-30T23:01:09.404Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
50262024-04-30T23:01:09.405Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
50272024-04-30T23:01:09.405Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
50282024-04-30T23:01:09.405Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
50292024-04-30T23:01:09.405Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
50302024-04-30T23:01:09.405Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
50312024-04-30T23:01:09.405Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
50322024-04-30T23:01:09.405Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
50332024-04-30T23:01:09.405Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
50342024-04-30T23:01:09.405Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
50352024-04-30T23:01:09.405Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
50362024-04-30T23:01:09.405Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
50372024-04-30T23:01:09.405Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
50382024-04-30T23:01:09.405Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
50392024-04-30T23:01:09.405Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
50402024-04-30T23:01:09.405Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
50412024-04-30T23:01:09.405Z PASS [ 1.555s] oximeter-db client::tests::test_sql_query_output
50422024-04-30T23:01:09.406Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_bool
50432024-04-30T23:01:09.406Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
50442024-04-30T23:01:09.406Z PASS [ 0.075s] oximeter-db oxql::point::tests::test_cast_points_from_double
50452024-04-30T23:01:09.406Z PASS [ 0.057s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
50462024-04-30T23:01:09.406Z PASS [ 0.060s] oximeter-db oxql::point::tests::test_cast_points_from_integer
50472024-04-30T23:01:09.406Z PASS [ 0.054s] oximeter-db oxql::point::tests::test_point_delta_between
50482024-04-30T23:01:09.406Z PASS [ 0.068s] oximeter-db oxql::point::tests::test_cast_points_from_string
50492024-04-30T23:01:09.406Z PASS [ 0.069s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
50502024-04-30T23:01:09.406Z PASS [ 0.041s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
50512024-04-30T23:01:09.406Z PASS [ 0.054s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
50522024-04-30T23:01:09.406Z PASS [ 0.081s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
50532024-04-30T23:01:09.406Z PASS [ 0.098s] oximeter-db oxql::query::tests::test_coalesce_limits
50542024-04-30T23:01:09.406Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
50552024-04-30T23:01:09.406Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
50562024-04-30T23:01:09.406Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
50572024-04-30T23:01:09.406Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
50582024-04-30T23:01:09.406Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
50592024-04-30T23:01:09.406Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates
50602024-04-30T23:01:09.406Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
50612024-04-30T23:01:09.406Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
50622024-04-30T23:01:09.407Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
50632024-04-30T23:01:09.407Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_query_end_time
50642024-04-30T23:01:09.437Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50652024-04-30T23:01:09.437Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50662024-04-30T23:01:09.437Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50672024-04-30T23:01:09.437Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50682024-04-30T23:01:09.437Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_split_query
50692024-04-30T23:01:09.437Z PASS [ 0.025s] oximeter-db query::tests::test_field_selector_as_query
50702024-04-30T23:01:09.437Z PASS [ 0.033s] oximeter-db query::tests::test_field_cmp
50712024-04-30T23:01:09.437Z PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str
50722024-04-30T23:01:09.437Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_field_selectors
50732024-04-30T23:01:09.437Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_filter_raw
50742024-04-30T23:01:09.438Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_from_parts
50752024-04-30T23:01:09.438Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_full
50762024-04-30T23:01:09.438Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_limit_offset
50772024-04-30T23:01:09.438Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_fields
50782024-04-30T23:01:09.438Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_selectors
50792024-04-30T23:01:09.438Z PASS [ 0.028s] oximeter-db query::tests::test_string_field_selector
50802024-04-30T23:01:09.438Z PASS [ 0.025s] oximeter-db query::tests::test_time_range
50812024-04-30T23:01:09.438Z PASS [ 0.029s] oximeter-db sql::tests::test_allow_limit_offset
50822024-04-30T23:01:09.438Z PASS [ 0.034s] oximeter-db sql::tests::test_allow_subqueries
50832024-04-30T23:01:09.438Z PASS [ 0.045s] oximeter-db sql::tests::test_cannot_name_database
50842024-04-30T23:01:09.438Z PASS [ 0.036s] oximeter-db sql::tests::test_function_allow_list
50852024-04-30T23:01:09.438Z PASS [ 0.051s] oximeter-db sql::tests::test_ctes_are_not_supported
50862024-04-30T23:01:09.438Z PASS [ 0.074s] oximeter-db sql::tests::test_join_must_be_inner
50872024-04-30T23:01:09.438Z PASS [ 0.074s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50882024-04-30T23:01:09.438Z PASS [ 0.043s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50892024-04-30T23:01:09.438Z PASS [ 0.083s] oximeter-db sql::tests::test_query_must_be_select_statement
50902024-04-30T23:01:09.438Z PASS [ 0.053s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50912024-04-30T23:01:09.438Z PASS [ 0.043s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50922024-04-30T23:01:09.438Z PASS [ 0.038s] oximeter-db sql::tests::test_with_comma_join_fails
50932024-04-30T23:01:09.438Z PASS [ 0.037s] oximeter-db tests::test_timeseries_key_field_stability
50942024-04-30T23:01:09.438Z PASS [ 0.032s] oximeter-db tests::test_timeseries_key_sample_stability
50952024-04-30T23:01:09.438Z PASS [ 0.033s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50962024-04-30T23:01:09.438Z PASS [ 0.045s] oximeter-instruments http::tests::test_normalize_uri_path
50972024-04-30T23:01:09.439Z PASS [ 0.073s] oximeter-instruments http::tests::test_latency_tracker
50982024-04-30T23:01:09.439Z PASS [ 0.185s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50992024-04-30T23:01:09.439Z PASS [ 0.142s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
51002024-04-30T23:01:09.439Z PASS [ 0.175s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
51012024-04-30T23:01:09.439Z PASS [ 0.049s] oximeter-instruments kstat::link::tests::test_physical_datalink
51022024-04-30T23:01:09.439Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
51032024-04-30T23:01:09.439Z PASS [ 1.505s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
51042024-04-30T23:01:09.439Z PASS [ 0.072s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
51052024-04-30T23:01:09.439Z PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
51062024-04-30T23:01:09.439Z PASS [ 0.047s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
51072024-04-30T23:01:09.439Z PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
51082024-04-30T23:01:09.439Z PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
51092024-04-30T23:01:09.439Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
51102024-04-30T23:01:09.439Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
51112024-04-30T23:01:09.439Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_annotated_field
51122024-04-30T23:01:09.439Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_datum_field
51132024-04-30T23:01:09.439Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_without_datum_field
51142024-04-30T23:01:09.439Z PASS [ 0.037s] oximeter-macro-impl tests::test_metric_enum
51152024-04-30T23:01:09.439Z PASS [ 0.043s] oximeter-macro-impl tests::test_target
51162024-04-30T23:01:09.439Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct
51172024-04-30T23:01:09.439Z PASS [ 0.038s] oximeter-macro-impl tests::test_target_enum
51182024-04-30T23:01:09.439Z PASS [ 0.030s] oximeter-macro-impl tests::test_target_unit_struct
51192024-04-30T23:01:09.440Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_with_datum_field
51202024-04-30T23:01:09.440Z PASS [ 0.028s] oxlog tests::test_is_oxide_smf_log_file
51212024-04-30T23:01:09.440Z PASS [ 0.028s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
51222024-04-30T23:01:09.440Z PASS [ 0.027s] oxlog tests::test_sort_logs
51232024-04-30T23:01:09.440Z PASS [ 0.057s] sled-hardware disk::test::test_disk_paths
51242024-04-30T23:01:09.440Z PASS [ 0.036s] sled-hardware disk::test::test_partition_device_paths
51252024-04-30T23:01:09.440Z PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
51262024-04-30T23:01:09.440Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
51272024-04-30T23:01:09.440Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
51282024-04-30T23:01:09.440Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
51292024-04-30T23:01:09.440Z PASS [ 0.061s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
51302024-04-30T23:01:09.440Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
51312024-04-30T23:01:09.440Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
51322024-04-30T23:01:09.440Z PASS [ 0.036s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
51332024-04-30T23:01:09.440Z PASS [ 0.064s] sled-storage dataset::test::serialize_dataset_name
51342024-04-30T23:01:09.440Z PASS [ 0.075s] sled-storage manager::test::test_omicron_physical_disks_schema
51352024-04-30T23:01:09.440Z PASS [ 0.748s] reconfigurator-cli::test_basic test_basic
51362024-04-30T23:01:09.440Z PASS [ 0.901s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
51372024-04-30T23:01:09.440Z PASS [ 0.054s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
51382024-04-30T23:01:09.440Z PASS [ 1.947s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
51392024-04-30T23:01:09.440Z PASS [ 0.046s] sled-storage manager::tests::ensure_using_exactly_these_disks
51402024-04-30T23:01:09.950Z PASS [ 10.424s] omicron-test-utils dev::db::test::test_setup_database_default_dir
51412024-04-30T23:01:09.981Z PASS [ 3.354s] oximeter-producer tests::test_producer_registration_task
51422024-04-30T23:01:11.194Z PASS [ 2.830s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
51432024-04-30T23:01:11.341Z PASS [ 2.086s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
51442024-04-30T23:01:12.434Z PASS [ 1.094s] sled-storage manager::tests::wait_for_boot_disk
51452024-04-30T23:01:12.872Z PASS [ 2.891s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
51462024-04-30T23:01:13.489Z PASS [ 0.618s] tufaceous::integration-tests command_tests::test_init_and_add
51472024-04-30T23:01:13.569Z PASS [ 2.372s] sled-storage manager::tests::upsert_filesystem
51482024-04-30T23:01:13.619Z PASS [ 0.053s] tufaceous-lib archive::tests::test_validate_path
51492024-04-30T23:01:13.716Z PASS [ 0.096s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
51502024-04-30T23:01:13.755Z PASS [ 0.041s] tufaceous-lib key::tests::test_from_str
51512024-04-30T23:01:13.831Z PASS [ 1.395s] tufaceous::integration-tests command_tests::test_assemble_fake
51522024-04-30T23:01:13.986Z PASS [ 0.230s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
51532024-04-30T23:01:14.254Z PASS [ 4.302s] sled-storage manager::tests::ledgerless_to_ledgered_migration
51542024-04-30T23:01:14.379Z PASS [ 0.888s] tufaceous::manifest-tests check_manifest::fake.toml
51552024-04-30T23:01:14.387Z PASS [ 0.135s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
51562024-04-30T23:01:14.676Z PASS [ 0.289s] update-engine display::group_display::tests::test_stats
51572024-04-30T23:01:14.705Z PASS [ 0.029s] update-engine display::line_display_shared::tests::test_format_progress_counter
51582024-04-30T23:01:14.763Z PASS [ 0.049s] update-engine engine::tests::error_exits_early
51592024-04-30T23:01:14.789Z PASS [ 0.036s] update-engine events::tests::progress_event_parse_unknown
51602024-04-30T23:01:14.819Z PASS [ 0.028s] update-engine events::tests::step_event_parse_unknown
51612024-04-30T23:01:14.844Z PASS [ 0.460s] update-engine buffer::tests::test_buffer
51622024-04-30T23:01:14.885Z PASS [ 0.045s] wicket state::inventory::tests::component_id_display
51632024-04-30T23:01:14.973Z PASS [ 0.153s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
51642024-04-30T23:01:15.061Z PASS [ 1.224s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
51652024-04-30T23:01:15.129Z PASS [ 0.156s] wicketd installinator_progress::tests::test_states
51662024-04-30T23:01:15.371Z PASS [ 0.490s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51672024-04-30T23:01:16.282Z PASS [ 0.817s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51682024-04-30T23:01:16.307Z PASS [ 12.558s] oximeter-db client::tests::test_single_node
51692024-04-30T23:01:16.404Z PASS [ 1.286s] wicketd::mod integration_tests::inventory::test_inventory
51702024-04-30T23:01:16.595Z PASS [ 11.451s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51712024-04-30T23:01:17.185Z PASS [ 1.322s] wicketd::mod integration_tests::updates::test_update_races
51722024-04-30T23:01:17.594Z PASS [ 3.616s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51732024-04-30T23:01:20.503Z PASS [ 3.640s] wicketd::mod integration_tests::updates::test_installinator_fetch
51742024-04-30T23:01:20.504Z PASS [ 13.390s] reconfigurator-cli::test_basic test_blueprint_edit
51752024-04-30T23:01:20.638Z PASS [ 32.137s] omicron-sled-agent nexus::test::nexus_self_notification_test
51762024-04-30T23:01:22.330Z PASS [ 6.078s] wicketd::mod integration_tests::updates::test_updates
51772024-04-30T23:02:16.603Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51782024-04-30T23:03:16.612Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51792024-04-30T23:04:16.612Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51802024-04-30T23:05:15.608Z PASS [ 238.594s] oximeter-db client::tests::test_replicated
51812024-04-30T23:05:15.616Z------------
51822024-04-30T23:05:15.616Z Summary [1657.427s] 1220 tests run: 1220 passed (7 slow, 1 leaky), 3 skipped
51832024-04-30T23:05:15.617Z
51842024-04-30T23:05:15.617Zreal 27:53.442793554
51852024-04-30T23:05:15.617Zuser 2:17:35.618543140
51862024-04-30T23:05:15.617Zsys 27:47.554515850
51872024-04-30T23:05:15.618Ztrap 1:49.404150957
51882024-04-30T23:05:15.618Ztflt 26.105104461
51892024-04-30T23:05:15.618Zdflt 1:16.023170233
51902024-04-30T23:05:15.618Zkflt 0.397664972
51912024-04-30T23:05:15.618Zlock 787:33:09.429914289
51922024-04-30T23:05:15.618Zslp 31:35:07.629912833
51932024-04-30T23:05:15.619Zlat 2:12:39.576698096
51942024-04-30T23:05:15.619Zstop 34:56.429050721
51952024-04-30T23:05:15.619Z
51962024-04-30T23:05:15.619Z ##### #### #### ##### ###### #### #####
51972024-04-30T23:05:15.619Z # # # # # # # # # #
51982024-04-30T23:05:15.619Z # # # # # # ##### #### #
51992024-04-30T23:05:15.619Z # # # # # # # # #
52002024-04-30T23:05:15.619Z # # # # # # # # # # #
52012024-04-30T23:05:15.620Z ##### #### #### # ###### #### #
52022024-04-30T23:05:15.620Z
52032024-04-30T23:05:16.648Z Fresh unicode-ident v1.0.12
52042024-04-30T23:05:16.648Z Fresh cfg-if v1.0.0
52052024-04-30T23:05:16.665Z Fresh version_check v0.9.4
52062024-04-30T23:05:16.665Z Fresh autocfg v1.1.0
52072024-04-30T23:05:16.665Z Fresh memchr v2.7.1
52082024-04-30T23:05:16.666Z Fresh proc-macro2 v1.0.81
52092024-04-30T23:05:16.666Z Fresh byteorder v1.5.0
52102024-04-30T23:05:16.666Z Fresh log v0.4.21
52112024-04-30T23:05:16.666Z Fresh once_cell v1.19.0
52122024-04-30T23:05:16.666Z Fresh itoa v1.0.9
52132024-04-30T23:05:16.666Z Fresh quote v1.0.36
52142024-04-30T23:05:16.666Z Fresh libc v0.2.153
52152024-04-30T23:05:16.666Z Fresh scopeguard v1.2.0
52162024-04-30T23:05:16.667Z Fresh smallvec v1.13.1
52172024-04-30T23:05:16.667Z Fresh syn v2.0.60
52182024-04-30T23:05:16.668Z Fresh getrandom v0.2.12
52192024-04-30T23:05:16.668Z Fresh syn v1.0.109
52202024-04-30T23:05:16.668Z Fresh cc v1.0.83
52212024-04-30T23:05:16.668Z Fresh ryu v1.0.15
52222024-04-30T23:05:16.668Z Fresh serde_derive v1.0.199
52232024-04-30T23:05:16.668Z Fresh lock_api v0.4.10
52242024-04-30T23:05:16.669Z Fresh zerocopy-derive v0.7.32
52252024-04-30T23:05:16.669Z Fresh parking_lot_core v0.9.8
52262024-04-30T23:05:16.669Z Fresh thiserror-impl v1.0.59
52272024-04-30T23:05:16.669Z Fresh pin-project-lite v0.2.13
52282024-04-30T23:05:16.669Z Fresh serde v1.0.199
52292024-04-30T23:05:16.669Z Fresh zerocopy v0.7.32
52302024-04-30T23:05:16.669Z Fresh parking_lot v0.12.1
52312024-04-30T23:05:16.669Z Fresh thiserror v1.0.59
52322024-04-30T23:05:16.670Z Fresh bytes v1.6.0
52332024-04-30T23:05:16.670Z Fresh libm v0.2.7
52342024-04-30T23:05:16.670Z Fresh bitflags v2.4.2
52352024-04-30T23:05:16.670Z Fresh signal-hook-registry v1.4.1
52362024-04-30T23:05:16.670Z Fresh mio v0.8.11
52372024-04-30T23:05:16.670Z Fresh allocator-api2 v0.2.16
52382024-04-30T23:05:16.670Z Fresh num-traits v0.2.18
52392024-04-30T23:05:16.670Z Fresh ahash v0.8.8
52402024-04-30T23:05:16.670Z Fresh serde_json v1.0.116
52412024-04-30T23:05:16.671Z Fresh num_cpus v1.16.0
52422024-04-30T23:05:16.671Z Fresh futures-core v0.3.30
52432024-04-30T23:05:16.671Z Fresh rand_core v0.6.4
52442024-04-30T23:05:16.671Z Fresh tokio-macros v2.2.0
52452024-04-30T23:05:16.671Z Fresh socket2 v0.5.6
52462024-04-30T23:05:16.671Z Fresh hashbrown v0.14.3
52472024-04-30T23:05:16.671Z Fresh tokio v1.37.0
52482024-04-30T23:05:16.671Z Fresh zeroize_derive v1.4.2
52492024-04-30T23:05:16.671Z Fresh fnv v1.0.7
52502024-04-30T23:05:16.671Z Fresh spin v0.5.2
52512024-04-30T23:05:16.671Z Fresh equivalent v1.0.1
52522024-04-30T23:05:16.671Z Fresh futures-sink v0.3.30
52532024-04-30T23:05:16.672Z Fresh zeroize v1.7.0
52542024-04-30T23:05:16.672Z Fresh indexmap v2.2.6
52552024-04-30T23:05:16.672Z Fresh pin-utils v0.1.0
52562024-04-30T23:05:16.672Z Fresh futures-channel v0.3.30
52572024-04-30T23:05:16.672Z Fresh futures-macro v0.3.30
52582024-04-30T23:05:16.672Z Fresh futures-io v0.3.30
52592024-04-30T23:05:16.672Z Fresh futures-task v0.3.30
52602024-04-30T23:05:16.672Z Fresh slab v0.4.9
52612024-04-30T23:05:16.673Z Fresh regex-syntax v0.8.2
52622024-04-30T23:05:16.673Z Fresh heck v0.4.1
52632024-04-30T23:05:16.673Z Fresh aho-corasick v1.1.2
52642024-04-30T23:05:16.673Z Fresh subtle v2.5.0
52652024-04-30T23:05:16.673Z Fresh iana-time-zone v0.1.57
52662024-04-30T23:05:16.673Z Fresh futures-util v0.3.30
52672024-04-30T23:05:16.673Z Fresh regex-automata v0.4.5
52682024-04-30T23:05:17.096Z Fresh chrono v0.4.38
52692024-04-30T23:05:17.097Z Fresh uuid v1.8.0
52702024-04-30T23:05:17.097Z Fresh tinyvec_macros v0.1.1
52712024-04-30T23:05:17.097Z Fresh typenum v1.16.0
52722024-04-30T23:05:17.097Z Fresh regex v1.10.4
52732024-04-30T23:05:17.097Z Fresh tinyvec v1.6.0
52742024-04-30T23:05:17.097Z Fresh lazy_static v1.4.0
52752024-04-30T23:05:17.098Z Fresh errno v0.3.8
52762024-04-30T23:05:17.098Z Fresh pkg-config v0.3.27
52772024-04-30T23:05:17.098Z Fresh tracing-attributes v0.1.27
52782024-04-30T23:05:17.098Z Fresh generic-array v0.14.7
52792024-04-30T23:05:17.098Z Fresh rustix v0.38.31
52802024-04-30T23:05:17.098Z Fresh unicode-normalization v0.1.22
52812024-04-30T23:05:17.099Z Fresh serde_derive_internals v0.26.0
52822024-04-30T23:05:17.099Z Fresh tracing-core v0.1.32
52832024-04-30T23:05:17.099Z Fresh dyn-clone v1.0.17
52842024-04-30T23:05:17.099Z Fresh const-oid v0.9.6
52852024-04-30T23:05:17.099Z Fresh crypto-common v0.1.6
52862024-04-30T23:05:17.100Z Fresh schemars_derive v0.8.16
52872024-04-30T23:05:17.100Z Fresh tracing v0.1.40
52882024-04-30T23:05:17.100Z Fresh uuid v0.8.2
52892024-04-30T23:05:17.100Z Fresh unicode-bidi v0.3.15
52902024-04-30T23:05:17.100Z Fresh percent-encoding v2.3.1
52912024-04-30T23:05:17.101Z Fresh ppv-lite86 v0.2.17
52922024-04-30T23:05:17.101Z Fresh schemars v0.8.16
52932024-04-30T23:05:17.101Z Fresh rand_chacha v0.3.1
52942024-04-30T23:05:17.101Z Fresh spin v0.9.8
52952024-04-30T23:05:17.101Z Fresh form_urlencoded v1.2.1
52962024-04-30T23:05:17.102Z Fresh block-buffer v0.10.4
52972024-04-30T23:05:17.102Z Fresh http v0.2.12
52982024-04-30T23:05:17.102Z Fresh rand v0.8.5
52992024-04-30T23:05:17.102Z Fresh digest v0.10.7
53002024-04-30T23:05:17.103Z Fresh time-core v0.1.2
53012024-04-30T23:05:17.103Z Fresh unicode-width v0.1.11
53022024-04-30T23:05:17.103Z Fresh powerfmt v0.2.0
53032024-04-30T23:05:17.103Z Fresh num-conv v0.1.0
53042024-04-30T23:05:17.103Z Fresh httparse v1.8.0
53052024-04-30T23:05:17.103Z Fresh time-macros v0.2.17
53062024-04-30T23:05:17.104Z Fresh deranged v0.3.11
53072024-04-30T23:05:17.104Z Fresh num_threads v0.1.6
53082024-04-30T23:05:17.104Z Fresh either v1.11.0
53092024-04-30T23:05:17.105Z Fresh idna v0.5.0
53102024-04-30T23:05:17.105Z Fresh base64 v0.21.7
53112024-04-30T23:05:17.105Z Fresh time v0.3.34
53122024-04-30T23:05:17.105Z Fresh url v2.5.0
53132024-04-30T23:05:17.105Z Fresh vcpkg v0.2.15
53142024-04-30T23:05:17.105Z Fresh untrusted v0.9.0
53152024-04-30T23:05:17.106Z Fresh toml_datetime v0.6.5
53162024-04-30T23:05:17.106Z Fresh serde_spanned v0.6.5
53172024-04-30T23:05:17.106Z Fresh ring v0.17.8
53182024-04-30T23:05:17.106Z Fresh rustversion v1.0.14
53192024-04-30T23:05:17.106Z Fresh try-lock v0.2.4
53202024-04-30T23:05:17.106Z Fresh adler v1.0.2
53212024-04-30T23:05:17.107Z Fresh cpufeatures v0.2.12
53222024-04-30T23:05:17.107Z Fresh miniz_oxide v0.7.1
53232024-04-30T23:05:17.107Z Fresh want v0.3.1
53242024-04-30T23:05:17.107Z Fresh slog v2.7.0
53252024-04-30T23:05:17.107Z Fresh tower-service v0.3.2
53262024-04-30T23:05:17.107Z Fresh tokio-util v0.7.10
53272024-04-30T23:05:17.107Z Fresh ucd-trie v0.1.6
53282024-04-30T23:05:17.107Z Fresh pest v2.7.6
53292024-04-30T23:05:17.108Z Fresh semver v1.0.22
53302024-04-30T23:05:17.108Z Fresh async-trait v0.1.80
53312024-04-30T23:05:17.108Z Fresh httpdate v1.0.3
53322024-04-30T23:05:17.108Z Fresh h2 v0.3.26
53332024-04-30T23:05:17.108Z Fresh http-body v0.4.5
53342024-04-30T23:05:17.108Z Fresh futures-executor v0.3.30
53352024-04-30T23:05:17.108Z Fresh pest_meta v2.7.6
53362024-04-30T23:05:17.108Z Fresh openssl-probe v0.1.5
53372024-04-30T23:05:17.109Z Fresh foreign-types-shared v0.1.1
53382024-04-30T23:05:17.109Z Fresh hyper v0.14.28
53392024-04-30T23:05:17.109Z Fresh openssl-sys v0.9.102
53402024-04-30T23:05:17.109Z Fresh openssl-macros v0.1.1
53412024-04-30T23:05:17.109Z Fresh foreign-types v0.3.2
53422024-04-30T23:05:17.109Z Fresh pest_generator v2.7.6
53432024-04-30T23:05:17.109Z Fresh gimli v0.28.0
53442024-04-30T23:05:17.109Z Fresh mime v0.3.17
53452024-04-30T23:05:17.109Z Fresh untrusted v0.7.1
53462024-04-30T23:05:17.110Z Fresh pest_derive v2.7.6
53472024-04-30T23:05:17.110Z Fresh ring v0.16.20
53482024-04-30T23:05:17.110Z Fresh openssl v0.10.64
53492024-04-30T23:05:17.110Z Fresh addr2line v0.21.0
53502024-04-30T23:05:17.110Z Fresh futures v0.3.30
53512024-04-30T23:05:17.110Z Fresh object v0.32.1
53522024-04-30T23:05:17.110Z Fresh winnow v0.5.15
53532024-04-30T23:05:17.110Z Fresh ipnet v2.9.0
53542024-04-30T23:05:17.110Z Fresh rustc-demangle v0.1.23
53552024-04-30T23:05:17.110Z Fresh sct v0.7.0
53562024-04-30T23:05:17.110Z Fresh crossbeam-utils v0.8.19
53572024-04-30T23:05:17.110Z Fresh backtrace v0.3.69
53582024-04-30T23:05:17.110Z Fresh toml_edit v0.19.15
53592024-04-30T23:05:17.111Z Fresh rustls-webpki v0.101.7
53602024-04-30T23:05:17.111Z Fresh unicode-xid v0.2.4
53612024-04-30T23:05:17.111Z Fresh anyhow v1.0.82
53622024-04-30T23:05:17.111Z Fresh rustls v0.21.9
53632024-04-30T23:05:17.111Z Fresh native-tls v0.2.11
53642024-04-30T23:05:17.112Z Fresh serde_urlencoded v0.7.1
53652024-04-30T23:05:17.112Z Fresh idna v0.3.0
53662024-04-30T23:05:17.112Z Fresh thread-id v4.2.0
53672024-04-30T23:05:17.112Z Fresh encoding_rs v0.8.33
53682024-04-30T23:05:17.127Z Fresh utf8parse v0.2.1
53692024-04-30T23:05:17.127Z Fresh psl-types v2.0.11
53702024-04-30T23:05:17.127Z Fresh tokio-native-tls v0.3.1
53712024-04-30T23:05:17.127Z Fresh cookie v0.17.0
53722024-04-30T23:05:17.127Z Fresh tokio-rustls v0.24.1
53732024-04-30T23:05:17.127Z Fresh bitflags v1.3.2
53742024-04-30T23:05:17.127Z Fresh rustls-pemfile v1.0.3
53752024-04-30T23:05:17.127Z Fresh openapiv3 v2.0.0
53762024-04-30T23:05:17.127Z Fresh publicsuffix v2.2.3
53772024-04-30T23:05:17.127Z Fresh hyper-rustls v0.24.2
53782024-04-30T23:05:17.127Z Fresh hyper-tls v0.5.0
53792024-04-30T23:05:17.127Z Fresh webpki-roots v0.25.2
53802024-04-30T23:05:17.127Z Fresh base64ct v1.6.0
53812024-04-30T23:05:17.127Z Fresh anstyle v1.0.6
53822024-04-30T23:05:17.127Z Fresh sync_wrapper v0.1.2
53832024-04-30T23:05:17.127Z Fresh rustc_version v0.4.0
53842024-04-30T23:05:17.127Z Fresh cookie_store v0.20.0
53852024-04-30T23:05:17.128Z Fresh scroll_derive v0.12.0
53862024-04-30T23:05:17.128Z Fresh plain v0.2.3
53872024-04-30T23:05:17.128Z Fresh data-encoding v2.4.0
53882024-04-30T23:05:17.128Z Fresh pem-rfc7468 v0.7.0
53892024-04-30T23:05:17.128Z Fresh anstyle-parse v0.2.1
53902024-04-30T23:05:17.128Z Fresh der_derive v0.7.2
53912024-04-30T23:05:17.128Z Fresh reqwest v0.11.24
53922024-04-30T23:05:17.128Z Fresh scroll v0.12.0
53932024-04-30T23:05:17.128Z Fresh colorchoice v1.0.0
53942024-04-30T23:05:17.128Z Fresh anstyle-query v1.0.0
53952024-04-30T23:05:17.128Z Fresh flagset v0.4.3
53962024-04-30T23:05:17.128Z Fresh bit-vec v0.6.3
53972024-04-30T23:05:17.128Z Fresh pretty-hex v0.4.1
53982024-04-30T23:05:17.128Z Fresh goblin v0.8.0
53992024-04-30T23:05:17.128Z Fresh unicode-segmentation v1.10.1
54002024-04-30T23:05:17.128Z Fresh der v0.7.8
54012024-04-30T23:05:17.128Z Fresh anstream v0.6.11
54022024-04-30T23:05:17.128Z Fresh dtrace-parser v0.2.0
54032024-04-30T23:05:17.128Z Fresh terminal_size v0.3.0
54042024-04-30T23:05:17.128Z Fresh dof v0.3.0
54052024-04-30T23:05:17.129Z Fresh num-integer v0.1.46
54062024-04-30T23:05:17.129Z Fresh strsim v0.11.0
54072024-04-30T23:05:17.129Z Fresh siphasher v0.3.11
54082024-04-30T23:05:17.129Z Fresh heck v0.5.0
54092024-04-30T23:05:17.129Z Fresh clap_lex v0.7.0
54102024-04-30T23:05:17.129Z Fresh crc32fast v1.3.2
54112024-04-30T23:05:17.129Z Fresh spki v0.7.2
54122024-04-30T23:05:17.129Z Fresh clap_derive v4.5.4
54132024-04-30T23:05:17.129Z Fresh clap_builder v4.5.2
54142024-04-30T23:05:17.129Z Fresh usdt-impl v0.5.0
54152024-04-30T23:05:17.129Z Fresh synstructure v0.12.6
54162024-04-30T23:05:17.129Z Fresh crossbeam-epoch v0.9.18
54172024-04-30T23:05:17.129Z Fresh itertools v0.10.5
54182024-04-30T23:05:17.129Z Fresh stable_deref_trait v1.2.0
54192024-04-30T23:05:17.129Z Fresh bit-set v0.5.3
54202024-04-30T23:05:17.129Z Fresh clap v4.5.4
54212024-04-30T23:05:17.129Z Fresh zerocopy-derive v0.2.0
54222024-04-30T23:05:17.129Z Fresh hex v0.4.3
54232024-04-30T23:05:17.129Z Fresh base64 v0.22.0
54242024-04-30T23:05:17.129Z Fresh pkcs8 v0.10.2
54252024-04-30T23:05:17.129Z Fresh toml v0.7.8
54262024-04-30T23:05:17.129Z Fresh zerocopy-derive v0.6.6
54272024-04-30T23:05:17.129Z Fresh zerocopy v0.3.0
54282024-04-30T23:05:17.129Z Fresh fixedbitset v0.4.2
54292024-04-30T23:05:17.129Z Fresh winnow v0.6.1
54302024-04-30T23:05:17.130Z Fresh managed v0.8.0
54312024-04-30T23:05:17.130Z Fresh zerocopy v0.6.6
54322024-04-30T23:05:17.130Z Fresh phf_shared v0.10.0
54332024-04-30T23:05:17.130Z Fresh dof v0.1.5
54342024-04-30T23:05:17.130Z Fresh petgraph v0.6.4
54352024-04-30T23:05:17.130Z Fresh toml_edit v0.22.12
54362024-04-30T23:05:17.130Z Fresh flate2 v1.0.28
54372024-04-30T23:05:17.130Z Fresh dtrace-parser v0.1.14
54382024-04-30T23:05:17.130Z Fresh sha2 v0.10.8
54392024-04-30T23:05:17.130Z Fresh ipnetwork v0.20.0
54402024-04-30T23:05:17.130Z Fresh minimal-lexical v0.2.1
54412024-04-30T23:05:17.130Z Fresh precomputed-hash v0.1.1
54422024-04-30T23:05:17.130Z Fresh static_assertions v1.1.0
54432024-04-30T23:05:17.130Z Fresh new_debug_unreachable v1.0.4
54442024-04-30T23:05:17.130Z Fresh usdt-impl v0.3.5
54452024-04-30T23:05:17.130Z Fresh signal-hook v0.3.17
54462024-04-30T23:05:17.130Z Fresh num-iter v0.1.44
54472024-04-30T23:05:17.130Z Fresh hmac v0.12.1
54482024-04-30T23:05:17.130Z Fresh nom v7.1.3
54492024-04-30T23:05:17.130Z Fresh string_cache v0.8.7
54502024-04-30T23:05:17.130Z Fresh serde_tokenstream v0.1.7
54512024-04-30T23:05:17.130Z Fresh lalrpop-util v0.19.12
54522024-04-30T23:05:17.130Z Fresh regex-automata v0.1.10
54532024-04-30T23:05:17.130Z Fresh matches v0.1.10
54542024-04-30T23:05:17.131Z Fresh usdt-macro v0.3.5
54552024-04-30T23:05:17.131Z Fresh usdt-attr-macro v0.3.5
54562024-04-30T23:05:17.131Z Fresh bstr v0.2.17
54572024-04-30T23:05:17.131Z Fresh signal-hook-mio v0.2.3
54582024-04-30T23:05:17.131Z Fresh idna v0.2.3
54592024-04-30T23:05:17.131Z Fresh bzip2-sys v0.1.11+1.0.8
54602024-04-30T23:05:17.131Z Fresh block-padding v0.3.3
54612024-04-30T23:05:17.131Z Fresh enum-as-inner v0.5.1
54622024-04-30T23:05:17.131Z Fresh scheduled-thread-pool v0.2.7
54632024-04-30T23:05:17.131Z Fresh diesel_table_macro_syntax v0.1.0
54642024-04-30T23:05:17.131Z Fresh hash32 v0.2.1
54652024-04-30T23:05:17.131Z Fresh predicates-core v1.0.6
54662024-04-30T23:05:17.131Z Fresh heapless v0.7.16
54672024-04-30T23:05:17.131Z Fresh trust-dns-proto v0.22.0
54682024-04-30T23:05:17.146Z Fresh r2d2 v0.8.10
54692024-04-30T23:05:17.146Z Fresh inout v0.1.3
54702024-04-30T23:05:17.146Z Fresh diesel_derives v2.1.2
54712024-04-30T23:05:17.146Z Fresh bzip2 v0.4.4
54722024-04-30T23:05:17.146Z Fresh usdt v0.3.5
54732024-04-30T23:05:17.146Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
54742024-04-30T23:05:17.146Z Fresh crossterm v0.27.0
54752024-04-30T23:05:17.146Z Fresh console v0.15.8
54762024-04-30T23:05:17.146Z Fresh md-5 v0.10.5
54772024-04-30T23:05:17.146Z Fresh stringprep v0.1.3
54782024-04-30T23:05:17.146Z Fresh bstr v1.9.0
54792024-04-30T23:05:17.146Z Fresh ff v0.13.0
54802024-04-30T23:05:17.147Z Fresh float-cmp v0.9.0
54812024-04-30T23:05:17.147Z Fresh hubpack_derive v0.1.1
54822024-04-30T23:05:17.147Z Fresh fallible-iterator v0.2.0
54832024-04-30T23:05:17.147Z Fresh difflib v0.4.0
54842024-04-30T23:05:17.147Z Fresh normalize-line-endings v0.3.0
54852024-04-30T23:05:17.147Z Fresh base16ct v0.2.0
54862024-04-30T23:05:17.147Z Fresh sec1 v0.7.3
54872024-04-30T23:05:17.147Z Fresh predicates v3.1.0
54882024-04-30T23:05:17.147Z Fresh group v0.13.0
54892024-04-30T23:05:17.147Z Fresh hubpack v0.1.2
54902024-04-30T23:05:17.147Z Fresh postgres-protocol v0.6.6
54912024-04-30T23:05:17.147Z Fresh smoltcp v0.9.1
54922024-04-30T23:05:17.147Z Fresh num-bigint v0.4.4
54932024-04-30T23:05:17.147Z Fresh diesel v2.1.6
54942024-04-30T23:05:17.147Z Fresh zip v0.6.6
54952024-04-30T23:05:17.147Z Fresh cipher v0.4.4
54962024-04-30T23:05:17.147Z Fresh similar v2.4.0
54972024-04-30T23:05:17.147Z Fresh hkdf v0.12.4
54982024-04-30T23:05:17.147Z Fresh phf_shared v0.11.2
54992024-04-30T23:05:17.147Z Fresh strum_macros v0.25.2
55002024-04-30T23:05:17.147Z Fresh crypto-bigint v0.5.2
55012024-04-30T23:05:17.147Z Fresh serde_repr v0.1.16
55022024-04-30T23:05:17.148Z Fresh peg-runtime v0.8.2
55032024-04-30T23:05:17.148Z Fresh phf v0.11.2
55042024-04-30T23:05:17.148Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
55052024-04-30T23:05:17.148Z Fresh elliptic-curve v0.13.8
55062024-04-30T23:05:17.148Z Fresh postgres-types v0.2.6
55072024-04-30T23:05:17.148Z Fresh yasna v0.5.2
55082024-04-30T23:05:17.148Z Fresh whoami v1.5.1
55092024-04-30T23:05:17.148Z Fresh tokio-stream v0.1.15
55102024-04-30T23:05:17.148Z Fresh tokio-postgres v0.7.10
55112024-04-30T23:05:17.148Z Fresh serde_tokenstream v0.2.0
55122024-04-30T23:05:17.148Z Fresh regress v0.9.1
55132024-04-30T23:05:17.148Z Fresh getopts v0.2.21
55142024-04-30T23:05:17.148Z Fresh unsafe-libyaml v0.2.10
55152024-04-30T23:05:17.148Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
55162024-04-30T23:05:17.148Z Fresh is-terminal v0.4.9
55172024-04-30T23:05:17.148Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
55182024-04-30T23:05:17.148Z Fresh serde_yaml v0.9.25
55192024-04-30T23:05:17.148Z Fresh strsim v0.10.0
55202024-04-30T23:05:17.148Z Fresh ident_case v1.0.1
55212024-04-30T23:05:17.148Z Fresh dirs-sys-next v0.1.2
55222024-04-30T23:05:17.148Z Fresh fastrand v2.0.1
55232024-04-30T23:05:17.148Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
55242024-04-30T23:05:17.149Z Fresh camino v1.1.6
55252024-04-30T23:05:17.149Z Fresh darling_core v0.20.8
55262024-04-30T23:05:17.149Z Fresh dirs-next v2.0.0
55272024-04-30T23:05:17.149Z Fresh tempfile v3.10.1
55282024-04-30T23:05:17.149Z Fresh strum_macros v0.26.1
55292024-04-30T23:05:17.149Z Fresh sha1 v0.10.6
55302024-04-30T23:05:17.149Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
55312024-04-30T23:05:17.149Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
55322024-04-30T23:05:17.149Z Fresh darling_macro v0.20.8
55332024-04-30T23:05:17.149Z Fresh strum v0.26.2
55342024-04-30T23:05:17.149Z Fresh term v0.7.0
55352024-04-30T23:05:17.149Z Fresh http v1.0.0
55362024-04-30T23:05:17.149Z Fresh toml v0.8.12
55372024-04-30T23:05:17.149Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
55382024-04-30T23:05:17.149Z Fresh darling v0.20.8
55392024-04-30T23:05:17.149Z Fresh match_cfg v0.1.0
55402024-04-30T23:05:17.149Z Fresh rustls-pki-types v1.3.0
55412024-04-30T23:05:17.149Z Fresh quick-error v1.2.3
55422024-04-30T23:05:17.149Z Fresh crossbeam-channel v0.5.8
55432024-04-30T23:05:17.149Z Fresh thread_local v1.1.7
55442024-04-30T23:05:17.149Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
55452024-04-30T23:05:17.149Z Fresh paste v1.0.14
55462024-04-30T23:05:17.149Z Fresh hostname v0.3.1
55472024-04-30T23:05:17.149Z Fresh rustls-webpki v0.102.1
55482024-04-30T23:05:17.150Z Fresh instant v0.1.12
55492024-04-30T23:05:17.150Z Fresh take_mut v0.2.2
55502024-04-30T23:05:17.150Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
55512024-04-30T23:05:17.150Z Fresh rustls-pemfile v2.1.2
55522024-04-30T23:05:17.150Z Fresh slog-term v2.9.1
55532024-04-30T23:05:17.150Z Fresh debug-ignore v1.0.5
55542024-04-30T23:05:17.150Z Fresh serde_with_macros v3.7.0
55552024-04-30T23:05:17.150Z Fresh slog-async v2.8.0
55562024-04-30T23:05:17.150Z Fresh rustls v0.22.4
55572024-04-30T23:05:17.150Z Fresh slog-json v2.6.1
55582024-04-30T23:05:17.150Z Fresh newtype-uuid v1.1.0
55592024-04-30T23:05:17.150Z Fresh async-stream-impl v0.3.5
55602024-04-30T23:05:17.150Z Fresh wait-timeout v0.2.0
55612024-04-30T23:05:17.150Z Fresh tokio-rustls v0.25.0
55622024-04-30T23:05:17.150Z Fresh atomic-waker v1.1.1
55632024-04-30T23:05:17.150Z Fresh slog-bunyan v2.5.0
55642024-04-30T23:05:17.150Z Fresh multer v3.0.0
55652024-04-30T23:05:17.150Z Fresh async-stream v0.3.5
55662024-04-30T23:05:17.150Z Fresh serde_with v3.7.0
55672024-04-30T23:05:17.150Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55682024-04-30T23:05:17.163Z Fresh waitgroup v0.1.2
55692024-04-30T23:05:17.163Z Fresh serde_path_to_error v0.1.16
55702024-04-30T23:05:17.163Z Fresh structmeta-derive v0.3.0
55712024-04-30T23:05:17.163Z Fresh rusty-fork v0.3.0
55722024-04-30T23:05:17.164Z Fresh rand_xorshift v0.3.0
55732024-04-30T23:05:17.164Z Fresh structmeta-derive v0.2.0
55742024-04-30T23:05:17.164Z Fresh unarray v0.1.4
55752024-04-30T23:05:17.164Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55762024-04-30T23:05:17.164Z Fresh structmeta v0.3.0
55772024-04-30T23:05:17.164Z Fresh structmeta v0.2.0
55782024-04-30T23:05:17.164Z Fresh proptest v1.4.0
55792024-04-30T23:05:17.164Z Fresh backoff v0.4.0
55802024-04-30T23:05:17.164Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55812024-04-30T23:05:17.164Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
55822024-04-30T23:05:17.164Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
55832024-04-30T23:05:17.164Z Fresh parse-display-derive v0.9.0
55842024-04-30T23:05:17.164Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55852024-04-30T23:05:17.164Z Fresh test-strategy v0.3.1
55862024-04-30T23:05:17.164Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55872024-04-30T23:05:17.164Z Fresh macaddr v1.0.1
55882024-04-30T23:05:17.164Z Fresh camino-tempfile v1.1.1
55892024-04-30T23:05:17.164Z Fresh parse-display v0.9.0
55902024-04-30T23:05:17.164Z Fresh proc-macro-crate v1.3.1
55912024-04-30T23:05:17.164Z Fresh foreign-types-macros v0.2.3
55922024-04-30T23:05:17.164Z Fresh proc-macro-error-attr v1.0.4
55932024-04-30T23:05:17.164Z Fresh num_enum_derive v0.5.11
55942024-04-30T23:05:17.165Z Fresh foreign-types-shared v0.3.1
55952024-04-30T23:05:17.165Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55962024-04-30T23:05:17.165Z Fresh proc-macro-error v1.0.4
55972024-04-30T23:05:17.165Z Fresh num_enum v0.5.11
55982024-04-30T23:05:17.165Z Fresh foreign-types v0.5.0
55992024-04-30T23:05:17.165Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
56002024-04-30T23:05:17.165Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
56012024-04-30T23:05:17.165Z Fresh cstr-argument v0.1.2
56022024-04-30T23:05:17.165Z Fresh pretty-hex v0.2.1
56032024-04-30T23:05:17.165Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
56042024-04-30T23:05:17.165Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
56052024-04-30T23:05:17.165Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
56062024-04-30T23:05:17.165Z Fresh tabwriter v1.4.0
56072024-04-30T23:05:17.165Z Fresh colored v2.1.0
56082024-04-30T23:05:17.165Z Fresh socket2 v0.4.9
56092024-04-30T23:05:17.165Z Fresh smf v0.2.3
56102024-04-30T23:05:17.165Z Fresh humantime v2.1.0
56112024-04-30T23:05:17.165Z Fresh termcolor v1.2.0
56122024-04-30T23:05:17.165Z Fresh same-file v1.0.6
56132024-04-30T23:05:17.165Z Fresh usdt-attr-macro v0.5.0
56142024-04-30T23:05:17.165Z Fresh usdt-macro v0.5.0
56152024-04-30T23:05:17.165Z Fresh memmap v0.7.0
56162024-04-30T23:05:17.165Z Fresh hash32 v0.3.1
56172024-04-30T23:05:17.165Z Fresh embedded-io v0.4.0
56182024-04-30T23:05:17.166Z Fresh walkdir v2.5.0
56192024-04-30T23:05:17.166Z Fresh usdt v0.5.0
56202024-04-30T23:05:17.166Z Fresh cobs v0.2.3
56212024-04-30T23:05:17.166Z Fresh filetime v0.2.23
56222024-04-30T23:05:17.166Z Fresh xattr v1.0.1
56232024-04-30T23:05:17.166Z Fresh heapless v0.8.0
56242024-04-30T23:05:17.166Z Fresh postcard v1.0.8
56252024-04-30T23:05:17.166Z Fresh termtree v0.4.1
56262024-04-30T23:05:17.166Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56272024-04-30T23:05:17.166Z Fresh tar v0.4.40
56282024-04-30T23:05:17.166Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56292024-04-30T23:05:17.166Z Fresh smoltcp v0.11.0
56302024-04-30T23:05:17.166Z Fresh crucible-workspace-hack v0.1.0
56312024-04-30T23:05:17.166Z Fresh predicates-tree v1.0.9
56322024-04-30T23:05:17.166Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56332024-04-30T23:05:17.166Z Fresh newline-converter v0.3.0
56342024-04-30T23:05:17.166Z Fresh sigpipe v0.1.3
56352024-04-30T23:05:17.166Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56362024-04-30T23:05:17.166Z Fresh arc-swap v1.6.0
56372024-04-30T23:05:17.166Z Fresh utf-8 v0.7.6
56382024-04-30T23:05:17.166Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
56392024-04-30T23:05:17.166Z Fresh expectorate v1.1.0
56402024-04-30T23:05:17.167Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
56412024-04-30T23:05:17.167Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56422024-04-30T23:05:17.167Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
56432024-04-30T23:05:17.167Z Fresh slog-scope v4.4.0
56442024-04-30T23:05:17.167Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
56452024-04-30T23:05:17.167Z Fresh mockall_derive v0.12.1
56462024-04-30T23:05:17.167Z Fresh num-derive v0.4.0
56472024-04-30T23:05:17.167Z Fresh fragile v2.0.0
56482024-04-30T23:05:17.167Z Fresh downcast v0.11.0
56492024-04-30T23:05:17.167Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56502024-04-30T23:05:17.167Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
56512024-04-30T23:05:17.167Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
56522024-04-30T23:05:17.167Z Fresh mockall v0.12.1
56532024-04-30T23:05:17.167Z Fresh slog-stdlog v4.1.1
56542024-04-30T23:05:17.167Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
56552024-04-30T23:05:17.167Z Fresh tungstenite v0.20.1
56562024-04-30T23:05:17.167Z Fresh atty v0.2.14
56572024-04-30T23:05:17.167Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
56582024-04-30T23:05:17.167Z Fresh slog-envlogger v2.2.0
56592024-04-30T23:05:17.167Z Fresh tokio-tungstenite v0.20.1
56602024-04-30T23:05:17.167Z Fresh pem v3.0.4
56612024-04-30T23:05:17.167Z Fresh env_logger v0.9.3
56622024-04-30T23:05:17.167Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56632024-04-30T23:05:17.168Z Fresh bitstruct_derive v0.1.0
56642024-04-30T23:05:17.168Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56652024-04-30T23:05:17.168Z Fresh ascii v1.1.0
56662024-04-30T23:05:17.168Z Fresh bitstruct v0.1.1
56672024-04-30T23:05:17.168Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56682024-04-30T23:05:17.183Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56692024-04-30T23:05:17.183Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56702024-04-30T23:05:17.183Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56712024-04-30T23:05:17.183Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
56722024-04-30T23:05:17.183Z Fresh serde_arrays v0.1.0
56732024-04-30T23:05:17.183Z Fresh erased-serde v0.3.31
56742024-04-30T23:05:17.183Z Fresh heck v0.3.3
56752024-04-30T23:05:17.183Z Fresh tungstenite v0.21.0
56762024-04-30T23:05:17.183Z Fresh password-hash v0.5.0
56772024-04-30T23:05:17.183Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56782024-04-30T23:05:17.183Z Fresh zone_cfg_derive v0.1.2
56792024-04-30T23:05:17.183Z Fresh blake2 v0.10.6
56802024-04-30T23:05:17.183Z Fresh base64 v0.13.1
56812024-04-30T23:05:17.183Z Fresh tokio-tungstenite v0.21.0
56822024-04-30T23:05:17.183Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56832024-04-30T23:05:17.183Z Fresh portpicker v0.1.1
56842024-04-30T23:05:17.184Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56852024-04-30T23:05:17.184Z Fresh ron v0.7.1
56862024-04-30T23:05:17.184Z Fresh argon2 v0.5.3
56872024-04-30T23:05:17.184Z Fresh zone v0.1.8
56882024-04-30T23:05:17.184Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
56892024-04-30T23:05:17.184Z Fresh headers-core v0.2.0
56902024-04-30T23:05:17.184Z Fresh derive-where v1.2.7
56912024-04-30T23:05:17.184Z Fresh swrite v0.1.0
56922024-04-30T23:05:17.184Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56932024-04-30T23:05:17.184Z Fresh headers v0.3.9
56942024-04-30T23:05:17.184Z Fresh rcgen v0.12.1
56952024-04-30T23:05:17.184Z Fresh atomicwrites v0.4.3
56962024-04-30T23:05:17.184Z Fresh subprocess v0.2.9
56972024-04-30T23:05:17.184Z Fresh semver v0.1.20
56982024-04-30T23:05:17.185Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
56992024-04-30T23:05:17.185Z Fresh rustc_version v0.1.7
57002024-04-30T23:05:17.185Z Fresh bytecount v0.6.3
57012024-04-30T23:05:17.185Z Fresh tabled_derive v0.7.0
57022024-04-30T23:05:17.185Z Fresh glob v0.3.1
57032024-04-30T23:05:17.185Z Fresh linked-hash-map v0.5.6
57042024-04-30T23:05:17.185Z Fresh itertools v0.12.1
57052024-04-30T23:05:17.185Z Fresh papergrid v0.11.0
57062024-04-30T23:05:17.185Z Fresh lru-cache v0.1.2
57072024-04-30T23:05:17.185Z Fresh tabled v0.15.0
57082024-04-30T23:05:17.185Z Fresh tap v1.0.1
57092024-04-30T23:05:17.185Z Fresh crossbeam-deque v0.8.3
57102024-04-30T23:05:17.185Z Fresh newtype_derive v0.1.6
57112024-04-30T23:05:17.185Z Fresh radium v0.7.0
57122024-04-30T23:05:17.185Z Fresh cancel-safe-futures v0.1.5
57132024-04-30T23:05:17.185Z Fresh wyz v0.5.1
57142024-04-30T23:05:17.185Z Fresh half v2.3.1
57152024-04-30T23:05:17.186Z Fresh funty v2.0.0
57162024-04-30T23:05:17.186Z Fresh steno v0.4.0
57172024-04-30T23:05:17.186Z Fresh ciborium-io v0.2.2
57182024-04-30T23:05:17.186Z Fresh crc-catalog v2.2.0
57192024-04-30T23:05:17.186Z Fresh bitvec v1.0.1
57202024-04-30T23:05:17.186Z Fresh rayon-core v1.12.1
57212024-04-30T23:05:17.186Z Fresh ciborium-ll v0.2.2
57222024-04-30T23:05:17.186Z Fresh crc v3.0.1
57232024-04-30T23:05:17.186Z Fresh maybe-uninit v2.0.0
57242024-04-30T23:05:17.186Z Fresh libsw v3.3.1
57252024-04-30T23:05:17.186Z Fresh packed_struct_codegen v0.10.1
57262024-04-30T23:05:17.186Z
57272024-04-30T23:05:17.186Zrunning 7 tests
57282024-04-30T23:05:17.186Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
57292024-04-30T23:05:17.186Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
57302024-04-30T23:05:17.186Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
57312024-04-30T23:05:17.186Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
57322024-04-30T23:05:17.187Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
57332024-04-30T23:05:17.187Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
57342024-04-30T23:05:17.187Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
57352024-04-30T23:05:17.187Z
57362024-04-30T23:05:17.187Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
57372024-04-30T23:05:17.187Z
57382024-04-30T23:05:17.187Z Fresh linear-map v1.2.0
57392024-04-30T23:05:17.187Z Fresh owo-colors v4.0.0
57402024-04-30T23:05:17.187Z Fresh nodrop v0.1.14
57412024-04-30T23:05:17.187Z Fresh smallvec v0.6.14
57422024-04-30T23:05:17.187Z Fresh num-bigint-dig v0.8.4
57432024-04-30T23:05:17.187Z Fresh packed_struct v0.10.1
57442024-04-30T23:05:17.187Z Fresh ciborium v0.2.2
57452024-04-30T23:05:17.187Z Fresh array-init v0.0.4
57462024-04-30T23:05:17.187Z Fresh num-rational v0.4.1
57472024-04-30T23:05:17.187Z Fresh rayon v1.10.0
57482024-04-30T23:05:17.188Z Fresh pkcs1 v0.7.5
57492024-04-30T23:05:17.188Z Fresh signature v2.1.0
57502024-04-30T23:05:17.188Z Fresh num-complex v0.4.5
57512024-04-30T23:05:17.188Z Fresh hashbrown v0.12.3
57522024-04-30T23:05:17.188Z Fresh bitfield v0.14.0
57532024-04-30T23:05:17.188Z Fresh rsa v0.9.2
57542024-04-30T23:05:17.188Z Fresh serde-hex v0.1.0
57552024-04-30T23:05:17.188Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
57562024-04-30T23:05:17.188Z Fresh env_logger v0.10.0
57572024-04-30T23:05:17.188Z Fresh x509-cert v0.2.4
57582024-04-30T23:05:17.188Z Fresh num v0.4.2
57592024-04-30T23:05:17.188Z Fresh indexmap v1.9.3
57602024-04-30T23:05:17.188Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
57612024-04-30T23:05:17.188Z Fresh ron v0.8.1
57622024-04-30T23:05:17.189Z Fresh hashbrown v0.13.2
57632024-04-30T23:05:17.189Z Fresh crc-any v2.4.3
57642024-04-30T23:05:17.189Z Fresh display-error-chain v0.2.0
57652024-04-30T23:05:17.189Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
57662024-04-30T23:05:17.189Z Fresh object v0.30.4
57672024-04-30T23:05:17.189Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
57682024-04-30T23:05:17.256Z Fresh resolv-conf v0.7.0
57692024-04-30T23:05:17.257Z Fresh path-slash v0.1.5
57702024-04-30T23:05:17.257Z Fresh trust-dns-resolver v0.22.0
57712024-04-30T23:05:17.257Z Fresh slog-dtrace v0.3.0
57722024-04-30T23:05:17.257Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
57732024-04-30T23:05:17.258Z Fresh convert_case v0.4.0
57742024-04-30T23:05:17.258Z Fresh home v0.5.5
57752024-04-30T23:05:17.258Z Fresh arrayref v0.3.7
57762024-04-30T23:05:17.258Z Fresh derive_more v0.99.17
57772024-04-30T23:05:17.258Z Fresh arrayvec v0.7.4
57782024-04-30T23:05:17.258Z Fresh async-recursion v1.1.0
57792024-04-30T23:05:17.259Z Fresh pin-project-internal v1.1.3
57802024-04-30T23:05:17.259Z Fresh constant_time_eq v0.3.0
57812024-04-30T23:05:17.259Z Fresh pin-project v1.1.3
57822024-04-30T23:05:17.259Z Fresh nibble_vec v0.1.0
57832024-04-30T23:05:17.259Z Fresh fxhash v0.2.1
57842024-04-30T23:05:17.259Z Fresh diff v0.1.13
57852024-04-30T23:05:17.259Z Fresh endian-type v0.1.2
57862024-04-30T23:05:17.259Z Fresh crunchy v0.2.2
57872024-04-30T23:05:17.259Z Fresh radix_trie v0.2.1
57882024-04-30T23:05:17.259Z Fresh prettyplease v0.2.19
57892024-04-30T23:05:17.260Z Fresh memmap2 v0.7.1
57902024-04-30T23:05:17.260Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57912024-04-30T23:05:17.260Z Fresh tiny-keccak v2.0.2
57922024-04-30T23:05:17.260Z Fresh buf-list v1.0.3
57932024-04-30T23:05:17.260Z Fresh blake3 v1.5.0
57942024-04-30T23:05:17.260Z Fresh libefi-sys v0.1.0
57952024-04-30T23:05:17.260Z Fresh ascii-canvas v3.0.0
57962024-04-30T23:05:17.260Z Fresh gethostname v0.4.3
57972024-04-30T23:05:17.260Z Fresh ena v0.14.2
57982024-04-30T23:05:17.260Z Fresh libloading v0.7.4
57992024-04-30T23:05:17.261Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
58002024-04-30T23:05:17.261Z Fresh topological-sort v0.2.2
58012024-04-30T23:05:17.261Z Fresh regex-syntax v0.6.29
58022024-04-30T23:05:17.261Z Fresh keccak v0.1.4
58032024-04-30T23:05:17.261Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
58042024-04-30T23:05:17.261Z Fresh lalrpop v0.19.12
58052024-04-30T23:05:17.261Z Fresh sha3 v0.10.8
58062024-04-30T23:05:17.261Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
58072024-04-30T23:05:17.261Z Fresh clang-sys v1.6.1
58082024-04-30T23:05:17.262Z Fresh omicron-zone-package v0.11.0
58092024-04-30T23:05:17.262Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
58102024-04-30T23:05:17.262Z Fresh cexpr v0.6.0
58112024-04-30T23:05:17.262Z Fresh which v4.4.0
58122024-04-30T23:05:17.262Z Fresh secrecy v0.8.0
58132024-04-30T23:05:17.262Z Fresh rustc-hash v1.1.0
58142024-04-30T23:05:17.262Z Fresh shlex v1.3.0
58152024-04-30T23:05:17.262Z Fresh lazycell v1.3.0
58162024-04-30T23:05:17.263Z Fresh peeking_take_while v0.1.2
58172024-04-30T23:05:17.263Z Fresh toolchain_find v0.4.0
58182024-04-30T23:05:17.263Z Fresh bindgen v0.69.2
58192024-04-30T23:05:17.263Z Fresh derive_builder_core v0.20.0
58202024-04-30T23:05:17.263Z Fresh ref-cast-impl v1.0.22
58212024-04-30T23:05:17.264Z Fresh maplit v1.0.2
58222024-04-30T23:05:17.264Z Fresh signature v1.6.4
58232024-04-30T23:05:17.264Z Fresh derive_builder_macro v0.20.0
58242024-04-30T23:05:17.264Z Fresh ed25519 v1.5.3
58252024-04-30T23:05:17.264Z Fresh ref-cast v1.0.22
58262024-04-30T23:05:17.264Z Fresh memoffset v0.7.1
58272024-04-30T23:05:17.264Z Fresh rustfmt-wrapper v0.2.1
58282024-04-30T23:05:17.264Z Fresh strum_macros v0.24.3
58292024-04-30T23:05:17.265Z Fresh snafu-derive v0.8.2
58302024-04-30T23:05:17.265Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
58312024-04-30T23:05:17.265Z Fresh vte_generate_state_changes v0.1.1
58322024-04-30T23:05:17.265Z Fresh indoc v1.0.9
58332024-04-30T23:05:17.265Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
58342024-04-30T23:05:17.265Z Fresh vte v0.11.1
58352024-04-30T23:05:17.265Z Fresh polar-core v0.27.3
58362024-04-30T23:05:17.265Z Fresh platforms v3.0.2
58372024-04-30T23:05:17.265Z Fresh snafu v0.8.2
58382024-04-30T23:05:17.266Z Fresh salty v0.2.0
58392024-04-30T23:05:17.266Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
58402024-04-30T23:05:17.266Z Fresh derive_builder v0.20.0
58412024-04-30T23:05:17.266Z Fresh libxml v0.3.3
58422024-04-30T23:05:17.266Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
58432024-04-30T23:05:17.266Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
58442024-04-30T23:05:17.266Z Fresh globset v0.4.13
58452024-04-30T23:05:17.267Z Fresh const_format_proc_macros v0.2.32
58462024-04-30T23:05:17.267Z Fresh bb8 v0.8.3
58472024-04-30T23:05:17.267Z Fresh olpc-cjson v0.1.3
58482024-04-30T23:05:17.267Z Fresh fd-lock v4.0.2
58492024-04-30T23:05:17.267Z Fresh serde-big-array v0.4.1
58502024-04-30T23:05:17.267Z Fresh quick-xml v0.31.0
58512024-04-30T23:05:17.267Z Fresh serde-big-array v0.5.1
58522024-04-30T23:05:17.268Z Fresh serde_plain v1.0.2
58532024-04-30T23:05:17.268Z Fresh impl-trait-for-tuples v0.2.2
58542024-04-30T23:05:17.268Z Fresh oso-derive v0.27.3
58552024-04-30T23:05:17.268Z Fresh cfg_aliases v0.1.1
58562024-04-30T23:05:17.268Z Fresh typed-path v0.7.0
58572024-04-30T23:05:17.268Z Fresh samael v0.0.15
58582024-04-30T23:05:17.268Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
58592024-04-30T23:05:17.268Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
58602024-04-30T23:05:17.268Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58612024-04-30T23:05:17.269Z Fresh oso v0.27.3
58622024-04-30T23:05:17.269Z Fresh tough v0.17.1
58632024-04-30T23:05:17.269Z Fresh const_format v0.2.32
58642024-04-30T23:05:17.269Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
58652024-04-30T23:05:17.269Z Fresh parking_lot_core v0.8.6
58662024-04-30T23:05:17.269Z Fresh cookie v0.18.1
58672024-04-30T23:05:17.269Z Fresh strip-ansi-escapes v0.2.0
58682024-04-30T23:05:17.297Z Fresh fs-err v2.11.0
58692024-04-30T23:05:17.298Z Fresh signal-hook-tokio v0.3.1
58702024-04-30T23:05:17.298Z Fresh corncobs v0.1.3
58712024-04-30T23:05:17.298Z Fresh nu-ansi-term v0.50.0
58722024-04-30T23:05:17.298Z Fresh parse-size v1.0.0
58732024-04-30T23:05:17.298Z Fresh parking_lot v0.11.2
58742024-04-30T23:05:17.298Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58752024-04-30T23:05:17.299Z Fresh reedline v0.31.0
58762024-04-30T23:05:17.299Z Fresh unicase v2.7.0
58772024-04-30T23:05:17.299Z Fresh trust-dns-client v0.22.0
58782024-04-30T23:05:17.299Z Fresh universal-hash v0.5.1
58792024-04-30T23:05:17.299Z Fresh toml v0.5.11
58802024-04-30T23:05:17.299Z Fresh thiserror-impl-no-std v2.0.2
58812024-04-30T23:05:17.299Z Fresh curve25519-dalek-derive v0.1.0
58822024-04-30T23:05:17.300Z Fresh opaque-debug v0.3.0
58832024-04-30T23:05:17.300Z Fresh nix v0.28.0
58842024-04-30T23:05:17.300Z Fresh trust-dns-server v0.22.1
58852024-04-30T23:05:17.300Z Fresh sled v0.34.7
58862024-04-30T23:05:17.300Z Fresh poly1305 v0.8.0
58872024-04-30T23:05:17.300Z Fresh curve25519-dalek v4.1.2
58882024-04-30T23:05:17.300Z Fresh thiserror-no-std v2.0.2
58892024-04-30T23:05:17.301Z Fresh peg-macros v0.8.2
58902024-04-30T23:05:17.301Z Fresh chacha20 v0.9.1
58912024-04-30T23:05:17.301Z Fresh aead v0.5.2
58922024-04-30T23:05:17.301Z Fresh kstat-rs v0.2.3
58932024-04-30T23:05:17.301Z Fresh sqlparser_derive v0.2.2
58942024-04-30T23:05:17.301Z Fresh nanorand v0.7.0
58952024-04-30T23:05:17.302Z Fresh unicode_categories v0.1.1
58962024-04-30T23:05:17.302Z Fresh vsss-rs v3.3.4
58972024-04-30T23:05:17.302Z Fresh chacha20poly1305 v0.10.1
58982024-04-30T23:05:17.302Z Fresh peg v0.8.2
58992024-04-30T23:05:17.302Z Fresh sqlparser v0.45.0
59002024-04-30T23:05:17.302Z Fresh flume v0.11.0
59012024-04-30T23:05:17.302Z Fresh sqlformat v0.2.3
59022024-04-30T23:05:17.302Z Fresh rustyline v14.0.0
59032024-04-30T23:05:17.303Z Fresh rand_seeder v0.2.3
59042024-04-30T23:05:17.303Z Fresh bcs v0.1.6
59052024-04-30T23:05:17.303Z Fresh highway v1.1.0
59062024-04-30T23:05:17.303Z Fresh portable-atomic v1.4.3
59072024-04-30T23:05:17.303Z Fresh mime_guess v2.0.4
59082024-04-30T23:05:17.303Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
59092024-04-30T23:05:17.304Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
59102024-04-30T23:05:17.304Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
59112024-04-30T23:05:17.304Z Fresh number_prefix v0.4.0
59122024-04-30T23:05:17.304Z Fresh http-range v0.1.5
59132024-04-30T23:05:17.304Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
59142024-04-30T23:05:17.304Z Fresh castaway v0.2.2
59152024-04-30T23:05:17.305Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
59162024-04-30T23:05:17.305Z Fresh lru v0.12.1
59172024-04-30T23:05:17.305Z Fresh indicatif v0.17.8
59182024-04-30T23:05:17.305Z Fresh hyper-staticfile v0.9.5
59192024-04-30T23:05:17.305Z Fresh compact_str v0.7.1
59202024-04-30T23:05:17.306Z Fresh stability v0.2.0
59212024-04-30T23:05:17.306Z Fresh assert_matches v1.5.0
59222024-04-30T23:05:17.306Z Fresh is_ci v1.2.0
59232024-04-30T23:05:17.306Z Fresh cassowary v0.3.0
59242024-04-30T23:05:17.306Z Fresh indoc v2.0.3
59252024-04-30T23:05:17.306Z Fresh supports-color v3.0.0
59262024-04-30T23:05:17.306Z Fresh ratatui v0.26.2
59272024-04-30T23:05:17.307Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
59282024-04-30T23:05:17.307Z Fresh rtoolbox v0.0.1
59292024-04-30T23:05:17.307Z Fresh unicode-linebreak v0.1.5
59302024-04-30T23:05:17.307Z Fresh smawk v0.3.1
59312024-04-30T23:05:17.307Z Fresh tui-tree-widget v0.19.0
59322024-04-30T23:05:17.308Z Fresh rpassword v7.3.1
59332024-04-30T23:05:17.308Z Fresh textwrap v0.16.1
59342024-04-30T23:05:17.308Z Fresh http-body v1.0.0
59352024-04-30T23:05:17.308Z Fresh tower-layer v0.3.2
59362024-04-30T23:05:17.308Z Fresh plotters-backend v0.3.5
59372024-04-30T23:05:17.308Z Fresh shell-words v1.1.0
59382024-04-30T23:05:17.309Z Fresh plotters-svg v0.3.5
59392024-04-30T23:05:17.309Z Fresh target-lexicon v0.12.13
59402024-04-30T23:05:17.309Z Fresh tower v0.4.13
59412024-04-30T23:05:17.309Z Fresh hyper v1.1.0
59422024-04-30T23:05:17.309Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
59432024-04-30T23:05:17.309Z Fresh cast v0.3.0
59442024-04-30T23:05:17.309Z Fresh yansi v0.5.1
59452024-04-30T23:05:17.309Z Fresh doc-comment v0.3.3
59462024-04-30T23:05:17.309Z Fresh pretty_assertions v1.4.0
59472024-04-30T23:05:17.309Z Fresh criterion-plot v0.5.0
59482024-04-30T23:05:17.310Z Fresh plotters v0.3.5
59492024-04-30T23:05:17.310Z Fresh cfg-expr v0.15.6
59502024-04-30T23:05:17.310Z Fresh guppy-workspace-hack v0.1.0
59512024-04-30T23:05:17.310Z Fresh hyper-util v0.1.2
59522024-04-30T23:05:17.310Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
59532024-04-30T23:05:17.310Z Fresh rustls-native-certs v0.7.0
59542024-04-30T23:05:17.310Z Fresh httptest v0.15.5
59552024-04-30T23:05:17.310Z Fresh fatfs v0.3.6
59562024-04-30T23:05:17.310Z Fresh escape8259 v0.5.2
59572024-04-30T23:05:17.310Z Fresh tinytemplate v1.2.1
59582024-04-30T23:05:17.310Z Fresh threadpool v1.8.1
59592024-04-30T23:05:17.311Z Fresh cargo-platform v0.1.3
59602024-04-30T23:05:17.311Z Fresh oorandom v11.1.3
59612024-04-30T23:05:17.311Z Fresh relative-path v1.9.0
59622024-04-30T23:05:17.311Z Fresh constant_time_eq v0.2.6
59632024-04-30T23:05:17.311Z Fresh anes v0.1.6
59642024-04-30T23:05:17.311Z Fresh hyper-rustls v0.26.0
59652024-04-30T23:05:17.311Z Fresh criterion v0.5.1
59662024-04-30T23:05:17.311Z Fresh blake2b_simd v1.0.1
59672024-04-30T23:05:17.311Z Fresh rstest_macros v0.19.0
59682024-04-30T23:05:17.329Z Fresh cargo_metadata v0.18.1
59692024-04-30T23:05:17.329Z Fresh libtest-mimic v0.7.2
59702024-04-30T23:05:17.329Z Fresh target-spec v3.1.0
59712024-04-30T23:05:17.330Z Fresh assert_cmd v2.0.14
59722024-04-30T23:05:17.330Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59732024-04-30T23:05:17.330Z Fresh pathdiff v0.2.1
59742024-04-30T23:05:17.330Z Fresh fancy-regex v0.13.0
59752024-04-30T23:05:17.330Z Fresh nested v0.1.1
59762024-04-30T23:05:17.331Z Fresh futures-timer v3.0.2
59772024-04-30T23:05:17.331Z Fresh trybuild v1.0.91
59782024-04-30T23:05:17.331Z Fresh datatest-stable v0.2.9
59792024-04-30T23:05:17.331Z Fresh rstest v0.19.0
59802024-04-30T23:05:17.331Z Fresh guppy v0.17.5
59812024-04-30T23:05:17.331Z Fresh rust-argon2 v2.1.0
59822024-04-30T23:05:17.331Z Fresh partial-io v0.5.4
59832024-04-30T23:05:17.331Z Fresh similar-asserts v1.5.0
59842024-04-30T23:05:17.331Z Fresh approx v0.5.1
59852024-04-30T23:05:17.331Z Fresh hex-literal v0.4.1
59862024-04-30T23:05:17.331Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59872024-04-30T23:05:17.332Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59882024-04-30T23:05:17.332Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59892024-04-30T23:05:17.332Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59902024-04-30T23:05:17.332Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59912024-04-30T23:05:17.332Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59922024-04-30T23:05:17.332Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59932024-04-30T23:05:17.332Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59942024-04-30T23:05:17.332Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
59952024-04-30T23:05:17.332Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59962024-04-30T23:05:17.333Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59972024-04-30T23:05:17.333Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59982024-04-30T23:05:17.333Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59992024-04-30T23:05:17.333Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
60002024-04-30T23:05:17.333Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
60012024-04-30T23:05:17.333Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
60022024-04-30T23:05:17.333Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
60032024-04-30T23:05:17.333Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
60042024-04-30T23:05:17.334Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
60052024-04-30T23:05:17.334Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
60062024-04-30T23:05:17.334Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
60072024-04-30T23:05:17.334Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
60082024-04-30T23:05:17.334Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60092024-04-30T23:05:17.334Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
60102024-04-30T23:05:17.334Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
60112024-04-30T23:05:17.334Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
60122024-04-30T23:05:17.334Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
60132024-04-30T23:05:17.334Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
60142024-04-30T23:05:17.335Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60152024-04-30T23:05:17.335Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
60162024-04-30T23:05:17.335Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60172024-04-30T23:05:17.335Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
60182024-04-30T23:05:17.335Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
60192024-04-30T23:05:17.335Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60202024-04-30T23:05:17.335Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
60212024-04-30T23:05:17.335Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
60222024-04-30T23:05:17.336Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
60232024-04-30T23:05:17.336Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
60242024-04-30T23:05:17.336Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
60252024-04-30T23:05:17.336Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
60262024-04-30T23:05:17.336Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
60272024-04-30T23:05:17.336Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
60282024-04-30T23:05:17.336Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
60292024-04-30T23:05:17.336Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
60302024-04-30T23:05:17.336Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
60312024-04-30T23:05:17.336Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
60322024-04-30T23:05:17.337Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
60332024-04-30T23:05:17.337Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
60342024-04-30T23:05:17.337Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
60352024-04-30T23:05:17.337Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60362024-04-30T23:05:17.337Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
60372024-04-30T23:05:17.337Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
60382024-04-30T23:05:17.337Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
60392024-04-30T23:05:17.337Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
60402024-04-30T23:05:17.338Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
60412024-04-30T23:05:17.338Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
60422024-04-30T23:05:17.338Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
60432024-04-30T23:05:17.338Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
60442024-04-30T23:05:17.338Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
60452024-04-30T23:05:17.338Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
60462024-04-30T23:05:17.338Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
60472024-04-30T23:05:17.338Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60482024-04-30T23:05:17.338Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
60492024-04-30T23:05:17.338Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60502024-04-30T23:05:17.339Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
60512024-04-30T23:05:17.339Z Finished test [unoptimized + debuginfo] target(s) in 1.44s
60522024-04-30T23:05:17.339Z Doc-tests authz-macros
60532024-04-30T23:05:17.339Z 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`
60542024-04-30T23:05:17.339Z Doc-tests bootstore
60552024-04-30T23:05:17.339Z 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`
60562024-04-30T23:05:17.778Z
60572024-04-30T23:05:17.778Zrunning 0 tests
60582024-04-30T23:05:17.779Z
60592024-04-30T23:05:17.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60602024-04-30T23:05:17.779Z
60612024-04-30T23:05:18.236Z Doc-tests bootstrap-agent-client
60622024-04-30T23:05:18.237Z 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`
60632024-04-30T23:05:18.459Z
60642024-04-30T23:05:18.459Zrunning 0 tests
60652024-04-30T23:05:18.460Z
60662024-04-30T23:05:18.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60672024-04-30T23:05:18.464Z
60682024-04-30T23:05:18.489Z Doc-tests db-macros
60692024-04-30T23:05:18.494Z 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`
60702024-04-30T23:05:18.750Z
60712024-04-30T23:05:18.750Zrunning 4 tests
60722024-04-30T23:05:19.173Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
60732024-04-30T23:05:19.174Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
60742024-04-30T23:05:19.174Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
60752024-04-30T23:05:19.174Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
60762024-04-30T23:05:19.174Z
60772024-04-30T23:05:19.174Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782024-04-30T23:05:19.175Z
60792024-04-30T23:05:19.175Z Doc-tests dns-server
60802024-04-30T23:05:19.175Z 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`
60812024-04-30T23:05:19.175Z
60822024-04-30T23:05:19.175Zrunning 0 tests
60832024-04-30T23:05:19.175Z
60842024-04-30T23:05:19.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60852024-04-30T23:05:19.176Z
60862024-04-30T23:05:19.176Z Doc-tests dns-service-client
60872024-04-30T23:05:19.176Z 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`
60882024-04-30T23:05:19.357Z
60892024-04-30T23:05:19.357Zrunning 0 tests
60902024-04-30T23:05:19.358Z
60912024-04-30T23:05:19.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60922024-04-30T23:05:19.358Z
60932024-04-30T23:05:19.394Z Doc-tests dpd-client
60942024-04-30T23:05:19.409Z 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`
60952024-04-30T23:05:21.220Z
60962024-04-30T23:05:21.220Zrunning 0 tests
60972024-04-30T23:05:21.220Z
60982024-04-30T23:05:21.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60992024-04-30T23:05:21.220Z
61002024-04-30T23:05:21.329Z Doc-tests gateway-client
61012024-04-30T23:05:21.329Z 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`
61022024-04-30T23:05:21.646Z
61032024-04-30T23:05:21.646Zrunning 0 tests
61042024-04-30T23:05:21.646Z
61052024-04-30T23:05:21.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61062024-04-30T23:05:21.647Z
61072024-04-30T23:05:21.674Z Doc-tests gateway-test-utils
61082024-04-30T23:05:21.689Z 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`
61092024-04-30T23:05:22.016Z
61102024-04-30T23:05:22.017Zrunning 0 tests
61112024-04-30T23:05:22.017Z
61122024-04-30T23:05:22.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61132024-04-30T23:05:22.017Z
61142024-04-30T23:05:22.045Z Doc-tests illumos-utils
61152024-04-30T23:05:22.063Z 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`
61162024-04-30T23:05:23.831Z
61172024-04-30T23:05:23.831Zrunning 0 tests
61182024-04-30T23:05:23.832Z
61192024-04-30T23:05:23.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61202024-04-30T23:05:23.832Z
61212024-04-30T23:05:23.885Z Doc-tests installinator
61222024-04-30T23:05:23.890Z 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`
61232024-04-30T23:05:24.429Z
61242024-04-30T23:05:24.430Zrunning 0 tests
61252024-04-30T23:05:24.430Z
61262024-04-30T23:05:24.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61272024-04-30T23:05:24.430Z
61282024-04-30T23:05:24.465Z Doc-tests installinator-artifact-client
61292024-04-30T23:05:24.484Z 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`
61302024-04-30T23:05:25.329Z
61312024-04-30T23:05:25.329Zrunning 0 tests
61322024-04-30T23:05:25.330Z
61332024-04-30T23:05:25.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61342024-04-30T23:05:25.330Z
61352024-04-30T23:05:25.363Z Doc-tests installinator-artifactd
61362024-04-30T23:05:25.374Z 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`
61372024-04-30T23:05:25.624Z
61382024-04-30T23:05:25.624Zrunning 0 tests
61392024-04-30T23:05:25.624Z
61402024-04-30T23:05:25.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61412024-04-30T23:05:25.625Z
61422024-04-30T23:05:25.647Z Doc-tests installinator-common
61432024-04-30T23:05:25.659Z 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`
61442024-04-30T23:05:26.032Z
61452024-04-30T23:05:26.033Zrunning 0 tests
61462024-04-30T23:05:26.033Z
61472024-04-30T23:05:26.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482024-04-30T23:05:26.033Z
61492024-04-30T23:05:26.085Z Doc-tests internal-dns
61502024-04-30T23:05:26.109Z 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`
61512024-04-30T23:05:26.297Z
61522024-04-30T23:05:26.297Zrunning 0 tests
61532024-04-30T23:05:26.297Z
61542024-04-30T23:05:26.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552024-04-30T23:05:26.298Z
61562024-04-30T23:05:26.324Z Doc-tests ipcc
61572024-04-30T23:05:26.345Z 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`
61582024-04-30T23:05:26.542Z
61592024-04-30T23:05:26.542Zrunning 0 tests
61602024-04-30T23:05:26.542Z
61612024-04-30T23:05:26.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622024-04-30T23:05:26.542Z
61632024-04-30T23:05:26.562Z Doc-tests key-manager
61642024-04-30T23:05:26.568Z 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`
61652024-04-30T23:05:26.802Z
61662024-04-30T23:05:26.802Zrunning 0 tests
61672024-04-30T23:05:26.803Z
61682024-04-30T23:05:26.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692024-04-30T23:05:26.803Z
61702024-04-30T23:05:26.829Z Doc-tests nexus-client
61712024-04-30T23:05:26.829Z 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`
61722024-04-30T23:05:28.844Z
61732024-04-30T23:05:28.844Zrunning 0 tests
61742024-04-30T23:05:28.844Z
61752024-04-30T23:05:28.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61762024-04-30T23:05:28.845Z
61772024-04-30T23:05:28.845Z Doc-tests nexus-config
61782024-04-30T23:05:28.845Z 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`
61792024-04-30T23:05:29.180Z
61802024-04-30T23:05:29.180Zrunning 0 tests
61812024-04-30T23:05:29.180Z
61822024-04-30T23:05:29.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61832024-04-30T23:05:29.180Z
61842024-04-30T23:05:29.203Z Doc-tests nexus-db-model
61852024-04-30T23:05:29.216Z 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`
61862024-04-30T23:05:39.041Z
61872024-04-30T23:05:39.041Zrunning 2 tests
61882024-04-30T23:05:41.282Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
61892024-04-30T23:05:41.292Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
61902024-04-30T23:05:41.293Z
61912024-04-30T23:05:41.293Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
61922024-04-30T23:05:41.293Z
61932024-04-30T23:05:41.458Z Doc-tests nexus-db-queries
61942024-04-30T23:05:41.473Z 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`
61952024-04-30T23:05:43.577Z
61962024-04-30T23:05:43.578Zrunning 2 tests
61972024-04-30T23:05:43.590Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
61982024-04-30T23:05:46.445Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
61992024-04-30T23:05:46.445Z
62002024-04-30T23:05:46.445Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.88s
62012024-04-30T23:05:46.445Z
62022024-04-30T23:05:46.525Z Doc-tests nexus-defaults
62032024-04-30T23:05:46.543Z 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`
62042024-04-30T23:05:46.714Z
62052024-04-30T23:05:46.715Zrunning 0 tests
62062024-04-30T23:05:46.715Z
62072024-04-30T23:05:46.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62082024-04-30T23:05:46.715Z
62092024-04-30T23:05:46.733Z Doc-tests nexus-inventory
62102024-04-30T23:05:46.736Z 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`
62112024-04-30T23:05:47.002Z
62122024-04-30T23:05:47.002Zrunning 0 tests
62132024-04-30T23:05:47.002Z
62142024-04-30T23:05:47.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62152024-04-30T23:05:47.002Z
62162024-04-30T23:05:47.026Z Doc-tests nexus-macros-common
62172024-04-30T23:05:47.034Z 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`
62182024-04-30T23:05:47.103Z
62192024-04-30T23:05:47.103Zrunning 0 tests
62202024-04-30T23:05:47.103Z
62212024-04-30T23:05:47.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62222024-04-30T23:05:47.103Z
62232024-04-30T23:05:47.109Z Doc-tests nexus-metrics-producer-gc
62242024-04-30T23:05:47.113Z 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`
62252024-04-30T23:05:47.507Z
62262024-04-30T23:05:47.507Zrunning 0 tests
62272024-04-30T23:05:47.507Z
62282024-04-30T23:05:47.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62292024-04-30T23:05:47.507Z
62302024-04-30T23:05:47.528Z Doc-tests nexus-networking
62312024-04-30T23:05:47.531Z 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`
62322024-04-30T23:05:47.865Z
62332024-04-30T23:05:47.865Zrunning 0 tests
62342024-04-30T23:05:47.865Z
62352024-04-30T23:05:47.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62362024-04-30T23:05:47.865Z
62372024-04-30T23:05:47.891Z Doc-tests nexus-reconfigurator-execution
62382024-04-30T23:05:47.895Z 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`
62392024-04-30T23:05:48.266Z
62402024-04-30T23:05:48.267Zrunning 0 tests
62412024-04-30T23:05:48.267Z
62422024-04-30T23:05:48.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62432024-04-30T23:05:48.267Z
62442024-04-30T23:05:48.304Z Doc-tests nexus-reconfigurator-planning
62452024-04-30T23:05:48.315Z 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`
62462024-04-30T23:05:48.851Z
62472024-04-30T23:05:48.851Zrunning 0 tests
62482024-04-30T23:05:48.852Z
62492024-04-30T23:05:48.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502024-04-30T23:05:48.852Z
62512024-04-30T23:05:48.852Z Doc-tests nexus-reconfigurator-preparation
62522024-04-30T23:05:48.852Z 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`
62532024-04-30T23:05:48.975Z
62542024-04-30T23:05:48.975Zrunning 0 tests
62552024-04-30T23:05:48.975Z
62562024-04-30T23:05:48.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62572024-04-30T23:05:48.975Z
62582024-04-30T23:05:49.000Z Doc-tests nexus-types
62592024-04-30T23:05:49.005Z 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`
62602024-04-30T23:05:55.262Z
62612024-04-30T23:05:55.262Zrunning 0 tests
62622024-04-30T23:05:55.262Z
62632024-04-30T23:05:55.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62642024-04-30T23:05:55.262Z
62652024-04-30T23:05:55.493Z Doc-tests omicron-certificates
62662024-04-30T23:05:55.494Z 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`
62672024-04-30T23:05:55.494Z
62682024-04-30T23:05:55.494Zrunning 0 tests
62692024-04-30T23:05:55.494Z
62702024-04-30T23:05:55.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62712024-04-30T23:05:55.494Z
62722024-04-30T23:05:55.494Z Doc-tests omicron-common
62732024-04-30T23:05:55.494Z 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`
62742024-04-30T23:05:56.068Z
62752024-04-30T23:05:56.068Zrunning 2 tests
62762024-04-30T23:05:56.068Ztest common/src/lib.rs - FileKv (line 58) ... ignored
62772024-04-30T23:05:58.664Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
62782024-04-30T23:05:58.664Z
62792024-04-30T23:05:58.664Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.96s
62802024-04-30T23:05:58.664Z
62812024-04-30T23:05:58.711Z Doc-tests omicron-ddm-admin-client
62822024-04-30T23:05:58.729Z 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`
62832024-04-30T23:05:58.945Z
62842024-04-30T23:05:58.945Zrunning 0 tests
62852024-04-30T23:05:58.945Z
62862024-04-30T23:05:58.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62872024-04-30T23:05:58.945Z
62882024-04-30T23:05:58.966Z Doc-tests omicron-gateway
62892024-04-30T23:05:58.970Z 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`
62902024-04-30T23:05:59.948Z
62912024-04-30T23:05:59.948Zrunning 0 tests
62922024-04-30T23:05:59.948Z
62932024-04-30T23:05:59.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62942024-04-30T23:05:59.948Z
62952024-04-30T23:05:59.979Z Doc-tests omicron-nexus
62962024-04-30T23:05:59.987Z 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`
62972024-04-30T23:06:02.759Z
62982024-04-30T23:06:02.759Zrunning 5 tests
62992024-04-30T23:06:02.941Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
63002024-04-30T23:06:06.072Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 711) ... ok
63012024-04-30T23:06:06.073Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
63022024-04-30T23:06:06.083Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 733) ... ok
63032024-04-30T23:06:06.083Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 775) ... ok
63042024-04-30T23:06:06.084Z
63052024-04-30T23:06:06.084Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.31s
63062024-04-30T23:06:06.084Z
63072024-04-30T23:06:06.560Z Doc-tests omicron-package
63082024-04-30T23:06:06.577Z 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`
63092024-04-30T23:06:06.578Z
63102024-04-30T23:06:06.578Zrunning 0 tests
63112024-04-30T23:06:06.578Z
63122024-04-30T23:06:06.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63132024-04-30T23:06:06.578Z
63142024-04-30T23:06:06.578Z Doc-tests omicron-passwords
63152024-04-30T23:06:06.578Z 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`
63162024-04-30T23:06:06.578Z
63172024-04-30T23:06:06.578Zrunning 0 tests
63182024-04-30T23:06:06.578Z
63192024-04-30T23:06:06.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63202024-04-30T23:06:06.578Z
63212024-04-30T23:06:06.579Z Doc-tests omicron-rpaths
63222024-04-30T23:06:06.579Z 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`
63232024-04-30T23:06:06.579Z
63242024-04-30T23:06:06.579Zrunning 0 tests
63252024-04-30T23:06:06.579Z
63262024-04-30T23:06:06.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63272024-04-30T23:06:06.579Z
63282024-04-30T23:06:06.579Z Doc-tests omicron-sled-agent
63292024-04-30T23:06:06.580Z 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`
63302024-04-30T23:06:09.322Z
63312024-04-30T23:06:09.322Zrunning 0 tests
63322024-04-30T23:06:09.322Z
63332024-04-30T23:06:09.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63342024-04-30T23:06:09.322Z
63352024-04-30T23:06:09.400Z Doc-tests omicron-test-utils
63362024-04-30T23:06:09.415Z 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`
63372024-04-30T23:06:09.734Z
63382024-04-30T23:06:09.735Zrunning 0 tests
63392024-04-30T23:06:09.735Z
63402024-04-30T23:06:09.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63412024-04-30T23:06:09.735Z
63422024-04-30T23:06:09.752Z Doc-tests omicron-uuid-kinds
63432024-04-30T23:06:09.765Z 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`
63442024-04-30T23:06:09.842Z
63452024-04-30T23:06:09.842Zrunning 0 tests
63462024-04-30T23:06:09.842Z
63472024-04-30T23:06:09.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63482024-04-30T23:06:09.842Z
63492024-04-30T23:06:09.863Z Doc-tests oxide-client
63502024-04-30T23:06:09.863Z 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`
63512024-04-30T23:06:14.737Z
63522024-04-30T23:06:14.737Zrunning 183 tests
63532024-04-30T23:06:14.748Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63542024-04-30T23:06:14.756Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63552024-04-30T23:06:14.756Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63562024-04-30T23:06:14.756Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63572024-04-30T23:06:14.756Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63582024-04-30T23:06:14.756Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63592024-04-30T23:06:14.756Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63602024-04-30T23:06:14.757Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63612024-04-30T23:06:14.757Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63622024-04-30T23:06:14.757Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
63632024-04-30T23:06:14.757Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
63642024-04-30T23:06:14.764Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
63652024-04-30T23:06:14.764Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
63662024-04-30T23:06:14.764Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
63672024-04-30T23:06:14.765Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
63682024-04-30T23:06:14.765Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
63692024-04-30T23:06:14.765Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63702024-04-30T23:06:14.765Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63712024-04-30T23:06:14.765Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63722024-04-30T23:06:14.765Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63732024-04-30T23:06:14.772Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
63742024-04-30T23:06:14.772Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
63752024-04-30T23:06:14.772Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
63762024-04-30T23:06:14.772Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
63772024-04-30T23:06:14.772Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63782024-04-30T23:06:14.773Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63792024-04-30T23:06:14.773Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63802024-04-30T23:06:14.773Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63812024-04-30T23:06:14.773Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63822024-04-30T23:06:14.784Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63832024-04-30T23:06:14.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63842024-04-30T23:06:14.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63852024-04-30T23:06:14.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63862024-04-30T23:06:14.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63872024-04-30T23:06:14.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63882024-04-30T23:06:14.793Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
63892024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
63902024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63912024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63922024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63932024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63942024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63952024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63962024-04-30T23:06:14.794Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63972024-04-30T23:06:14.795Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63982024-04-30T23:06:14.795Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63992024-04-30T23:06:14.795Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
64002024-04-30T23:06:14.795Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
64012024-04-30T23:06:14.795Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
64022024-04-30T23:06:14.803Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
64032024-04-30T23:06:14.803Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
64042024-04-30T23:06:14.803Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
64052024-04-30T23:06:14.803Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
64062024-04-30T23:06:14.804Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
64072024-04-30T23:06:14.804Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
64082024-04-30T23:06:14.804Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
64092024-04-30T23:06:14.804Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
64102024-04-30T23:06:14.804Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
64112024-04-30T23:06:14.804Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
64122024-04-30T23:06:14.805Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
64132024-04-30T23:06:14.805Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
64142024-04-30T23:06:14.818Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
64152024-04-30T23:06:14.818Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
64162024-04-30T23:06:14.818Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
64172024-04-30T23:06:14.818Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
64182024-04-30T23:06:14.818Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
64192024-04-30T23:06:14.818Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
64202024-04-30T23:06:14.819Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
64212024-04-30T23:06:14.819Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
64222024-04-30T23:06:14.819Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
64232024-04-30T23:06:14.819Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
64242024-04-30T23:06:14.819Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
64252024-04-30T23:06:14.845Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
64262024-04-30T23:06:14.845Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
64272024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
64282024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
64292024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
64302024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
64312024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
64322024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
64332024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
64342024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
64352024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
64362024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
64372024-04-30T23:06:14.846Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
64382024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
64392024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
64402024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
64412024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
64422024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
64432024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
64442024-04-30T23:06:14.847Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64452024-04-30T23:06:14.848Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64462024-04-30T23:06:14.862Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64472024-04-30T23:06:14.862Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
64482024-04-30T23:06:14.862Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64492024-04-30T23:06:14.862Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64502024-04-30T23:06:14.862Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
64512024-04-30T23:06:14.863Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64522024-04-30T23:06:14.863Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64532024-04-30T23:06:14.863Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
64542024-04-30T23:06:14.863Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64552024-04-30T23:06:14.863Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
64562024-04-30T23:06:14.864Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64572024-04-30T23:06:14.864Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64582024-04-30T23:06:14.864Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64592024-04-30T23:06:14.865Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
64602024-04-30T23:06:14.865Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64612024-04-30T23:06:14.865Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64622024-04-30T23:06:14.865Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64632024-04-30T23:06:14.865Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
64642024-04-30T23:06:14.865Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64652024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64662024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
64672024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64682024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64692024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64702024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
64712024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
64722024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
64732024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
64742024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64752024-04-30T23:06:14.866Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
64762024-04-30T23:06:14.867Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64772024-04-30T23:06:14.867Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64782024-04-30T23:06:14.886Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64792024-04-30T23:06:14.887Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64802024-04-30T23:06:14.887Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64812024-04-30T23:06:14.887Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
64822024-04-30T23:06:14.887Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
64832024-04-30T23:06:14.887Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
64842024-04-30T23:06:14.887Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64852024-04-30T23:06:14.888Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64862024-04-30T23:06:14.888Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64872024-04-30T23:06:14.888Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64882024-04-30T23:06:14.888Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64892024-04-30T23:06:14.888Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64902024-04-30T23:06:14.889Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64912024-04-30T23:06:14.889Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64922024-04-30T23:06:14.889Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64932024-04-30T23:06:14.889Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64942024-04-30T23:06:14.889Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64952024-04-30T23:06:14.889Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64962024-04-30T23:06:14.890Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64972024-04-30T23:06:14.890Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64982024-04-30T23:06:14.890Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64992024-04-30T23:06:14.890Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
65002024-04-30T23:06:14.890Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
65012024-04-30T23:06:14.890Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
65022024-04-30T23:06:14.906Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
65032024-04-30T23:06:14.906Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
65042024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
65052024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
65062024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
65072024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
65082024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
65092024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
65102024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
65112024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
65122024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
65132024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
65142024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
65152024-04-30T23:06:14.907Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
65162024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
65172024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
65182024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
65192024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
65202024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
65212024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
65222024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
65232024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
65242024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
65252024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
65262024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
65272024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
65282024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
65292024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
65302024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
65312024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
65322024-04-30T23:06:14.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
65332024-04-30T23:06:14.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
65342024-04-30T23:06:14.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
65352024-04-30T23:06:14.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
65362024-04-30T23:06:14.925Z
65372024-04-30T23:06:14.925Ztest result: ok. 0 passed; 0 failed; 183 ignored; 0 measured; 0 filtered out; finished in 0.16s
65382024-04-30T23:06:14.925Z
65392024-04-30T23:06:15.045Z Doc-tests oximeter
65402024-04-30T23:06:15.046Z 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`
65412024-04-30T23:06:15.604Z
65422024-04-30T23:06:15.605Zrunning 8 tests
65432024-04-30T23:06:16.214Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
65442024-04-30T23:06:16.323Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
65452024-04-30T23:06:17.043Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65462024-04-30T23:06:21.674Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65472024-04-30T23:06:22.087Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 602) ... ok
65482024-04-30T23:06:22.087Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
65492024-04-30T23:06:23.279Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
65502024-04-30T23:06:23.293Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
65512024-04-30T23:06:23.294Z
65522024-04-30T23:06:23.294Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.02s
65532024-04-30T23:06:23.294Z
65542024-04-30T23:06:23.294Z Doc-tests oximeter-client
65552024-04-30T23:06:23.295Z 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`
65562024-04-30T23:06:23.295Z
65572024-04-30T23:06:23.295Zrunning 0 tests
65582024-04-30T23:06:23.295Z
65592024-04-30T23:06:23.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65602024-04-30T23:06:23.295Z
65612024-04-30T23:06:23.296Z Doc-tests oximeter-collector
65622024-04-30T23:06:23.296Z 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`
65632024-04-30T23:06:23.423Z
65642024-04-30T23:06:23.424Zrunning 0 tests
65652024-04-30T23:06:23.424Z
65662024-04-30T23:06:23.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65672024-04-30T23:06:23.424Z
65682024-04-30T23:06:23.470Z Doc-tests oximeter-db
65692024-04-30T23:06:23.493Z 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`
65702024-04-30T23:06:24.704Z
65712024-04-30T23:06:24.705Zrunning 3 tests
65722024-04-30T23:06:24.724Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 260) ... ignored
65732024-04-30T23:06:24.724Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 274) ... ignored
65742024-04-30T23:06:24.725Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
65752024-04-30T23:06:24.725Z
65762024-04-30T23:06:24.725Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65772024-04-30T23:06:24.725Z
65782024-04-30T23:06:24.747Z Doc-tests oximeter-instruments
65792024-04-30T23:06:24.747Z 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`
65802024-04-30T23:06:25.035Z
65812024-04-30T23:06:25.035Zrunning 0 tests
65822024-04-30T23:06:25.035Z
65832024-04-30T23:06:25.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65842024-04-30T23:06:25.036Z
65852024-04-30T23:06:25.058Z Doc-tests oximeter-macro-impl
65862024-04-30T23:06:25.061Z 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`
65872024-04-30T23:06:25.136Z
65882024-04-30T23:06:25.136Zrunning 0 tests
65892024-04-30T23:06:25.136Z
65902024-04-30T23:06:25.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65912024-04-30T23:06:25.136Z
65922024-04-30T23:06:25.143Z Doc-tests oximeter-producer
65932024-04-30T23:06:25.152Z 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`
65942024-04-30T23:06:25.465Z
65952024-04-30T23:06:25.465Zrunning 0 tests
65962024-04-30T23:06:25.465Z
65972024-04-30T23:06:25.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65982024-04-30T23:06:25.465Z
65992024-04-30T23:06:25.484Z Doc-tests oxlog
66002024-04-30T23:06:25.484Z 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`
66012024-04-30T23:06:25.541Z
66022024-04-30T23:06:25.541Zrunning 0 tests
66032024-04-30T23:06:25.542Z
66042024-04-30T23:06:25.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66052024-04-30T23:06:25.542Z
66062024-04-30T23:06:25.550Z Doc-tests sled-agent-client
66072024-04-30T23:06:25.554Z 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`
66082024-04-30T23:06:27.366Z
66092024-04-30T23:06:27.366Zrunning 0 tests
66102024-04-30T23:06:27.367Z
66112024-04-30T23:06:27.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66122024-04-30T23:06:27.367Z
66132024-04-30T23:06:27.404Z Doc-tests sled-hardware
66142024-04-30T23:06:27.408Z 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`
66152024-04-30T23:06:27.743Z
66162024-04-30T23:06:27.744Zrunning 0 tests
66172024-04-30T23:06:27.744Z
66182024-04-30T23:06:27.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66192024-04-30T23:06:27.744Z
66202024-04-30T23:06:27.755Z Doc-tests sled-hardware-types
66212024-04-30T23:06:27.760Z 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`
66222024-04-30T23:06:28.420Z
66232024-04-30T23:06:28.420Zrunning 0 tests
66242024-04-30T23:06:28.420Z
66252024-04-30T23:06:28.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66262024-04-30T23:06:28.421Z
66272024-04-30T23:06:28.441Z Doc-tests sled-storage
66282024-04-30T23:06:28.441Z 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`
66292024-04-30T23:06:28.501Z
66302024-04-30T23:06:28.502Zrunning 0 tests
66312024-04-30T23:06:28.502Z
66322024-04-30T23:06:28.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66332024-04-30T23:06:28.502Z
66342024-04-30T23:06:28.539Z Doc-tests sp-sim
66352024-04-30T23:06:28.558Z 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`
66362024-04-30T23:06:29.018Z
66372024-04-30T23:06:29.018Zrunning 0 tests
66382024-04-30T23:06:29.019Z
66392024-04-30T23:06:29.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66402024-04-30T23:06:29.019Z
66412024-04-30T23:06:29.042Z Doc-tests tufaceous
66422024-04-30T23:06:29.043Z 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`
66432024-04-30T23:06:29.312Z
66442024-04-30T23:06:29.312Zrunning 0 tests
66452024-04-30T23:06:29.312Z
66462024-04-30T23:06:29.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66472024-04-30T23:06:29.312Z
66482024-04-30T23:06:29.349Z Doc-tests tufaceous-lib
66492024-04-30T23:06:29.364Z 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`
66502024-04-30T23:06:29.756Z
66512024-04-30T23:06:29.756Zrunning 0 tests
66522024-04-30T23:06:29.756Z
66532024-04-30T23:06:29.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66542024-04-30T23:06:29.756Z
66552024-04-30T23:06:29.776Z Doc-tests typed-rng
66562024-04-30T23:06:29.787Z 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`
66572024-04-30T23:06:29.863Z
66582024-04-30T23:06:29.863Zrunning 0 tests
66592024-04-30T23:06:29.863Z
66602024-04-30T23:06:29.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66612024-04-30T23:06:29.864Z
66622024-04-30T23:06:29.871Z Doc-tests update-common
66632024-04-30T23:06:29.871Z 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`
66642024-04-30T23:06:30.151Z
66652024-04-30T23:06:30.151Zrunning 0 tests
66662024-04-30T23:06:30.151Z
66672024-04-30T23:06:30.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66682024-04-30T23:06:30.151Z
66692024-04-30T23:06:30.175Z Doc-tests update-engine
66702024-04-30T23:06:30.186Z 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`
66712024-04-30T23:06:30.660Z
66722024-04-30T23:06:30.660Zrunning 3 tests
66732024-04-30T23:06:30.673Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66742024-04-30T23:06:30.673Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66752024-04-30T23:06:30.673Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66762024-04-30T23:06:30.673Z
66772024-04-30T23:06:30.674Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66782024-04-30T23:06:30.674Z
66792024-04-30T23:06:30.683Z Doc-tests wicket
66802024-04-30T23:06:30.683Z 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`
66812024-04-30T23:06:31.417Z
66822024-04-30T23:06:31.417Zrunning 0 tests
66832024-04-30T23:06:31.417Z
66842024-04-30T23:06:31.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66852024-04-30T23:06:31.417Z
66862024-04-30T23:06:31.566Z Doc-tests wicket-common
66872024-04-30T23:06:31.566Z 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`
66882024-04-30T23:06:32.136Z
66892024-04-30T23:06:32.136Zrunning 0 tests
66902024-04-30T23:06:32.137Z
66912024-04-30T23:06:32.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66922024-04-30T23:06:32.137Z
66932024-04-30T23:06:32.178Z Doc-tests wicket-dbg
66942024-04-30T23:06:32.178Z 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`
66952024-04-30T23:06:32.178Z
66962024-04-30T23:06:32.178Zrunning 0 tests
66972024-04-30T23:06:32.178Z
66982024-04-30T23:06:32.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66992024-04-30T23:06:32.179Z
67002024-04-30T23:06:32.232Z Doc-tests wicketd
67012024-04-30T23:06:32.232Z 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`
67022024-04-30T23:06:33.009Z
67032024-04-30T23:06:33.010Zrunning 0 tests
67042024-04-30T23:06:33.010Z
67052024-04-30T23:06:33.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67062024-04-30T23:06:33.010Z
67072024-04-30T23:06:33.073Z Doc-tests wicketd-client
67082024-04-30T23:06:33.084Z 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`
67092024-04-30T23:06:34.743Z
67102024-04-30T23:06:34.743Zrunning 0 tests
67112024-04-30T23:06:34.744Z
67122024-04-30T23:06:34.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67132024-04-30T23:06:34.744Z
67142024-04-30T23:06:34.820Z
67152024-04-30T23:06:34.820Zreal 1:19.578546758
67162024-04-30T23:06:34.820Zuser 1:14.092463156
67172024-04-30T23:06:34.820Zsys 36.815899475
67182024-04-30T23:06:34.820Ztrap 0.012387347
67192024-04-30T23:06:34.820Ztflt 0.742728421
67202024-04-30T23:06:34.820Zdflt 2.977827152
67212024-04-30T23:06:34.825Zkflt 0.001746723
67222024-04-30T23:06:34.825Zlock 1:03.038714228
67232024-04-30T23:06:34.825Zslp 7:31.968069698
67242024-04-30T23:06:34.825Zlat 0.694049104
67252024-04-30T23:06:34.826Zstop 5.546030136
67262024-04-30T23:06:34.829Zfiles in /var/tmp/omicron_tmp (none expected on success):
67272024-04-30T23:06:34.829Z163891 11 drwxr-xr-x 2 build build 2 Apr 30 23:06 /var/tmp/omicron_tmp
67282024-04-30T23:06:35.313Zprocess exited: duration 4116274 ms, exit code 0
 
67292024-04-30T23:06:35.324Zfound 1 output files
67302024-04-30T23:06:35.324Zuploading: /work/crate-build-timings.json (506459 bytes)
67312024-04-30T23:06:36.381Zuploaded: /work/crate-build-timings.json