01HRDDJNSXFE3K21HVTW6V0E8S: 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: 01HRDDK66PVKK2G7T13TQ7Q9D8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-07T21:38:29.182Zjob assigned to worker 01HRDDKDB4ZPG9N4QXRT4505GW (queued for 57 s)
 
22024-03-07T21:38:36.242Zstarting task 0: "setup"
32024-03-07T21:38:36.285Z++ uname -s
42024-03-07T21:38:36.303Z+ kern=SunOS
52024-03-07T21:38:36.303Z+ case "$kern" in
62024-03-07T21:38:36.303Z+ groupadd -g 12345 build
72024-03-07T21:38:36.336Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-07T21:38:38.350Z+ zfs create -o mountpoint=/work rpool/work
92024-03-07T21:38:38.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-07T21:38:38.481Z+ home_fs=zfs
112024-03-07T21:38:38.482Z+ [[ zfs == autofs ]]
122024-03-07T21:38:38.482Z+ mkdir -p /home/build
132024-03-07T21:38:38.482Z+ chown build:build /home/build /work
142024-03-07T21:38:39.469Z+ chmod 0700 /home/build /work
152024-03-07T21:38:39.483Zprocess exited: duration 3243 ms, exit code 0
 
162024-03-07T21:38:39.515Zstarting task 1: "rust-toolchain"
172024-03-07T21:38:39.528Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-07T21:38:39.529Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-07T21:38:39.631Zinfo: downloading installer
202024-03-07T21:38:41.424Zwarning: it looks like you have an existing installation of Rust at:
212024-03-07T21:38:41.424Zwarning: /opt/ooce/bin
222024-03-07T21:38:41.424Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-07T21:38:41.424Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-07T21:38:41.424Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-07T21:38:41.424Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-07T21:38:41.424Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-07T21:38:41.428Zerror: cannot install while Rust is installed
282024-03-07T21:38:41.428Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-07T21:38:41.558Zinfo: profile set to 'default'
302024-03-07T21:38:41.558Zinfo: default host triple is x86_64-unknown-illumos
312024-03-07T21:38:41.561Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-07T21:38:41.762Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-07T21:38:41.763Zinfo: downloading component 'cargo'
342024-03-07T21:38:42.413Zinfo: downloading component 'clippy'
352024-03-07T21:38:42.657Zinfo: downloading component 'rust-docs'
362024-03-07T21:38:43.546Zinfo: downloading component 'rust-std'
372024-03-07T21:38:45.045Zinfo: downloading component 'rustc'
382024-03-07T21:38:48.695Zinfo: downloading component 'rustfmt'
392024-03-07T21:38:48.964Zinfo: installing component 'cargo'
402024-03-07T21:38:49.798Zinfo: installing component 'clippy'
412024-03-07T21:38:50.151Zinfo: installing component 'rust-docs'
422024-03-07T21:38:51.679Zinfo: installing component 'rust-std'
432024-03-07T21:38:53.549Zinfo: installing component 'rustc'
442024-03-07T21:38:57.520Zinfo: installing component 'rustfmt'
452024-03-07T21:38:57.866Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-07T21:38:57.867Z
472024-03-07T21:38:58.151Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-07T21:38:58.151Z
492024-03-07T21:38:58.159Z
502024-03-07T21:38:58.160ZRust is installed now. Great!
512024-03-07T21:38:58.160Z
522024-03-07T21:38:58.160ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-07T21:38:58.160Zenvironment variable. This has not been done automatically.
542024-03-07T21:38:58.160Z
552024-03-07T21:38:58.160ZTo configure your current shell, run:
562024-03-07T21:38:58.160Zsource "$HOME/.cargo/env"
572024-03-07T21:38:58.230Z+ rustc --version
582024-03-07T21:38:58.308Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-03-07T21:38:58.320Zprocess exited: duration 18786 ms, exit code 0
 
602024-03-07T21:38:58.329Zstarting task 2: "authentication"
612024-03-07T21:38:58.353Zprocess exited: duration 23 ms, exit code 0
 
622024-03-07T21:38:58.360Zstarting task 3: "clone repository"
632024-03-07T21:38:58.368Z+ mkdir -p /work/oxidecomputer/omicron
642024-03-07T21:38:58.371Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-03-07T21:38:58.593ZCloning into '/work/oxidecomputer/omicron'...
662024-03-07T21:39:02.848Z+ cd /work/oxidecomputer/omicron
672024-03-07T21:39:02.848Z+ git fetch origin 9027e5b37d2d10cba6a97a3230f19fba6258581f
682024-03-07T21:39:03.169ZFrom https://github.com/oxidecomputer/omicron
692024-03-07T21:39:03.170Z * branch 9027e5b37d2d10cba6a97a3230f19fba6258581f -> FETCH_HEAD
702024-03-07T21:39:03.191Z+ [[ -n ajs/vmm-reservoir-bg-thread ]]
712024-03-07T21:39:03.191Z++ git branch --show-current
722024-03-07T21:39:03.191Z+ current=main
732024-03-07T21:39:03.192Z+ [[ main != ajs/vmm-reservoir-bg-thread ]]
742024-03-07T21:39:03.192Z+ git branch -f ajs/vmm-reservoir-bg-thread 9027e5b37d2d10cba6a97a3230f19fba6258581f
752024-03-07T21:39:03.192Z+ git checkout -f ajs/vmm-reservoir-bg-thread
762024-03-07T21:39:03.299ZSwitched to branch 'ajs/vmm-reservoir-bg-thread'
772024-03-07T21:39:03.304Z+ git reset --hard 9027e5b37d2d10cba6a97a3230f19fba6258581f
782024-03-07T21:39:03.417ZHEAD is now at 9027e5b37 Merge branch 'main' into ajs/vmm-reservoir-bg-thread
792024-03-07T21:39:03.424Zprocess exited: duration 5057 ms, exit code 0
 
802024-03-07T21:39:03.440Zstarting task 4: "build"
812024-03-07T21:39:03.448Z+ target_os=illumos
822024-03-07T21:39:03.448Z+ NEXTEST_VERSION=0.9.67
832024-03-07T21:39:03.448Z+ cargo --version
842024-03-07T21:39:03.448Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
852024-03-07T21:39:03.618Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
862024-03-07T21:39:03.619Zinfo: downloading component 'cargo'
872024-03-07T21:39:04.518Zinfo: downloading component 'clippy'
882024-03-07T21:39:04.796Zinfo: downloading component 'rust-docs'
892024-03-07T21:39:05.893Zinfo: downloading component 'rust-std'
902024-03-07T21:39:07.693Zinfo: downloading component 'rustc'
912024-03-07T21:39:12.189Zinfo: downloading component 'rustfmt'
922024-03-07T21:39:13.588Zinfo: installing component 'cargo'
932024-03-07T21:39:14.476Zinfo: installing component 'clippy'
942024-03-07T21:39:14.808Zinfo: installing component 'rust-docs'
952024-03-07T21:39:16.418Zinfo: installing component 'rust-std'
962024-03-07T21:39:18.211Zinfo: installing component 'rustc'
972024-03-07T21:39:22.256Zinfo: installing component 'rustfmt'
982024-03-07T21:39:22.626Zcargo 1.76.0 (c84b36747 2024-01-18)
992024-03-07T21:39:22.641Z+ rustc --version
1002024-03-07T21:39:22.701Zrustc 1.76.0 (07dca489a 2024-02-04)
1012024-03-07T21:39:22.739Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1022024-03-07T21:39:22.740Z+ gunzip
1032024-03-07T21:39:22.740Z+ tar -xvf - -C /home/build/.cargo/bin
1042024-03-07T21:39:24.112Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1052024-03-07T21:39:24.115Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1062024-03-07T21:39:24.115Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1072024-03-07T21:39:24.115Ztests will store ephemeral output in /var/tmp/omicron_tmp
1082024-03-07T21:39:24.115Z+ mkdir /var/tmp/omicron_tmp
1092024-03-07T21:39:24.115Z+ OUTPUT_DIR=/work
1102024-03-07T21:39:24.115Z+ echo 'tests will store non-ephemeral output in /work'
1112024-03-07T21:39:24.116Ztests will store non-ephemeral output in /work
1122024-03-07T21:39:24.116Z+ mkdir -p /work
1132024-03-07T21:39:24.120Z+ source ./env.sh
1142024-03-07T21:39:24.120Z++ set -o xtrace
1152024-03-07T21:39:24.120Z++++ dirname ./env.sh
1162024-03-07T21:39:24.123Z+++ readlink -f .
1172024-03-07T21:39:24.251Z++ OMICRON_WS=/work/oxidecomputer/omicron
1182024-03-07T21:39:24.688Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192024-03-07T21:39:24.688Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202024-03-07T21:39:24.688Z++ 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
1212024-03-07T21:39:24.689Z++ 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
1222024-03-07T21:39:24.689Z++ 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
1232024-03-07T21:39:24.689Z++ 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
1242024-03-07T21:39:24.689Z++ 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
1252024-03-07T21:39:24.689Z++ 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
1262024-03-07T21:39:24.690Z++ unset OMICRON_WS
1272024-03-07T21:39:24.690Z++ set +o xtrace
1282024-03-07T21:39:24.701Z
1292024-03-07T21:39:24.701Z ##### ##### ###### ##### ###### #### # # # #### #
1302024-03-07T21:39:24.703Z # # # # # # # # # # # # # # #
1312024-03-07T21:39:24.703Z # # # # ##### # # ##### # # # # # #### #
1322024-03-07T21:39:24.703Z ##### ##### # ##### # # # # # # # # #
1332024-03-07T21:39:24.704Z # # # # # # # # # # # # # # #
1342024-03-07T21:39:24.704Z # # # ###### # # ###### ### # #### # #### #
1352024-03-07T21:39:24.704Z
1362024-03-07T21:39:32.406Z Startup: Refreshing catalog 'helios-dev' ... Done
1372024-03-07T21:39:34.569ZPlanning: Solver setup ... Done (0.844s)
1382024-03-07T21:39:34.591ZPlanning: Running solver ... Done (0.018s)
1392024-03-07T21:39:34.762ZPlanning: Finding local manifests ... Done (0.150s)
1402024-03-07T21:39:34.771ZPlanning: Fetching manifests: 0/4 0% complete
1412024-03-07T21:39:35.025ZPlanning: Fetching manifests: 4/4 100% complete
1422024-03-07T21:39:35.073ZPlanning: Package planning ... Done (0.049s)
1432024-03-07T21:39:35.123ZPlanning: Merging actions ... Done (0.051s)
1442024-03-07T21:39:35.543ZPlanning: Checking for conflicting actions ... Done (0.413s)
1452024-03-07T21:39:35.553ZPlanning: Consolidating action changes ... Done (0.011s)
1462024-03-07T21:39:44.757ZPlanning: Evaluating mediators ... Done (9.206s)
1472024-03-07T21:39:44.764ZPlanning: Planning completed in 12.35 seconds
1482024-03-07T21:39:46.517Z Packages to install: 4
1492024-03-07T21:39:46.517Z Mediators to change: 2
1502024-03-07T21:39:46.522Z Services to change: 1
1512024-03-07T21:39:46.522Z Estimated space available: 155.32 GB
1522024-03-07T21:39:46.522ZEstimated space to be consumed: 1.42 GB
1532024-03-07T21:39:46.522Z Create boot environment: No
1542024-03-07T21:39:46.522ZCreate backup boot environment: No
1552024-03-07T21:39:46.522Z Rebuild boot archive: No
1562024-03-07T21:39:46.522Z
1572024-03-07T21:39:46.522ZChanged mediators:
1582024-03-07T21:39:46.522Z mediator clang:
1592024-03-07T21:39:46.523Z version: None -> 15 (system default)
1602024-03-07T21:39:46.523Z
1612024-03-07T21:39:46.523Z mediator llvm:
1622024-03-07T21:39:46.523Z version: 14 (system default) -> 15 (system default)
1632024-03-07T21:39:46.523Z
1642024-03-07T21:39:46.523ZChanged packages:
1652024-03-07T21:39:46.523Zhelios-dev
1662024-03-07T21:39:46.523Z developer/build-essential
1672024-03-07T21:39:46.523Z None -> 11-2.0
1682024-03-07T21:39:46.523Z library/libxmlsec1
1692024-03-07T21:39:46.523Z None -> 1.2.35-2.0
1702024-03-07T21:39:46.523Z ooce/developer/clang-15
1712024-03-07T21:39:46.523Z None -> 15.0.7-2.0
1722024-03-07T21:39:46.524Z ooce/developer/llvm-15
1732024-03-07T21:39:46.524Z None -> 15.0.7-2.0
1742024-03-07T21:39:46.524Z
1752024-03-07T21:39:46.524ZServices:
1762024-03-07T21:39:46.524Z restart_fmri:
1772024-03-07T21:39:46.524Z svc:/system/update-man-index:default
1782024-03-07T21:39:46.832Z
1792024-03-07T21:39:46.833ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1802024-03-07T21:39:51.853ZDownload: 668/3290 items 17.9/212.6MB 8% complete (3.8M/s)
1812024-03-07T21:39:56.891ZDownload: 1196/3290 items 80.6/212.6MB 37% complete (8.2M/s)
1822024-03-07T21:40:04.466ZDownload: 2224/3290 items 118.6/212.6MB 55% complete (10.1M/s)
1832024-03-07T21:40:08.873ZDownload: 3245/3290 items 193.1/212.6MB 90% complete (7.9M/s)
1842024-03-07T21:40:16.677ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1852024-03-07T21:40:29.202ZDownload: 3286/3290 items 212.0/212.6MB 99% complete (1.4M/s)
1862024-03-07T21:40:29.414ZDownload: Completed 212.60 MB in 36.18 seconds (5.9M/s)
1872024-03-07T21:40:29.414Z Actions: 1/3689 actions (Installing new actions)
1882024-03-07T21:40:29.493Z Actions: 3578/3689 actions (Installing new actions)
1892024-03-07T21:40:29.493Z Actions: Completed 3689 actions in 5.25 seconds.
1902024-03-07T21:40:29.493Z Done (0.183s)
1912024-03-07T21:40:29.493Z Done (0.000s)
1922024-03-07T21:40:29.494Z Done (0.241s)
1932024-03-07T21:40:33.967Z Done (4.953s)
1942024-03-07T21:40:34.185Z Done (0.167s)
1952024-03-07T21:40:34.197Z Done (0.000s)
1962024-03-07T21:40:34.348Z Done (0.000s)
1972024-03-07T21:40:34.748ZPlanning: Evaluating mediator changes ... Done
1982024-03-07T21:40:34.912ZPlanning: Checking for conflicting actions ... Done
1992024-03-07T21:40:34.919ZPlanning: Consolidating action changes ... Done
2002024-03-07T21:40:35.183ZPlanning: Evaluating mediators ... Done
2012024-03-07T21:40:35.187ZPlanning: Planning completed in 0.44 seconds
2022024-03-07T21:40:35.216Z Mediators to change: 2
2032024-03-07T21:40:35.216Z Create boot environment: No
2042024-03-07T21:40:35.220ZCreate backup boot environment: No
2052024-03-07T21:40:35.280Z Done
2062024-03-07T21:40:35.281Z Done
2072024-03-07T21:40:35.427Z Done
2082024-03-07T21:40:39.157Z Done
2092024-03-07T21:40:39.234Z Done
2102024-03-07T21:40:39.238Z Done
2112024-03-07T21:40:39.335Z Done
2122024-03-07T21:40:39.994ZPlanning: Evaluating mediator changes ... Done
2132024-03-07T21:40:39.997ZPlanning: Merging actions ... Done
2142024-03-07T21:40:40.187ZPlanning: Checking for conflicting actions ... Done
2152024-03-07T21:40:40.190ZPlanning: Consolidating action changes ... Done
2162024-03-07T21:40:40.455ZPlanning: Evaluating mediators ... Done
2172024-03-07T21:40:40.510ZPlanning: Planning completed in 0.79 seconds
2182024-03-07T21:40:40.551Z Packages to change: 1
2192024-03-07T21:40:40.551Z Mediators to change: 1
2202024-03-07T21:40:40.557Z Services to change: 1
2212024-03-07T21:40:40.557Z Create boot environment: No
2222024-03-07T21:40:40.557ZCreate backup boot environment: Yes
2232024-03-07T21:40:42.517Z Actions: 1/6 actions (Updating modified actions)
2242024-03-07T21:40:42.524Z Actions: Completed 6 actions in 0.00 seconds.
2252024-03-07T21:40:42.524Z Done
2262024-03-07T21:40:42.524Z Done
2272024-03-07T21:40:42.573Z Done
2282024-03-07T21:40:46.309Z Done
2292024-03-07T21:40:46.390Z Done
2302024-03-07T21:40:46.394Z Done
2312024-03-07T21:40:46.544Z Done
2322024-03-07T21:40:46.996ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-03-07T21:40:46.996Zclang system 15 system
2342024-03-07T21:40:46.996Zcsh system system illumos
2352024-03-07T21:40:46.996Zctags system system illumos
2362024-03-07T21:40:46.996Zgcc vendor 12 vendor
2372024-03-07T21:40:46.997Zgcc system 10 system
2382024-03-07T21:40:46.997Zgcc system 7 system
2392024-03-07T21:40:46.997Zgo system 1.20 system
2402024-03-07T21:40:46.997Zgo system 1.19 system
2412024-03-07T21:40:46.997Zllvm system 15 system
2422024-03-07T21:40:46.997Zllvm system 14 system
2432024-03-07T21:40:46.998Zmariadb system 10.6 system
2442024-03-07T21:40:46.998Zmta vendor vendor dma
2452024-03-07T21:40:46.998Zopenjdk system 17 system
2462024-03-07T21:40:46.998Zopenjdk system 11 system
2472024-03-07T21:40:46.999Zopenjdk system 1.8 system
2482024-03-07T21:40:46.999Zopenssl vendor 3 vendor
2492024-03-07T21:40:46.999Zperl system 5.36 system
2502024-03-07T21:40:46.999Zpostgresql system 15 system
2512024-03-07T21:40:46.999Zpostgresql system 13 system
2522024-03-07T21:40:46.999Zpython vendor 3 vendor
2532024-03-07T21:40:46.999Zpython system 2 system
2542024-03-07T21:40:47.000Zpython3 system 3.11 system
2552024-03-07T21:40:47.000Zruby system 3.0 system
2562024-03-07T21:40:47.000Zwords vendor vendor american-english
2572024-03-07T21:40:47.000Zwords system system australian-english
2582024-03-07T21:40:47.000Zwords system system british-english
2592024-03-07T21:40:47.000Zwords system system canadian-english
2602024-03-07T21:40:47.000Zwords system system french
2612024-03-07T21:40:47.000Zwords system system italian
2622024-03-07T21:40:47.001Zwords system system ngerman
2632024-03-07T21:40:47.001Zwords system system ogerman
2642024-03-07T21:40:47.002Zwords system system spanish
2652024-03-07T21:40:47.364ZPUBLISHER TYPE STATUS P LOCATION
2662024-03-07T21:40:47.364Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672024-03-07T21:40:48.512ZFMRI IFO
2682024-03-07T21:40:48.512Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692024-03-07T21:40:48.512Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702024-03-07T21:40:48.512Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712024-03-07T21:40:48.513Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722024-03-07T21:40:48.513Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732024-03-07T21:40:48.513Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-03-07T21:40:48.513Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2752024-03-07T21:40:48.513Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762024-03-07T21:40:48.513Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2772024-03-07T21:40:48.513Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782024-03-07T21:40:48.513Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2792024-03-07T21:40:48.513Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802024-03-07T21:40:48.737Z+ set -o errexit
2812024-03-07T21:40:48.740Z+++ dirname ./tools/ci_download_cockroachdb
2822024-03-07T21:40:48.740Z++ cd ./tools
2832024-03-07T21:40:48.740Z++ pwd
2842024-03-07T21:40:48.740Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2852024-03-07T21:40:48.745Z++ basename ./tools/ci_download_cockroachdb
2862024-03-07T21:40:48.745Z+ ARG0=ci_download_cockroachdb
2872024-03-07T21:40:48.745Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2882024-03-07T21:40:48.745Z+ CIDL_VERSION=v22.1.9
2892024-03-07T21:40:48.745Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2902024-03-07T21:40:48.745Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2912024-03-07T21:40:48.745Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2922024-03-07T21:40:48.746Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2932024-03-07T21:40:48.746Z+ TARGET_DIR=out
2942024-03-07T21:40:48.746Z+ DOWNLOAD_DIR=out/downloads
2952024-03-07T21:40:48.746Z+ DEST_DIR=./out/cockroachdb
2962024-03-07T21:40:48.746Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2972024-03-07T21:40:48.746Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2982024-03-07T21:40:48.746Z+ main
2992024-03-07T21:40:48.746Z+ [[ 0 != 0 ]]
3002024-03-07T21:40:48.746Z+ CIDL_OS=solaris2.11
3012024-03-07T21:40:48.746Z+ [[ 0 != 0 ]]
3022024-03-07T21:40:48.746Z+ configure_os solaris2.11
3032024-03-07T21:40:48.746Z+ echo 'current directory: /work/oxidecomputer/omicron'
3042024-03-07T21:40:48.746Zcurrent directory: /work/oxidecomputer/omicron
3052024-03-07T21:40:48.746Z+ echo 'configuring based on OS: "solaris2.11"'
3062024-03-07T21:40:48.746Zconfiguring based on OS: "solaris2.11"
3072024-03-07T21:40:48.746Z+ case "$1" in
3082024-03-07T21:40:48.746Z+ CIDL_BUILD=illumos
3092024-03-07T21:40:48.746Z+ CIDL_SUFFIX=tar.gz
3102024-03-07T21:40:48.746Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-03-07T21:40:48.746Z+ CIDL_URL_BASE=https://illumos.org/downloads
3122024-03-07T21:40:48.746Z+ CIDL_ASSEMBLE=do_assemble_illumos
3132024-03-07T21:40:48.746Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3142024-03-07T21:40:48.746Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3152024-03-07T21:40:48.746Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-03-07T21:40:48.747Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3172024-03-07T21:40:48.747Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-03-07T21:40:48.747Z+ CIDL_SHA256FUNC=do_sha256sum
3192024-03-07T21:40:48.747Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3202024-03-07T21:40:48.747ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-03-07T21:40:48.747ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-03-07T21:40:48.747Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3232024-03-07T21:40:48.747Z+ mkdir -p out/downloads
3242024-03-07T21:40:48.750Z+ mkdir -p ./out/cockroachdb
3252024-03-07T21:40:48.750Z+ local DO_DOWNLOAD=true
3262024-03-07T21:40:48.750Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3272024-03-07T21:40:48.750Z+ '[' true == true ']'
3282024-03-07T21:40:48.750Z+ echo Downloading...
3292024-03-07T21:40:48.750ZDownloading...
3302024-03-07T21:40:48.750Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3312024-03-07T21:40:48.750Z+ 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
3322024-03-07T21:40:52.142Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3332024-03-07T21:40:52.145Z++ sha256sum
3342024-03-07T21:40:52.145Z++ awk '{print $1}'
3352024-03-07T21:40:52.206Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3362024-03-07T21:40:52.206Z+ [[ 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 ]]
3372024-03-07T21:40:52.210Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3382024-03-07T21:40:52.210Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3392024-03-07T21:40:54.437Z+ do_assemble_illumos
3402024-03-07T21:40:54.437Z+ rm -r ./out/cockroachdb
3412024-03-07T21:40:54.443Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3422024-03-07T21:40:54.878Z+ ./out/cockroachdb/bin/cockroach version
3432024-03-07T21:40:55.087ZBuild Tag: v22.1.9-dirty
3442024-03-07T21:40:55.087ZBuild Time: 2022/10/26 21:17:46
3452024-03-07T21:40:55.087ZDistribution: OSS
3462024-03-07T21:40:55.087ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3472024-03-07T21:40:55.087ZGo Version: go1.17.13
3482024-03-07T21:40:55.088ZC Compiler: gcc 10.3.0
3492024-03-07T21:40:55.088ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3502024-03-07T21:40:55.088ZBuild Type: release
3512024-03-07T21:40:55.098Z+ set -o errexit
3522024-03-07T21:40:55.103Z+++ dirname ./tools/ci_download_clickhouse
3532024-03-07T21:40:55.103Z++ cd ./tools
3542024-03-07T21:40:55.104Z++ pwd
3552024-03-07T21:40:55.104Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3562024-03-07T21:40:55.109Z++ basename ./tools/ci_download_clickhouse
3572024-03-07T21:40:55.110Z+ ARG0=ci_download_clickhouse
3582024-03-07T21:40:55.110Z+ TARGET_DIR=out
3592024-03-07T21:40:55.110Z+ DOWNLOAD_DIR=out/downloads
3602024-03-07T21:40:55.111Z+ DEST_DIR=./out/clickhouse
3612024-03-07T21:40:55.111Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3622024-03-07T21:40:55.111Z+ CIDL_VERSION=v23.8.7.24
3632024-03-07T21:40:55.111Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3642024-03-07T21:40:55.112Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3652024-03-07T21:40:55.112Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3662024-03-07T21:40:55.112Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3672024-03-07T21:40:55.112Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3682024-03-07T21:40:55.113Z+ main
3692024-03-07T21:40:55.113Z+ [[ 0 != 0 ]]
3702024-03-07T21:40:55.113Z+ CIDL_OS=solaris2.11
3712024-03-07T21:40:55.113Z+ [[ 0 != 0 ]]
3722024-03-07T21:40:55.114Z+ configure_os solaris2.11
3732024-03-07T21:40:55.114Z+ echo 'current directory: /work/oxidecomputer/omicron'
3742024-03-07T21:40:55.114Zcurrent directory: /work/oxidecomputer/omicron
3752024-03-07T21:40:55.114Z+ echo 'configuring based on OS: "solaris2.11"'
3762024-03-07T21:40:55.115Z+ CIDL_DASHREV=
3772024-03-07T21:40:55.115Z+ case "$1" in
3782024-03-07T21:40:55.115Zconfiguring based on OS: "solaris2.11"
3792024-03-07T21:40:55.116Z+ CIDL_PLATFORM=illumos
3802024-03-07T21:40:55.116Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3812024-03-07T21:40:55.116Z+ CIDL_MD5FUNC=do_md5sum
3822024-03-07T21:40:55.116Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3832024-03-07T21:40:55.116Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3842024-03-07T21:40:55.116Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3852024-03-07T21:40:55.117Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-03-07T21:40:55.117Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3872024-03-07T21:40:55.117Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3882024-03-07T21:40:55.117Z+ mkdir -p out/downloads
3892024-03-07T21:40:55.117ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-03-07T21:40:55.117ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-03-07T21:40:55.124Z+ mkdir -p ./out/clickhouse
3922024-03-07T21:40:55.124Z+ local DO_DOWNLOAD=true
3932024-03-07T21:40:55.124Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3942024-03-07T21:40:55.124Z+ '[' true == true ']'
3952024-03-07T21:40:55.125Z+ echo Downloading...
3962024-03-07T21:40:55.125ZDownloading...
3972024-03-07T21:40:55.125Z+ 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
3982024-03-07T21:40:55.125Z+ 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
3992024-03-07T21:40:56.704Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4002024-03-07T21:40:56.715Z++ md5sum
4012024-03-07T21:40:56.716Z++ awk '{print $1}'
4022024-03-07T21:40:56.930Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4032024-03-07T21:40:56.930Z+ [[ 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 ]]
4042024-03-07T21:40:56.934Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4052024-03-07T21:40:56.934Z+ mkdir -p ./out/clickhouse
4062024-03-07T21:40:56.934Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4072024-03-07T21:41:00.822Z+ ./out/clickhouse/clickhouse server --version
4082024-03-07T21:41:01.692ZClickHouse server version 23.8.7.1.
4092024-03-07T21:41:01.704Z+ set -o errexit
4102024-03-07T21:41:01.704Z+++ dirname ./tools/ci_download_console
4112024-03-07T21:41:01.704Z++ cd ./tools
4122024-03-07T21:41:01.704Z++ pwd
4132024-03-07T21:41:01.704Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4142024-03-07T21:41:01.704Z++ basename ./tools/ci_download_console
4152024-03-07T21:41:01.704Z+ ARG0=ci_download_console
4162024-03-07T21:41:01.705Z+ TARGET_DIR=out
4172024-03-07T21:41:01.705Z+ DOWNLOAD_DIR=out/downloads
4182024-03-07T21:41:01.705Z+ DEST_DIR=./out/console-assets
4192024-03-07T21:41:01.705Z+ source /work/oxidecomputer/omicron/tools/console_version
4202024-03-07T21:41:01.705Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
4212024-03-07T21:41:01.705Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4222024-03-07T21:41:01.705Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4232024-03-07T21:41:01.705Z+ TARBALL_FILE=out/downloads/console.tar.gz
4242024-03-07T21:41:01.705Z+ main
4252024-03-07T21:41:01.705Z+ [[ 0 != 0 ]]
4262024-03-07T21:41:01.706Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4272024-03-07T21:41:01.706ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4282024-03-07T21:41:01.706Z+ echo 'Local file: out/downloads/console.tar.gz'
4292024-03-07T21:41:01.706ZLocal file: out/downloads/console.tar.gz
4302024-03-07T21:41:01.706Z+ local DO_DOWNLOAD=true
4312024-03-07T21:41:01.706Z+ [[ -f out/downloads/console.tar.gz ]]
4322024-03-07T21:41:01.706Z+ mkdir -p out/downloads
4332024-03-07T21:41:01.706Z+ '[' true == true ']'
4342024-03-07T21:41:01.706Z+ echo Downloading...
4352024-03-07T21:41:01.706ZDownloading...
4362024-03-07T21:41:01.706Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4372024-03-07T21:41:01.706Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4382024-03-07T21:41:01.912Z++ do_sha256sum out/downloads/console.tar.gz
4392024-03-07T21:41:01.912Z++ case "$OSTYPE" in
4402024-03-07T21:41:01.915Z++ SHA=sha256sum
4412024-03-07T21:41:01.915Z++ sha256sum
4422024-03-07T21:41:01.915Z++ awk '{print $1}'
4432024-03-07T21:41:01.919Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4442024-03-07T21:41:01.923Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4452024-03-07T21:41:01.923Z+ rm -rf ./out/console-assets
4462024-03-07T21:41:01.923Z+ mkdir -p ./out/console-assets
4472024-03-07T21:41:01.923Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4482024-03-07T21:41:01.923Z+ mkdir -p ./out/console-assets
4492024-03-07T21:41:01.929Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4502024-03-07T21:41:02.019Z+ set -o errexit
4512024-03-07T21:41:02.023Z+++ dirname ./tools/ci_download_maghemite_openapi
4522024-03-07T21:41:02.023Z++ cd ./tools
4532024-03-07T21:41:02.023Z++ pwd
4542024-03-07T21:41:02.027Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4552024-03-07T21:41:02.027Z++ basename ./tools/ci_download_maghemite_openapi
4562024-03-07T21:41:02.027Z+ ARG0=ci_download_maghemite_openapi
4572024-03-07T21:41:02.027Z+ TARGET_DIR=out
4582024-03-07T21:41:02.027Z+ DOWNLOAD_DIR=out/downloads
4592024-03-07T21:41:02.027Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4602024-03-07T21:41:02.027Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4612024-03-07T21:41:02.027Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4622024-03-07T21:41:02.027Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4632024-03-07T21:41:02.027Z+ LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4642024-03-07T21:41:02.027Z+ main
4652024-03-07T21:41:02.027Z+ [[ 0 != 0 ]]
4662024-03-07T21:41:02.027Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json'
4672024-03-07T21:41:02.027ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4682024-03-07T21:41:02.027Z+ echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4692024-03-07T21:41:02.027ZLocal file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4702024-03-07T21:41:02.027Z+ local DO_DOWNLOAD=true
4712024-03-07T21:41:02.027Z+ [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4722024-03-07T21:41:02.028Z+ mkdir -p out/downloads
4732024-03-07T21:41:02.032Z+ '[' true == true ']'
4742024-03-07T21:41:02.032Z+ echo Downloading...
4752024-03-07T21:41:02.032ZDownloading...
4762024-03-07T21:41:02.032Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4772024-03-07T21:41:02.032Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4782024-03-07T21:41:02.132Z++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4792024-03-07T21:41:02.132Z++ case "$OSTYPE" in
4802024-03-07T21:41:02.138Z++ SHA=sha256sum
4812024-03-07T21:41:02.138Z++ sha256sum
4822024-03-07T21:41:02.138Z++ awk '{print $1}'
4832024-03-07T21:41:02.142Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4842024-03-07T21:41:02.142Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4852024-03-07T21:41:02.142Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4862024-03-07T21:41:02.142Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4872024-03-07T21:41:02.142Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4882024-03-07T21:41:02.142Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4892024-03-07T21:41:02.142Z+ LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4902024-03-07T21:41:02.142Z+ main
4912024-03-07T21:41:02.142Z+ [[ 0 != 0 ]]
4922024-03-07T21:41:02.143Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json'
4932024-03-07T21:41:02.143ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4942024-03-07T21:41:02.143Z+ echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4952024-03-07T21:41:02.143ZLocal file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4962024-03-07T21:41:02.143Z+ local DO_DOWNLOAD=true
4972024-03-07T21:41:02.143Z+ [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4982024-03-07T21:41:02.143Z+ mkdir -p out/downloads
4992024-03-07T21:41:02.143Z+ '[' true == true ']'
5002024-03-07T21:41:02.143Z+ echo Downloading...
5012024-03-07T21:41:02.143ZDownloading...
5022024-03-07T21:41:02.143Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
5032024-03-07T21:41:02.143Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
5042024-03-07T21:41:02.260Z++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
5052024-03-07T21:41:02.266Z++ case "$OSTYPE" in
5062024-03-07T21:41:02.266Z++ SHA=sha256sum
5072024-03-07T21:41:02.267Z++ sha256sum
5082024-03-07T21:41:02.267Z++ awk '{print $1}'
5092024-03-07T21:41:02.267Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5102024-03-07T21:41:02.267Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
5112024-03-07T21:41:02.270Z+ set -o errexit
5122024-03-07T21:41:02.276Z+++ dirname ./tools/ci_download_dendrite_openapi
5132024-03-07T21:41:02.276Z++ cd ./tools
5142024-03-07T21:41:02.276Z++ pwd
5152024-03-07T21:41:02.284Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5162024-03-07T21:41:02.284Z++ basename ./tools/ci_download_dendrite_openapi
5172024-03-07T21:41:02.284Z+ ARG0=ci_download_dendrite_openapi
5182024-03-07T21:41:02.284Z+ TARGET_DIR=out
5192024-03-07T21:41:02.284Z+ DOWNLOAD_DIR=out/downloads
5202024-03-07T21:41:02.284Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5212024-03-07T21:41:02.284Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5222024-03-07T21:41:02.284Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5232024-03-07T21:41:02.284Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5242024-03-07T21:41:02.284Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5252024-03-07T21:41:02.284Z+ main
5262024-03-07T21:41:02.284Z+ [[ 0 != 0 ]]
5272024-03-07T21:41:02.284Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5282024-03-07T21:41:02.284ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5292024-03-07T21:41:02.284ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5302024-03-07T21:41:02.284Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5312024-03-07T21:41:02.284Z+ local DO_DOWNLOAD=true
5322024-03-07T21:41:02.284Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5332024-03-07T21:41:02.284Z+ mkdir -p out/downloads
5342024-03-07T21:41:02.285Z+ '[' true == true ']'
5352024-03-07T21:41:02.285Z+ echo Downloading...
5362024-03-07T21:41:02.285ZDownloading...
5372024-03-07T21:41:02.285Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5382024-03-07T21:41:02.285Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5392024-03-07T21:41:02.404Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5402024-03-07T21:41:02.404Z++ case "$OSTYPE" in
5412024-03-07T21:41:02.407Z++ SHA=sha256sum
5422024-03-07T21:41:02.407Z++ sha256sum
5432024-03-07T21:41:02.407Z++ awk '{print $1}'
5442024-03-07T21:41:02.411Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5452024-03-07T21:41:02.411Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5462024-03-07T21:41:02.417Z+ set -o errexit
5472024-03-07T21:41:02.420Z+++ dirname ./tools/ci_download_dendrite_stub
5482024-03-07T21:41:02.421Z++ cd ./tools
5492024-03-07T21:41:02.421Z++ pwd
5502024-03-07T21:41:02.424Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5512024-03-07T21:41:02.424Z++ basename ./tools/ci_download_dendrite_stub
5522024-03-07T21:41:02.424Z+ ARG0=ci_download_dendrite_stub
5532024-03-07T21:41:02.424Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5542024-03-07T21:41:02.424Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5552024-03-07T21:41:02.424Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5562024-03-07T21:41:02.424Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5572024-03-07T21:41:02.424Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5582024-03-07T21:41:02.424Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5592024-03-07T21:41:02.424Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5602024-03-07T21:41:02.424Z+ TARGET_DIR=out
5612024-03-07T21:41:02.424Z+ DOWNLOAD_DIR=out/downloads
5622024-03-07T21:41:02.424Z+ DEST_DIR=./out/dendrite-stub
5632024-03-07T21:41:02.425Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5642024-03-07T21:41:02.425Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5652024-03-07T21:41:02.425Z+ REPO=oxidecomputer/dendrite
5662024-03-07T21:41:02.425Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5672024-03-07T21:41:02.425Z+ main
5682024-03-07T21:41:02.425Z+ [[ 0 != 0 ]]
5692024-03-07T21:41:02.425Z+ CIDL_OS=solaris2.11
5702024-03-07T21:41:02.425Z+ [[ 0 != 0 ]]
5712024-03-07T21:41:02.425Z+ configure_os solaris2.11
5722024-03-07T21:41:02.428Z+ echo 'current directory: /work/oxidecomputer/omicron'
5732024-03-07T21:41:02.428Zcurrent directory: /work/oxidecomputer/omicron
5742024-03-07T21:41:02.429Z+ echo 'configuring based on OS: "solaris2.11"'
5752024-03-07T21:41:02.429Zconfiguring based on OS: "solaris2.11"
5762024-03-07T21:41:02.429Z+ case "$1" in
5772024-03-07T21:41:02.429Z+ SET_BINARIES=
5782024-03-07T21:41:02.429Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5792024-03-07T21:41:02.429Z+ CIDL_SHA256FUNC=do_sha256sum
5802024-03-07T21:41:02.429Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5812024-03-07T21:41:02.429Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5822024-03-07T21:41:02.429Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5832024-03-07T21:41:02.429Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5842024-03-07T21:41:02.429ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5852024-03-07T21:41:02.429Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5862024-03-07T21:41:02.429ZLocal file: out/downloads/dendrite-stub.tar.gz
5872024-03-07T21:41:02.429Z+ mkdir -p out/downloads
5882024-03-07T21:41:02.429Z+ mkdir -p ./out/dendrite-stub
5892024-03-07T21:41:02.429Z+ fetch_and_verify
5902024-03-07T21:41:02.429Z+ local DO_DOWNLOAD=true
5912024-03-07T21:41:02.429Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5922024-03-07T21:41:02.429Z+ '[' true == true ']'
5932024-03-07T21:41:02.429Z+ echo Downloading...
5942024-03-07T21:41:02.429ZDownloading...
5952024-03-07T21:41:02.429Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5962024-03-07T21:41:02.430Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5972024-03-07T21:41:12.000Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5982024-03-07T21:41:12.003Z++ sha256sum
5992024-03-07T21:41:12.003Z++ awk '{print $1}'
6002024-03-07T21:41:12.027Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
6012024-03-07T21:41:12.048Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
6022024-03-07T21:41:12.048Z+ do_untar out/downloads/dendrite-stub.tar.gz
6032024-03-07T21:41:12.048Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6042024-03-07T21:41:12.721Z+ do_assemble
6052024-03-07T21:41:12.721Z+ rm -r ./out/dendrite-stub
6062024-03-07T21:41:12.745Z+ mkdir ./out/dendrite-stub
6072024-03-07T21:41:12.745Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6082024-03-07T21:41:12.822Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6092024-03-07T21:41:12.842Z+ set -o errexit
6102024-03-07T21:41:12.842Z+++ dirname ./tools/ci_download_maghemite_mgd
6112024-03-07T21:41:12.842Z++ cd ./tools
6122024-03-07T21:41:12.842Z++ pwd
6132024-03-07T21:41:12.843Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6142024-03-07T21:41:12.843Z++ basename ./tools/ci_download_maghemite_mgd
6152024-03-07T21:41:13.284Z+ ARG0=ci_download_maghemite_mgd
6162024-03-07T21:41:13.285Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6172024-03-07T21:41:13.285Z++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6182024-03-07T21:41:13.286Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
6192024-03-07T21:41:13.286Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6202024-03-07T21:41:13.286Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6212024-03-07T21:41:13.286Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6222024-03-07T21:41:13.287Z+ TARGET_DIR=out
6232024-03-07T21:41:13.287Z+ DOWNLOAD_DIR=out/downloads
6242024-03-07T21:41:13.287Z+ DEST_DIR=./out/mgd
6252024-03-07T21:41:13.287Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6262024-03-07T21:41:13.288Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6272024-03-07T21:41:13.288Z+ REPO=oxidecomputer/maghemite
6282024-03-07T21:41:13.288Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6292024-03-07T21:41:13.288Z+ main
6302024-03-07T21:41:13.289Z+ [[ 0 != 0 ]]
6312024-03-07T21:41:13.289Z+ CIDL_OS=solaris2.11
6322024-03-07T21:41:13.289Z+ [[ 0 != 0 ]]
6332024-03-07T21:41:13.289Z+ configure_os solaris2.11
6342024-03-07T21:41:13.289Z+ echo 'current directory: /work/oxidecomputer/omicron'
6352024-03-07T21:41:13.289Zcurrent directory: /work/oxidecomputer/omicron
6362024-03-07T21:41:13.289Z+ echo 'configuring based on OS: "solaris2.11"'
6372024-03-07T21:41:13.290Z+ case "$1" in
6382024-03-07T21:41:13.290Z+ SET_BINARIES=
6392024-03-07T21:41:13.290Zconfiguring based on OS: "solaris2.11"
6402024-03-07T21:41:13.290Z+ CIDL_SHA256FUNC=do_sha256sum
6412024-03-07T21:41:13.290Z+ TARBALL_FILENAME=mgd.tar.gz
6422024-03-07T21:41:13.290Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6432024-03-07T21:41:13.290Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6442024-03-07T21:41:13.291Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz'
6452024-03-07T21:41:13.291ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6462024-03-07T21:41:13.291ZLocal file: out/downloads/mgd.tar.gz
6472024-03-07T21:41:13.291Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6482024-03-07T21:41:13.291Z+ mkdir -p out/downloads
6492024-03-07T21:41:13.291Z+ mkdir -p ./out/mgd
6502024-03-07T21:41:13.292Z+ fetch_and_verify
6512024-03-07T21:41:13.292Z+ local DO_DOWNLOAD=true
6522024-03-07T21:41:13.292Z+ [[ -f out/downloads/mgd.tar.gz ]]
6532024-03-07T21:41:13.292Z+ '[' true == true ']'
6542024-03-07T21:41:13.292Z+ echo Downloading...
6552024-03-07T21:41:13.292ZDownloading...
6562024-03-07T21:41:13.292Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz
6572024-03-07T21:41:13.292Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6582024-03-07T21:41:17.788Z++ do_sha256sum out/downloads/mgd.tar.gz
6592024-03-07T21:41:17.791Z++ sha256sum
6602024-03-07T21:41:17.791Z++ awk '{print $1}'
6612024-03-07T21:41:17.808Z+ calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6622024-03-07T21:41:17.811Z+ [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]]
6632024-03-07T21:41:17.811Z+ do_untar out/downloads/mgd.tar.gz
6642024-03-07T21:41:17.811Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6652024-03-07T21:41:18.257Z+ do_assemble
6662024-03-07T21:41:18.257Z+ rm -r ./out/mgd
6672024-03-07T21:41:18.261Z+ mkdir ./out/mgd
6682024-03-07T21:41:18.266Z+ cp -r out/downloads/root ./out/mgd/root
6692024-03-07T21:41:18.439Z+ set -o errexit
6702024-03-07T21:41:18.466Z+++ dirname ./tools/ci_download_transceiver_control
6712024-03-07T21:41:18.466Z++ cd ./tools
6722024-03-07T21:41:18.466Z++ pwd
6732024-03-07T21:41:18.466Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6742024-03-07T21:41:18.466Z++ basename ./tools/ci_download_transceiver_control
6752024-03-07T21:41:18.466Z+ ARG0=ci_download_transceiver_control
6762024-03-07T21:41:18.466Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6772024-03-07T21:41:18.467Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6782024-03-07T21:41:18.467Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6792024-03-07T21:41:18.467Z+ TARGET_DIR=out
6802024-03-07T21:41:18.467Z+ DOWNLOAD_DIR=out/downloads
6812024-03-07T21:41:18.467Z+ DEST_DIR=./out/transceiver-control
6822024-03-07T21:41:18.467Z+ BIN_DIR=/opt/oxide/bin
6832024-03-07T21:41:18.467Z+ BINARY=xcvradm
6842024-03-07T21:41:18.467Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6852024-03-07T21:41:18.467Z+ REPO=oxidecomputer/transceiver-control
6862024-03-07T21:41:18.467Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6872024-03-07T21:41:18.467Z+ main
6882024-03-07T21:41:18.468Z+ [[ 0 != 0 ]]
6892024-03-07T21:41:18.468Z+ CIDL_OS=solaris2.11
6902024-03-07T21:41:18.468Z+ [[ 0 != 0 ]]
6912024-03-07T21:41:18.468Z+ configure_os solaris2.11
6922024-03-07T21:41:18.468Z+ echo 'current directory: /work/oxidecomputer/omicron'
6932024-03-07T21:41:18.468Zcurrent directory: /work/oxidecomputer/omicron
6942024-03-07T21:41:18.468Z+ echo 'configuring based on OS: "solaris2.11"'
6952024-03-07T21:41:18.468Z+ case "$1" in
6962024-03-07T21:41:18.469Zconfiguring based on OS: "solaris2.11"
6972024-03-07T21:41:18.469Z+ SET_BINARIES=
6982024-03-07T21:41:18.469Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6992024-03-07T21:41:18.469Z+ CIDL_SHA256FUNC=do_sha256sum
7002024-03-07T21:41:18.469Z+ ARCHIVE_FILENAME=xcvradm.gz
7012024-03-07T21:41:18.469Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7022024-03-07T21:41:18.469Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7032024-03-07T21:41:18.470Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7042024-03-07T21:41:18.470ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7052024-03-07T21:41:18.470ZLocal file: out/downloads/xcvradm.gz
7062024-03-07T21:41:18.470Z+ echo 'Local file: out/downloads/xcvradm.gz'
7072024-03-07T21:41:18.470Z+ mkdir -p out/downloads
7082024-03-07T21:41:18.470Z+ mkdir -p ./out/transceiver-control
7092024-03-07T21:41:18.470Z+ fetch_and_verify
7102024-03-07T21:41:18.470Z+ local DO_DOWNLOAD=true
7112024-03-07T21:41:18.470Z+ [[ -f out/downloads/xcvradm.gz ]]
7122024-03-07T21:41:18.470Z+ '[' true == true ']'
7132024-03-07T21:41:18.471Z+ echo Downloading...
7142024-03-07T21:41:18.471ZDownloading...
7152024-03-07T21:41:18.471Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7162024-03-07T21:41:18.471Z+ 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
7172024-03-07T21:41:19.973Z++ do_sha256sum out/downloads/xcvradm.gz
7182024-03-07T21:41:19.977Z++ sha256sum
7192024-03-07T21:41:19.977Z++ awk '{print $1}'
7202024-03-07T21:41:19.982Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7212024-03-07T21:41:19.987Z+ [[ 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 ]]
7222024-03-07T21:41:19.987Z+ do_unpack out/downloads/xcvradm.gz
7232024-03-07T21:41:19.987Z+ mkdir -p out/downloads/root//opt/oxide/bin
7242024-03-07T21:41:19.987Z+ gzip -dc out/downloads/xcvradm.gz
7252024-03-07T21:41:20.113Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7262024-03-07T21:41:20.123Z+ do_assemble
7272024-03-07T21:41:20.123Z+ rm -r ./out/transceiver-control
7282024-03-07T21:41:20.124Z+ mkdir ./out/transceiver-control
7292024-03-07T21:41:20.124Z+ cp -r out/downloads/root ./out/transceiver-control/root
7302024-03-07T21:41:20.392ZAll builder prerequisites installed successfully, and PATH looks valid
7312024-03-07T21:41:20.396Z
7322024-03-07T21:41:20.396Zreal 1:56.039882062
7332024-03-07T21:41:20.396Zuser 32.969881119
7342024-03-07T21:41:20.396Zsys 6.658119873
7352024-03-07T21:41:20.396Ztrap 0.007141800
7362024-03-07T21:41:20.396Ztflt 0.277340390
7372024-03-07T21:41:20.396Zdflt 0.365717270
7382024-03-07T21:41:20.396Zkflt 0.240901372
7392024-03-07T21:41:20.396Zlock 1.558510102
7402024-03-07T21:41:20.396Zslp 3:49.980036408
7412024-03-07T21:41:20.396Zlat 1.959844114
7422024-03-07T21:41:20.396Zstop 0.132286932
7432024-03-07T21:41:20.397Z
7442024-03-07T21:41:20.397Z ##### # # # # #####
7452024-03-07T21:41:20.397Z # # # # # # # #
7462024-03-07T21:41:20.397Z ##### # # # # # #
7472024-03-07T21:41:20.397Z # # # # # # # #
7482024-03-07T21:41:20.397Z # # # # # # # #
7492024-03-07T21:41:20.397Z ##### #### # ###### #####
7502024-03-07T21:41:20.397Z
7512024-03-07T21:41:20.625Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7522024-03-07T21:41:21.359Z Updating git repository `https://github.com/oxidecomputer/samael`
7532024-03-07T21:41:21.362Z Updating crates.io index
7542024-03-07T21:41:21.365Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7552024-03-07T21:41:22.114Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7562024-03-07T21:41:23.847Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7572024-03-07T21:41:24.396Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7582024-03-07T21:41:24.723Z Updating git repository `http://github.com/oxidecomputer/tofino`
7592024-03-07T21:41:25.113Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7602024-03-07T21:41:25.375Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7612024-03-07T21:41:25.636Z Updating git repository `https://github.com/oxidecomputer/propolis`
7622024-03-07T21:41:26.661Z Updating git repository `https://github.com/oxidecomputer/crucible`
7632024-03-07T21:41:28.868Z Updating git repository `https://github.com/oxidecomputer/opte`
7642024-03-07T21:41:30.866Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7652024-03-07T21:41:31.202Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7662024-03-07T21:41:31.737Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7672024-03-07T21:41:32.049Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7682024-03-07T21:41:32.330Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7692024-03-07T21:41:32.712Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7702024-03-07T21:41:33.351Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7712024-03-07T21:41:33.631Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7722024-03-07T21:41:34.098Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7732024-03-07T21:41:34.472Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7742024-03-07T21:41:34.791Z Updating git repository `https://github.com/jgallagher/nix`
7752024-03-07T21:41:35.791Z Updating git repository `https://github.com/cbiffle/hubpack`
7762024-03-07T21:41:36.242Z Updating git repository `https://github.com/oxidecomputer/typify`
7772024-03-07T21:41:41.148Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7782024-03-07T21:41:41.237Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7792024-03-07T21:41:41.237Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7802024-03-07T21:41:41.238Z Downloading crates ...
7812024-03-07T21:41:41.238Z Downloaded lazy_static v1.4.0
7822024-03-07T21:41:41.238Z Downloaded kstat-rs v0.2.3
7832024-03-07T21:41:41.238Z Downloaded atomicwrites v0.4.3
7842024-03-07T21:41:41.238Z Downloaded aead v0.5.2
7852024-03-07T21:41:41.238Z Downloaded anstyle-query v1.0.0
7862024-03-07T21:41:41.239Z Downloaded indoc v2.0.3
7872024-03-07T21:41:41.239Z Downloaded atty v0.2.14
7882024-03-07T21:41:41.239Z Downloaded backoff v0.4.0
7892024-03-07T21:41:41.239Z Downloaded headers v0.3.9
7902024-03-07T21:41:41.239Z Downloaded http-range v0.1.5
7912024-03-07T21:41:41.239Z Downloaded allocator-api2 v0.2.16
7922024-03-07T21:41:41.240Z Downloaded humantime v2.1.0
7932024-03-07T21:41:41.240Z Downloaded base64 v0.21.7
7942024-03-07T21:41:41.240Z Downloaded heapless v0.8.0
7952024-03-07T21:41:41.240Z Downloaded cexpr v0.6.0
7962024-03-07T21:41:41.240Z Downloaded hyper-tls v0.5.0
7972024-03-07T21:41:41.240Z Downloaded http-body v0.4.5
7982024-03-07T21:41:41.241Z Downloaded blowfish v0.9.1
7992024-03-07T21:41:41.241Z Downloaded arc-swap v1.6.0
8002024-03-07T21:41:41.241Z Downloaded base16ct v0.2.0
8012024-03-07T21:41:41.241Z Downloaded is_ci v1.2.0
8022024-03-07T21:41:41.241Z Downloaded hubpack_derive v0.1.1
8032024-03-07T21:41:41.242Z Downloaded guppy-workspace-hack v0.1.0
8042024-03-07T21:41:41.242Z Downloaded hyper-staticfile v0.9.5
8052024-03-07T21:41:41.242Z Downloaded constant_time_eq v0.3.0
8062024-03-07T21:41:41.242Z Downloaded bitfield v0.14.0
8072024-03-07T21:41:41.242Z Downloaded ident_case v1.0.1
8082024-03-07T21:41:41.243Z Downloaded cpufeatures v0.2.12
8092024-03-07T21:41:41.243Z Downloaded async-recursion v1.0.5
8102024-03-07T21:41:41.243Z Downloaded cargo-platform v0.1.3
8112024-03-07T21:41:41.244Z Downloaded itoa v1.0.9
8122024-03-07T21:41:41.244Z Downloaded lalrpop-util v0.19.12
8132024-03-07T21:41:41.244Z Downloaded inout v0.1.3
8142024-03-07T21:41:41.244Z Downloaded predicates-core v1.0.6
8152024-03-07T21:41:41.245Z Downloaded httptest v0.15.5
8162024-03-07T21:41:41.245Z Downloaded rpassword v7.3.1
8172024-03-07T21:41:41.245Z Downloaded ciborium-io v0.2.2
8182024-03-07T21:41:41.245Z Downloaded getrandom v0.1.16
8192024-03-07T21:41:41.245Z Downloaded serde_urlencoded v0.7.1
8202024-03-07T21:41:41.245Z Downloaded futures-task v0.3.30
8212024-03-07T21:41:41.245Z Downloaded predicates-tree v1.0.9
8222024-03-07T21:41:41.245Z Downloaded hash32 v0.2.1
8232024-03-07T21:41:41.245Z Downloaded hostname v0.3.1
8242024-03-07T21:41:41.246Z Downloaded http-body v1.0.0
8252024-03-07T21:41:41.246Z Downloaded matches v0.1.10
8262024-03-07T21:41:41.246Z Downloaded ghash v0.5.0
8272024-03-07T21:41:41.246Z Downloaded tower-layer v0.3.2
8282024-03-07T21:41:41.246Z Downloaded strum v0.26.1
8292024-03-07T21:41:41.246Z Downloaded ppv-lite86 v0.2.17
8302024-03-07T21:41:41.246Z Downloaded bit-set v0.5.3
8312024-03-07T21:41:41.246Z Downloaded colored v2.0.4
8322024-03-07T21:41:41.246Z Downloaded ciborium-ll v0.2.2
8332024-03-07T21:41:41.246Z Downloaded keccak v0.1.4
8342024-03-07T21:41:41.247Z Downloaded clap_lex v0.7.0
8352024-03-07T21:41:41.247Z Downloaded constant_time_eq v0.2.6
8362024-03-07T21:41:41.247Z Downloaded cbc v0.1.2
8372024-03-07T21:41:41.247Z Downloaded hyper-rustls v0.26.0
8382024-03-07T21:41:41.247Z Downloaded convert_case v0.4.0
8392024-03-07T21:41:41.247Z Downloaded indoc v1.0.9
8402024-03-07T21:41:41.247Z Downloaded crucible-workspace-hack v0.1.0
8412024-03-07T21:41:41.247Z Downloaded tinyvec_macros v0.1.1
8422024-03-07T21:41:41.248Z Downloaded home v0.5.5
8432024-03-07T21:41:41.248Z Downloaded rand_core v0.6.4
8442024-03-07T21:41:41.248Z Downloaded adler v1.0.2
8452024-03-07T21:41:41.248Z Downloaded bitflags v2.4.0
8462024-03-07T21:41:41.248Z Downloaded bzip2 v0.4.4
8472024-03-07T21:41:41.249Z Downloaded bcrypt-pbkdf v0.10.0
8482024-03-07T21:41:41.249Z Downloaded getrandom v0.2.10
8492024-03-07T21:41:41.249Z Downloaded proc-macro-crate v1.3.1
8502024-03-07T21:41:41.249Z Downloaded maybe-uninit v2.0.0
8512024-03-07T21:41:41.249Z Downloaded usdt-attr-macro v0.3.5
8522024-03-07T21:41:41.249Z Downloaded macaddr v1.0.1
8532024-03-07T21:41:41.250Z Downloaded camino-tempfile v1.1.1
8542024-03-07T21:41:41.250Z Downloaded ansi_term v0.12.1
8552024-03-07T21:41:41.250Z Downloaded scroll v0.12.0
8562024-03-07T21:41:41.250Z Downloaded libloading v0.7.4
8572024-03-07T21:41:41.250Z Downloaded oso-derive v0.27.0
8582024-03-07T21:41:41.250Z Downloaded curve25519-dalek-derive v0.1.0
8592024-03-07T21:41:41.250Z Downloaded basic-toml v0.1.8
8602024-03-07T21:41:41.250Z Downloaded sqlparser_derive v0.2.2
8612024-03-07T21:41:41.251Z Downloaded ipnet v2.9.0
8622024-03-07T21:41:41.251Z Downloaded libefi-sys v0.1.0
8632024-03-07T21:41:41.251Z Downloaded slog-stdlog v4.1.1
8642024-03-07T21:41:41.251Z Downloaded cargo_toml v0.19.0
8652024-03-07T21:41:41.251Z Downloaded smf v0.2.2
8662024-03-07T21:41:41.251Z Downloaded sha2 v0.10.8
8672024-03-07T21:41:41.252Z Downloaded semver v1.0.22
8682024-03-07T21:41:41.252Z Downloaded nested v0.1.1
8692024-03-07T21:41:41.252Z Downloaded httparse v1.8.0
8702024-03-07T21:41:41.252Z Downloaded buf-list v1.0.3
8712024-03-07T21:41:41.252Z Downloaded hex v0.4.3
8722024-03-07T21:41:41.253Z Downloaded dtrace-parser v0.1.14
8732024-03-07T21:41:41.253Z Downloaded md5 v0.7.0
8742024-03-07T21:41:41.253Z Downloaded newtype_derive v0.1.6
8752024-03-07T21:41:41.253Z Downloaded indexmap v1.9.3
8762024-03-07T21:41:41.253Z Downloaded tempdir v0.3.7
8772024-03-07T21:41:41.254Z Downloaded schemars_derive v0.8.16
8782024-03-07T21:41:41.269Z Downloaded structmeta-derive v0.3.0
8792024-03-07T21:41:41.269Z Downloaded const-oid v0.9.5
8802024-03-07T21:41:41.269Z Downloaded tokio-rustls v0.25.0
8812024-03-07T21:41:41.269Z Downloaded pretty-hex v0.2.1
8822024-03-07T21:41:41.269Z Downloaded darling_macro v0.14.4
8832024-03-07T21:41:41.269Z Downloaded waitgroup v0.1.2
8842024-03-07T21:41:41.269Z Downloaded usdt-macro v0.3.5
8852024-03-07T21:41:41.269Z Downloaded rustls-pemfile v1.0.3
8862024-03-07T21:41:41.269Z Downloaded pin-utils v0.1.0
8872024-03-07T21:41:41.270Z Downloaded olpc-cjson v0.1.3
8882024-03-07T21:41:41.270Z Downloaded zerocopy-derive v0.7.32
8892024-03-07T21:41:41.270Z Downloaded debug-ignore v1.0.5
8902024-03-07T21:41:41.270Z Downloaded percent-encoding v2.3.1
8912024-03-07T21:41:41.270Z Downloaded zone_cfg_derive v0.3.0
8922024-03-07T21:41:41.270Z Downloaded chacha20poly1305 v0.10.1
8932024-03-07T21:41:41.270Z Downloaded precomputed-hash v0.1.1
8942024-03-07T21:41:41.270Z Downloaded foreign-types v0.5.0
8952024-03-07T21:41:41.270Z Downloaded strum_macros v0.25.2
8962024-03-07T21:41:41.270Z Downloaded strum_macros v0.24.3
8972024-03-07T21:41:41.270Z Downloaded toolchain_find v0.2.0
8982024-03-07T21:41:41.270Z Downloaded try-lock v0.2.4
8992024-03-07T21:41:41.270Z Downloaded multer v3.0.0
9002024-03-07T21:41:41.270Z Downloaded tokio-rustls v0.24.1
9012024-03-07T21:41:41.270Z Downloaded pkcs1 v0.7.5
9022024-03-07T21:41:41.270Z Downloaded dirs-next v2.0.0
9032024-03-07T21:41:41.270Z Downloaded digest v0.10.7
9042024-03-07T21:41:41.270Z Downloaded unicode-bidi v0.3.13
9052024-03-07T21:41:41.270Z Downloaded num_enum v0.5.11
9062024-03-07T21:41:41.270Z Downloaded foreign-types-shared v0.1.1
9072024-03-07T21:41:41.270Z Downloaded stability v0.1.1
9082024-03-07T21:41:41.270Z Downloaded structmeta-derive v0.2.0
9092024-03-07T21:41:41.271Z Downloaded rstest_macros v0.18.2
9102024-03-07T21:41:41.271Z Downloaded diesel_table_macro_syntax v0.1.0
9112024-03-07T21:41:41.271Z Downloaded slog-async v2.8.0
9122024-03-07T21:41:41.271Z Downloaded defmt-parser v0.3.3
9132024-03-07T21:41:41.271Z Downloaded similar v2.3.0
9142024-03-07T21:41:41.271Z Downloaded enum-as-inner v0.5.1
9152024-03-07T21:41:41.271Z Downloaded md-5 v0.10.5
9162024-03-07T21:41:41.271Z Downloaded yasna v0.5.2
9172024-03-07T21:41:41.271Z Downloaded tempfile v3.10.0
9182024-03-07T21:41:41.271Z Downloaded parse-display-derive v0.9.0
9192024-03-07T21:41:41.272Z Downloaded derive_builder v0.12.0
9202024-03-07T21:41:41.272Z Downloaded version_check v0.9.4
9212024-03-07T21:41:41.272Z Downloaded num_cpus v1.16.0
9222024-03-07T21:41:41.272Z Downloaded futures-channel v0.3.30
9232024-03-07T21:41:41.272Z Downloaded smallvec v1.13.1
9242024-03-07T21:41:41.272Z Downloaded openssl-probe v0.1.5
9252024-03-07T21:41:41.272Z Downloaded rustc_version v0.4.0
9262024-03-07T21:41:41.272Z Downloaded funty v2.0.0
9272024-03-07T21:41:41.272Z Downloaded num-rational v0.4.1
9282024-03-07T21:41:41.272Z Downloaded indexmap v2.2.5
9292024-03-07T21:41:41.272Z Downloaded rusty-fork v0.3.0
9302024-03-07T21:41:41.272Z Downloaded vte_generate_state_changes v0.1.1
9312024-03-07T21:41:41.273Z Downloaded rustls-native-certs v0.7.0
9322024-03-07T21:41:41.273Z Downloaded thiserror-no-std v2.0.2
9332024-03-07T21:41:41.273Z Downloaded normalize-line-endings v0.3.0
9342024-03-07T21:41:41.273Z Downloaded signal-hook-mio v0.2.3
9352024-03-07T21:41:41.273Z Downloaded option-ext v0.2.0
9362024-03-07T21:41:41.273Z Downloaded hex-literal v0.4.1
9372024-03-07T21:41:41.273Z Downloaded serde_derive_internals v0.26.0
9382024-03-07T21:41:41.274Z Downloaded pem v3.0.2
9392024-03-07T21:41:41.274Z Downloaded defmt v0.3.5
9402024-03-07T21:41:41.274Z Downloaded sct v0.7.0
9412024-03-07T21:41:41.274Z Downloaded uuid v1.7.0
9422024-03-07T21:41:41.274Z Downloaded tracing-attributes v0.1.26
9432024-03-07T21:41:41.274Z Downloaded paste v1.0.14
9442024-03-07T21:41:41.274Z Downloaded pem-rfc7468 v0.7.0
9452024-03-07T21:41:41.274Z Downloaded structmeta v0.2.0
9462024-03-07T21:41:41.274Z Downloaded supports-color v3.0.0
9472024-03-07T21:41:41.274Z Downloaded colorchoice v1.0.0
9482024-03-07T21:41:41.274Z Downloaded backtrace v0.3.69
9492024-03-07T21:41:41.274Z Downloaded serde_repr v0.1.16
9502024-03-07T21:41:41.274Z Downloaded same-file v1.0.6
9512024-03-07T21:41:41.274Z Downloaded once_cell v1.19.0
9522024-03-07T21:41:41.274Z Downloaded omicron-zone-package v0.11.0
9532024-03-07T21:41:41.274Z Downloaded crc-any v2.4.3
9542024-03-07T21:41:41.274Z Downloaded mime_guess v2.0.4
9552024-03-07T21:41:41.274Z Downloaded slog-envlogger v2.2.0
9562024-03-07T21:41:41.274Z Downloaded num_threads v0.1.6
9572024-03-07T21:41:41.274Z Downloaded signature v1.6.4
9582024-03-07T21:41:41.274Z Downloaded rand_chacha v0.3.1
9592024-03-07T21:41:41.274Z Downloaded dirs v5.0.1
9602024-03-07T21:41:41.274Z Downloaded quick-error v1.2.3
9612024-03-07T21:41:41.274Z Downloaded hashbrown v0.12.3
9622024-03-07T21:41:41.275Z Downloaded parse-size v1.0.0
9632024-03-07T21:41:41.275Z Downloaded postgres-types v0.2.6
9642024-03-07T21:41:41.275Z Downloaded tinyvec v1.6.0
9652024-03-07T21:41:41.275Z Downloaded strsim v0.8.0
9662024-03-07T21:41:41.275Z Downloaded downcast v0.11.0
9672024-03-07T21:41:41.275Z Downloaded packed_struct_codegen v0.10.1
9682024-03-07T21:41:41.275Z Downloaded ctr v0.9.2
9692024-03-07T21:41:41.275Z Downloaded ff v0.13.0
9702024-03-07T21:41:41.275Z Downloaded termios v0.3.3
9712024-03-07T21:41:41.275Z Downloaded ref-cast-impl v1.0.20
9722024-03-07T21:41:41.275Z Downloaded hash32 v0.3.1
9732024-03-07T21:41:41.275Z Downloaded pbkdf2 v0.11.0
9742024-03-07T21:41:41.275Z Downloaded partial-io v0.5.4
9752024-03-07T21:41:41.275Z Downloaded tabled_derive v0.7.0
9762024-03-07T21:41:41.275Z Downloaded unicode-ident v1.0.12
9772024-03-07T21:41:41.275Z Downloaded signal-hook-tokio v0.3.1
9782024-03-07T21:41:41.311Z Downloaded rustversion v1.0.14
9792024-03-07T21:41:41.311Z Downloaded trust-dns-client v0.22.0
9802024-03-07T21:41:41.311Z Downloaded strum v0.25.0
9812024-03-07T21:41:41.312Z Downloaded serde_plain v1.0.2
9822024-03-07T21:41:41.312Z Downloaded smallvec v0.6.14
9832024-03-07T21:41:41.312Z Downloaded platforms v3.0.2
9842024-03-07T21:41:41.312Z Downloaded subprocess v0.2.9
9852024-03-07T21:41:41.312Z Downloaded packed_struct v0.10.1
9862024-03-07T21:41:41.312Z Downloaded rustc_version v0.1.7
9872024-03-07T21:41:41.312Z Downloaded tower-service v0.3.2
9882024-03-07T21:41:41.313Z Downloaded derive_builder_macro v0.12.0
9892024-03-07T21:41:41.313Z Downloaded hubpack v0.1.2
9902024-03-07T21:41:41.313Z Downloaded number_prefix v0.4.0
9912024-03-07T21:41:41.313Z Downloaded zerocopy v0.6.4
9922024-03-07T21:41:41.313Z Downloaded x509-cert v0.2.4
9932024-03-07T21:41:41.314Z Downloaded want v0.3.1
9942024-03-07T21:41:41.314Z Downloaded utf-8 v0.7.6
9952024-03-07T21:41:41.314Z Downloaded cast v0.3.0
9962024-03-07T21:41:41.314Z Downloaded owo-colors v4.0.0
9972024-03-07T21:41:41.314Z Downloaded rustfmt-wrapper v0.2.0
9982024-03-07T21:41:41.314Z Downloaded stable_deref_trait v1.2.0
9992024-03-07T21:41:41.314Z Downloaded der v0.7.8
10002024-03-07T21:41:41.314Z Downloaded crc-catalog v2.2.0
10012024-03-07T21:41:41.315Z Downloaded toml_datetime v0.6.5
10022024-03-07T21:41:41.315Z Downloaded aes v0.8.3
10032024-03-07T21:41:41.315Z Downloaded openssl-macros v0.1.1
10042024-03-07T21:41:41.315Z Downloaded termtree v0.4.1
10052024-03-07T21:41:41.315Z Downloaded thiserror-impl-no-std v2.0.2
10062024-03-07T21:41:41.315Z Downloaded crunchy v0.2.2
10072024-03-07T21:41:41.315Z Downloaded phf_shared v0.10.0
10082024-03-07T21:41:41.316Z Downloaded rustls-pemfile v2.1.1
10092024-03-07T21:41:41.316Z Downloaded resolv-conf v0.7.0
10102024-03-07T21:41:41.316Z Downloaded derive_builder_core v0.12.0
10112024-03-07T21:41:41.316Z Downloaded cfg-if v1.0.0
10122024-03-07T21:41:41.316Z Downloaded tar v0.4.40
10132024-03-07T21:41:41.316Z Downloaded subtle v2.5.0
10142024-03-07T21:41:41.316Z Downloaded csv-core v0.1.11
10152024-03-07T21:41:41.316Z Downloaded num v0.4.1
10162024-03-07T21:41:41.317Z Downloaded sha1 v0.10.6
10172024-03-07T21:41:41.317Z Downloaded cargo_metadata v0.18.1
10182024-03-07T21:41:41.317Z Downloaded string_cache v0.8.7
10192024-03-07T21:41:41.317Z Downloaded futures-executor v0.3.30
10202024-03-07T21:41:41.317Z Downloaded parse-display v0.9.0
10212024-03-07T21:41:41.317Z Downloaded zerocopy v0.3.0
10222024-03-07T21:41:41.317Z Downloaded ecdsa v0.16.9
10232024-03-07T21:41:41.318Z Downloaded clang-sys v1.6.1
10242024-03-07T21:41:41.318Z Downloaded which v4.4.0
10252024-03-07T21:41:41.318Z Downloaded fs-err v2.11.0
10262024-03-07T21:41:41.318Z Downloaded password-hash v0.5.0
10272024-03-07T21:41:41.318Z Downloaded crossbeam-deque v0.8.3
10282024-03-07T21:41:41.319Z Downloaded pin-project v1.1.3
10292024-03-07T21:41:41.319Z Downloaded darling_macro v0.20.3
10302024-03-07T21:41:41.319Z Downloaded structopt v0.3.26
10312024-03-07T21:41:41.319Z Downloaded r2d2 v0.8.10
10322024-03-07T21:41:41.319Z Downloaded opaque-debug v0.3.0
10332024-03-07T21:41:41.319Z Downloaded rand_xorshift v0.3.0
10342024-03-07T21:41:41.319Z Downloaded pest_derive v2.7.6
10352024-03-07T21:41:41.319Z Downloaded itertools v0.12.1
10362024-03-07T21:41:41.319Z Downloaded dirs-sys v0.4.1
10372024-03-07T21:41:41.320Z Downloaded futures-io v0.3.30
10382024-03-07T21:41:41.320Z Downloaded zeroize v1.7.0
10392024-03-07T21:41:41.320Z Downloaded toml v0.5.11
10402024-03-07T21:41:41.320Z Downloaded defmt-macros v0.3.6
10412024-03-07T21:41:41.320Z Downloaded utf8parse v0.2.1
10422024-03-07T21:41:41.320Z Downloaded radium v0.7.0
10432024-03-07T21:41:41.320Z Downloaded zone v0.3.0
10442024-03-07T21:41:41.320Z Downloaded criterion-plot v0.5.0
10452024-03-07T21:41:41.321Z Downloaded threadpool v1.8.1
10462024-03-07T21:41:41.321Z Downloaded serde_tokenstream v0.1.7
10472024-03-07T21:41:41.321Z Downloaded pathdiff v0.2.1
10482024-03-07T21:41:41.321Z Downloaded rsa v0.9.2
10492024-03-07T21:41:41.321Z Downloaded terminal_size v0.3.0
10502024-03-07T21:41:41.321Z Downloaded thiserror-impl v1.0.57
10512024-03-07T21:41:41.321Z Downloaded thiserror v1.0.57
10522024-03-07T21:41:41.321Z Downloaded chacha20 v0.9.1
10532024-03-07T21:41:41.321Z Downloaded newline-converter v0.3.0
10542024-03-07T21:41:41.321Z Downloaded pest_generator v2.7.6
10552024-03-07T21:41:41.322Z Downloaded reedline v0.30.0
10562024-03-07T21:41:41.322Z Downloaded toml_edit v0.22.6
10572024-03-07T21:41:41.322Z Downloaded signal-hook-registry v1.4.1
10582024-03-07T21:41:41.322Z Downloaded ref-cast v1.0.20
10592024-03-07T21:41:41.322Z Downloaded tokio-tungstenite v0.20.1
10602024-03-07T21:41:41.322Z Downloaded plotters-backend v0.3.5
10612024-03-07T21:41:41.322Z Downloaded schemars v0.8.16
10622024-03-07T21:41:41.322Z Downloaded slog-json v2.6.1
10632024-03-07T21:41:41.322Z Downloaded tungstenite v0.20.1
10642024-03-07T21:41:41.322Z Downloaded serde-big-array v0.5.1
10652024-03-07T21:41:41.323Z Downloaded spin v0.5.2
10662024-03-07T21:41:41.323Z Downloaded pest_meta v2.7.6
10672024-03-07T21:41:41.323Z Downloaded nanorand v0.7.0
10682024-03-07T21:41:41.323Z Downloaded term v0.7.0
10692024-03-07T21:41:41.323Z Downloaded portable-atomic v1.4.3
10702024-03-07T21:41:41.323Z Downloaded foreign-types-macros v0.2.3
10712024-03-07T21:41:41.323Z Downloaded num-integer v0.1.46
10722024-03-07T21:41:41.323Z Downloaded managed v0.8.0
10732024-03-07T21:41:41.323Z Downloaded serde_yaml v0.9.25
10742024-03-07T21:41:41.323Z Downloaded serde-big-array v0.4.1
10752024-03-07T21:41:41.323Z Downloaded unicode-width v0.1.11
10762024-03-07T21:41:41.324Z Downloaded universal-hash v0.5.1
10772024-03-07T21:41:41.324Z Downloaded float-cmp v0.9.0
10782024-03-07T21:41:41.329Z Downloaded unarray v0.1.4
10792024-03-07T21:41:41.329Z Downloaded foreign-types-shared v0.3.1
10802024-03-07T21:41:41.329Z Downloaded vte v0.11.1
10812024-03-07T21:41:41.329Z Downloaded crypto-common v0.1.6
10822024-03-07T21:41:41.329Z Downloaded filetime v0.2.23
10832024-03-07T21:41:41.330Z Downloaded fd-lock v3.0.13
10842024-03-07T21:41:41.330Z Downloaded swrite v0.1.0
10852024-03-07T21:41:41.330Z Downloaded foreign-types v0.3.2
10862024-03-07T21:41:41.330Z Downloaded native-tls v0.2.11
10872024-03-07T21:41:41.330Z Downloaded fallible-iterator v0.2.0
10882024-03-07T21:41:41.330Z Downloaded difflib v0.4.0
10892024-03-07T21:41:41.330Z Downloaded fastrand v2.0.1
10902024-03-07T21:41:41.330Z Downloaded ed25519 v2.2.2
10912024-03-07T21:41:41.330Z Downloaded russh-cryptovec v0.7.0
10922024-03-07T21:41:41.330Z Downloaded rayon-core v1.12.1
10932024-03-07T21:41:41.330Z Downloaded errno v0.3.8
10942024-03-07T21:41:41.330Z Downloaded fnv v1.0.7
10952024-03-07T21:41:41.330Z Downloaded rand v0.8.5
10962024-03-07T21:41:41.330Z Downloaded clap v2.34.0
10972024-03-07T21:41:41.330Z Downloaded cstr-argument v0.1.2
10982024-03-07T21:41:41.330Z Downloaded endian-type v0.1.2
10992024-03-07T21:41:41.330Z Downloaded plotters-svg v0.3.5
11002024-03-07T21:41:41.330Z Downloaded clap v4.5.0
11012024-03-07T21:41:41.331Z Downloaded dtrace-parser v0.2.0
11022024-03-07T21:41:41.331Z Downloaded serde-hex v0.1.0
11032024-03-07T21:41:41.331Z Downloaded rand_chacha v0.2.2
11042024-03-07T21:41:41.331Z Downloaded memmap v0.7.0
11052024-03-07T21:41:41.331Z Downloaded snafu v0.7.5
11062024-03-07T21:41:41.331Z Downloaded strip-ansi-escapes v0.2.0
11072024-03-07T21:41:41.331Z Downloaded usdt v0.3.5
11082024-03-07T21:41:41.331Z Downloaded usdt-impl v0.5.0
11092024-03-07T21:41:41.331Z Downloaded derive-where v1.2.7
11102024-03-07T21:41:41.331Z Downloaded pbkdf2 v0.12.2
11112024-03-07T21:41:41.331Z Downloaded form_urlencoded v1.2.1
11122024-03-07T21:41:41.331Z Downloaded futures-macro v0.3.30
11132024-03-07T21:41:41.331Z Downloaded polyval v0.6.1
11142024-03-07T21:41:41.331Z Downloaded criterion v0.5.1
11152024-03-07T21:41:41.331Z Downloaded fixedbitset v0.4.2
11162024-03-07T21:41:41.331Z Downloaded futures-sink v0.3.30
11172024-03-07T21:41:41.331Z Downloaded target-lexicon v0.12.13
11182024-03-07T21:41:41.331Z Downloaded rust-argon2 v1.0.1
11192024-03-07T21:41:41.331Z Downloaded proc-macro-error-attr v1.0.4
11202024-03-07T21:41:41.331Z Downloaded siphasher v0.3.11
11212024-03-07T21:41:41.331Z Downloaded unicode-xid v0.2.4
11222024-03-07T21:41:41.332Z Downloaded fragile v2.0.0
11232024-03-07T21:41:41.332Z Downloaded ena v0.14.2
11242024-03-07T21:41:41.332Z Downloaded smawk v0.3.1
11252024-03-07T21:41:41.332Z Downloaded slab v0.4.9
11262024-03-07T21:41:41.332Z Downloaded tough v0.16.0
11272024-03-07T21:41:41.332Z Downloaded pkg-config v0.3.27
11282024-03-07T21:41:41.332Z Downloaded snafu-derive v0.7.5
11292024-03-07T21:41:41.332Z Downloaded scheduled-thread-pool v0.2.7
11302024-03-07T21:41:41.332Z Downloaded tokio-macros v2.2.0
11312024-03-07T21:41:41.332Z Downloaded slog-term v2.9.0
11322024-03-07T21:41:41.332Z Downloaded target-spec v3.1.0
11332024-03-07T21:41:41.332Z Downloaded poly1305 v0.8.0
11342024-03-07T21:41:41.332Z Downloaded toml_edit v0.19.15
11352024-03-07T21:41:41.709Z Downloaded num-derive v0.4.0
11362024-03-07T21:41:41.710Z Downloaded ed25519 v1.5.3
11372024-03-07T21:41:41.710Z Downloaded untrusted v0.9.0
11382024-03-07T21:41:41.710Z Downloaded env_logger v0.10.0
11392024-03-07T21:41:41.710Z Downloaded memmap2 v0.7.1
11402024-03-07T21:41:41.710Z Downloaded typenum v1.16.0
11412024-03-07T21:41:41.710Z Downloaded postgres-protocol v0.6.6
11422024-03-07T21:41:41.710Z Downloaded crossbeam-utils v0.8.16
11432024-03-07T21:41:41.710Z Downloaded rstest v0.18.2
11442024-03-07T21:41:41.710Z Downloaded russh-keys v0.42.0
11452024-03-07T21:41:41.710Z Downloaded tinytemplate v1.2.1
11462024-03-07T21:41:41.710Z Downloaded ryu v1.0.15
11472024-03-07T21:41:41.710Z Downloaded rayon v1.9.0
11482024-03-07T21:41:41.711Z Downloaded unicode-segmentation v1.10.1
11492024-03-07T21:41:41.711Z Downloaded flume v0.11.0
11502024-03-07T21:41:41.711Z Downloaded regex-automata v0.1.10
11512024-03-07T21:41:41.711Z Downloaded url v2.5.0
11522024-03-07T21:41:41.711Z Downloaded p521 v0.13.3
11532024-03-07T21:41:41.711Z Downloaded serde v1.0.197
11542024-03-07T21:41:41.711Z Downloaded smoltcp v0.9.1
11552024-03-07T21:41:41.711Z Downloaded idna v0.2.3
11562024-03-07T21:41:41.711Z Downloaded syn v2.0.51
11572024-03-07T21:41:41.711Z Downloaded unicode-normalization v0.1.22
11582024-03-07T21:41:41.711Z Downloaded socket2 v0.4.9
11592024-03-07T21:41:41.711Z Downloaded pretty_assertions v1.4.0
11602024-03-07T21:41:41.711Z Downloaded crossbeam-channel v0.5.8
11612024-03-07T21:41:41.712Z Downloaded petgraph v0.6.4
11622024-03-07T21:41:41.712Z Downloaded memchr v2.6.3
11632024-03-07T21:41:41.712Z Downloaded ed25519-dalek v2.0.0
11642024-03-07T21:41:41.712Z Downloaded reqwest v0.11.24
11652024-03-07T21:41:41.712Z Downloaded chrono v0.4.31
11662024-03-07T21:41:41.721Z Downloaded mio v0.8.11
11672024-03-07T21:41:41.721Z Downloaded rand v0.7.3
11682024-03-07T21:41:41.721Z Downloaded gimli v0.28.0
11692024-03-07T21:41:41.721Z Downloaded regex v1.10.3
11702024-03-07T21:41:41.722Z Downloaded rustls v0.21.9
11712024-03-07T21:41:41.722Z Downloaded curve25519-dalek v4.1.1
11722024-03-07T21:41:41.722Z Downloaded regress v0.8.0
11732024-03-07T21:41:41.722Z Downloaded rustyline v13.0.0
11742024-03-07T21:41:41.722Z Downloaded proptest v1.4.0
11752024-03-07T21:41:41.722Z Downloaded openssl v0.10.60
11762024-03-07T21:41:41.722Z Downloaded trust-dns-proto v0.22.0
11772024-03-07T21:41:41.722Z Downloaded ratatui v0.26.1
11782024-03-07T21:41:41.722Z Downloaded rustix v0.38.31
11792024-03-07T21:41:41.722Z Downloaded smoltcp v0.11.0
11802024-03-07T21:41:41.722Z Downloaded diesel v2.1.4
11812024-03-07T21:41:41.722Z Downloaded nix v0.27.1
11822024-03-07T21:41:41.722Z Downloaded regex-syntax v0.6.29
11832024-03-07T21:41:41.722Z Downloaded libc v0.2.153
11842024-03-07T21:41:41.722Z Downloaded csv v1.3.0
11852024-03-07T21:41:41.722Z Downloaded regex-syntax v0.8.2
11862024-03-07T21:41:41.722Z Downloaded bstr v1.6.0
11872024-03-07T21:41:41.722Z Downloaded winapi v0.3.9
11882024-03-07T21:41:41.722Z Downloaded openapiv3 v2.0.0
11892024-03-07T21:41:41.723Z Downloaded zerocopy-derive v0.6.4
11902024-03-07T21:41:41.723Z Downloaded object v0.32.1
11912024-03-07T21:41:41.723Z Downloaded zerocopy-derive v0.2.0
11922024-03-07T21:41:41.723Z Downloaded bstr v0.2.17
11932024-03-07T21:41:41.723Z Downloaded radix_trie v0.2.1
11942024-03-07T21:41:41.723Z Downloaded regex-automata v0.3.8
11952024-03-07T21:41:41.723Z Downloaded sled v0.34.7
11962024-03-07T21:41:41.723Z Downloaded bzip2-sys v0.1.11+1.0.8
11972024-03-07T21:41:41.723Z Downloaded regex-automata v0.4.4
11982024-03-07T21:41:41.723Z Downloaded polar-core v0.27.0
11992024-03-07T21:41:41.723Z Downloaded idna v0.5.0
12002024-03-07T21:41:41.723Z Downloaded sha3 v0.10.8
12012024-03-07T21:41:41.723Z Downloaded num-bigint-dig v0.8.4
12022024-03-07T21:41:41.723Z Downloaded vcpkg v0.2.15
12032024-03-07T21:41:41.723Z Downloaded tokio v1.36.0
12042024-03-07T21:41:41.763Z Downloaded object v0.30.4
12052024-03-07T21:41:41.764Z Downloaded bitvec v1.0.1
12062024-03-07T21:41:41.764Z Downloaded webpki-roots v0.25.2
12072024-03-07T21:41:41.764Z Downloaded tabled v0.15.0
12082024-03-07T21:41:41.791Z Downloaded syn v1.0.109
12092024-03-07T21:41:41.791Z Downloaded russh v0.42.0
12102024-03-07T21:41:41.792Z Downloaded proc-macro2 v1.0.78
12112024-03-07T21:41:41.792Z Downloaded encoding_rs v0.8.33
12122024-03-07T21:41:42.249Z Downloaded ring v0.16.20
12132024-03-07T21:41:42.250Z Downloaded miniz_oxide v0.7.1
12142024-03-07T21:41:42.250Z Downloaded bindgen v0.69.2
12152024-03-07T21:41:42.250Z Downloaded papergrid v0.11.0
12162024-03-07T21:41:42.250Z Downloaded unicode_categories v0.1.1
12172024-03-07T21:41:42.250Z Downloaded ron v0.8.1
12182024-03-07T21:41:42.250Z Downloaded tokio-util v0.7.10
12192024-03-07T21:41:42.250Z Downloaded trust-dns-server v0.22.1
12202024-03-07T21:41:42.251Z Downloaded lalrpop v0.19.12
12212024-03-07T21:41:42.251Z Downloaded tokio-native-tls v0.3.1
12222024-03-07T21:41:42.251Z Downloaded fatfs v0.3.6
12232024-03-07T21:41:42.251Z Downloaded winnow v0.5.15
12242024-03-07T21:41:42.251Z Downloaded socket2 v0.5.5
12252024-03-07T21:41:42.251Z Downloaded elliptic-curve v0.13.8
12262024-03-07T21:41:42.252Z Downloaded tower v0.4.13
12272024-03-07T21:41:42.252Z Downloaded serde_with v3.6.1
12282024-03-07T21:41:42.252Z Downloaded zerocopy v0.7.32
12292024-03-07T21:41:42.252Z Downloaded plotters v0.3.5
12302024-03-07T21:41:42.253Z Downloaded futures v0.3.30
12312024-03-07T21:41:42.253Z Downloaded parking_lot v0.12.1
12322024-03-07T21:41:42.253Z Downloaded dirs-sys-next v0.1.2
12332024-03-07T21:41:42.253Z Downloaded usdt v0.5.0
12342024-03-07T21:41:42.253Z Downloaded rcgen v0.12.1
12352024-03-07T21:41:42.254Z Downloaded steno v0.4.0
12362024-03-07T21:41:42.254Z Downloaded crossterm v0.27.0
12372024-03-07T21:41:42.254Z Downloaded memoffset v0.7.1
12382024-03-07T21:41:42.255Z Downloaded ucd-trie v0.1.6
12392024-03-07T21:41:42.255Z Downloaded diesel_derives v2.1.2
12402024-03-07T21:41:42.255Z Downloaded parking_lot v0.11.2
12412024-03-07T21:41:42.255Z Downloaded p256 v0.13.2
12422024-03-07T21:41:42.255Z Downloaded darling_core v0.14.4
12432024-03-07T21:41:42.256Z Downloaded goblin v0.8.0
12442024-03-07T21:41:42.256Z Downloaded synstructure v0.12.6
12452024-03-07T21:41:42.256Z Downloaded usdt-impl v0.3.5
12462024-03-07T21:41:42.257Z Downloaded pkcs8 v0.10.2
12472024-03-07T21:41:42.257Z Downloaded fd-lock v4.0.2
12482024-03-07T21:41:42.257Z Downloaded wait-timeout v0.2.0
12492024-03-07T21:41:42.257Z Downloaded expectorate v1.1.0
12502024-03-07T21:41:42.257Z Downloaded winnow v0.6.1
12512024-03-07T21:41:42.258Z Downloaded ring v0.17.8
12522024-03-07T21:41:42.258Z Downloaded unicase v2.7.0
12532024-03-07T21:41:42.258Z Downloaded either v1.10.0
12542024-03-07T21:41:42.258Z Downloaded flagset v0.4.3
12552024-03-07T21:41:42.258Z Downloaded derive_more v0.99.17
12562024-03-07T21:41:42.258Z Downloaded num-traits v0.2.16
12572024-03-07T21:41:42.259Z Downloaded trybuild v1.0.89
12582024-03-07T21:41:42.259Z Downloaded prettyplease v0.2.16
12592024-03-07T21:41:42.259Z Downloaded quick-xml v0.30.0
12602024-03-07T21:41:42.259Z Downloaded parking_lot_core v0.8.6
12612024-03-07T21:41:42.259Z Downloaded quote v1.0.35
12622024-03-07T21:41:42.259Z Downloaded blake3 v1.5.0
12632024-03-07T21:41:42.260Z Downloaded tabwriter v1.4.0
12642024-03-07T21:41:42.260Z Downloaded serde_spanned v0.6.5
12652024-03-07T21:41:42.260Z Downloaded minimal-lexical v0.2.1
12662024-03-07T21:41:42.260Z Downloaded newtype-uuid v1.0.1
12672024-03-07T21:41:42.260Z Downloaded sqlparser v0.43.1
12682024-03-07T21:41:42.261Z Downloaded serde_json v1.0.114
12692024-03-07T21:41:42.261Z Downloaded multimap v0.10.0
12702024-03-07T21:41:42.261Z Downloaded tokio-postgres v0.7.10
12712024-03-07T21:41:42.261Z Downloaded time v0.3.27
12722024-03-07T21:41:42.261Z Downloaded plain v0.2.3
12732024-03-07T21:41:42.261Z Downloaded h2 v0.3.24
12742024-03-07T21:41:42.262Z Downloaded zip v0.6.6
12752024-03-07T21:41:42.262Z Downloaded deranged v0.3.8
12762024-03-07T21:41:42.262Z Downloaded flate2 v1.0.28
12772024-03-07T21:41:42.262Z Downloaded whoami v1.5.0
12782024-03-07T21:41:42.262Z Downloaded der_derive v0.7.2
12792024-03-07T21:41:42.263Z Downloaded cfg-expr v0.15.6
12802024-03-07T21:41:42.263Z Downloaded toml v0.8.10
12812024-03-07T21:41:42.263Z Downloaded trust-dns-resolver v0.22.0
12822024-03-07T21:41:42.263Z Downloaded num-bigint v0.4.4
12832024-03-07T21:41:42.263Z Downloaded openssl-sys v0.9.96
12842024-03-07T21:41:42.263Z Downloaded clap_builder v4.5.0
12852024-03-07T21:41:42.263Z Downloaded hkdf v0.12.4
12862024-03-07T21:41:42.263Z Downloaded hyper v0.14.27
12872024-03-07T21:41:42.263Z Downloaded futures-util v0.3.30
12882024-03-07T21:41:42.276Z Downloaded aes-gcm v0.10.3
12892024-03-07T21:41:42.276Z Downloaded time-core v0.1.1
12902024-03-07T21:41:42.276Z Downloaded nom v7.1.3
12912024-03-07T21:41:42.276Z Downloaded futures-core v0.3.30
12922024-03-07T21:41:42.276Z Downloaded datatest-stable v0.2.3
12932024-03-07T21:41:42.276Z Downloaded darling v0.20.3
12942024-03-07T21:41:42.276Z Downloaded test-strategy v0.3.1
12952024-03-07T21:41:42.276Z Downloaded guppy v0.17.5
12962024-03-07T21:41:42.276Z Downloaded shell-words v1.1.0
12972024-03-07T21:41:42.276Z Downloaded cc v1.0.83
12982024-03-07T21:41:42.276Z Downloaded typed-path v0.7.0
12992024-03-07T21:41:42.286Z Downloaded pest v2.7.6
13002024-03-07T21:41:42.286Z Downloaded embedded-io v0.4.0
13012024-03-07T21:41:42.286Z Downloaded textwrap v0.16.1
13022024-03-07T21:41:42.286Z Downloaded sec1 v0.7.3
13032024-03-07T21:41:42.286Z Downloaded pin-project-internal v1.1.3
13042024-03-07T21:41:42.286Z Downloaded crc v3.0.1
13052024-03-07T21:41:42.291Z Downloaded rustc-demangle v0.1.23
13062024-03-07T21:41:42.291Z Downloaded darling_core v0.20.3
13072024-03-07T21:41:42.299Z Downloaded crypto-bigint v0.5.2
13082024-03-07T21:41:42.299Z Downloaded serde_derive v1.0.197
13092024-03-07T21:41:42.304Z Downloaded itertools v0.10.5
13102024-03-07T21:41:42.309Z Downloaded hashbrown v0.14.3
13112024-03-07T21:41:42.351Z Downloaded oso v0.27.0
13122024-03-07T21:41:42.351Z Downloaded libxml v0.3.3
13132024-03-07T21:41:42.351Z Downloaded libm v0.2.7
13142024-03-07T21:41:42.386Z Downloaded thread-id v4.2.0
13152024-03-07T21:41:42.387Z Downloaded strum_macros v0.26.1
13162024-03-07T21:41:42.387Z Downloaded rustls-webpki v0.102.1
13172024-03-07T21:41:42.387Z Downloaded tui-tree-widget v0.17.0
13182024-03-07T21:41:42.387Z Downloaded time-macros v0.2.13
13192024-03-07T21:41:42.387Z Downloaded textwrap v0.11.0
13202024-03-07T21:41:42.387Z Downloaded topological-sort v0.2.2
13212024-03-07T21:41:42.388Z Downloaded crossbeam-epoch v0.9.15
13222024-03-07T21:41:42.388Z Downloaded http v0.2.12
13232024-03-07T21:41:42.388Z Downloaded unsafe-libyaml v0.2.10
13242024-03-07T21:41:42.388Z Downloaded dyn-clone v1.0.17
13252024-03-07T21:41:42.388Z Downloaded slog-dtrace v0.3.0
13262024-03-07T21:41:42.388Z Downloaded slog-bunyan v2.5.0
13272024-03-07T21:41:42.388Z Downloaded rustls-pki-types v1.3.0
13282024-03-07T21:41:42.388Z Downloaded rand_core v0.5.1
13292024-03-07T21:41:42.388Z Downloaded diff v0.1.13
13302024-03-07T21:41:42.388Z Downloaded phf_shared v0.11.2
13312024-03-07T21:41:42.419Z Downloaded proc-macro-error v1.0.4
13322024-03-07T21:41:42.419Z Downloaded rfc6979 v0.4.0
13332024-03-07T21:41:42.419Z Downloaded tiny-keccak v2.0.2
13342024-03-07T21:41:42.419Z Downloaded tracing v0.1.37
13352024-03-07T21:41:42.419Z Downloaded walkdir v2.4.0
13362024-03-07T21:41:42.419Z Downloaded hashbrown v0.13.2
13372024-03-07T21:41:42.419Z Downloaded cobs v0.2.3
13382024-03-07T21:41:42.419Z Downloaded nodrop v0.1.14
13392024-03-07T21:41:42.419Z Downloaded nibble_vec v0.1.0
13402024-03-07T21:41:42.419Z Downloaded thread_local v1.1.7
13412024-03-07T21:41:42.419Z Downloaded zeroize_derive v1.4.2
13422024-03-07T21:41:42.419Z Downloaded similar-asserts v1.5.0
13432024-03-07T21:41:42.419Z Downloaded rand v0.4.6
13442024-03-07T21:41:42.420Z Downloaded structopt-derive v0.4.18
13452024-03-07T21:41:42.420Z Downloaded password-hash v0.4.2
13462024-03-07T21:41:42.420Z Downloaded salty v0.2.0
13472024-03-07T21:41:42.420Z Downloaded mockall_derive v0.12.0
13482024-03-07T21:41:42.420Z Downloaded nu-ansi-term v0.50.0
13492024-03-07T21:41:42.420Z Downloaded parking_lot_core v0.9.8
13502024-03-07T21:41:42.420Z Downloaded oorandom v11.1.3
13512024-03-07T21:41:42.420Z Downloaded heapless v0.7.16
13522024-03-07T21:41:42.420Z Downloaded toml v0.7.8
13532024-03-07T21:41:42.428Z Downloaded crc32fast v1.3.2
13542024-03-07T21:41:42.428Z Downloaded spin v0.9.8
13552024-03-07T21:41:42.428Z Downloaded http v1.0.0
13562024-03-07T21:41:42.428Z Downloaded num-iter v0.1.43
13572024-03-07T21:41:42.428Z Downloaded half v2.3.1
13582024-03-07T21:41:42.428Z Downloaded indicatif v0.17.8
13592024-03-07T21:41:42.434Z Downloaded vec_map v0.8.2
13602024-03-07T21:41:42.434Z Downloaded tokio-stream v0.1.14
13612024-03-07T21:41:42.434Z Downloaded signal-hook v0.3.17
13622024-03-07T21:41:42.439Z Downloaded semver v0.1.20
13632024-03-07T21:41:42.439Z Downloaded predicates v3.1.0
13642024-03-07T21:41:42.439Z Downloaded data-encoding v2.4.0
13652024-03-07T21:41:42.439Z Downloaded signature v2.1.0
13662024-03-07T21:41:42.448Z Downloaded pretty-hex v0.4.1
13672024-03-07T21:41:42.448Z Downloaded unicode-linebreak v0.1.5
13682024-03-07T21:41:42.448Z Downloaded blake2 v0.10.6
13692024-03-07T21:41:42.449Z Downloaded peeking_take_while v0.1.2
13702024-03-07T21:41:42.449Z Downloaded tracing-core v0.1.31
13712024-03-07T21:41:42.460Z Downloaded static_assertions v1.1.0
13722024-03-07T21:41:42.461Z Downloaded relative-path v1.9.0
13732024-03-07T21:41:42.461Z Downloaded pin-project-lite v0.2.13
13742024-03-07T21:41:42.461Z Downloaded stringprep v0.1.3
13752024-03-07T21:41:42.461Z Downloaded secrecy v0.8.0
13762024-03-07T21:41:42.461Z Downloaded equivalent v1.0.1
13772024-03-07T21:41:42.461Z Downloaded vsss-rs v3.3.4
13782024-03-07T21:41:42.474Z Downloaded serde_with_macros v3.6.1
13792024-03-07T21:41:42.474Z Downloaded remove_dir_all v0.5.3
13802024-03-07T21:41:42.474Z Downloaded compact_str v0.7.1
13812024-03-07T21:41:42.474Z Downloaded postcard v1.0.8
13822024-03-07T21:41:42.475Z Downloaded ciborium v0.2.2
13832024-03-07T21:41:42.475Z Downloaded hmac v0.12.1
13842024-03-07T21:41:42.475Z Downloaded scopeguard v1.2.0
13852024-03-07T21:41:42.475Z Downloaded darling v0.14.4
13862024-03-07T21:41:42.484Z Downloaded mockall v0.12.0
13872024-03-07T21:41:42.484Z Downloaded memoffset v0.9.0
13882024-03-07T21:41:42.485Z Downloaded bytes v1.5.0
13892024-03-07T21:41:42.485Z Downloaded num-complex v0.4.4
13902024-03-07T21:41:42.485Z Downloaded usdt-macro v0.5.0
13912024-03-07T21:41:42.485Z Downloaded slog v2.7.0
13922024-03-07T21:41:42.485Z Downloaded yansi v0.5.1
13932024-03-07T21:41:42.485Z Downloaded dof v0.1.5
13942024-03-07T21:41:42.492Z Downloaded phf v0.11.2
13952024-03-07T21:41:42.492Z Downloaded hyper-util v0.1.2
13962024-03-07T21:41:42.492Z Downloaded cookie v0.18.0
13972024-03-07T21:41:42.492Z Downloaded dof v0.3.0
13982024-03-07T21:41:42.495Z Downloaded cancel-safe-futures v0.1.5
13992024-03-07T21:41:42.496Z Downloaded log v0.4.20
14002024-03-07T21:41:42.504Z Downloaded lru-cache v0.1.2
14012024-03-07T21:41:42.504Z Downloaded camino v1.1.6
14022024-03-07T21:41:42.508Z Downloaded hyper-rustls v0.24.2
14032024-03-07T21:41:42.509Z Downloaded doc-comment v0.3.3
14042024-03-07T21:41:42.509Z Downloaded xattr v1.0.1
14052024-03-07T21:41:42.509Z Downloaded wyz v0.5.1
14062024-03-07T21:41:42.509Z Downloaded strsim v0.11.0
14072024-03-07T21:41:42.509Z Downloaded num_enum_derive v0.5.11
14082024-03-07T21:41:42.509Z Downloaded mime v0.3.17
14092024-03-07T21:41:42.509Z Downloaded rustls v0.22.2
14102024-03-07T21:41:42.522Z Downloaded untrusted v0.7.1
14112024-03-07T21:41:42.528Z Downloaded termcolor v1.2.0
14122024-03-07T21:41:42.528Z Downloaded tap v1.0.1
14132024-03-07T21:41:42.528Z Downloaded castaway v0.2.2
14142024-03-07T21:41:42.528Z Downloaded path-slash v0.1.5
14152024-03-07T21:41:42.528Z Downloaded spki v0.7.2
14162024-03-07T21:41:42.537Z Downloaded lock_api v0.4.10
14172024-03-07T21:41:42.537Z Downloaded bcs v0.1.6
14182024-03-07T21:41:42.537Z Downloaded sqlformat v0.2.3
14192024-03-07T21:41:42.538Z Downloaded strsim v0.10.0
14202024-03-07T21:41:42.538Z Downloaded shlex v1.3.0
14212024-03-07T21:41:42.538Z Downloaded serde_tokenstream v0.2.0
14222024-03-07T21:41:42.544Z Downloaded libtest-mimic v0.6.1
14232024-03-07T21:41:42.544Z Downloaded lazycell v1.3.0
14242024-03-07T21:41:42.544Z Downloaded semver-parser v0.10.2
14252024-03-07T21:41:42.544Z Downloaded block-padding v0.3.3
14262024-03-07T21:41:42.544Z Downloaded hyper v1.1.0
14272024-03-07T21:41:42.550Z Downloaded display-error-chain v0.2.0
14282024-03-07T21:41:42.550Z Downloaded serde_path_to_error v0.1.15
14292024-03-07T21:41:42.551Z Downloaded clap_derive v4.5.0
14302024-03-07T21:41:42.578Z Downloaded new_debug_unreachable v1.0.4
14312024-03-07T21:41:42.578Z Downloaded anyhow v1.0.75
14322024-03-07T21:41:42.578Z Downloaded structmeta v0.3.0
14332024-03-07T21:41:42.586Z Downloaded slog-scope v4.4.0
14342024-03-07T21:41:42.586Z Downloaded semver v0.11.0
14352024-03-07T21:41:42.587Z Downloaded blake2b_simd v1.0.1
14362024-03-07T21:41:42.587Z Downloaded usdt-attr-macro v0.5.0
14372024-03-07T21:41:42.587Z Downloaded is-terminal v0.4.9
14382024-03-07T21:41:42.587Z Downloaded ascii-canvas v3.0.0
14392024-03-07T21:41:42.587Z Downloaded generic-array v0.14.7
14402024-03-07T21:41:42.587Z Downloaded bb8 v0.8.3
14412024-03-07T21:41:42.587Z Downloaded rustc-hash v1.1.0
14422024-03-07T21:41:42.587Z Downloaded match_cfg v0.1.0
14432024-03-07T21:41:42.587Z Downloaded glob v0.3.1
14442024-03-07T21:41:42.587Z Downloaded heck v0.3.3
14452024-03-07T21:41:42.588Z Downloaded bitflags v1.3.2
14462024-03-07T21:41:42.588Z Downloaded globset v0.4.13
14472024-03-07T21:41:42.588Z Downloaded lru v0.12.1
14482024-03-07T21:41:42.588Z Downloaded sync_wrapper v0.1.2
14492024-03-07T21:41:42.588Z Downloaded instant v0.1.12
14502024-03-07T21:41:42.588Z Downloaded scroll_derive v0.12.0
14512024-03-07T21:41:42.588Z Downloaded console v0.15.8
14522024-03-07T21:41:42.589Z Downloaded corncobs v0.1.3
14532024-03-07T21:41:42.589Z Downloaded iana-time-zone v0.1.57
14542024-03-07T21:41:42.589Z Downloaded bytecount v0.6.3
14552024-03-07T21:41:42.589Z Downloaded byteorder v1.5.0
14562024-03-07T21:41:42.589Z Downloaded primeorder v0.13.6
14572024-03-07T21:41:42.589Z Downloaded impl-trait-for-tuples v0.2.2
14582024-03-07T21:41:42.604Z Downloaded heck v0.4.1
14592024-03-07T21:41:42.605Z Downloaded group v0.13.0
14602024-03-07T21:41:42.605Z Downloaded bit-vec v0.6.3
14612024-03-07T21:41:42.605Z Downloaded base64ct v1.6.0
14622024-03-07T21:41:42.605Z Downloaded take_mut v0.2.2
14632024-03-07T21:41:42.605Z Downloaded linked-hash-map v0.5.6
14642024-03-07T21:41:42.606Z Downloaded block-buffer v0.10.4
14652024-03-07T21:41:42.606Z Downloaded autocfg v1.1.0
14662024-03-07T21:41:42.618Z Downloaded gethostname v0.4.3
14672024-03-07T21:41:42.619Z Downloaded async-stream v0.3.5
14682024-03-07T21:41:42.619Z Downloaded ipnetwork v0.20.0
14692024-03-07T21:41:42.619Z Downloaded headers-core v0.2.0
14702024-03-07T21:41:42.619Z Downloaded getopts v0.2.21
14712024-03-07T21:41:42.619Z Downloaded linear-map v1.2.0
14722024-03-07T21:41:42.619Z Downloaded cipher v0.4.4
14732024-03-07T21:41:42.619Z Downloaded fxhash v0.2.1
14742024-03-07T21:41:42.619Z Downloaded arrayref v0.3.7
14752024-03-07T21:41:42.619Z Downloaded rustls-webpki v0.101.7
14762024-03-07T21:41:42.625Z Downloaded httpdate v1.0.3
14772024-03-07T21:41:42.625Z Downloaded assert_matches v1.5.0
14782024-03-07T21:41:42.625Z Downloaded async-stream-impl v0.3.5
14792024-03-07T21:41:42.625Z Downloaded futures-timer v3.0.2
14802024-03-07T21:41:42.625Z Downloaded approx v0.5.1
14812024-03-07T21:41:42.625Z Downloaded arrayvec v0.7.4
14822024-03-07T21:41:42.629Z Downloaded maplit v1.0.2
14832024-03-07T21:41:42.630Z Downloaded anstream v0.6.11
14842024-03-07T21:41:42.630Z Downloaded highway v1.1.0
14852024-03-07T21:41:42.630Z Downloaded cassowary v0.3.0
14862024-03-07T21:41:42.637Z Downloaded async-trait v0.1.77
14872024-03-07T21:41:42.637Z Downloaded anstyle-parse v0.2.1
14882024-03-07T21:41:42.642Z Downloaded assert_cmd v2.0.14
14892024-03-07T21:41:42.642Z Downloaded ahash v0.8.7
14902024-03-07T21:41:42.642Z Downloaded addr2line v0.21.0
14912024-03-07T21:41:42.642Z Downloaded rtoolbox v0.0.1
14922024-03-07T21:41:42.650Z Downloaded aho-corasick v1.0.4
14932024-03-07T21:41:42.650Z Downloaded atomic-waker v1.1.1
14942024-03-07T21:41:42.650Z Downloaded anes v0.1.6
14952024-03-07T21:41:42.656Z Downloaded anstyle v1.0.2
14962024-03-07T21:41:42.656Z Downloaded array-init v0.0.4
14972024-03-07T21:41:42.656Z Downloaded libsw v3.3.1
14982024-03-07T21:41:42.656Z Downloaded argon2 v0.5.3
14992024-03-07T21:41:43.239Z Compiling unicode-ident v1.0.12
15002024-03-07T21:41:43.240Z Compiling proc-macro2 v1.0.78
15012024-03-07T21:41:43.252Z Compiling libc v0.2.153
15022024-03-07T21:41:43.252Z Compiling cfg-if v1.0.0
15032024-03-07T21:41:43.253Z Compiling serde v1.0.197
15042024-03-07T21:41:43.299Z Compiling version_check v0.9.4
15052024-03-07T21:41:43.327Z Compiling autocfg v1.1.0
15062024-03-07T21:41:43.327Z Compiling memchr v2.6.3
15072024-03-07T21:41:43.327Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70491f1a21eac1d2 -C extra-filename=-70491f1a21eac1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15082024-03-07T21:41:43.327Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=342f05de96069ad6 -C extra-filename=-342f05de96069ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15092024-03-07T21:41:43.327Z Running `/home/build/.rustup/toolchains/1.76.0-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=ac535bf2d3b6c373 -C extra-filename=-ac535bf2d3b6c373 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15102024-03-07T21:41:43.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=980c303988e700db -C extra-filename=-980c303988e700db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-03-07T21:41:43.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=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=5fd69908f410d3fb -C extra-filename=-5fd69908f410d3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15122024-03-07T21:41:43.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a913854489a5af3 -C extra-filename=-7a913854489a5af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-03-07T21:41:43.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12a945efa0936a33 -C extra-filename=-12a945efa0936a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15142024-03-07T21:41:43.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2645762dd22d7cec -C extra-filename=-2645762dd22d7cec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15152024-03-07T21:41:43.457Z Compiling byteorder v1.5.0
15162024-03-07T21:41:43.892Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee70016887b171ea -C extra-filename=-ee70016887b171ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15172024-03-07T21:41:43.906Z Compiling once_cell v1.19.0
15182024-03-07T21:41:43.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=3c25f391c5524dbf -C extra-filename=-3c25f391c5524dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15192024-03-07T21:41:43.930Z Compiling log v0.4.20
15202024-03-07T21:41:43.930Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d5fa3b64b37fd4b6 -C extra-filename=-d5fa3b64b37fd4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15212024-03-07T21:41:43.952Z Compiling syn v1.0.109
15222024-03-07T21:41:43.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=6b5543242469b88b -C extra-filename=-6b5543242469b88b --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15232024-03-07T21:41:44.119Z Compiling itoa v1.0.9
15242024-03-07T21:41:44.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b30ed7c35ebb4b42 -C extra-filename=-b30ed7c35ebb4b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-03-07T21:41:44.170Z Compiling scopeguard v1.2.0
15262024-03-07T21:41:44.176Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5c1467dbbbbcd41 -C extra-filename=-f5c1467dbbbbcd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15272024-03-07T21:41:44.295Z Compiling lock_api v0.4.10
15282024-03-07T21:41:44.298Z Compiling smallvec v1.13.1
15292024-03-07T21:41:44.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8185568f64add0e9 -C extra-filename=-8185568f64add0e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15302024-03-07T21:41:44.299Z Running `/home/build/.rustup/toolchains/1.76.0-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=f15605284eda4bd1 -C extra-filename=-f15605284eda4bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15312024-03-07T21:41:44.336Z Compiling parking_lot_core v0.9.8
15322024-03-07T21:41:44.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff6aac7a248bf37c -C extra-filename=-ff6aac7a248bf37c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15332024-03-07T21:41:44.670Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6/build-script-build`
15342024-03-07T21:41:44.755Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb/build-script-build`
15352024-03-07T21:41:44.760Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b/build-script-build`
15362024-03-07T21:41:44.795Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373/build-script-build`
15372024-03-07T21:41:44.798Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9/build-script-build`
15382024-03-07T21:41:44.819Z Compiling thiserror v1.0.57
15392024-03-07T21:41:44.822Z Compiling libm v0.2.7
15402024-03-07T21:41:44.822Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.rs --error-format=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=b95eb234ada4a69f -C extra-filename=-b95eb234ada4a69f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15412024-03-07T21:41:44.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c075feee7c737b97 -C extra-filename=-c075feee7c737b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15422024-03-07T21:41:44.861Z Compiling num-traits v0.2.16
15432024-03-07T21:41:44.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=42a94ddfc0ab535b -C extra-filename=-42a94ddfc0ab535b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-42a94ddfc0ab535b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15442024-03-07T21:41:44.882Z Running `/home/build/.rustup/toolchains/1.76.0-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=6b8d316e1cea3f77 -C extra-filename=-6b8d316e1cea3f77 --out-dir /work/oxidecomputer/omicron/target/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`
15452024-03-07T21:41:44.948Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c/build-script-build`
15462024-03-07T21:41:44.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=fd52f7f67b160361 -C extra-filename=-fd52f7f67b160361 --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-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
15472024-03-07T21:41:44.952Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=431ebead5e7f5a84 -C extra-filename=-431ebead5e7f5a84 --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-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
15482024-03-07T21:41:45.407Z Compiling ryu v1.0.15
15492024-03-07T21:41:45.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ee438a4c06a12f7 -C extra-filename=-3ee438a4c06a12f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15502024-03-07T21:41:45.410Z Compiling ahash v0.8.7
15512024-03-07T21:41:45.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=cf68da41f5b31912 -C extra-filename=-cf68da41f5b31912 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-cf68da41f5b31912 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15522024-03-07T21:41:45.410Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-42a94ddfc0ab535b/build-script-build`
15532024-03-07T21:41:45.410Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97/build-script-build`
15542024-03-07T21:41:45.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=08c3263bc1059c33 -C extra-filename=-08c3263bc1059c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15552024-03-07T21:41:45.411Z Compiling pin-project-lite v0.2.13
15562024-03-07T21:41:45.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec19a30392e61059 -C extra-filename=-ec19a30392e61059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15572024-03-07T21:41:45.411Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f/build-script-build`
15582024-03-07T21:41:45.443Z Compiling serde_json v1.0.114
15592024-03-07T21:41:45.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/build.rs --error-format=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=1761b2a83e8bfd43 -C extra-filename=-1761b2a83e8bfd43 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15602024-03-07T21:41:45.463Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-cf68da41f5b31912/build-script-build`
15612024-03-07T21:41:45.490Z Compiling allocator-api2 v0.2.16
15622024-03-07T21:41:45.496Z Running `/home/build/.rustup/toolchains/1.76.0-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=64a2fa6ca32b4304 -C extra-filename=-64a2fa6ca32b4304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15632024-03-07T21:41:45.533Z Compiling typenum v1.16.0
15642024-03-07T21:41:45.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33cb1f75cfc009fb -C extra-filename=-33cb1f75cfc009fb --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15652024-03-07T21:41:45.621Z Compiling generic-array v0.14.7
15662024-03-07T21:41:45.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=7eb006674a64d979 -C extra-filename=-7eb006674a64d979 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15672024-03-07T21:41:45.867Z Compiling quote v1.0.35
15682024-03-07T21:41:45.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=135b4d7a084d06f6 -C extra-filename=-135b4d7a084d06f6 --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-fd52f7f67b160361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15692024-03-07T21:41:46.087Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43/build-script-build`
15702024-03-07T21:41:46.098Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979/build-script-build`
15712024-03-07T21:41:46.126Z Compiling fnv v1.0.7
15722024-03-07T21:41:46.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db9135e52485f533 -C extra-filename=-db9135e52485f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15732024-03-07T21:41:46.174Z Compiling getrandom v0.2.10
15742024-03-07T21:41:46.177Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=7cac3dae79d3db6d -C extra-filename=-7cac3dae79d3db6d --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15752024-03-07T21:41:46.267Z Compiling syn v2.0.51
15762024-03-07T21:41:46.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=3d1836551f498d09 -C extra-filename=-3d1836551f498d09 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15772024-03-07T21:41:46.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=04cb6edf107049e9 -C extra-filename=-04cb6edf107049e9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
15782024-03-07T21:41:46.508Z Compiling rand_core v0.6.4
15792024-03-07T21:41:46.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=1d19ee310425cc77 -C extra-filename=-1d19ee310425cc77 --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-7cac3dae79d3db6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15802024-03-07T21:41:46.655Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51d19885448c7f76 -C extra-filename=-51d19885448c7f76 --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15812024-03-07T21:41:46.684Z Compiling cc v1.0.83
15822024-03-07T21:41:46.696Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3998c2f7cb74e54 -C extra-filename=-c3998c2f7cb74e54 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15832024-03-07T21:41:46.760Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=c9d10a27b6786b4e -C extra-filename=-c9d10a27b6786b4e --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-08c3263bc1059c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
15842024-03-07T21:41:46.774Z Compiling signal-hook-registry v1.4.1
15852024-03-07T21:41:46.775Z Compiling mio v0.8.11
15862024-03-07T21:41:46.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a55da2c545e7ab16 -C extra-filename=-a55da2c545e7ab16 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15872024-03-07T21:41:46.811Z Running `/home/build/.rustup/toolchains/1.76.0-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=7e7434ebb9be8392 -C extra-filename=-7e7434ebb9be8392 --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-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15882024-03-07T21:41:47.059Z Compiling parking_lot v0.12.1
15892024-03-07T21:41:47.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=54ad4a7edca3918d -C extra-filename=-54ad4a7edca3918d --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-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15902024-03-07T21:41:47.398Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb/build-script-main`
15912024-03-07T21:41:47.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b28ce282fa537781 -C extra-filename=-b28ce282fa537781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-03-07T21:41:47.676Z Compiling num_cpus v1.16.0
15932024-03-07T21:41:47.681Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b9dd2f2c8b5721e -C extra-filename=-0b9dd2f2c8b5721e --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15942024-03-07T21:41:47.824Z Compiling futures-core v0.3.30
15952024-03-07T21:41:47.889Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=89d5efafb6bf0fea -C extra-filename=-89d5efafb6bf0fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15962024-03-07T21:41:48.087Z Compiling spin v0.5.2
15972024-03-07T21:41:48.098Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a6ac86a7e90fb01 -C extra-filename=-9a6ac86a7e90fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-03-07T21:41:48.111Z Compiling subtle v2.5.0
15992024-03-07T21:41:48.120Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=2151f14b9e999606 -C extra-filename=-2151f14b9e999606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-03-07T21:41:48.162Z Compiling socket2 v0.5.5
16012024-03-07T21:41:48.174Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8026b7206aa531bc -C extra-filename=-8026b7206aa531bc --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-03-07T21:41:48.334Z Compiling equivalent v1.0.1
16032024-03-07T21:41:48.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ca3907e31bd9b35 -C extra-filename=-8ca3907e31bd9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16042024-03-07T21:41:48.441Z Compiling heck v0.4.1
16052024-03-07T21:41:48.462Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a8c1128ccf1e31c1 -C extra-filename=-a8c1128ccf1e31c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-03-07T21:41:48.465Z Compiling futures-sink v0.3.30
16072024-03-07T21:41:48.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=667f4f9ff0e6f027 -C extra-filename=-667f4f9ff0e6f027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-03-07T21:41:48.640Z Compiling slab v0.4.9
16092024-03-07T21:41:48.644Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cfc04688f41b86 -C extra-filename=-b0cfc04688f41b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-03-07T21:41:48.931Z Compiling pin-utils v0.1.0
16112024-03-07T21:41:48.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e271b12ba19f63e -C extra-filename=-0e271b12ba19f63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-03-07T21:41:48.973Z Compiling futures-channel v0.3.30
16132024-03-07T21:41:48.987Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=3820f669074b4f30 -C extra-filename=-3820f669074b4f30 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-03-07T21:41:48.994Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86/build-script-build`
16152024-03-07T21:41:49.038Z Compiling futures-io v0.3.30
16162024-03-07T21:41:49.050Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=fcfc55d12e511fa2 -C extra-filename=-fcfc55d12e511fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-03-07T21:41:49.121Z Compiling futures-task v0.3.30
16182024-03-07T21:41:49.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=8caf83743321fd0c -C extra-filename=-8caf83743321fd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16192024-03-07T21:41:49.145Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5b38bc1ea2a2e2f -C extra-filename=-c5b38bc1ea2a2e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-03-07T21:41:49.200Z Compiling const-oid v0.9.5
16212024-03-07T21:41:49.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=68104c79d2bcfed5 -C extra-filename=-68104c79d2bcfed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16222024-03-07T21:41:49.336Z Compiling rustix v0.38.31
16232024-03-07T21:41:49.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=8be381a602af64ff -C extra-filename=-8be381a602af64ff --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-03-07T21:41:49.399Z Compiling lazy_static v1.4.0
16252024-03-07T21:41:49.403Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=62c4a58c39ad7790 -C extra-filename=-62c4a58c39ad7790 --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-9a6ac86a7e90fb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-03-07T21:41:49.428Z Compiling errno v0.3.8
16272024-03-07T21:41:49.431Z Running `/home/build/.rustup/toolchains/1.76.0-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=66ade5f2b34113e6 -C extra-filename=-66ade5f2b34113e6 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-03-07T21:41:49.461Z Compiling regex-syntax v0.8.2
16292024-03-07T21:41:49.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6a64fa9230d1c2fe -C extra-filename=-6a64fa9230d1c2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-03-07T21:41:49.521Z Compiling iana-time-zone v0.1.57
16312024-03-07T21:41:49.527Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=439b324f550e1b64 -C extra-filename=-439b324f550e1b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-03-07T21:41:49.676Z Compiling aho-corasick v1.0.4
16332024-03-07T21:41:49.680Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=30db68082008cf11 -C extra-filename=-30db68082008cf11 --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-2645762dd22d7cec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-03-07T21:41:49.930Z Compiling pkg-config v0.3.27
16352024-03-07T21:41:49.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=638be2ab58094a40 -C extra-filename=-638be2ab58094a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-03-07T21:41:50.021Z Compiling tracing-core v0.1.31
16372024-03-07T21:41:50.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=7e70a5b8a23672cc -C extra-filename=-7e70a5b8a23672cc --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-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16382024-03-07T21:41:50.182Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff/build-script-build`
16392024-03-07T21:41:50.302Z Compiling tinyvec_macros v0.1.1
16402024-03-07T21:41:50.334Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94402d8576ed68f3 -C extra-filename=-94402d8576ed68f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-03-07T21:41:50.412Z Compiling tinyvec v1.6.0
16422024-03-07T21:41:50.419Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=3198fd9f254b9688 -C extra-filename=-3198fd9f254b9688 --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-94402d8576ed68f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-03-07T21:41:51.118Z Compiling unicode-width v0.1.11
16442024-03-07T21:41:51.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=620fc96bc50b8225 -C extra-filename=-620fc96bc50b8225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-03-07T21:41:51.287Z Compiling spin v0.9.8
16462024-03-07T21:41:51.290Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=318730f9456e7117 -C extra-filename=-318730f9456e7117 --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-431ebead5e7f5a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-03-07T21:41:51.384Z Compiling base64 v0.21.7
16482024-03-07T21:41:51.397Z Running `/home/build/.rustup/toolchains/1.76.0-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=617eb63bc076f209 -C extra-filename=-617eb63bc076f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16492024-03-07T21:41:51.571Z Compiling schemars v0.8.16
16502024-03-07T21:41:51.598Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=860dc89d4eebf4ea -C extra-filename=-860dc89d4eebf4ea --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-860dc89d4eebf4ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16512024-03-07T21:41:51.675Z Compiling cpufeatures v0.2.12
16522024-03-07T21:41:51.681Z Running `/home/build/.rustup/toolchains/1.76.0-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=bc63a1637c76373c -C extra-filename=-bc63a1637c76373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-03-07T21:41:51.780Z Compiling dyn-clone v1.0.17
16542024-03-07T21:41:51.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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=a512eddf3afdc0f8 -C extra-filename=-a512eddf3afdc0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-03-07T21:41:51.924Z Compiling ppv-lite86 v0.2.17
16562024-03-07T21:41:51.927Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=a7dee96d0234d4d9 -C extra-filename=-a7dee96d0234d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16572024-03-07T21:41:51.982Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-860dc89d4eebf4ea/build-script-build`
16582024-03-07T21:41:52.005Z Compiling unicode-normalization v0.1.22
16592024-03-07T21:41:52.005Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=294acc61f7135d3c -C extra-filename=-294acc61f7135d3c --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-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16602024-03-07T21:41:52.032Z Compiling unicode-bidi v0.3.13
16612024-03-07T21:41:52.060Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=611fe155a0092e84 -C extra-filename=-611fe155a0092e84 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:41:52.133Z Compiling semver v1.0.22
16632024-03-07T21:41:52.138Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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=30dd95ce171298e7 -C extra-filename=-30dd95ce171298e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-03-07T21:41:52.677Z Compiling either v1.10.0
16652024-03-07T21:41:52.699Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=29735c8c8d06ffc5 -C extra-filename=-29735c8c8d06ffc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-03-07T21:41:52.721Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7/build-script-build`
16672024-03-07T21:41:52.771Z Compiling rand_chacha v0.3.1
16682024-03-07T21:41:52.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=913f10aa7c762d5c -C extra-filename=-913f10aa7c762d5c --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-03-07T21:41:53.075Z Compiling regex-automata v0.4.4
16702024-03-07T21:41:53.080Z Compiling ring v0.17.8
16712024-03-07T21:41:53.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=d7aea43b9fcbb6b5 -C extra-filename=-d7aea43b9fcbb6b5 --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-30db68082008cf11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-03-07T21:41:53.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=b7b962f6b8472457 -C extra-filename=-b7b962f6b8472457 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-03-07T21:41:53.551Z Compiling serde_derive_internals v0.26.0
16742024-03-07T21:41:53.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b43684d2f6132ad9 -C extra-filename=-b43684d2f6132ad9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16752024-03-07T21:41:54.357Z Compiling ucd-trie v0.1.6
16762024-03-07T21:41:54.371Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4f930ff470cdcf8e -C extra-filename=-4f930ff470cdcf8e --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:41:54.409Z Compiling percent-encoding v2.3.1
16782024-03-07T21:41:54.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a1534a45757afc45 -C extra-filename=-a1534a45757afc45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16792024-03-07T21:41:54.686Z Compiling httparse v1.8.0
16802024-03-07T21:41:54.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f5b0553dbdafeff -C extra-filename=-5f5b0553dbdafeff --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16812024-03-07T21:41:54.846Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457/build-script-build`
16822024-03-07T21:41:55.041Z Compiling rand v0.8.5
16832024-03-07T21:41:55.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=12dce13ee7e6395c -C extra-filename=-12dce13ee7e6395c --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-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-913f10aa7c762d5c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-03-07T21:41:55.179Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff/build-script-build`
16852024-03-07T21:41:55.218Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d112f43b54c713b -C extra-filename=-8d112f43b54c713b --out-dir /work/oxidecomputer/omicron/target/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`
16862024-03-07T21:41:56.355Z Compiling form_urlencoded v1.2.1
16872024-03-07T21:41:56.361Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=af24b9bd95b41eab -C extra-filename=-af24b9bd95b41eab --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-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16882024-03-07T21:41:56.361Z Compiling vcpkg v0.2.15
16892024-03-07T21:41:56.361Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cd81638d0c61304 -C extra-filename=-8cd81638d0c61304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-03-07T21:41:56.361Z Compiling untrusted v0.9.0
16912024-03-07T21:41:56.361Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b74bc618967792 -C extra-filename=-63b74bc618967792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-03-07T21:41:56.361Z Compiling try-lock v0.2.4
16932024-03-07T21:41:56.361Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8812c45f1703c49e -C extra-filename=-8812c45f1703c49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-03-07T21:41:56.427Z Compiling adler v1.0.2
16952024-03-07T21:41:56.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c05f91390b88e2e4 -C extra-filename=-c05f91390b88e2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-03-07T21:41:56.504Z Compiling want v0.3.1
16972024-03-07T21:41:56.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77b4488483d613fe -C extra-filename=-77b4488483d613fe --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-8812c45f1703c49e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-03-07T21:41:56.644Z Compiling miniz_oxide v0.7.1
16992024-03-07T21:41:56.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=c2de8f879975e76c -C extra-filename=-c2de8f879975e76c --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-c05f91390b88e2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-03-07T21:41:56.738Z Compiling idna v0.5.0
17012024-03-07T21:41:56.741Z Running `/home/build/.rustup/toolchains/1.76.0-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=707ca9db40c6fb95 -C extra-filename=-707ca9db40c6fb95 --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-611fe155a0092e84.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-03-07T21:41:57.011Z Compiling crossbeam-utils v0.8.16
17032024-03-07T21:41:57.015Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3d6f217bd388e5da -C extra-filename=-3d6f217bd388e5da --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-3d6f217bd388e5da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-03-07T21:41:57.587Z Compiling regex v1.10.3
17052024-03-07T21:41:57.591Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=de2d964d35200106 -C extra-filename=-de2d964d35200106 --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-30db68082008cf11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d7aea43b9fcbb6b5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-03-07T21:41:58.575Z Compiling tower-service v0.3.2
17072024-03-07T21:41:58.583Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30d127c240675800 -C extra-filename=-30d127c240675800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-03-07T21:41:58.583Z Compiling async-trait v0.1.77
17092024-03-07T21:41:58.583Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c56091f50fd6d6f0 -C extra-filename=-c56091f50fd6d6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-c56091f50fd6d6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-03-07T21:41:58.583Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-3d6f217bd388e5da/build-script-build`
17112024-03-07T21:41:58.584Z Compiling url v2.5.0
17122024-03-07T21:41:58.584Z Running `/home/build/.rustup/toolchains/1.76.0-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=884f60da8db9dcf6 -C extra-filename=-884f60da8db9dcf6 --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-af24b9bd95b41eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-707ca9db40c6fb95.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-03-07T21:41:58.584Z Compiling openssl-sys v0.9.96
17142024-03-07T21:41:58.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cfa24790b7ed89f -C extra-filename=-9cfa24790b7ed89f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-8cd81638d0c61304.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-03-07T21:41:58.660Z Compiling socket2 v0.4.9
17162024-03-07T21:41:58.664Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=e830c88db8a11628 -C extra-filename=-e830c88db8a11628 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-03-07T21:41:58.728Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-c56091f50fd6d6f0/build-script-build`
17182024-03-07T21:41:58.805Z Compiling slog v2.7.0
17192024-03-07T21:41:58.816Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=5fc8e5575ae1ea6d -C extra-filename=-5fc8e5575ae1ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-03-07T21:41:59.385Z Compiling base64ct v1.6.0
17212024-03-07T21:41:59.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1d4bdcf392c0c077 -C extra-filename=-1d4bdcf392c0c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17222024-03-07T21:41:59.535Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d/build-script-build`
17232024-03-07T21:41:59.575Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f/build-script-main`
17242024-03-07T21:41:59.642Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5e0cf490a24fbc51 -C extra-filename=-5e0cf490a24fbc51 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-03-07T21:41:59.821Z Compiling httpdate v1.0.3
17262024-03-07T21:41:59.824Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7a1e4bfdebec0a6 -C extra-filename=-f7a1e4bfdebec0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-03-07T21:42:00.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=995bdcbdcd07cd38 -C extra-filename=-995bdcbdcd07cd38 --out-dir /work/oxidecomputer/omicron/target/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`
17282024-03-07T21:42:00.078Z Compiling ring v0.16.20
17292024-03-07T21:42:00.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=44fe96e26fd703a5 -C extra-filename=-44fe96e26fd703a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17302024-03-07T21:42:00.307Z Compiling openssl v0.10.60
17312024-03-07T21:42:00.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bb0a0778fccde3f -C extra-filename=-0bb0a0778fccde3f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17322024-03-07T21:42:00.766Z Compiling foreign-types-shared v0.1.1
17332024-03-07T21:42:00.769Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aef0d6c95d30ea6 -C extra-filename=-8aef0d6c95d30ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17342024-03-07T21:42:00.786Z Compiling openssl-probe v0.1.5
17352024-03-07T21:42:00.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac9e745afe46f238 -C extra-filename=-ac9e745afe46f238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17362024-03-07T21:42:00.871Z Compiling foreign-types v0.3.2
17372024-03-07T21:42:00.874Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc66d735be7e778a -C extra-filename=-bc66d735be7e778a --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-8aef0d6c95d30ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17382024-03-07T21:42:00.891Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f/build-script-build`
17392024-03-07T21:42:00.944Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5ca821882ec114 -C extra-filename=-ea5ca821882ec114 --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-6b8d316e1cea3f77.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`
17402024-03-07T21:42:00.966Z Compiling untrusted v0.7.1
17412024-03-07T21:42:00.970Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b80b7f9cdecbad1 -C extra-filename=-8b80b7f9cdecbad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-03-07T21:42:00.992Z Compiling serde_derive v1.0.197
17432024-03-07T21:42:00.993Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=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=0a9e29df94faa423 -C extra-filename=-0a9e29df94faa423 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-03-07T21:42:01.104Z Compiling zeroize_derive v1.4.2
17452024-03-07T21:42:01.108Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50c3c08102a2b13a -C extra-filename=-50c3c08102a2b13a --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-03-07T21:42:01.159Z Compiling zerocopy-derive v0.7.32
17472024-03-07T21:42:01.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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=f850439632f93e9a -C extra-filename=-f850439632f93e9a --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-03-07T21:42:01.278Z Compiling thiserror-impl v1.0.57
17492024-03-07T21:42:01.282Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/src/lib.rs --error-format=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=ad28231aeaa092a7 -C extra-filename=-ad28231aeaa092a7 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-03-07T21:42:01.327Z Compiling tokio-macros v2.2.0
17512024-03-07T21:42:01.331Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37701b166ff0810d -C extra-filename=-37701b166ff0810d --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-03-07T21:42:02.204Z Compiling futures-macro v0.3.30
17532024-03-07T21:42:02.208Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=37aaaa30b78d61a6 -C extra-filename=-37aaaa30b78d61a6 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-03-07T21:42:02.411Z Compiling tracing-attributes v0.1.26
17552024-03-07T21:42:02.414Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0cb4fdfeb5963b6d -C extra-filename=-0cb4fdfeb5963b6d --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-03-07T21:42:03.025Z Compiling zeroize v1.7.0
17572024-03-07T21:42:03.030Z Running `/home/build/.rustup/toolchains/1.76.0-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=975c5538e4563fe9 -C extra-filename=-975c5538e4563fe9 --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-50c3c08102a2b13a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17582024-03-07T21:42:03.268Z Compiling schemars_derive v0.8.16
17592024-03-07T21:42:03.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=8a5f1b4e89f0327b -C extra-filename=-8a5f1b4e89f0327b --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b43684d2f6132ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17602024-03-07T21:42:03.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=d50907dbe0afa400 -C extra-filename=-d50907dbe0afa400 --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-b28ce282fa537781.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
17612024-03-07T21:42:03.781Z Compiling zerocopy v0.7.32
17622024-03-07T21:42:03.803Z Running `/home/build/.rustup/toolchains/1.76.0-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=736f178c53caf931 -C extra-filename=-736f178c53caf931 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f850439632f93e9a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-03-07T21:42:03.876Z Running `/home/build/.rustup/toolchains/1.76.0-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=eb7f266cfb45c512 -C extra-filename=-eb7f266cfb45c512 --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-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7cac3dae79d3db6d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
17642024-03-07T21:42:04.548Z Compiling futures-util v0.3.30
17652024-03-07T21:42:04.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=2ce799a047122a4d -C extra-filename=-2ce799a047122a4d --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-37aaaa30b78d61a6.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-03-07T21:42:04.953Z Compiling crypto-common v0.1.6
17672024-03-07T21:42:04.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=7296772253899871 -C extra-filename=-7296772253899871 --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-d50907dbe0afa400.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-03-07T21:42:05.045Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.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 -C metadata=1d4dbc0fa1a002a3 -C extra-filename=-1d4dbc0fa1a002a3 --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-ad28231aeaa092a7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
17692024-03-07T21:42:05.183Z Compiling block-buffer v0.10.4
17702024-03-07T21:42:05.183Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2e19cae653e520ef -C extra-filename=-2e19cae653e520ef --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-d50907dbe0afa400.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-03-07T21:42:05.205Z Compiling pest v2.7.6
17722024-03-07T21:42:05.209Z Running `/home/build/.rustup/toolchains/1.76.0-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=d784d8d5557435f5 -C extra-filename=-d784d8d5557435f5 --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-2645762dd22d7cec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-03-07T21:42:05.468Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=91b448e1305e71b8 -C extra-filename=-91b448e1305e71b8 --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-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7cac3dae79d3db6d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-736f178c53caf931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
17742024-03-07T21:42:05.517Z Compiling digest v0.10.7
17752024-03-07T21:42:05.527Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=2070ca0af7f18dc8 -C extra-filename=-2070ca0af7f18dc8 --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-2e19cae653e520ef.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-68104c79d2bcfed5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7296772253899871.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-03-07T21:42:06.004Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fecde3939db35484 -C extra-filename=-fecde3939db35484 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-03-07T21:42:06.117Z Compiling hashbrown v0.14.3
17782024-03-07T21:42:06.120Z Running `/home/build/.rustup/toolchains/1.76.0-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=1cc79af1cc2d7f40 -C extra-filename=-1cc79af1cc2d7f40 --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-91b448e1305e71b8.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17792024-03-07T21:42:06.691Z Compiling tracing v0.1.37
17802024-03-07T21:42:06.699Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=3ddc5bbcc175d2e9 -C extra-filename=-3ddc5bbcc175d2e9 --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-980c303988e700db.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-0cb4fdfeb5963b6d.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-7e70a5b8a23672cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17812024-03-07T21:42:07.090Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5/build-script-build`
17822024-03-07T21:42:07.202Z Compiling openssl-macros v0.1.1
17832024-03-07T21:42:07.207Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43c01522dd4c958d -C extra-filename=-43c01522dd4c958d --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-03-07T21:42:07.618Z Compiling mime v0.3.17
17852024-03-07T21:42:07.628Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b01eabea68b99a88 -C extra-filename=-b01eabea68b99a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17862024-03-07T21:42:08.008Z Compiling backtrace v0.3.69
17872024-03-07T21:42:08.011Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e05b1e7a3e7c2289 -C extra-filename=-e05b1e7a3e7c2289 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17882024-03-07T21:42:08.031Z Compiling rustls v0.21.9
17892024-03-07T21:42:08.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=58f5fb43b66757c9 -C extra-filename=-58f5fb43b66757c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-03-07T21:42:08.187Z Compiling gimli v0.28.0
17912024-03-07T21:42:08.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=a81ff7258e600d6d -C extra-filename=-a81ff7258e600d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-03-07T21:42:08.228Z Compiling winnow v0.5.15
17932024-03-07T21:42:08.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e7e1b9efdb1d96c2 -C extra-filename=-e7e1b9efdb1d96c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-03-07T21:42:08.373Z Compiling ipnet v2.9.0
17952024-03-07T21:42:08.401Z Running `/home/build/.rustup/toolchains/1.76.0-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=625ad031c02df8c5 -C extra-filename=-625ad031c02df8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-03-07T21:42:08.532Z Compiling native-tls v0.2.11
17972024-03-07T21:42:08.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58a43cfdaf9d19a2 -C extra-filename=-58a43cfdaf9d19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-03-07T21:42:08.955Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2/build-script-build`
17992024-03-07T21:42:09.015Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289/build-script-build`
18002024-03-07T21:42:09.038Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9/build-script-build`
18012024-03-07T21:42:09.044Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=3d575e387bdf95bf -C extra-filename=-3d575e387bdf95bf --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-3c25f391c5524dbf.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -l static=ring-core -l static=ring-test`
18022024-03-07T21:42:09.068Z Compiling rustls-webpki v0.101.7
18032024-03-07T21:42:09.072Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b606cea4ac3b649 -C extra-filename=-2b606cea4ac3b649 --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-eb7f266cfb45c512.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
18042024-03-07T21:42:09.093Z Compiling der_derive v0.7.2
18052024-03-07T21:42:09.097Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b97e491ae7ecb21 -C extra-filename=-7b97e491ae7ecb21 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-03-07T21:42:09.717Z Compiling pem-rfc7468 v0.7.0
18072024-03-07T21:42:09.721Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c0ec443ce0be2bb1 -C extra-filename=-c0ec443ce0be2bb1 --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-1d4bdcf392c0c077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-03-07T21:42:10.194Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=7694326d550d496b -C extra-filename=-7694326d550d496b --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-0a9e29df94faa423.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-03-07T21:42:10.557Z Compiling object v0.32.1
18102024-03-07T21:42:10.560Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=588fdf3c81510de7 -C extra-filename=-588fdf3c81510de7 --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-2645762dd22d7cec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-03-07T21:42:11.192Z Compiling futures-executor v0.3.30
18122024-03-07T21:42:11.195Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=d4c99b503b398aaf -C extra-filename=-d4c99b503b398aaf --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-89d5efafb6bf0fea.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-03-07T21:42:11.324Z Compiling sct v0.7.0
18142024-03-07T21:42:11.345Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cec829e4d5e6ed57 -C extra-filename=-cec829e4d5e6ed57 --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-3d575e387bdf95bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
18152024-03-07T21:42:11.644Z Compiling futures v0.3.30
18162024-03-07T21:42:11.648Z Running `/home/build/.rustup/toolchains/1.76.0-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=b2df6ff5a267ebb3 -C extra-filename=-b2df6ff5a267ebb3 --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-d4c99b503b398aaf.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-03-07T21:42:11.772Z Compiling flagset v0.4.3
18182024-03-07T21:42:11.794Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aea66f20f6946780 -C extra-filename=-aea66f20f6946780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-03-07T21:42:11.834Z Compiling rustc-demangle v0.1.23
18202024-03-07T21:42:11.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f526b079f7fdbb9 -C extra-filename=-5f526b079f7fdbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-03-07T21:42:11.986Z Compiling anyhow v1.0.75
18222024-03-07T21:42:11.990Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bd46a49ceeaec08 -C extra-filename=-0bd46a49ceeaec08 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-0bd46a49ceeaec08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-03-07T21:42:12.013Z Compiling der v0.7.8
18242024-03-07T21:42:12.013Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=75ea66b95286fc63 -C extra-filename=-75ea66b95286fc63 --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-d5fa3b64b37fd4b6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2b606cea4ac3b649.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
18252024-03-07T21:42:12.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=6a3825582d74483c -C extra-filename=-6a3825582d74483c --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-68104c79d2bcfed5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-7b97e491ae7ecb21.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-03-07T21:42:12.636Z Compiling addr2line v0.21.0
18272024-03-07T21:42:12.664Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7846890df1f8b8db -C extra-filename=-7846890df1f8b8db --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-a81ff7258e600d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-03-07T21:42:12.853Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-0bd46a49ceeaec08/build-script-build`
18292024-03-07T21:42:12.988Z Compiling pest_meta v2.7.6
18302024-03-07T21:42:13.009Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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=eb0ec73bced41cc4 -C extra-filename=-eb0ec73bced41cc4 --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-3c25f391c5524dbf.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d784d8d5557435f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-03-07T21:42:13.044Z Compiling memoffset v0.9.0
18322024-03-07T21:42:13.048Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f0a71369fefd5838 -C extra-filename=-f0a71369fefd5838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-f0a71369fefd5838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-03-07T21:42:13.261Z Compiling encoding_rs v0.8.33
18342024-03-07T21:42:13.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=d2419314a2b71b17 -C extra-filename=-d2419314a2b71b17 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-03-07T21:42:13.289Z Compiling utf8parse v0.2.1
18362024-03-07T21:42:13.324Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=57d9909e328a9bd8 -C extra-filename=-57d9909e328a9bd8 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:42:13.439Z Compiling rustversion v1.0.14
18382024-03-07T21:42:13.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a3c02c36879e66 -C extra-filename=-61a3c02c36879e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-03-07T21:42:13.466Z Compiling crc32fast v1.3.2
18402024-03-07T21:42:13.491Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06ba3b50e0ef9a8e -C extra-filename=-06ba3b50e0ef9a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-03-07T21:42:14.040Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e/build-script-build`
18422024-03-07T21:42:14.115Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-f0a71369fefd5838/build-script-build`
18432024-03-07T21:42:14.267Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66/build-script-build`
18442024-03-07T21:42:14.270Z Compiling pest_generator v2.7.6
18452024-03-07T21:42:14.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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=760202bd569dde7b -C extra-filename=-760202bd569dde7b --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-d784d8d5557435f5.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-eb0ec73bced41cc4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-03-07T21:42:14.324Z Compiling spki v0.7.2
18472024-03-07T21:42:14.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=df709e67b9b9d82b -C extra-filename=-df709e67b9b9d82b --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-6a3825582d74483c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18482024-03-07T21:42:14.756Z Compiling crossbeam-epoch v0.9.15
18492024-03-07T21:42:14.760Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ae1a1f97afaa4ca -C extra-filename=-1ae1a1f97afaa4ca --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-1ae1a1f97afaa4ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-03-07T21:42:15.303Z Compiling unicode-xid v0.2.4
18512024-03-07T21:42:15.306Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bf6080e5b7e69ad -C extra-filename=-0bf6080e5b7e69ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-03-07T21:42:15.496Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-1ae1a1f97afaa4ca/build-script-build`
18532024-03-07T21:42:15.523Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04453147b30520c -C extra-filename=-d04453147b30520c --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`
18542024-03-07T21:42:15.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e0807e0a2b0eee2e -C extra-filename=-e0807e0a2b0eee2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
18552024-03-07T21:42:15.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cefa2dedbe8d87d7 -C extra-filename=-cefa2dedbe8d87d7 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
18562024-03-07T21:42:16.109Z Compiling rustls-pemfile v1.0.3
18572024-03-07T21:42:16.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fb438b34b2d4e0d -C extra-filename=-0fb438b34b2d4e0d --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-03-07T21:42:16.383Z Compiling bytes v1.5.0
18592024-03-07T21:42:16.391Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5d5c4ec61fb1da0c -C extra-filename=-5d5c4ec61fb1da0c --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-03-07T21:42:16.507Z Compiling bitflags v2.4.0
18612024-03-07T21:42:16.510Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=9f3d44b315f9d7d5 -C extra-filename=-9f3d44b315f9d7d5 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-03-07T21:42:16.692Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2c2194a606a0b76b -C extra-filename=-2c2194a606a0b76b --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-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
18632024-03-07T21:42:16.948Z Compiling indexmap v2.2.5
18642024-03-07T21:42:16.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a7f76993868570c0 -C extra-filename=-a7f76993868570c0 --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-8ca3907e31bd9b35.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1cc79af1cc2d7f40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-03-07T21:42:17.301Z Compiling tokio v1.36.0
18662024-03-07T21:42:17.320Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-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=8d93b0489131e0bc -C extra-filename=-8d93b0489131e0bc --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-5d5c4ec61fb1da0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-7e7434ebb9be8392.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-37701b166ff0810d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-03-07T21:42:17.479Z Running `/home/build/.rustup/toolchains/1.76.0-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=de9902e5153ccd8b -C extra-filename=-de9902e5153ccd8b --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-9f3d44b315f9d7d5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18682024-03-07T21:42:17.751Z Compiling chrono v0.4.31
18692024-03-07T21:42:17.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=d3dbe34574bad231 -C extra-filename=-d3dbe34574bad231 --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-439b324f550e1b64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-03-07T21:42:18.108Z Compiling uuid v1.7.0
18712024-03-07T21:42:18.114Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=ecbcdd64cdab6bd7 -C extra-filename=-ecbcdd64cdab6bd7 --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-7cac3dae79d3db6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18722024-03-07T21:42:18.144Z Compiling http v0.2.12
18732024-03-07T21:42:18.182Z Running `/home/build/.rustup/toolchains/1.76.0-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=6245348c08e51936 -C extra-filename=-6245348c08e51936 --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-5d5c4ec61fb1da0c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-03-07T21:42:18.465Z Running `/home/build/.rustup/toolchains/1.76.0-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=b86b002ae3f122c3 -C extra-filename=-b86b002ae3f122c3 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-03-07T21:42:19.238Z Compiling toml_datetime v0.6.5
18762024-03-07T21:42:19.243Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=54bcfef4ecb7c56b -C extra-filename=-54bcfef4ecb7c56b --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18772024-03-07T21:42:19.485Z Compiling serde_spanned v0.6.5
18782024-03-07T21:42:19.489Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=94be455de6b3a6cd -C extra-filename=-94be455de6b3a6cd --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-03-07T21:42:19.767Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4a35e890a4b2baf4 -C extra-filename=-4a35e890a4b2baf4 --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-9f3d44b315f9d7d5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-43c01522dd4c958d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.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`
18802024-03-07T21:42:19.790Z Compiling http-body v0.4.5
18812024-03-07T21:42:19.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fe3f6508eec332 -C extra-filename=-50fe3f6508eec332 --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-5d5c4ec61fb1da0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-03-07T21:42:19.990Z Compiling toml_edit v0.19.15
18832024-03-07T21:42:19.993Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=a9cc9295b9d20d8f -C extra-filename=-a9cc9295b9d20d8f --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-a7f76993868570c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-94be455de6b3a6cd.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-03-07T21:42:20.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=63df45118319cacd -C extra-filename=-63df45118319cacd --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-5d5c4ec61fb1da0c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8a5f1b4e89f0327b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
18852024-03-07T21:42:20.742Z Compiling rustc_version v0.4.0
18862024-03-07T21:42:20.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ce1e72bfe3fde69 -C extra-filename=-1ce1e72bfe3fde69 --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-b86b002ae3f122c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-03-07T21:42:20.889Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a964e7336b5d3c6 -C extra-filename=-6a964e7336b5d3c6 --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-7846890df1f8b8db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-588fdf3c81510de7.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5f526b079f7fdbb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-03-07T21:42:21.581Z Compiling serde_urlencoded v0.7.1
18892024-03-07T21:42:21.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39f0cbaebb9c269d -C extra-filename=-39f0cbaebb9c269d --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-af24b9bd95b41eab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-03-07T21:42:21.781Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b1c6643f8421c922 -C extra-filename=-b1c6643f8421c922 --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-6a964e7336b5d3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg backtrace`
18912024-03-07T21:42:21.855Z Compiling openapiv3 v2.0.0
18922024-03-07T21:42:21.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-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=5e00ee5b5465f8c2 -C extra-filename=-5e00ee5b5465f8c2 --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-a7f76993868570c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-03-07T21:42:22.116Z Compiling pest_derive v2.7.6
18942024-03-07T21:42:22.156Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=301d73011ad23f80 -C extra-filename=-301d73011ad23f80 --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-d784d8d5557435f5.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-760202bd569dde7b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-03-07T21:42:22.776Z Compiling time-core v0.1.1
18962024-03-07T21:42:22.814Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd205bc9c633d39f -C extra-filename=-bd205bc9c633d39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-03-07T21:42:22.978Z Compiling webpki-roots v0.25.2
18982024-03-07T21:42:22.981Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd7330cb0bbec0cc -C extra-filename=-bd7330cb0bbec0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-03-07T21:42:23.154Z Compiling sync_wrapper v0.1.2
19002024-03-07T21:42:23.158Z Running `/home/build/.rustup/toolchains/1.76.0-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=04bae0dc93200231 -C extra-filename=-04bae0dc93200231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-03-07T21:42:23.211Z Compiling anstyle v1.0.2
19022024-03-07T21:42:23.215Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3a3dddff120d61f -C extra-filename=-c3a3dddff120d61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-03-07T21:42:23.302Z Compiling time-macros v0.2.13
19042024-03-07T21:42:23.335Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=78baabcf6c6fc86f -C extra-filename=-78baabcf6c6fc86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-bd205bc9c633d39f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-03-07T21:42:23.665Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1fecdf5e3032f287 -C extra-filename=-1fecdf5e3032f287 --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-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e0807e0a2b0eee2e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-03-07T21:42:24.314Z Compiling pkcs8 v0.10.2
19072024-03-07T21:42:24.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=ee0f22da25c178bc -C extra-filename=-ee0f22da25c178bc --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-6a3825582d74483c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-df709e67b9b9d82b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-03-07T21:42:24.507Z Compiling hmac v0.12.1
19092024-03-07T21:42:24.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=ed08e2b0506739f4 -C extra-filename=-ed08e2b0506739f4 --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-2070ca0af7f18dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-03-07T21:42:24.782Z Compiling sha2 v0.10.8
19112024-03-07T21:42:24.786Z Compiling deranged v0.3.8
19122024-03-07T21:42:24.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=dc3419de06a96b65 -C extra-filename=-dc3419de06a96b65 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-03-07T21:42:24.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=598ca68b671800b9 -C extra-filename=-598ca68b671800b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-03-07T21:42:24.949Z Compiling num_threads v0.1.6
19152024-03-07T21:42:24.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55bc563a28b885df -C extra-filename=-55bc563a28b885df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-03-07T21:42:25.098Z Compiling hex v0.4.3
19172024-03-07T21:42:25.101Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e71ec3f7cddad9eb -C extra-filename=-e71ec3f7cddad9eb --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-03-07T21:42:25.764Z Compiling tokio-util v0.7.10
19192024-03-07T21:42:25.767Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=2e556110b8833115 -C extra-filename=-2e556110b8833115 --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-5d5c4ec61fb1da0c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-03-07T21:42:26.559Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a19efaa4f48aaba -C extra-filename=-9a19efaa4f48aaba --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-d5fa3b64b37fd4b6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.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`
19212024-03-07T21:42:26.821Z Compiling tokio-rustls v0.24.1
19222024-03-07T21:42:26.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0b5269975c6e7b0f -C extra-filename=-0b5269975c6e7b0f --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-75ea66b95286fc63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19232024-03-07T21:42:27.119Z Compiling h2 v0.3.24
19242024-03-07T21:42:27.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4df9058105f43b76 -C extra-filename=-4df9058105f43b76 --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-5d5c4ec61fb1da0c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-03-07T21:42:27.169Z Compiling tokio-native-tls v0.3.1
19262024-03-07T21:42:27.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4757b32239f530bd -C extra-filename=-4757b32239f530bd --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-9a19efaa4f48aaba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
19272024-03-07T21:42:27.231Z Compiling time v0.3.27
19282024-03-07T21:42:27.238Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=d16ecda502e7cb11 -C extra-filename=-d16ecda502e7cb11 --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-598ca68b671800b9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-bd205bc9c633d39f.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-78baabcf6c6fc86f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-03-07T21:42:27.704Z Compiling num-integer v0.1.46
19302024-03-07T21:42:27.704Z Running `/home/build/.rustup/toolchains/1.76.0-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=78650d5ab809ac61 -C extra-filename=-78650d5ab809ac61 --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-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-03-07T21:42:27.705Z Compiling thread-id v4.2.0
19322024-03-07T21:42:27.705Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2bfec303f661e1f -C extra-filename=-a2bfec303f661e1f --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-03-07T21:42:27.705Z Compiling bitflags v1.3.2
19342024-03-07T21:42:27.705Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7c0e576e00deb96c -C extra-filename=-7c0e576e00deb96c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-03-07T21:42:27.722Z Compiling flate2 v1.0.28
19362024-03-07T21:42:27.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=57a9568c453a51a4 -C extra-filename=-57a9568c453a51a4 --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-cefa2dedbe8d87d7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-03-07T21:42:28.207Z Compiling anstyle-parse v0.2.1
19382024-03-07T21:42:28.215Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c7522d056bf53745 -C extra-filename=-c7522d056bf53745 --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-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-03-07T21:42:28.435Z Compiling block-padding v0.3.3
19402024-03-07T21:42:28.457Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=a4bb1525bd412cb9 -C extra-filename=-a4bb1525bd412cb9 --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-d50907dbe0afa400.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-03-07T21:42:28.497Z Compiling winnow v0.6.1
19422024-03-07T21:42:28.502Z Running `/home/build/.rustup/toolchains/1.76.0-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=ccf344a41d16b00c -C extra-filename=-ccf344a41d16b00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-03-07T21:42:28.555Z Compiling unicode-segmentation v1.10.1
19442024-03-07T21:42:28.559Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25e9de3528ba2d87 -C extra-filename=-25e9de3528ba2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-03-07T21:42:28.700Z Compiling anstyle-query v1.0.0
19462024-03-07T21:42:28.704Z Compiling colorchoice v1.0.0
19472024-03-07T21:42:28.704Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3662792a1ebce4cb -C extra-filename=-3662792a1ebce4cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-03-07T21:42:28.704Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e89472298a3933c -C extra-filename=-8e89472298a3933c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-03-07T21:42:28.843Z Compiling bit-vec v0.6.3
19502024-03-07T21:42:28.846Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be1bb453946354ab -C extra-filename=-be1bb453946354ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-03-07T21:42:28.897Z Compiling anstream v0.6.11
19522024-03-07T21:42:28.901Z Running `/home/build/.rustup/toolchains/1.76.0-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=8ba0801f8b131545 -C extra-filename=-8ba0801f8b131545 --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-c3a3dddff120d61f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-03-07T21:42:29.118Z Compiling inout v0.1.3
19542024-03-07T21:42:29.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=99980c6d45a824eb -C extra-filename=-99980c6d45a824eb --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-a4bb1525bd412cb9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-03-07T21:42:29.303Z Compiling terminal_size v0.3.0
19562024-03-07T21:42:29.309Z Running `/home/build/.rustup/toolchains/1.76.0-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=30e5c48371557f67 -C extra-filename=-30e5c48371557f67 --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-de9902e5153ccd8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-03-07T21:42:29.392Z Compiling data-encoding v2.4.0
19582024-03-07T21:42:29.396Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21eb80e9e8ebe971 -C extra-filename=-21eb80e9e8ebe971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-03-07T21:42:29.419Z Compiling siphasher v0.3.11
19602024-03-07T21:42:29.434Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=133f7f9717270c02 -C extra-filename=-133f7f9717270c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-03-07T21:42:29.509Z Compiling clap_lex v0.7.0
19622024-03-07T21:42:29.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.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=e6c8188aaff50e44 -C extra-filename=-e6c8188aaff50e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-03-07T21:42:29.666Z Compiling strsim v0.11.0
19642024-03-07T21:42:29.669Z Running `/home/build/.rustup/toolchains/1.76.0-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=390397d5fd7c386a -C extra-filename=-390397d5fd7c386a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-03-07T21:42:29.807Z Compiling cipher v0.4.4
19662024-03-07T21:42:29.833Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=9c873db2fd1c9c24 -C extra-filename=-9c873db2fd1c9c24 --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-7296772253899871.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-99980c6d45a824eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-03-07T21:42:30.065Z Compiling clap_builder v4.5.0
19682024-03-07T21:42:30.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.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="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=c69910e21d8bfc40 -C extra-filename=-c69910e21d8bfc40 --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-8ba0801f8b131545.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-c3a3dddff120d61f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-30e5c48371557f67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-03-07T21:42:30.354Z Compiling synstructure v0.12.6
19702024-03-07T21:42:30.358Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=c8a69fb569489b2b -C extra-filename=-c8a69fb569489b2b --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-03-07T21:42:30.643Z Compiling clap_derive v4.5.0
19722024-03-07T21:42:30.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.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="default"' -C metadata=c60cf80700fa6d1c -C extra-filename=-c60cf80700fa6d1c --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-03-07T21:42:31.901Z Compiling scroll_derive v0.12.0
19742024-03-07T21:42:31.911Z Running `/home/build/.rustup/toolchains/1.76.0-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=f79cc78dcc2bc4ec -C extra-filename=-f79cc78dcc2bc4ec --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-03-07T21:42:32.263Z Compiling toml_edit v0.22.6
19762024-03-07T21:42:32.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=8de13c05f5d66202 -C extra-filename=-8de13c05f5d66202 --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-a7f76993868570c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-94be455de6b3a6cd.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-03-07T21:42:32.475Z Compiling stable_deref_trait v1.2.0
19782024-03-07T21:42:32.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=582a0be4df1a882a -C extra-filename=-582a0be4df1a882a --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:42:32.592Z Compiling zerocopy-derive v0.2.0
19802024-03-07T21:42:32.597Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf9da31a9f77c7e -C extra-filename=-6bf9da31a9f77c7e --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-fd52f7f67b160361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c8a69fb569489b2b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-03-07T21:42:32.890Z Compiling toml v0.7.8
19822024-03-07T21:42:32.933Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=4e4680a8875aaa50 -C extra-filename=-4e4680a8875aaa50 --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-7694326d550d496b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-94be455de6b3a6cd.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a9cc9295b9d20d8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-03-07T21:42:33.053Z Compiling ff v0.13.0
19842024-03-07T21:42:33.059Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=5f3ee64651d24b9c -C extra-filename=-5f3ee64651d24b9c --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-1d19ee310425cc77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-03-07T21:42:33.288Z Compiling plain v0.2.3
19862024-03-07T21:42:33.293Z Running `/home/build/.rustup/toolchains/1.76.0-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=31854da1a1e562b0 -C extra-filename=-31854da1a1e562b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-03-07T21:42:33.466Z Compiling base16ct v0.2.0
19882024-03-07T21:42:33.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3df99549457fce56 -C extra-filename=-3df99549457fce56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-03-07T21:42:33.647Z Compiling scroll v0.12.0
19902024-03-07T21:42:33.691Z Running `/home/build/.rustup/toolchains/1.76.0-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=598283e2228aedbb -C extra-filename=-598283e2228aedbb --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-f79cc78dcc2bc4ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-03-07T21:42:33.790Z Compiling sec1 v0.7.3
19922024-03-07T21:42:33.794Z Running `/home/build/.rustup/toolchains/1.76.0-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=9b15e525d86d9e7e -C extra-filename=-9b15e525d86d9e7e --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-3df99549457fce56.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a3825582d74483c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ee0f22da25c178bc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19932024-03-07T21:42:34.220Z Compiling hyper v0.14.27
19942024-03-07T21:42:34.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=c45becc559444e4a -C extra-filename=-c45becc559444e4a --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-5d5c4ec61fb1da0c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4df9058105f43b76.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-50fe3f6508eec332.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-03-07T21:42:34.406Z Compiling goblin v0.8.0
19962024-03-07T21:42:34.458Z Running `/home/build/.rustup/toolchains/1.76.0-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=93b41097da48ddf0 -C extra-filename=-93b41097da48ddf0 --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-d5fa3b64b37fd4b6.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-598283e2228aedbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-03-07T21:42:34.649Z Compiling group v0.13.0
19982024-03-07T21:42:34.658Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=2968d5cb21a3f4b1 -C extra-filename=-2968d5cb21a3f4b1 --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-5f3ee64651d24b9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-03-07T21:42:34.855Z Compiling zerocopy v0.3.0
20002024-03-07T21:42:34.888Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0da092f55f2e8e4f -C extra-filename=-0da092f55f2e8e4f --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6bf9da31a9f77c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-03-07T21:42:34.972Z Compiling hkdf v0.12.4
20022024-03-07T21:42:34.976Z Running `/home/build/.rustup/toolchains/1.76.0-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=1ebdf83b28fbcb16 -C extra-filename=-1ebdf83b28fbcb16 --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-ed08e2b0506739f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-03-07T21:42:35.244Z Compiling crypto-bigint v0.5.2
20042024-03-07T21:42:35.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=ac452ec756b46af6 -C extra-filename=-ac452ec756b46af6 --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-d50907dbe0afa400.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-03-07T21:42:35.641Z Compiling zerocopy-derive v0.6.4
20062024-03-07T21:42:35.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af960af70195ea7f -C extra-filename=-af960af70195ea7f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-03-07T21:42:36.122Z Compiling clap v4.5.0
20082024-03-07T21:42:36.125Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=57647bb5674c35be -C extra-filename=-57647bb5674c35be --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-c69910e21d8bfc40.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c60cf80700fa6d1c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-03-07T21:42:36.252Z Compiling itertools v0.10.5
20102024-03-07T21:42:36.255Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=fe659cae1f4f223b -C extra-filename=-fe659cae1f4f223b --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-03-07T21:42:37.825Z Compiling num-iter v0.1.43
20122024-03-07T21:42:37.836Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=1c9efb9fe28cd9e6 -C extra-filename=-1c9efb9fe28cd9e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-1c9efb9fe28cd9e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-03-07T21:42:38.200Z Compiling usdt-impl v0.5.0
20142024-03-07T21:42:38.212Z Running `/home/build/.rustup/toolchains/1.76.0-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=e05f68b1342fee83 -C extra-filename=-e05f68b1342fee83 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-03-07T21:42:38.262Z Compiling usdt-impl v0.3.5
20162024-03-07T21:42:38.266Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b29735a69ac65060 -C extra-filename=-b29735a69ac65060 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20172024-03-07T21:42:38.627Z Compiling signal-hook v0.3.17
20182024-03-07T21:42:38.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=9655e73be3c53b0b -C extra-filename=-9655e73be3c53b0b --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-03-07T21:42:38.678Z Compiling fixedbitset v0.4.2
20202024-03-07T21:42:38.690Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=283c13f9261a241c -C extra-filename=-283c13f9261a241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20212024-03-07T21:42:38.810Z Compiling pretty-hex v0.4.1
20222024-03-07T21:42:38.813Z Running `/home/build/.rustup/toolchains/1.76.0-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=9e8a878aa7eb3c7b -C extra-filename=-9e8a878aa7eb3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-03-07T21:42:38.967Z Compiling managed v0.8.0
20242024-03-07T21:42:38.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=4254128bc37ffddd -C extra-filename=-4254128bc37ffddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-03-07T21:42:39.074Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b/build-script-build`
20262024-03-07T21:42:39.079Z Compiling petgraph v0.6.4
20272024-03-07T21:42:39.116Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=9b34f928b2b8ce7f -C extra-filename=-9b34f928b2b8ce7f --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-283c13f9261a241c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-03-07T21:42:39.535Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060/build-script-build`
20292024-03-07T21:42:39.535Z Compiling zerocopy v0.6.4
20302024-03-07T21:42:39.535Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83/build-script-build`
20312024-03-07T21:42:39.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4bdbf268566a72d7 -C extra-filename=-4bdbf268566a72d7 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-af960af70195ea7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-03-07T21:42:39.535Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-1c9efb9fe28cd9e6/build-script-build`
20332024-03-07T21:42:39.536Z Compiling elliptic-curve v0.13.8
20342024-03-07T21:42:39.536Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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=8e0de12d815341de -C extra-filename=-8e0de12d815341de --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-3df99549457fce56.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ac452ec756b46af6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5f3ee64651d24b9c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2968d5cb21a3f4b1.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ee0f22da25c178bc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9b15e525d86d9e7e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-03-07T21:42:39.565Z Compiling dof v0.1.5
20362024-03-07T21:42:39.575Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86a5825846cc4b6f -C extra-filename=-86a5825846cc4b6f --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-1d4dbc0fa1a002a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-03-07T21:42:40.136Z Compiling phf_shared v0.10.0
20382024-03-07T21:42:40.149Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d859ec681b84f7b3 -C extra-filename=-d859ec681b84f7b3 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20392024-03-07T21:42:40.169Z Compiling bit-set v0.5.3
20402024-03-07T21:42:40.172Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27499d9b5a601208 -C extra-filename=-27499d9b5a601208 --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-be1bb453946354ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-03-07T21:42:40.249Z Compiling dtrace-parser v0.2.0
20422024-03-07T21:42:40.269Z Running `/home/build/.rustup/toolchains/1.76.0-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=69fa3f9afc1fff97 -C extra-filename=-69fa3f9afc1fff97 --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-d784d8d5557435f5.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-301d73011ad23f80.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-03-07T21:42:40.459Z Compiling dof v0.3.0
20442024-03-07T21:42:40.463Z Running `/home/build/.rustup/toolchains/1.76.0-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=8a702e27c51a5502 -C extra-filename=-8a702e27c51a5502 --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-93b41097da48ddf0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-736f178c53caf931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20452024-03-07T21:42:40.534Z Compiling dtrace-parser v0.1.14
20462024-03-07T21:42:40.538Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d16ac86ec038c7dd -C extra-filename=-d16ac86ec038c7dd --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-d784d8d5557435f5.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-301d73011ad23f80.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-03-07T21:42:40.971Z Compiling ipnetwork v0.20.0
20482024-03-07T21:42:40.976Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=35d585777d4b675c -C extra-filename=-35d585777d4b675c --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-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-03-07T21:42:40.976Z Compiling hyper-tls v0.5.0
20502024-03-07T21:42:40.976Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89b7dc7dc0a17ae2 -C extra-filename=-89b7dc7dc0a17ae2 --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-5d5c4ec61fb1da0c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-9a19efaa4f48aaba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4757b32239f530bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20512024-03-07T21:42:41.309Z Compiling hyper-rustls v0.24.2
20522024-03-07T21:42:41.318Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc10fa7b3ab19d83 -C extra-filename=-dc10fa7b3ab19d83 --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-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-75ea66b95286fc63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0b5269975c6e7b0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
20532024-03-07T21:42:41.486Z Compiling new_debug_unreachable v1.0.4
20542024-03-07T21:42:41.490Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=790aed8a41185dae -C extra-filename=-790aed8a41185dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-03-07T21:42:41.595Z Compiling static_assertions v1.1.0
20562024-03-07T21:42:41.608Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aa140c674e3bb93 -C extra-filename=-7aa140c674e3bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-03-07T21:42:41.690Z Compiling reqwest v0.11.24
20582024-03-07T21:42:41.694Z Running `/home/build/.rustup/toolchains/1.76.0-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="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=69ef0df5bb2afb6d -C extra-filename=-69ef0df5bb2afb6d --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4df9058105f43b76.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-50fe3f6508eec332.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-dc10fa7b3ab19d83.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-89b7dc7dc0a17ae2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-9a19efaa4f48aaba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-75ea66b95286fc63.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4757b32239f530bd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0b5269975c6e7b0f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
20592024-03-07T21:42:41.714Z Compiling minimal-lexical v0.2.1
20602024-03-07T21:42:41.718Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f998b5f863db48e3 -C extra-filename=-f998b5f863db48e3 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:42:42.267Z Compiling precomputed-hash v0.1.1
20622024-03-07T21:42:42.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb1edac7ceef463b -C extra-filename=-fb1edac7ceef463b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-03-07T21:42:42.348Z Compiling nom v7.1.3
20642024-03-07T21:42:42.366Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=391c90bcc517f6ff -C extra-filename=-391c90bcc517f6ff --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-2645762dd22d7cec.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-f998b5f863db48e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-03-07T21:42:42.387Z Compiling string_cache v0.8.7
20662024-03-07T21:42:42.426Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=961218ce06c4072f -C extra-filename=-961218ce06c4072f --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-790aed8a41185dae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-d859ec681b84f7b3.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fb1edac7ceef463b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-03-07T21:42:42.579Z Running `/home/build/.rustup/toolchains/1.76.0-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=d7ed654a15be1d6d -C extra-filename=-d7ed654a15be1d6d --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8a702e27c51a5502.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-69fa3f9afc1fff97.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20682024-03-07T21:42:42.825Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=d6b29506f2346904 -C extra-filename=-d6b29506f2346904 --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-86a5825846cc4b6f.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d16ac86ec038c7dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20692024-03-07T21:42:42.894Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=ba2806b623f49a1f -C extra-filename=-ba2806b623f49a1f --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-78650d5ab809ac61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128 --cfg rustc_1_28`
20702024-03-07T21:42:43.095Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b715f9e47ea90777 -C extra-filename=-b715f9e47ea90777 --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-6b8d316e1cea3f77.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-03-07T21:42:43.256Z Compiling serde_tokenstream v0.1.7
20722024-03-07T21:42:43.259Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d785cccfccb0298 -C extra-filename=-2d785cccfccb0298 --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-fd52f7f67b160361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-03-07T21:42:43.827Z Compiling bzip2-sys v0.1.11+1.0.8
20742024-03-07T21:42:43.834Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36d1d60e81e302cf -C extra-filename=-36d1d60e81e302cf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-03-07T21:42:44.148Z Compiling num-bigint v0.4.4
20762024-03-07T21:42:44.152Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=246b26f09786fdb2 -C extra-filename=-246b26f09786fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-03-07T21:42:44.242Z Compiling heapless v0.7.16
20782024-03-07T21:42:44.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=357af61025afdd64 -C extra-filename=-357af61025afdd64 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-357af61025afdd64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1ce1e72bfe3fde69.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-03-07T21:42:44.319Z Compiling regex-automata v0.1.10
20802024-03-07T21:42:44.322Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8861666dcaff791 -C extra-filename=-f8861666dcaff791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-03-07T21:42:44.382Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf/build-script-build`
20822024-03-07T21:42:44.770Z Compiling matches v0.1.10
20832024-03-07T21:42:44.773Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=664ec475a67c1ce0 -C extra-filename=-664ec475a67c1ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-03-07T21:42:44.795Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20852024-03-07T21:42:44.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a58e5c93571eb21 -C extra-filename=-7a58e5c93571eb21 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-03-07T21:42:44.862Z Compiling lalrpop-util v0.19.12
20872024-03-07T21:42:44.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4772c578c774ae0f -C extra-filename=-4772c578c774ae0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-03-07T21:42:44.887Z Compiling idna v0.2.3
20892024-03-07T21:42:44.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d96c674290eb6a2 -C extra-filename=-8d96c674290eb6a2 --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-664ec475a67c1ce0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-611fe155a0092e84.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-03-07T21:42:45.095Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2/build-script-build`
20912024-03-07T21:42:45.228Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-357af61025afdd64/build-script-build`
20922024-03-07T21:42:45.253Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37da7ad4377a8b02 -C extra-filename=-37da7ad4377a8b02 --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-6b8d316e1cea3f77.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-bd5d8c5bae313f3d/out/lib -l static=bz2`
20932024-03-07T21:42:45.304Z Compiling usdt-attr-macro v0.3.5
20942024-03-07T21:42:45.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=a7e862678f2dcd2c -C extra-filename=-a7e862678f2dcd2c --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-d16ac86ec038c7dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2d785cccfccb0298.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d6b29506f2346904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-03-07T21:42:45.337Z Compiling usdt-macro v0.3.5
20962024-03-07T21:42:45.358Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=d6e9a815a4decba2 -C extra-filename=-d6e9a815a4decba2 --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-d16ac86ec038c7dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2d785cccfccb0298.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d6b29506f2346904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-03-07T21:42:45.407Z Compiling bstr v0.2.17
20982024-03-07T21:42:45.437Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1d39a0e90d05babe -C extra-filename=-1d39a0e90d05babe --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-62c4a58c39ad7790.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f8861666dcaff791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-03-07T21:42:45.471Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=0cde017d1d9b36f6 -C extra-filename=-0cde017d1d9b36f6 --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-78650d5ab809ac61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.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`
21002024-03-07T21:42:45.722Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21/build-script-build`
21012024-03-07T21:42:50.200Z Compiling signal-hook-mio v0.2.3
21022024-03-07T21:42:50.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=a07f289c11dcde48 -C extra-filename=-a07f289c11dcde48 --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-6b8d316e1cea3f77.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-7e7434ebb9be8392.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-03-07T21:42:50.276Z Compiling enum-as-inner v0.5.1
21042024-03-07T21:42:50.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db0587d23916f20e -C extra-filename=-db0587d23916f20e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-03-07T21:42:50.276Z Compiling diesel_table_macro_syntax v0.1.0
21062024-03-07T21:42:50.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a200e85e6131ff37 -C extra-filename=-a200e85e6131ff37 --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-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-03-07T21:42:50.345Z Compiling scheduled-thread-pool v0.2.7
21082024-03-07T21:42:50.345Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7e9e95b2acd8e6 -C extra-filename=-ea7e9e95b2acd8e6 --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-54ad4a7edca3918d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-03-07T21:42:50.345Z Compiling hash32 v0.2.1
21102024-03-07T21:42:50.345Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=805aaac0a91fda2a -C extra-filename=-805aaac0a91fda2a --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-03-07T21:42:50.345Z Compiling regex-automata v0.3.8
21122024-03-07T21:42:50.346Z Compiling predicates-core v1.0.6
21132024-03-07T21:42:50.346Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=1578b28fff1637bb -C extra-filename=-1578b28fff1637bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-03-07T21:42:50.346Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b55ee153c811977d -C extra-filename=-b55ee153c811977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-03-07T21:42:50.346Z Compiling smoltcp v0.9.1
21162024-03-07T21:42:50.346Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=aaaee1037ac94787 -C extra-filename=-aaaee1037ac94787 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-03-07T21:42:50.346Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=7a8abb66f7e06699 -C extra-filename=-7a8abb66f7e06699 --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-805aaac0a91fda2a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
21182024-03-07T21:42:50.346Z Compiling usdt v0.3.5
21192024-03-07T21:42:50.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=89bdfac7359b35f5 -C extra-filename=-89bdfac7359b35f5 --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-d16ac86ec038c7dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-a7e862678f2dcd2c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d6b29506f2346904.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-d6e9a815a4decba2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-03-07T21:42:50.347Z Compiling trust-dns-proto v0.22.0
21212024-03-07T21:42:50.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=3df1e1ba285d24b8 -C extra-filename=-3df1e1ba285d24b8 --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-fecde3939db35484.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8d96c674290eb6a2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-03-07T21:42:50.347Z Compiling r2d2 v0.8.10
21232024-03-07T21:42:50.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c4adefa117e3be3 -C extra-filename=-1c4adefa117e3be3 --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-d5fa3b64b37fd4b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ea7e9e95b2acd8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-03-07T21:42:50.347Z Compiling diesel_derives v2.1.2
21252024-03-07T21:42:50.348Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.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=9d966c718e9da2e4 -C extra-filename=-9d966c718e9da2e4 --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-a200e85e6131ff37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-03-07T21:42:50.348Z Compiling crossterm v0.27.0
21272024-03-07T21:42:50.348Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=e03385606ec7fc20 -C extra-filename=-e03385606ec7fc20 --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-9f3d44b315f9d7d5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-7e7434ebb9be8392.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-a07f289c11dcde48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-03-07T21:42:50.348Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787/build-script-build`
21292024-03-07T21:42:50.348Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05241e374f7f2401 -C extra-filename=-05241e374f7f2401 --out-dir /work/oxidecomputer/omicron/target/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`
21302024-03-07T21:42:50.348Z Compiling bzip2 v0.4.4
21312024-03-07T21:42:50.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53855cad2d61ceb5 -C extra-filename=-53855cad2d61ceb5 --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-37da7ad4377a8b02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.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-bd5d8c5bae313f3d/out/lib`
21322024-03-07T21:42:50.349Z Compiling strum_macros v0.25.2
21332024-03-07T21:42:50.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f01020b69cc98133 -C extra-filename=-f01020b69cc98133 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-03-07T21:42:50.349Z Compiling bstr v1.6.0
21352024-03-07T21:42:50.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=c005f5cde00c8aaa -C extra-filename=-c005f5cde00c8aaa --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-2645762dd22d7cec.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1578b28fff1637bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-03-07T21:42:50.349Z Compiling yasna v0.5.2
21372024-03-07T21:42:50.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=1e64808aafad4fb9 -C extra-filename=-1e64808aafad4fb9 --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-be1bb453946354ab.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-0cde017d1d9b36f6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-03-07T21:42:50.376Z Compiling md-5 v0.10.5
21392024-03-07T21:42:50.376Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f46ec5f31171c96 -C extra-filename=-5f46ec5f31171c96 --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-2070ca0af7f18dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-03-07T21:42:50.583Z Compiling hubpack_derive v0.1.1
21412024-03-07T21:42:50.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe472772c1c8797 -C extra-filename=-3fe472772c1c8797 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-03-07T21:42:51.338Z Compiling stringprep v0.1.3
21432024-03-07T21:42:51.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5477a9af5adab27 -C extra-filename=-f5477a9af5adab27 --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-611fe155a0092e84.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-03-07T21:42:51.689Z Compiling console v0.15.8
21452024-03-07T21:42:51.693Z Running `/home/build/.rustup/toolchains/1.76.0-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=ecd543c2b58c8b48 -C extra-filename=-ecd543c2b58c8b48 --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-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-03-07T21:42:51.714Z Compiling float-cmp v0.9.0
21472024-03-07T21:42:51.717Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=773115cab1b86eb8 -C extra-filename=-773115cab1b86eb8 --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-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-03-07T21:42:51.963Z Compiling difflib v0.4.0
21492024-03-07T21:42:51.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6290a94fd7899125 -C extra-filename=-6290a94fd7899125 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:42:52.419Z Compiling fallible-iterator v0.2.0
21512024-03-07T21:42:52.438Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2fe14cc2404ff086 -C extra-filename=-2fe14cc2404ff086 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:42:53.050Z Compiling normalize-line-endings v0.3.0
21532024-03-07T21:42:53.055Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfbd24c0c4f3838d -C extra-filename=-bfbd24c0c4f3838d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-03-07T21:42:53.142Z Compiling postgres-protocol v0.6.6
21552024-03-07T21:42:53.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=de7946ab7dd9975f -C extra-filename=-de7946ab7dd9975f --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-617eb63bc076f209.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5f46ec5f31171c96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-f5477a9af5adab27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-03-07T21:42:53.196Z Compiling predicates v3.1.0
21572024-03-07T21:42:53.213Z Running `/home/build/.rustup/toolchains/1.76.0-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=44c39a2cf89a6956 -C extra-filename=-44c39a2cf89a6956 --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-c3a3dddff120d61f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-773115cab1b86eb8.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-03-07T21:42:53.310Z Compiling hubpack v0.1.2
21592024-03-07T21:42:53.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=254aa0acf29ee2c9 -C extra-filename=-254aa0acf29ee2c9 --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-3fe472772c1c8797.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-03-07T21:42:53.677Z Compiling zip v0.6.6
21612024-03-07T21:42:53.681Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=41e088f95a91c6b7 -C extra-filename=-41e088f95a91c6b7 --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-ee70016887b171ea.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.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-bd5d8c5bae313f3d/out/lib`
21622024-03-07T21:42:53.810Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=7f8ffd6fb4077e04 -C extra-filename=-7f8ffd6fb4077e04 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-7a8abb66f7e06699.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-03-07T21:42:54.576Z Compiling similar v2.3.0
21642024-03-07T21:42:54.612Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=7ea9ef7ff091f8e8 -C extra-filename=-7ea9ef7ff091f8e8 --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-1d39a0e90d05babe.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-03-07T21:42:55.077Z Compiling phf_shared v0.11.2
21662024-03-07T21:42:55.108Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa73beba1fefbb84 -C extra-filename=-fa73beba1fefbb84 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-03-07T21:42:55.191Z Compiling tokio-stream v0.1.14
21682024-03-07T21:42:55.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=970c7d2e6225c15d -C extra-filename=-970c7d2e6225c15d --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-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-03-07T21:42:55.493Z Compiling serde_repr v0.1.16
21702024-03-07T21:42:55.498Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51791dc580c2f78d -C extra-filename=-51791dc580c2f78d --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712024-03-07T21:42:56.176Z Compiling phf v0.11.2
21722024-03-07T21:42:56.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2420ec8dd0905e2 -C extra-filename=-a2420ec8dd0905e2 --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-fa73beba1fefbb84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-03-07T21:42:56.200Z Compiling postgres-types v0.2.6
21742024-03-07T21:42:56.220Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=3211f2f3c561f920 -C extra-filename=-3211f2f3c561f920 --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-5d5c4ec61fb1da0c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-de7946ab7dd9975f.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-03-07T21:42:56.227Z Compiling whoami v1.5.0
21762024-03-07T21:42:56.230Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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="web"' --cfg 'feature="web-sys"' -C metadata=e2ae5922343e9bab -C extra-filename=-e2ae5922343e9bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-03-07T21:42:56.512Z Compiling serde_tokenstream v0.2.0
21782024-03-07T21:42:56.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97e560bd25e9dfe5 -C extra-filename=-97e560bd25e9dfe5 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-03-07T21:42:56.718Z Compiling regress v0.8.0
21802024-03-07T21:42:56.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bdc315137ae1e289 -C extra-filename=-bdc315137ae1e289 --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-1cc79af1cc2d7f40.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-03-07T21:42:56.877Z Compiling camino v1.1.6
21822024-03-07T21:42:56.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=fdc28e60d8f86ed5 -C extra-filename=-fdc28e60d8f86ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-03-07T21:42:56.916Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21842024-03-07T21:42:56.952Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=a59782fe2d716b6f -C extra-filename=-a59782fe2d716b6f --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-7c0e576e00deb96c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-254aa0acf29ee2c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-51791dc580c2f78d.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-7f8ffd6fb4077e04.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f01020b69cc98133.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4bdbf268566a72d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-03-07T21:42:57.122Z Compiling tokio-postgres v0.7.10
21862024-03-07T21:42:57.146Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=0855e8f9defa51fd -C extra-filename=-0855e8f9defa51fd --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-fecde3939db35484.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-de7946ab7dd9975f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3211f2f3c561f920.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-03-07T21:42:57.291Z Compiling getopts v0.2.21
21882024-03-07T21:42:57.297Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=546a7eb753089bb3 -C extra-filename=-546a7eb753089bb3 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-03-07T21:42:57.491Z Compiling unsafe-libyaml v0.2.10
21902024-03-07T21:42:57.498Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=21d3de22991e498f -C extra-filename=-21d3de22991e498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-03-07T21:42:57.633Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5/build-script-build`
21922024-03-07T21:42:57.682Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=b9770a3cba2f2708 -C extra-filename=-b9770a3cba2f2708 --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-7694326d550d496b.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`
21932024-03-07T21:42:57.754Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
21942024-03-07T21:42:57.757Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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=5e3fcafa40695bb9 -C extra-filename=-5e3fcafa40695bb9 --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-5d5c4ec61fb1da0c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
21952024-03-07T21:42:58.211Z Compiling fastrand v2.0.1
21962024-03-07T21:42:58.214Z Running `/home/build/.rustup/toolchains/1.76.0-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=c16f82958b9bdd6c -C extra-filename=-c16f82958b9bdd6c --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:42:58.369Z Compiling ident_case v1.0.1
21982024-03-07T21:42:58.379Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f19a442f824e47b0 -C extra-filename=-f19a442f824e47b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-03-07T21:42:58.568Z Compiling tempfile v3.10.0
22002024-03-07T21:42:58.572Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=bb7d800b4bed9c39 -C extra-filename=-bb7d800b4bed9c39 --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-980c303988e700db.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de9902e5153ccd8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-03-07T21:42:58.793Z Compiling strsim v0.10.0
22022024-03-07T21:42:58.799Z Compiling toml v0.8.10
22032024-03-07T21:42:58.799Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76477e16a6288729 -C extra-filename=-76477e16a6288729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-03-07T21:42:58.799Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=e53b8467bce33df1 -C extra-filename=-e53b8467bce33df1 --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-7694326d550d496b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-94be455de6b3a6cd.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-03-07T21:42:59.495Z Compiling serde_yaml v0.9.25
22062024-03-07T21:42:59.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4df2190d0644ea44 -C extra-filename=-4df2190d0644ea44 --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-a7f76993868570c0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21d3de22991e498f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-03-07T21:42:59.544Z Compiling dirs-sys-next v0.1.2
22082024-03-07T21:42:59.579Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7583a51e7ec01c70 -C extra-filename=-7583a51e7ec01c70 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-03-07T21:42:59.706Z Compiling sha1 v0.10.6
22102024-03-07T21:42:59.710Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d4fd3c7ec1ca7170 -C extra-filename=-d4fd3c7ec1ca7170 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-03-07T21:43:00.154Z Compiling dirs-next v2.0.0
22122024-03-07T21:43:00.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1795876847d37563 -C extra-filename=-1795876847d37563 --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-980c303988e700db.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132024-03-07T21:43:00.248Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
22142024-03-07T21:43:00.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/131fe0e/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=726f21c17425853e -C extra-filename=-726f21c17425853e --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-a8c1128ccf1e31c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-03-07T21:43:00.365Z Compiling term v0.7.0
22162024-03-07T21:43:00.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e642081554db0b17 -C extra-filename=-e642081554db0b17 --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-1795876847d37563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-03-07T21:43:00.557Z Compiling rustls-pki-types v1.3.0
22182024-03-07T21:43:00.564Z Running `/home/build/.rustup/toolchains/1.76.0-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=7b61185d32fc35f8 -C extra-filename=-7b61185d32fc35f8 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:43:01.356Z Compiling match_cfg v0.1.0
22202024-03-07T21:43:01.359Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=22bf2f9a6e8efd73 -C extra-filename=-22bf2f9a6e8efd73 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:43:01.464Z Compiling hostname v0.3.1
22222024-03-07T21:43:01.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=535c46064946cfa5 -C extra-filename=-535c46064946cfa5 --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-6b8d316e1cea3f77.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-03-07T21:43:01.731Z Compiling http v1.0.0
22242024-03-07T21:43:01.736Z Running `/home/build/.rustup/toolchains/1.76.0-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=0c9990293d2c014d -C extra-filename=-0c9990293d2c014d --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-5d5c4ec61fb1da0c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-03-07T21:43:02.118Z Compiling atty v0.2.14
22262024-03-07T21:43:02.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc207275872cf9fb -C extra-filename=-bc207275872cf9fb --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-03-07T21:43:02.226Z Compiling paste v1.0.14
22282024-03-07T21:43:02.226Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605e10bfb12faca7 -C extra-filename=-605e10bfb12faca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-03-07T21:43:02.300Z Compiling quick-error v1.2.3
22302024-03-07T21:43:02.309Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6fbc9cc513eac06 -C extra-filename=-f6fbc9cc513eac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-03-07T21:43:02.456Z Compiling darling_core v0.20.3
22322024-03-07T21:43:02.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=1d70d55311bd797f -C extra-filename=-1d70d55311bd797f --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-03-07T21:43:02.817Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7/build-script-build`
22342024-03-07T21:43:02.892Z Compiling rustls v0.22.2
22352024-03-07T21:43:02.901Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=304ca1cbf122cb7a -C extra-filename=-304ca1cbf122cb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-03-07T21:43:03.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169712c035341330 -C extra-filename=-169712c035341330 --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`
22372024-03-07T21:43:03.253Z Compiling rustls-webpki v0.102.1
22382024-03-07T21:43:03.261Z Running `/home/build/.rustup/toolchains/1.76.0-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=0361b2a08a9850bc -C extra-filename=-0361b2a08a9850bc --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-eb7f266cfb45c512.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
22392024-03-07T21:43:03.278Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a/build-script-build`
22402024-03-07T21:43:03.310Z Compiling crossbeam-channel v0.5.8
22412024-03-07T21:43:03.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f7ab303f366261b3 -C extra-filename=-f7ab303f366261b3 --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-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-03-07T21:43:03.972Z Compiling thread_local v1.1.7
22432024-03-07T21:43:03.995Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=148c9ff4fbbb7b96 -C extra-filename=-148c9ff4fbbb7b96 --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-980c303988e700db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-03-07T21:43:04.338Z Compiling instant v0.1.12
22452024-03-07T21:43:04.342Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a7219532de93018 -C extra-filename=-0a7219532de93018 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-03-07T21:43:04.470Z Compiling slog-async v2.8.0
22472024-03-07T21:43:04.488Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c838743e0160a8c -C extra-filename=-2c838743e0160a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-03-07T21:43:04.492Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=7dd96d2cb076bc50 -C extra-filename=-7dd96d2cb076bc50 --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-d5fa3b64b37fd4b6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0361b2a08a9850bc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
22492024-03-07T21:43:04.544Z Compiling rustls-pemfile v2.1.1
22502024-03-07T21:43:04.565Z Running `/home/build/.rustup/toolchains/1.76.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=38b869fdf61e2173 -C extra-filename=-38b869fdf61e2173 --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-617eb63bc076f209.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-03-07T21:43:04.575Z Compiling multer v3.0.0
22522024-03-07T21:43:05.073Z Running `/home/build/.rustup/toolchains/1.76.0-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=318e368f2b39a1e1 -C extra-filename=-318e368f2b39a1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-03-07T21:43:05.084Z Compiling diesel v2.1.4
22542024-03-07T21:43:05.084Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=45e886fefdf4ae6f -C extra-filename=-45e886fefdf4ae6f --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-9f3d44b315f9d7d5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-9d966c718e9da2e4.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-1c4adefa117e3be3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
22552024-03-07T21:43:05.085Z Compiling debug-ignore v1.0.5
22562024-03-07T21:43:05.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be15c627c67ed998 -C extra-filename=-be15c627c67ed998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-03-07T21:43:05.085Z Compiling take_mut v0.2.2
22582024-03-07T21:43:05.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c34cc32e456d859 -C extra-filename=-4c34cc32e456d859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-03-07T21:43:05.095Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c/build-script-build`
22602024-03-07T21:43:05.125Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1/build-script-build`
22612024-03-07T21:43:05.153Z Compiling slog-term v2.9.0
22622024-03-07T21:43:05.156Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d10f019188e0baa1 -C extra-filename=-d10f019188e0baa1 --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-bc207275872cf9fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632024-03-07T21:43:05.192Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1dd3d6e15f25033e -C extra-filename=-1dd3d6e15f25033e --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-f7ab303f366261b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
22642024-03-07T21:43:05.214Z Compiling slog-json v2.6.1
22652024-03-07T21:43:05.238Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d24711930dd9e51a -C extra-filename=-d24711930dd9e51a --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-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-03-07T21:43:05.491Z Compiling async-stream-impl v0.3.5
22672024-03-07T21:43:05.496Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87def2dea3850072 -C extra-filename=-87def2dea3850072 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-03-07T21:43:05.629Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
22692024-03-07T21:43:05.639Z Running `/home/build/.rustup/toolchains/1.76.0-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=6850c7ffc5939e34 -C extra-filename=-6850c7ffc5939e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-03-07T21:43:06.014Z Compiling atomic-waker v1.1.1
22712024-03-07T21:43:06.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca4ece80fcfa154a -C extra-filename=-ca4ece80fcfa154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-03-07T21:43:06.216Z Compiling waitgroup v0.1.2
22732024-03-07T21:43:06.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23b5f6bf672f3d19 -C extra-filename=-23b5f6bf672f3d19 --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-ca4ece80fcfa154a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-03-07T21:43:06.375Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34/build-script-build`
22752024-03-07T21:43:06.456Z Compiling slog-bunyan v2.5.0
22762024-03-07T21:43:06.484Z Running `/home/build/.rustup/toolchains/1.76.0-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=af4c21a81e8a2d8f -C extra-filename=-af4c21a81e8a2d8f --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-535c46064946cfa5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d24711930dd9e51a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-03-07T21:43:06.484Z Running `/home/build/.rustup/toolchains/1.76.0-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=4e884e45c4da7179 -C extra-filename=-4e884e45c4da7179 --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-5d5c4ec61fb1da0c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0c9990293d2c014d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-03-07T21:43:06.504Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
22792024-03-07T21:43:06.512Z Running `/home/build/.rustup/toolchains/1.76.0-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=d0d3cbdfd0ae8f10 -C extra-filename=-d0d3cbdfd0ae8f10 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-03-07T21:43:06.683Z Compiling serde_path_to_error v0.1.15
22812024-03-07T21:43:06.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=c190c84e65e9e63c -C extra-filename=-c190c84e65e9e63c --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-b30ed7c35ebb4b42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-03-07T21:43:07.075Z Compiling async-stream v0.3.5
22832024-03-07T21:43:07.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df0b38fe36f10078 -C extra-filename=-df0b38fe36f10078 --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-87def2dea3850072.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-03-07T21:43:07.425Z Compiling strum_macros v0.26.1
22852024-03-07T21:43:07.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.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=06ffcf6d061ac365 -C extra-filename=-06ffcf6d061ac365 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-03-07T21:43:07.603Z Compiling wait-timeout v0.2.0
22872024-03-07T21:43:07.607Z Compiling structmeta-derive v0.3.0
22882024-03-07T21:43:07.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8a585130783d302 -C extra-filename=-e8a585130783d302 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892024-03-07T21:43:07.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.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=2fa88872db094b50 -C extra-filename=-2fa88872db094b50 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-03-07T21:43:08.216Z Compiling rusty-fork v0.3.0
22912024-03-07T21:43:08.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=00e1928e6f405fdb -C extra-filename=-00e1928e6f405fdb --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-db9135e52485f533.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-03-07T21:43:08.915Z Compiling darling_macro v0.20.3
22932024-03-07T21:43:08.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=524c0f9b4940d2db -C extra-filename=-524c0f9b4940d2db --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-1d70d55311bd797f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942024-03-07T21:43:08.937Z Compiling tokio-rustls v0.25.0
22952024-03-07T21:43:08.958Z Running `/home/build/.rustup/toolchains/1.76.0-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=7c29b825b61b2296 -C extra-filename=-7c29b825b61b2296 --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-7dd96d2cb076bc50.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
22962024-03-07T21:43:08.962Z Compiling newtype-uuid v1.0.1
22972024-03-07T21:43:08.987Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=e58c5217582ce9cc -C extra-filename=-e58c5217582ce9cc --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-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-03-07T21:43:09.287Z Running `/home/build/.rustup/toolchains/1.76.0-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=14e47b82990e910d -C extra-filename=-14e47b82990e910d --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-df0b38fe36f10078.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d0d3cbdfd0ae8f10.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-4e884e45c4da7179.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c190c84e65e9e63c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d4fd3c7ec1ca7170.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-af4c21a81e8a2d8f.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d24711930dd9e51a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7c29b825b61b2296.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-89bdfac7359b35f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
22992024-03-07T21:43:09.337Z Compiling structmeta-derive v0.2.0
23002024-03-07T21:43:09.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb67c33c27975c82 -C extra-filename=-bb67c33c27975c82 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-03-07T21:43:10.261Z Compiling darling v0.20.3
23022024-03-07T21:43:10.266Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=03856c991226f45e -C extra-filename=-03856c991226f45e --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-1d70d55311bd797f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-524c0f9b4940d2db.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-03-07T21:43:10.393Z Compiling serde_with_macros v3.6.1
23042024-03-07T21:43:10.397Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=8237c6eb0fefaa63 -C extra-filename=-8237c6eb0fefaa63 --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-03856c991226f45e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-03-07T21:43:11.091Z Compiling structmeta v0.3.0
23062024-03-07T21:43:11.098Z Running `/home/build/.rustup/toolchains/1.76.0-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=15bcfef451f50ca1 -C extra-filename=-15bcfef451f50ca1 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-2fa88872db094b50.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-03-07T21:43:11.558Z Compiling rand_xorshift v0.3.0
23082024-03-07T21:43:11.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=57087e96481e3283 -C extra-filename=-57087e96481e3283 --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-1d19ee310425cc77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-03-07T21:43:11.894Z Compiling unarray v0.1.4
23102024-03-07T21:43:11.916Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d2a858d5a06edaf -C extra-filename=-4d2a858d5a06edaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-03-07T21:43:12.073Z Compiling proptest v1.4.0
23122024-03-07T21:43:12.092Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=93d183cea84501a5 -C extra-filename=-93d183cea84501a5 --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-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9f3d44b315f9d7d5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-913f10aa7c762d5c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-57087e96481e3283.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-00e1928e6f405fdb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-03-07T21:43:12.646Z Compiling structmeta v0.2.0
23142024-03-07T21:43:12.650Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ed7bc61ae0ddc6b -C extra-filename=-6ed7bc61ae0ddc6b --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-bb67c33c27975c82.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152024-03-07T21:43:13.084Z Compiling parse-display-derive v0.9.0
23162024-03-07T21:43:13.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=8b0d97c5f2482d73 -C extra-filename=-8b0d97c5f2482d73 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-15bcfef451f50ca1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-03-07T21:43:13.141Z Compiling strum v0.26.1
23182024-03-07T21:43:13.144Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=434e5cfdd78fe610 -C extra-filename=-434e5cfdd78fe610 --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-06ffcf6d061ac365.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-03-07T21:43:13.353Z Compiling backoff v0.4.0
23202024-03-07T21:43:13.356Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=f7bef4ce0511d9f4 -C extra-filename=-f7bef4ce0511d9f4 --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-89d5efafb6bf0fea.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7cac3dae79d3db6d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212024-03-07T21:43:13.740Z Compiling test-strategy v0.3.1
23222024-03-07T21:43:13.744Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a551b4a51cdaed3 -C extra-filename=-2a551b4a51cdaed3 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6ed7bc61ae0ddc6b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-03-07T21:43:13.957Z Compiling serde_with v3.6.1
23242024-03-07T21:43:13.965Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=544f8e58ff6a363c -C extra-filename=-544f8e58ff6a363c --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-7694326d550d496b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-8237c6eb0fefaa63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-03-07T21:43:15.298Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23262024-03-07T21:43:15.315Z Running `/home/build/.rustup/toolchains/1.76.0-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=6df68b1ef5e3e332 -C extra-filename=-6df68b1ef5e3e332 --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-e58c5217582ce9cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-03-07T21:43:15.517Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23282024-03-07T21:43:15.525Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9789867a8fb0f5c -C extra-filename=-d9789867a8fb0f5c --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-e71ec3f7cddad9eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-03-07T21:43:15.687Z Compiling macaddr v1.0.1
23302024-03-07T21:43:15.691Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=719952b5aa12cc6f -C extra-filename=-719952b5aa12cc6f --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-03-07T21:43:16.161Z Compiling camino-tempfile v1.1.1
23322024-03-07T21:43:16.166Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.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=5f36fda9b6e5402d -C extra-filename=-5f36fda9b6e5402d --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-b9770a3cba2f2708.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-03-07T21:43:16.620Z Compiling is-terminal v0.4.9
23342024-03-07T21:43:16.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d33197aee2961d -C extra-filename=-63d33197aee2961d --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-de9902e5153ccd8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-03-07T21:43:16.771Z Compiling proc-macro-error-attr v1.0.4
23362024-03-07T21:43:16.791Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fad66f71676b7c98 -C extra-filename=-fad66f71676b7c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-03-07T21:43:17.165Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98/build-script-build`
23382024-03-07T21:43:17.239Z Compiling proc-macro-error v1.0.4
23392024-03-07T21:43:17.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1366d0f3bcaee02a -C extra-filename=-1366d0f3bcaee02a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-03-07T21:43:17.596Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a/build-script-build`
23412024-03-07T21:43:17.783Z Compiling same-file v1.0.6
23422024-03-07T21:43:17.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=426a2ad6f15fb025 -C extra-filename=-426a2ad6f15fb025 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-03-07T21:43:17.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93c1583377344c3a -C extra-filename=-93c1583377344c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-03-07T21:43:18.026Z Compiling walkdir v2.4.0
23452024-03-07T21:43:18.030Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cdfd32f8061647e -C extra-filename=-6cdfd32f8061647e --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-93c1583377344c3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-03-07T21:43:18.132Z Compiling filetime v0.2.23
23472024-03-07T21:43:18.144Z Running `/home/build/.rustup/toolchains/1.76.0-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=beba8c826f2a274c -C extra-filename=-beba8c826f2a274c --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-03-07T21:43:18.560Z Compiling xattr v1.0.1
23492024-03-07T21:43:18.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=39b777e571ac7a48 -C extra-filename=-39b777e571ac7a48 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-03-07T21:43:18.561Z Compiling parse-display v0.9.0
23512024-03-07T21:43:18.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=06bc086f1a8067c3 -C extra-filename=-06bc086f1a8067c3 --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-8b0d97c5f2482d73.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-03-07T21:43:18.561Z Compiling tar v0.4.40
23532024-03-07T21:43:18.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=43d426a631c80c04 -C extra-filename=-43d426a631c80c04 --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-beba8c826f2a274c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542024-03-07T21:43:18.561Z Compiling proc-macro-crate v1.3.1
23552024-03-07T21:43:18.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9f9d4310de58ea6 -C extra-filename=-b9f9d4310de58ea6 --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-3c25f391c5524dbf.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a9cc9295b9d20d8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562024-03-07T21:43:18.788Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=aa0253cdef2bd0fa -C extra-filename=-aa0253cdef2bd0fa --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-426a2ad6f15fb025.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
23572024-03-07T21:43:18.875Z Compiling termtree v0.4.1
23582024-03-07T21:43:18.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cd34e04b646fdd1 -C extra-filename=-3cd34e04b646fdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592024-03-07T21:43:19.093Z Compiling heapless v0.8.0
23602024-03-07T21:43:19.097Z Running `/home/build/.rustup/toolchains/1.76.0-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=99c20305208f1968 -C extra-filename=-99c20305208f1968 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-03-07T21:43:19.117Z Compiling predicates-tree v1.0.9
23622024-03-07T21:43:19.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c526a8ec957ffc -C extra-filename=-e6c526a8ec957ffc --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-b55ee153c811977d.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-03-07T21:43:19.542Z Compiling hash32 v0.3.1
23642024-03-07T21:43:19.545Z Running `/home/build/.rustup/toolchains/1.76.0-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=5d46faedb6eb351c -C extra-filename=-5d46faedb6eb351c --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-03-07T21:43:19.595Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
23662024-03-07T21:43:20.618Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/131fe0e/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=3c316be747a8c679 -C extra-filename=-3c316be747a8c679 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-726f21c17425853e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-03-07T21:43:20.623Z Compiling num_enum_derive v0.5.11
23682024-03-07T21:43:20.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=0ed3cf4b72a5ad25 -C extra-filename=-0ed3cf4b72a5ad25 --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-b9f9d4310de58ea6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-03-07T21:43:20.623Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702024-03-07T21:43:20.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33718d4f8774f2a3 -C extra-filename=-33718d4f8774f2a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-03-07T21:43:20.623Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968/build-script-build`
23722024-03-07T21:43:20.623Z Compiling smoltcp v0.11.0
23732024-03-07T21:43:20.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.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=ca0116a8c62d4513 -C extra-filename=-ca0116a8c62d4513 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-03-07T21:43:20.623Z Running `/home/build/.rustup/toolchains/1.76.0-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=285b2ed70ba96961 -C extra-filename=-285b2ed70ba96961 --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-5d46faedb6eb351c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-03-07T21:43:20.623Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3/build-script-build`
23762024-03-07T21:43:20.624Z Compiling usdt-attr-macro v0.5.0
23772024-03-07T21:43:20.624Z Running `/home/build/.rustup/toolchains/1.76.0-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=62b75993b8cfcd5e -C extra-filename=-62b75993b8cfcd5e --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-69fa3f9afc1fff97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7ed654a15be1d6d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-03-07T21:43:20.681Z Compiling usdt-macro v0.5.0
23792024-03-07T21:43:20.684Z Running `/home/build/.rustup/toolchains/1.76.0-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=4d34bd322ddf9ba4 -C extra-filename=-4d34bd322ddf9ba4 --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-69fa3f9afc1fff97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7ed654a15be1d6d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-03-07T21:43:20.722Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513/build-script-build`
23812024-03-07T21:43:20.736Z Compiling memmap v0.7.0
23822024-03-07T21:43:20.739Z Running `/home/build/.rustup/toolchains/1.76.0-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=b9c741d7a711c399 -C extra-filename=-b9c741d7a711c399 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-03-07T21:43:21.128Z Compiling embedded-io v0.4.0
23842024-03-07T21:43:21.132Z Running `/home/build/.rustup/toolchains/1.76.0-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=bb29778d969aa912 -C extra-filename=-bb29778d969aa912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-03-07T21:43:21.260Z Compiling cobs v0.2.3
23862024-03-07T21:43:21.264Z Running `/home/build/.rustup/toolchains/1.76.0-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=3fd1cea7f97f5675 -C extra-filename=-3fd1cea7f97f5675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-03-07T21:43:21.358Z Compiling crucible-workspace-hack v0.1.0
23882024-03-07T21:43:21.361Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a43025e66c88fc -C extra-filename=-46a43025e66c88fc --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-03-07T21:43:21.591Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23902024-03-07T21:43:21.618Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4143c48adc6b68f3 -C extra-filename=-4143c48adc6b68f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-03-07T21:43:21.722Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc/build-script-build`
23922024-03-07T21:43:21.758Z Compiling postcard v1.0.8
23932024-03-07T21:43:21.767Z Running `/home/build/.rustup/toolchains/1.76.0-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=a4509309d3564c0b -C extra-filename=-a4509309d3564c0b --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-3fd1cea7f97f5675.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-03-07T21:43:21.963Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3/build-script-build`
23952024-03-07T21:43:21.997Z Running `/home/build/.rustup/toolchains/1.76.0-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=1934a5bd669a40e1 -C extra-filename=-1934a5bd669a40e1 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962024-03-07T21:43:22.193Z Compiling foreign-types-macros v0.2.3
23972024-03-07T21:43:22.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=617d1636db67f75e -C extra-filename=-617d1636db67f75e --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-03-07T21:43:22.505Z Compiling usdt v0.5.0
23992024-03-07T21:43:22.545Z Running `/home/build/.rustup/toolchains/1.76.0-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=91559cea49b33770 -C extra-filename=-91559cea49b33770 --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-8a702e27c51a5502.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-69fa3f9afc1fff97.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-93b41097da48ddf0.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-62b75993b8cfcd5e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7ed654a15be1d6d.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4d34bd322ddf9ba4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002024-03-07T21:43:22.620Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24012024-03-07T21:43:22.624Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=5d3f1bccdf7ea392 -C extra-filename=-5d3f1bccdf7ea392 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5d3f1bccdf7ea392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-03-07T21:43:22.944Z Compiling num_enum v0.5.11
24032024-03-07T21:43:22.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af924d894f329eb5 -C extra-filename=-af924d894f329eb5 --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-0ed3cf4b72a5ad25.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-03-07T21:43:23.008Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24052024-03-07T21:43:23.027Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=c5e290ea0cba27f4 -C extra-filename=-c5e290ea0cba27f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062024-03-07T21:43:23.043Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24072024-03-07T21:43:23.047Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e284890a139288 -C extra-filename=-94e284890a139288 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-03-07T21:43:23.118Z Compiling foreign-types-shared v0.3.1
24092024-03-07T21:43:23.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c08a05d4af8d740 -C extra-filename=-5c08a05d4af8d740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-03-07T21:43:23.181Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-5d3f1bccdf7ea392/build-script-build`
24112024-03-07T21:43:23.251Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec2f0fdefcce3348 -C extra-filename=-ec2f0fdefcce3348 --out-dir /work/oxidecomputer/omicron/target/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`
24122024-03-07T21:43:23.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=704a6d61a1ba494f -C extra-filename=-704a6d61a1ba494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-03-07T21:43:23.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93cb065b7cb66c90 -C extra-filename=-93cb065b7cb66c90 --out-dir /work/oxidecomputer/omicron/target/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`
24142024-03-07T21:43:23.425Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288/build-script-build`
24152024-03-07T21:43:23.428Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24162024-03-07T21:43:23.428Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=ad7a4ce50b416492 -C extra-filename=-ad7a4ce50b416492 --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-03856c991226f45e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-03-07T21:43:23.453Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24182024-03-07T21:43:23.457Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41eb64e8fb76aa6c -C extra-filename=-41eb64e8fb76aa6c --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-03-07T21:43:23.569Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24202024-03-07T21:43:23.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=67d3f7faccd32bc2 -C extra-filename=-67d3f7faccd32bc2 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-03-07T21:43:23.668Z Compiling foreign-types v0.5.0
24222024-03-07T21:43:23.672Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40b4aeba243ce47f -C extra-filename=-40b4aeba243ce47f --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-617d1636db67f75e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-03-07T21:43:23.791Z Compiling tabwriter v1.4.0
24242024-03-07T21:43:23.796Z Running `/home/build/.rustup/toolchains/1.76.0-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=614497814ef66dfd -C extra-filename=-614497814ef66dfd --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-03-07T21:43:24.352Z Compiling cstr-argument v0.1.2
24262024-03-07T21:43:24.356Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d682df668b3e693 -C extra-filename=-9d682df668b3e693 --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-980c303988e700db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-03-07T21:43:24.487Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
24282024-03-07T21:43:24.491Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aeb4511d74f78a77 -C extra-filename=-aeb4511d74f78a77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-03-07T21:43:24.596Z Compiling pretty-hex v0.2.1
24302024-03-07T21:43:24.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=dec582575c06d8ee -C extra-filename=-dec582575c06d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-03-07T21:43:24.744Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24322024-03-07T21:43:24.747Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71aa29003037ecd3 -C extra-filename=-71aa29003037ecd3 --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-6b8d316e1cea3f77.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-af924d894f329eb5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-dec582575c06d8ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-03-07T21:43:24.780Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24342024-03-07T21:43:24.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e43ed5ec982dd173 -C extra-filename=-e43ed5ec982dd173 --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-9d682df668b3e693.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-40b4aeba243ce47f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-03-07T21:43:24.807Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22af393ad8539018 -C extra-filename=-22af393ad8539018 --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-6b8d316e1cea3f77.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-41eb64e8fb76aa6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24362024-03-07T21:43:24.911Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77/build-script-build`
24372024-03-07T21:43:24.946Z Compiling colored v2.0.4
24382024-03-07T21:43:24.983Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12c82d410b6574fb -C extra-filename=-12c82d410b6574fb --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-63d33197aee2961d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-03-07T21:43:24.999Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24402024-03-07T21:43:25.000Z Running `/home/build/.rustup/toolchains/1.76.0-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=02d31612ddac10c5 -C extra-filename=-02d31612ddac10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-03-07T21:43:25.092Z Compiling zone_cfg_derive v0.3.0
24422024-03-07T21:43:25.112Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=824ffeca6cf2b137 -C extra-filename=-824ffeca6cf2b137 --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-03-07T21:43:26.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6067af5992a385ac -C extra-filename=-6067af5992a385ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-12c82d410b6574fb.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-71aa29003037ecd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-af924d894f329eb5.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-e43ed5ec982dd173.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
24442024-03-07T21:43:26.646Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
24452024-03-07T21:43:26.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/a9fdbc4/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=ffee4ba0f7340232 -C extra-filename=-ffee4ba0f7340232 --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-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-03-07T21:43:26.646Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
24472024-03-07T21:43:26.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/131fe0e/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=c8be16328b4eefe9 -C extra-filename=-c8be16328b4eefe9 --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-726f21c17425853e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3c316be747a8c679.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-03-07T21:43:26.646Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
24492024-03-07T21:43:26.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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=7443f11dcbe6b74c -C extra-filename=-7443f11dcbe6b74c --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-546a7eb753089bb3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-c8be16328b4eefe9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502024-03-07T21:43:26.646Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24512024-03-07T21:43:26.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=11a7c4187291e865 -C extra-filename=-11a7c4187291e865 --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-c5e290ea0cba27f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4509309d3564c0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-03-07T21:43:26.647Z Compiling mockall_derive v0.12.0
24532024-03-07T21:43:26.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88526ebf2916f19f -C extra-filename=-88526ebf2916f19f --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-980c303988e700db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-03-07T21:43:26.813Z Compiling num-derive v0.4.0
24552024-03-07T21:43:26.823Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d8adbfac0a1ff44 -C extra-filename=-8d8adbfac0a1ff44 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-03-07T21:43:27.217Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=a245e2936e2d148b -C extra-filename=-a245e2936e2d148b --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-980c303988e700db.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-ad7a4ce50b416492.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c5e290ea0cba27f4.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-67d3f7faccd32bc2.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-11a7c4187291e865.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4509309d3564c0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
24572024-03-07T21:43:27.440Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24582024-03-07T21:43:27.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=3c3ac9a06bc2514b -C extra-filename=-3c3ac9a06bc2514b --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-980c303988e700db.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c5e290ea0cba27f4.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a245e2936e2d148b.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-02d31612ddac10c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-736f178c53caf931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-03-07T21:43:27.845Z Compiling fragile v2.0.0
24602024-03-07T21:43:27.857Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e894b1308bbfa0ed -C extra-filename=-e894b1308bbfa0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-03-07T21:43:28.537Z Compiling downcast v0.11.0
24622024-03-07T21:43:28.548Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f7c9f7d175ab432 -C extra-filename=-1f7c9f7d175ab432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-03-07T21:43:28.789Z Compiling zone v0.3.0
24642024-03-07T21:43:28.796Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=bb3bec58a7fef798 -C extra-filename=-bb3bec58a7fef798 --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-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-824ffeca6cf2b137.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-03-07T21:43:29.361Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
24662024-03-07T21:43:29.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b85995f/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=cf373fce0f0c0c46 -C extra-filename=-cf373fce0f0c0c46 --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-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6067af5992a385ac.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a245e2936e2d148b.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c3ac9a06bc2514b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a4509309d3564c0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-03-07T21:43:29.394Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
24682024-03-07T21:43:29.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/a9fdbc4/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=4321bfbdbc46b5ed -C extra-filename=-4321bfbdbc46b5ed --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-ffee4ba0f7340232.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-03-07T21:43:29.478Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
24702024-03-07T21:43:29.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/1c1574f/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=075ab11e95ffdf07 -C extra-filename=-075ab11e95ffdf07 --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-704a6d61a1ba494f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8d8adbfac0a1ff44.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-03-07T21:43:29.865Z Compiling smf v0.2.2
24722024-03-07T21:43:29.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fd9ee465f6f5700 -C extra-filename=-0fd9ee465f6f5700 --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-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-03-07T21:43:30.490Z Compiling pem v3.0.2
24742024-03-07T21:43:30.521Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb71a710de885d6 -C extra-filename=-0cb71a710de885d6 --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-03-07T21:43:30.524Z Compiling linked-hash-map v0.5.6
24762024-03-07T21:43:30.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118e2b4d5837c75a -C extra-filename=-118e2b4d5837c75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-03-07T21:43:30.543Z Compiling headers-core v0.2.0
24782024-03-07T21:43:30.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23a1e856beff4a46 -C extra-filename=-23a1e856beff4a46 --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-6245348c08e51936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-03-07T21:43:30.724Z Compiling headers v0.3.9
24802024-03-07T21:43:30.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=025bbcd55821d546 -C extra-filename=-025bbcd55821d546 --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-23a1e856beff4a46.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d4fd3c7ec1ca7170.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-03-07T21:43:30.880Z Compiling lru-cache v0.1.2
24822024-03-07T21:43:30.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cda006f2a34fb96 -C extra-filename=-1cda006f2a34fb96 --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-118e2b4d5837c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-03-07T21:43:31.092Z Compiling itertools v0.12.1
24842024-03-07T21:43:31.096Z Running `/home/build/.rustup/toolchains/1.76.0-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=2baf6454aeb93980 -C extra-filename=-2baf6454aeb93980 --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-03-07T21:43:31.322Z Compiling rayon-core v1.12.1
24862024-03-07T21:43:31.326Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.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=f4733c6188dca178 -C extra-filename=-f4733c6188dca178 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-03-07T21:43:31.364Z Compiling crossbeam-deque v0.8.3
24882024-03-07T21:43:31.367Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8fa34e0f0eafa070 -C extra-filename=-8fa34e0f0eafa070 --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-980c303988e700db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-1fecdf5e3032f287.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892024-03-07T21:43:31.723Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178/build-script-build`
24902024-03-07T21:43:31.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69ec1178e007b6b9 -C extra-filename=-69ec1178e007b6b9 --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-8fa34e0f0eafa070.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-03-07T21:43:31.749Z Compiling blake2 v0.10.6
24922024-03-07T21:43:31.749Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f599eac77e2dd332 -C extra-filename=-f599eac77e2dd332 --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-2070ca0af7f18dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932024-03-07T21:43:32.758Z Compiling password-hash v0.5.0
24942024-03-07T21:43:32.774Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=9eaf3a99403e1489 -C extra-filename=-9eaf3a99403e1489 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-03-07T21:43:33.255Z Compiling rayon v1.9.0
24962024-03-07T21:43:33.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=a3c1c3099d4ca884 -C extra-filename=-a3c1c3099d4ca884 --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-29735c8c8d06ffc5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-69ec1178e007b6b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-03-07T21:43:33.665Z Compiling argon2 v0.5.3
24982024-03-07T21:43:33.669Z Running `/home/build/.rustup/toolchains/1.76.0-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=b187ad8161c300d3 -C extra-filename=-b187ad8161c300d3 --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-1d4bdcf392c0c077.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-f599eac77e2dd332.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9eaf3a99403e1489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-03-07T21:43:33.877Z Compiling rcgen v0.12.1
25002024-03-07T21:43:33.880Z Running `/home/build/.rustup/toolchains/1.76.0-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=29ce8386a5b2853a -C extra-filename=-29ce8386a5b2853a --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-0cb71a710de885d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1e64808aafad4fb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
25012024-03-07T21:43:34.365Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
25022024-03-07T21:43:34.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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=7b3fe0ff3e491590 -C extra-filename=-7b3fe0ff3e491590 --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-5e00ee5b5465f8c2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-7443f11dcbe6b74c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-4df2190d0644ea44.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-03-07T21:43:34.387Z Compiling atomicwrites v0.4.3
25042024-03-07T21:43:34.390Z Running `/home/build/.rustup/toolchains/1.76.0-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=498793528809a0a5 -C extra-filename=-498793528809a0a5 --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-de9902e5153ccd8b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-03-07T21:43:34.597Z Compiling mockall v0.12.0
25062024-03-07T21:43:34.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144c10f8b8b570ce -C extra-filename=-144c10f8b8b570ce --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-980c303988e700db.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-88526ebf2916f19f.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-03-07T21:43:34.788Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082024-03-07T21:43:34.792Z Running `/home/build/.rustup/toolchains/1.76.0-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=33b88da187a95ae3 -C extra-filename=-33b88da187a95ae3 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-03-07T21:43:34.974Z Compiling subprocess v0.2.9
25102024-03-07T21:43:34.986Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d08902ccd262d2a -C extra-filename=-3d08902ccd262d2a --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-03-07T21:43:35.753Z Compiling swrite v0.1.0
25122024-03-07T21:43:35.756Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a62c0f6c5943a826 -C extra-filename=-a62c0f6c5943a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-03-07T21:43:35.895Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142024-03-07T21:43:35.898Z Running `/home/build/.rustup/toolchains/1.76.0-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=16405f53f12a3051 -C extra-filename=-16405f53f12a3051 --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-995bdcbdcd07cd38.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-33b88da187a95ae3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-03-07T21:43:36.094Z Compiling toml v0.5.11
25162024-03-07T21:43:36.114Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fcec9c3ad1d43171 -C extra-filename=-fcec9c3ad1d43171 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-03-07T21:43:36.504Z Compiling derive-where v1.2.7
25182024-03-07T21:43:36.507Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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=5511f3378a46881f -C extra-filename=-5511f3378a46881f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-03-07T21:43:36.668Z Compiling arc-swap v1.6.0
25202024-03-07T21:43:36.672Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2550af1542f0084a -C extra-filename=-2550af1542f0084a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-03-07T21:43:37.084Z Compiling resolv-conf v0.7.0
25222024-03-07T21:43:37.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=b17683cade733f41 -C extra-filename=-b17683cade733f41 --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-535c46064946cfa5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232024-03-07T21:43:37.364Z Compiling slog-scope v4.4.0
25242024-03-07T21:43:37.394Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f43bae1e2ff5c3d9 -C extra-filename=-f43bae1e2ff5c3d9 --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-2550af1542f0084a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252024-03-07T21:43:37.903Z Compiling slog-stdlog v4.1.1
25262024-03-07T21:43:37.911Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3aa9f50a3cffe574 -C extra-filename=-3aa9f50a3cffe574 --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-d5fa3b64b37fd4b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-03-07T21:43:37.926Z Compiling cancel-safe-futures v0.1.5
25282024-03-07T21:43:37.926Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21f7727c91c71c2c -C extra-filename=-21f7727c91c71c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-03-07T21:43:38.119Z Compiling slog-envlogger v2.2.0
25302024-03-07T21:43:38.133Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=43778112c475707a -C extra-filename=-43778112c475707a --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-d5fa3b64b37fd4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-3aa9f50a3cffe574.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-03-07T21:43:38.283Z Compiling trust-dns-resolver v0.22.0
25322024-03-07T21:43:38.320Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=032a8881598414ce -C extra-filename=-032a8881598414ce --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-980c303988e700db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-b17683cade733f41.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-03-07T21:43:38.368Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c/build-script-build`
25342024-03-07T21:43:38.383Z Compiling home v0.5.5
25352024-03-07T21:43:38.393Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c6a8e1c88275ec -C extra-filename=-d2c6a8e1c88275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362024-03-07T21:43:38.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f41738ca52d53034 -C extra-filename=-f41738ca52d53034 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-03-07T21:43:38.935Z Compiling half v2.3.1
25382024-03-07T21:43:38.964Z Running `/home/build/.rustup/toolchains/1.76.0-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=dab6ca9eb48a92a3 -C extra-filename=-dab6ca9eb48a92a3 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-03-07T21:43:39.278Z Compiling ciborium-io v0.2.2
25402024-03-07T21:43:39.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=93bfb3a01564aefe -C extra-filename=-93bfb3a01564aefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412024-03-07T21:43:39.410Z Compiling libsw v3.3.1
25422024-03-07T21:43:39.413Z Running `/home/build/.rustup/toolchains/1.76.0-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=5b07ab12a972742c -C extra-filename=-5b07ab12a972742c --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-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-03-07T21:43:39.527Z Compiling ciborium-ll v0.2.2
25442024-03-07T21:43:39.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf634329f6b7c63 -C extra-filename=-daf634329f6b7c63 --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-93bfb3a01564aefe.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-03-07T21:43:39.782Z Compiling signature v2.1.0
25462024-03-07T21:43:39.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=0dcaf4060f5bb8ee -C extra-filename=-0dcaf4060f5bb8ee --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-2070ca0af7f18dc8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-03-07T21:43:39.976Z Compiling ciborium v0.2.2
25482024-03-07T21:43:40.004Z Running `/home/build/.rustup/toolchains/1.76.0-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=68a5b55350ac277f -C extra-filename=-68a5b55350ac277f --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-93bfb3a01564aefe.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-03-07T21:43:40.007Z Compiling slog-dtrace v0.3.0
25502024-03-07T21:43:40.041Z Running `/home/build/.rustup/toolchains/1.76.0-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=7c91074811bdc16d -C extra-filename=-7c91074811bdc16d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-03-07T21:43:40.044Z Compiling owo-colors v4.0.0
25522024-03-07T21:43:40.044Z Running `/home/build/.rustup/toolchains/1.76.0-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=21e9887b2a59a1a6 -C extra-filename=-21e9887b2a59a1a6 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:43:40.386Z Compiling linear-map v1.2.0
25542024-03-07T21:43:40.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=170a65fc53887f22 -C extra-filename=-170a65fc53887f22 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:43:40.508Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d/build-script-build`
25562024-03-07T21:43:40.584Z Compiling heck v0.3.3
25572024-03-07T21:43:40.589Z Compiling textwrap v0.11.0
25582024-03-07T21:43:40.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cdb6be815d4424 -C extra-filename=-12cdb6be815d4424 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-03-07T21:43:40.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=413954bee5843f60 -C extra-filename=-413954bee5843f60 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-03-07T21:43:40.760Z Compiling nibble_vec v0.1.0
25612024-03-07T21:43:40.765Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5717221127a63a -C extra-filename=-ad5717221127a63a --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-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-03-07T21:43:40.979Z Compiling endian-type v0.1.2
25632024-03-07T21:43:40.999Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9878bc2ee7cdad50 -C extra-filename=-9878bc2ee7cdad50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-03-07T21:43:41.007Z Compiling arrayvec v0.7.4
25652024-03-07T21:43:41.011Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9c1b634dcefec2a -C extra-filename=-c9c1b634dcefec2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-03-07T21:43:41.119Z Compiling vec_map v0.8.2
25672024-03-07T21:43:41.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=889956feeb361863 -C extra-filename=-889956feeb361863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-03-07T21:43:41.228Z Compiling strsim v0.8.0
25692024-03-07T21:43:41.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c89f4eb465b34cf4 -C extra-filename=-c89f4eb465b34cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-03-07T21:43:41.395Z Compiling ansi_term v0.12.1
25712024-03-07T21:43:41.398Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ddf7a4dde139989 -C extra-filename=-6ddf7a4dde139989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-03-07T21:43:41.433Z Compiling libefi-sys v0.1.0
25732024-03-07T21:43:41.457Z Compiling arrayref v0.3.7
25742024-03-07T21:43:41.462Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57923c12001a9aa9 -C extra-filename=-57923c12001a9aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-03-07T21:43:41.462Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=477e329b0fb4e5d0 -C extra-filename=-477e329b0fb4e5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-03-07T21:43:41.556Z Compiling radix_trie v0.2.1
25772024-03-07T21:43:41.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31914b6898517cee -C extra-filename=-31914b6898517cee --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-9878bc2ee7cdad50.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ad5717221127a63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-03-07T21:43:41.810Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9/build-script-build`
25792024-03-07T21:43:41.821Z Compiling clap v2.34.0
25802024-03-07T21:43:41.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=351dce105c8916f8 -C extra-filename=-351dce105c8916f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-6ddf7a4dde139989.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-c89f4eb465b34cf4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-413954bee5843f60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-889956feeb361863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-03-07T21:43:41.900Z Compiling structopt-derive v0.4.18
25822024-03-07T21:43:41.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cae3ebfb83f4730 -C extra-filename=-1cae3ebfb83f4730 --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-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-03-07T21:43:41.957Z Running `/home/build/.rustup/toolchains/1.76.0-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=ddc1146a461e3db9 -C extra-filename=-ddc1146a461e3db9 --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-d3dbe34574bad231.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-03-07T21:43:42.246Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25852024-03-07T21:43:42.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c762147661914f -C extra-filename=-83c762147661914f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862024-03-07T21:43:42.516Z Compiling constant_time_eq v0.3.0
25872024-03-07T21:43:42.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5b32d0391bf1b5d5 -C extra-filename=-5b32d0391bf1b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-03-07T21:43:42.558Z Compiling semver v0.1.20
25892024-03-07T21:43:42.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dba12cca44c3ce32 -C extra-filename=-dba12cca44c3ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-03-07T21:43:42.713Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04fecbd93a4f39a6 -C extra-filename=-04fecbd93a4f39a6 --out-dir /work/oxidecomputer/omicron/target/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`
25912024-03-07T21:43:42.777Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f/build-script-build`
25922024-03-07T21:43:43.138Z Compiling rustc_version v0.1.7
25932024-03-07T21:43:43.615Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4288a2f61b5af2e4 -C extra-filename=-4288a2f61b5af2e4 --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-dba12cca44c3ce32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-03-07T21:43:43.616Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952024-03-07T21:43:43.616Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=204b89fd60ecfad8 -C extra-filename=-204b89fd60ecfad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-af924d894f329eb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962024-03-07T21:43:43.616Z Compiling blake3 v1.5.0
25972024-03-07T21:43:43.616Z Running `/home/build/.rustup/toolchains/1.76.0-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=b5de045d0b4a8c8c -C extra-filename=-b5de045d0b4a8c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982024-03-07T21:43:43.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25992024-03-07T21:43:43.616Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4cd1eac0b0fe4f5 -C extra-filename=-f4cd1eac0b0fe4f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f4cd1eac0b0fe4f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-91b448e1305e71b8.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-30db68082008cf11.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9f3d44b315f9d7d5.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d39a0e90d05babe.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-c005f5cde00c8aaa.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c69910e21d8bfc40.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-68104c79d2bcfed5.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-1fecdf5e3032f287.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7296772253899871.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a3825582d74483c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8a702e27c51a5502.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5f3ee64651d24b9c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7cac3dae79d3db6d.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2968d5cb21a3f4b1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1cc79af1cc2d7f40.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-99980c6d45a824eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-7e7434ebb9be8392.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-391c90bcc517f6ff.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-0cde017d1d9b36f6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ba2806b623f49a1f.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3211f2f3c561f920.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-913f10aa7c762d5c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d7aea43b9fcbb6b5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de9902e5153ccd8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-7ea9ef7ff091f8e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-961218ce06c4072f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-78baabcf6c6fc86f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4e4680a8875aaa50.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a9cc9295b9d20d8f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-611fe155a0092e84.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-89bdfac7359b35f5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7ed654a15be1d6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1e64808aafad4fb9.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-736f178c53caf931.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26002024-03-07T21:43:43.640Z Compiling fxhash v0.2.1
26012024-03-07T21:43:43.644Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5a6087f0e37f727 -C extra-filename=-c5a6087f0e37f727 --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022024-03-07T21:43:43.835Z Compiling newtype_derive v0.1.6
26032024-03-07T21:43:43.858Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7642379ab00c1140 -C extra-filename=-7642379ab00c1140 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-4288a2f61b5af2e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-03-07T21:43:43.865Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26052024-03-07T21:43:43.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0cbe859650cc693 -C extra-filename=-c0cbe859650cc693 --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-6b8d316e1cea3f77.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-03-07T21:43:43.887Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f4cd1eac0b0fe4f5/build-script-build`
26072024-03-07T21:43:43.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b471219e6a896270 -C extra-filename=-b471219e6a896270 --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-91b448e1305e71b8.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-30db68082008cf11.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9f3d44b315f9d7d5.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d39a0e90d05babe.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-c005f5cde00c8aaa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c69910e21d8bfc40.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-68104c79d2bcfed5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-1fecdf5e3032f287.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7296772253899871.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a3825582d74483c.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8a702e27c51a5502.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5f3ee64651d24b9c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7cac3dae79d3db6d.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2968d5cb21a3f4b1.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1cc79af1cc2d7f40.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-99980c6d45a824eb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-7e7434ebb9be8392.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-391c90bcc517f6ff.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-0cde017d1d9b36f6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ba2806b623f49a1f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3211f2f3c561f920.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-913f10aa7c762d5c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d7aea43b9fcbb6b5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de9902e5153ccd8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-7ea9ef7ff091f8e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-961218ce06c4072f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4e4680a8875aaa50.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a9cc9295b9d20d8f.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-611fe155a0092e84.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-89bdfac7359b35f5.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7ed654a15be1d6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1e64808aafad4fb9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-736f178c53caf931.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26082024-03-07T21:43:43.918Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c/build-script-build`
26092024-03-07T21:43:44.060Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26102024-03-07T21:43:44.066Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcebde83c4975fc0 -C extra-filename=-fcebde83c4975fc0 --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-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26112024-03-07T21:43:44.166Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122024-03-07T21:43:44.169Z Running `/home/build/.rustup/toolchains/1.76.0-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=764e6d539ec5593e -C extra-filename=-764e6d539ec5593e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26132024-03-07T21:43:44.200Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26142024-03-07T21:43:44.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ea55d6b5df46246 -C extra-filename=-9ea55d6b5df46246 --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-b187ad8161c300d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26152024-03-07T21:43:44.418Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26162024-03-07T21:43:44.421Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29264db8f247da44 -C extra-filename=-29264db8f247da44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5511f3378a46881f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-5b07ab12a972742c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26172024-03-07T21:43:44.604Z Compiling gethostname v0.4.3
26182024-03-07T21:43:44.623Z Running `/home/build/.rustup/toolchains/1.76.0-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=4af3ac39ee685c10 -C extra-filename=-4af3ac39ee685c10 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-03-07T21:43:44.746Z Compiling memmap2 v0.7.1
26202024-03-07T21:43:44.758Z Running `/home/build/.rustup/toolchains/1.76.0-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=e3874dcae2a88085 -C extra-filename=-e3874dcae2a88085 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-03-07T21:43:44.976Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140/build-script-build`
26222024-03-07T21:43:45.054Z Running `/home/build/.rustup/toolchains/1.76.0-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=8ae16b5b21b3574c -C extra-filename=-8ae16b5b21b3574c --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3874dcae2a88085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/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`
26232024-03-07T21:43:45.065Z Compiling topological-sort v0.2.2
26242024-03-07T21:43:45.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95a1301bee0cc84 -C extra-filename=-f95a1301bee0cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-03-07T21:43:45.194Z Compiling termcolor v1.2.0
26262024-03-07T21:43:45.197Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b868d2f25c6c0955 -C extra-filename=-b868d2f25c6c0955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-03-07T21:43:45.215Z Compiling structopt v0.3.26
26282024-03-07T21:43:45.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a066ba2ba3a2161f -C extra-filename=-a066ba2ba3a2161f --out-dir /work/oxidecomputer/omicron/target/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`
26292024-03-07T21:43:45.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c505ad354e75efa -C extra-filename=-2c505ad354e75efa --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-351dce105c8916f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-1cae3ebfb83f4730.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-03-07T21:43:45.288Z Compiling semver-parser v0.10.2
26312024-03-07T21:43:45.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0605fbb94d9f1d71 -C extra-filename=-0605fbb94d9f1d71 --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-d784d8d5557435f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-03-07T21:43:45.352Z Compiling radium v0.7.0
26332024-03-07T21:43:45.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da833ba60dee6c82 -C extra-filename=-da833ba60dee6c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-03-07T21:43:45.440Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f59adca379fdfc1 -C extra-filename=-6f59adca379fdfc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-204b89fd60ecfad8.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2c505ad354e75efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -l static=pci`
26352024-03-07T21:43:45.861Z Compiling omicron-zone-package v0.11.0
26362024-03-07T21:43:45.864Z Running `/home/build/.rustup/toolchains/1.76.0-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=06db48ebdac6a0ad -C extra-filename=-06db48ebdac6a0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8ae16b5b21b3574c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4e4680a8875aaa50.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-f95a1301bee0cc84.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
26372024-03-07T21:43:45.944Z Compiling glob v0.3.1
26382024-03-07T21:43:45.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23cedfca1f1a09fc -C extra-filename=-23cedfca1f1a09fc --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:43:46.120Z Compiling semver v0.11.0
26402024-03-07T21:43:46.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a0e02ea31532cfb6 -C extra-filename=-a0e02ea31532cfb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-0605fbb94d9f1d71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-03-07T21:43:46.781Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82/build-script-build`
26422024-03-07T21:43:46.816Z Compiling steno v0.4.0
26432024-03-07T21:43:46.819Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5aabfa5f563d0151 -C extra-filename=-5aabfa5f563d0151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-03-07T21:43:46.951Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26452024-03-07T21:43:46.954Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df02e95de09b9d2e -C extra-filename=-df02e95de09b9d2e --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-b471219e6a896270.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26462024-03-07T21:43:47.034Z Compiling num-rational v0.4.1
26472024-03-07T21:43:47.038Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44541355ec996e12 -C extra-filename=-44541355ec996e12 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482024-03-07T21:43:47.286Z Compiling maybe-uninit v2.0.0
26492024-03-07T21:43:47.293Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2389366b65699f97 -C extra-filename=-2389366b65699f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502024-03-07T21:43:47.429Z Compiling tap v1.0.1
26512024-03-07T21:43:47.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f22e98df0b8f0d2 -C extra-filename=-1f22e98df0b8f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522024-03-07T21:43:47.482Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12/build-script-build`
26532024-03-07T21:43:47.621Z Compiling wyz v0.5.1
26542024-03-07T21:43:47.633Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb58df48391a79fe -C extra-filename=-fb58df48391a79fe --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-1f22e98df0b8f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-03-07T21:43:47.743Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cb6974208755004 -C extra-filename=-1cb6974208755004 --out-dir /work/oxidecomputer/omicron/target/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`
26562024-03-07T21:43:47.867Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97/build-script-build`
26572024-03-07T21:43:47.944Z Compiling toolchain_find v0.2.0
26582024-03-07T21:43:47.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8b894f5c96d5801 -C extra-filename=-d8b894f5c96d5801 --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-d2c6a8e1c88275ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a0e02ea31532cfb6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-03-07T21:43:48.075Z Compiling crc-catalog v2.2.0
26602024-03-07T21:43:48.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=584b34e269a65c72 -C extra-filename=-584b34e269a65c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-03-07T21:43:48.222Z Compiling funty v2.0.0
26622024-03-07T21:43:48.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5326c02a34c00d0 -C extra-filename=-d5326c02a34c00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-03-07T21:43:48.247Z Compiling num-bigint-dig v0.8.4
26642024-03-07T21:43:48.261Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C 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=7c21abe8edd8cb47 -C extra-filename=-7c21abe8edd8cb47 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652024-03-07T21:43:48.437Z Compiling packed_struct v0.10.1
26662024-03-07T21:43:48.481Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f3daadff8859eed -C extra-filename=-7f3daadff8859eed --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-03-07T21:43:48.618Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47/build-script-build`
26682024-03-07T21:43:48.652Z Compiling crc v3.0.1
26692024-03-07T21:43:48.672Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12b781ba37feba4c -C extra-filename=-12b781ba37feba4c --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-584b34e269a65c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-03-07T21:43:48.690Z Compiling rustfmt-wrapper v0.2.0
26712024-03-07T21:43:48.690Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96ed850e726476cb -C extra-filename=-96ed850e726476cb --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-7694326d550d496b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-fcec9c3ad1d43171.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-d8b894f5c96d5801.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-03-07T21:43:48.964Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed/build-script-build`
26732024-03-07T21:43:49.005Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d51077df71b6e718 -C extra-filename=-d51077df71b6e718 --out-dir /work/oxidecomputer/omicron/target/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`
26742024-03-07T21:43:49.012Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb6d44f8be0b2d8e -C extra-filename=-fb6d44f8be0b2d8e --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-78650d5ab809ac61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
26752024-03-07T21:43:49.500Z Compiling packed_struct_codegen v0.10.1
26762024-03-07T21:43:49.512Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71d2366efce9da3f -C extra-filename=-71d2366efce9da3f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-03-07T21:43:49.512Z Compiling bitvec v1.0.1
26782024-03-07T21:43:49.512Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc5251a1fdc3e17c -C extra-filename=-dc5251a1fdc3e17c --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-d5326c02a34c00d0.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-03-07T21:43:50.186Z Compiling num-complex v0.4.4
26802024-03-07T21:43:50.190Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=9aa43108bde51f63 -C extra-filename=-9aa43108bde51f63 --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-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-03-07T21:43:50.918Z Compiling indexmap v1.9.3
26822024-03-07T21:43:50.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f09a61d597ec3252 -C extra-filename=-f09a61d597ec3252 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-03-07T21:43:51.143Z Compiling convert_case v0.4.0
26842024-03-07T21:43:51.152Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42260ae53805e822 -C extra-filename=-42260ae53805e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-03-07T21:43:51.274Z Compiling nodrop v0.1.14
26862024-03-07T21:43:51.281Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf73372ab15b9b6 -C extra-filename=-dcf73372ab15b9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-03-07T21:43:52.125Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252/build-script-build`
26882024-03-07T21:43:52.126Z Compiling num v0.4.1
26892024-03-07T21:43:52.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=d63ab3a48d46a593 -C extra-filename=-d63ab3a48d46a593 --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-9aa43108bde51f63.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ba2806b623f49a1f.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-fb6d44f8be0b2d8e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-03-07T21:43:52.126Z Compiling array-init v0.0.4
26912024-03-07T21:43:52.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47f548cad5eb7a70 -C extra-filename=-47f548cad5eb7a70 --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-dcf73372ab15b9b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-03-07T21:43:52.126Z Compiling smallvec v0.6.14
26932024-03-07T21:43:52.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=750b6f44d5d11bb0 -C extra-filename=-750b6f44d5d11bb0 --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-d51077df71b6e718.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-03-07T21:43:52.127Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=50977c7d256ec6d8 -C extra-filename=-50977c7d256ec6d8 --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-ee70016887b171ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ba2806b623f49a1f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
26952024-03-07T21:43:52.192Z Compiling derive_more v0.99.17
26962024-03-07T21:43:52.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -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=dedb208d24807cf2 -C extra-filename=-dedb208d24807cf2 --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-42260ae53805e822.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-03-07T21:43:52.384Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26982024-03-07T21:43:52.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=520343848a1c7be3 -C extra-filename=-520343848a1c7be3 --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-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26992024-03-07T21:43:52.440Z Compiling pkcs1 v0.7.5
27002024-03-07T21:43:52.443Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=3827b83f6e5a6e53 -C extra-filename=-3827b83f6e5a6e53 --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-6a3825582d74483c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ee0f22da25c178bc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-df709e67b9b9d82b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-03-07T21:43:52.597Z Compiling hashbrown v0.12.3
27022024-03-07T21:43:52.604Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6b9efe44486a05de -C extra-filename=-6b9efe44486a05de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-03-07T21:43:52.878Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=571c229be75f004b -C extra-filename=-571c229be75f004b --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-dc5251a1fdc3e17c.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-71d2366efce9da3f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-03-07T21:43:53.441Z Compiling bitfield v0.14.0
27052024-03-07T21:43:53.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a2177e54565cd3 -C extra-filename=-44a2177e54565cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-03-07T21:43:53.743Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=1abd2053f376426f -C extra-filename=-1abd2053f376426f --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-6b9efe44486a05de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
27072024-03-07T21:43:53.791Z Compiling serde-hex v0.1.0
27082024-03-07T21:43:53.794Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=262da6adaa8e1d17 -C extra-filename=-262da6adaa8e1d17 --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-47f548cad5eb7a70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-03-07T21:43:53.813Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27102024-03-07T21:43:53.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3944ef5ba0ebb2ba -C extra-filename=-3944ef5ba0ebb2ba --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4bdbf268566a72d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-03-07T21:43:54.146Z Compiling env_logger v0.10.0
27122024-03-07T21:43:54.151Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=5cd2720c8f28f427 -C extra-filename=-5cd2720c8f28f427 --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-63d33197aee2961d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-03-07T21:43:54.192Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27142024-03-07T21:43:54.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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=908f072a9e3730a2 -C extra-filename=-908f072a9e3730a2 --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-5e3fcafa40695bb9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-7443f11dcbe6b74c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7b3fe0ff3e491590.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27152024-03-07T21:43:54.426Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27162024-03-07T21:43:54.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=584a188301c4db29 -C extra-filename=-584a188301c4db29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcebde83c4975fc0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f7bef4ce0511d9f4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27172024-03-07T21:43:54.728Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182024-03-07T21:43:54.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=833b2652c0bbdad6 -C extra-filename=-833b2652c0bbdad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27192024-03-07T21:43:54.996Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27202024-03-07T21:43:55.009Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6632f846f1d65860 -C extra-filename=-6632f846f1d65860 --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-617eb63bc076f209.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27212024-03-07T21:43:55.593Z Compiling rsa v0.9.2
27222024-03-07T21:43:55.600Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=ac884783301f3b7d -C extra-filename=-ac884783301f3b7d --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-68104c79d2bcfed5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-50977c7d256ec6d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ba2806b623f49a1f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-3827b83f6e5a6e53.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ee0f22da25c178bc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0dcaf4060f5bb8ee.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-df709e67b9b9d82b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-03-07T21:43:56.476Z Compiling ron v0.8.1
27242024-03-07T21:43:56.484Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=036f24aa8df1e4df -C extra-filename=-036f24aa8df1e4df --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-617eb63bc076f209.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9f3d44b315f9d7d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-03-07T21:43:57.238Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27262024-03-07T21:43:57.657Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7657c01ee41497f -C extra-filename=-f7657c01ee41497f --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-44a2177e54565cd3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-571c229be75f004b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-03-07T21:43:58.632Z Compiling x509-cert v0.2.4
27282024-03-07T21:43:58.636Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=db448a3356b5b141 -C extra-filename=-db448a3356b5b141 --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-68104c79d2bcfed5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a3825582d74483c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-df709e67b9b9d82b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-03-07T21:43:59.277Z Compiling hashbrown v0.13.2
27302024-03-07T21:43:59.281Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=d9a99cff251021f8 -C extra-filename=-d9a99cff251021f8 --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-91b448e1305e71b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-03-07T21:44:00.536Z Compiling crc-any v2.4.3
27322024-03-07T21:44:00.539Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2598e3c411c3e11b -C extra-filename=-2598e3c411c3e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-03-07T21:44:01.073Z Compiling utf-8 v0.7.6
27342024-03-07T21:44:01.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c84491f7bfb958ad -C extra-filename=-c84491f7bfb958ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-03-07T21:44:01.384Z Compiling tungstenite v0.20.1
27362024-03-07T21:44:01.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=9442b39ea9c44ebf -C extra-filename=-9442b39ea9c44ebf --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-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d4fd3c7ec1ca7170.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-03-07T21:44:01.654Z Compiling object v0.30.4
27382024-03-07T21:44:01.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=729bd938551b7372 -C extra-filename=-729bd938551b7372 --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-cefa2dedbe8d87d7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9a99cff251021f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-03-07T21:44:02.012Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27402024-03-07T21:44:02.016Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=064c1f29add457c5 -C extra-filename=-064c1f29add457c5 --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-036f24aa8df1e4df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3944ef5ba0ebb2ba.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4bdbf268566a72d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-03-07T21:44:02.277Z Compiling newline-converter v0.3.0
27422024-03-07T21:44:02.332Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5efd44dc9c272ce5 -C extra-filename=-5efd44dc9c272ce5 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-03-07T21:44:02.443Z Compiling path-slash v0.1.5
27442024-03-07T21:44:02.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f90d698ca79fa8f -C extra-filename=-3f90d698ca79fa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-03-07T21:44:02.679Z Compiling tokio-tungstenite v0.20.1
27462024-03-07T21:44:02.683Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=b9304dd1a35d515a -C extra-filename=-b9304dd1a35d515a --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-2ce799a047122a4d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-9442b39ea9c44ebf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-03-07T21:44:02.796Z Compiling expectorate v1.1.0
27482024-03-07T21:44:02.803Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=511a89baadec2cd8 -C extra-filename=-511a89baadec2cd8 --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-ecd543c2b58c8b48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-5efd44dc9c272ce5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-7ea9ef7ff091f8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-03-07T21:44:02.970Z Compiling display-error-chain v0.2.0
27502024-03-07T21:44:02.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf419dfec19b310d -C extra-filename=-bf419dfec19b310d --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:44:03.157Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27522024-03-07T21:44:03.161Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=b4c6bbb5b39e5d1c -C extra-filename=-b4c6bbb5b39e5d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4321bfbdbc46b5ed.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-075ab11e95ffdf07.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-144c10f8b8b570ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c3ac9a06bc2514b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-764e6d539ec5593e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27532024-03-07T21:44:03.205Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542024-03-07T21:44:03.208Z Running `/home/build/.rustup/toolchains/1.76.0-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=e4fc91c31e97d5ac -C extra-filename=-e4fc91c31e97d5ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27552024-03-07T21:44:03.383Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27562024-03-07T21:44:03.386Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caac23d253a94c12 -C extra-filename=-caac23d253a94c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27572024-03-07T21:44:03.618Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27582024-03-07T21:44:03.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36705c717796097e -C extra-filename=-36705c717796097e --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-5d5c4ec61fb1da0c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-d63ab3a48d46a593.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-520343848a1c7be3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27592024-03-07T21:44:05.731Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27602024-03-07T21:44:05.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=2874157add787a67 -C extra-filename=-2874157add787a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-498793528809a0a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27612024-03-07T21:44:06.202Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27622024-03-07T21:44:06.206Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=efc526dcee759014 -C extra-filename=-efc526dcee759014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27632024-03-07T21:44:08.537Z Compiling parking_lot_core v0.8.6
27642024-03-07T21:44:08.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17feb5f7bce05c6f -C extra-filename=-17feb5f7bce05c6f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-03-07T21:44:08.669Z Compiling trust-dns-client v0.22.0
27662024-03-07T21:44:08.702Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66bb3298f92d8dbf -C extra-filename=-66bb3298f92d8dbf --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-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-03-07T21:44:09.135Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27682024-03-07T21:44:09.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=481576b9ccda98d6 -C extra-filename=-481576b9ccda98d6 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-68104c79d2bcfed5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a3825582d74483c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-5cd2720c8f28f427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f7657c01ee41497f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-571c229be75f004b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ac884783301f3b7d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-262da6adaa8e1d17.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-db448a3356b5b141.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4bdbf268566a72d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-03-07T21:44:09.376Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f/build-script-build`
27702024-03-07T21:44:09.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62989711e651ca20 -C extra-filename=-62989711e651ca20 --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-980c303988e700db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-03-07T21:44:10.172Z Compiling parking_lot v0.11.2
27722024-03-07T21:44:10.176Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bd0b1d6408ed80da -C extra-filename=-bd0b1d6408ed80da --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-0a7219532de93018.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-62989711e651ca20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732024-03-07T21:44:11.194Z Compiling keccak v0.1.4
27742024-03-07T21:44:11.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=eff9640768ec2811 -C extra-filename=-eff9640768ec2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-03-07T21:44:11.258Z Compiling sled v0.34.7
27762024-03-07T21:44:11.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=a73ce92b0521abec -C extra-filename=-a73ce92b0521abec --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-cefa2dedbe8d87d7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-1fecdf5e3032f287.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd0b1d6408ed80da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772024-03-07T21:44:11.790Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27782024-03-07T21:44:11.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=978076c21e1cdf76 -C extra-filename=-978076c21e1cdf76 --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-f7657c01ee41497f.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-481576b9ccda98d6.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-729bd938551b7372.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ac884783301f3b7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3944ef5ba0ebb2ba.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-064c1f29add457c5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4e4680a8875aaa50.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-db448a3356b5b141.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4bdbf268566a72d7.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-bd5d8c5bae313f3d/out/lib`
27792024-03-07T21:44:11.963Z Compiling sha3 v0.10.8
27802024-03-07T21:44:11.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a4808394f67f03b -C extra-filename=-6a4808394f67f03b --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-2070ca0af7f18dc8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812024-03-07T21:44:12.178Z Compiling trust-dns-server v0.22.1
27822024-03-07T21:44:12.214Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdab0f499274e2d0 -C extra-filename=-bdab0f499274e2d0 --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-fecde3939db35484.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-d4c99b503b398aaf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-fcec9c3ad1d43171.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-03-07T21:44:13.029Z Compiling secrecy v0.8.0
27842024-03-07T21:44:13.033Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=089a3232aa513a34 -C extra-filename=-089a3232aa513a34 --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-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-03-07T21:44:13.304Z Compiling buf-list v1.0.3
27862024-03-07T21:44:13.355Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=c76e02f15f632695 -C extra-filename=-c76e02f15f632695 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-03-07T21:44:14.057Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695/build-script-build`
27882024-03-07T21:44:14.076Z Compiling platforms v3.0.2
27892024-03-07T21:44:14.107Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=548b0c051cb6ca4e -C extra-filename=-548b0c051cb6ca4e --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-03-07T21:44:14.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=d1da2d64f7b71053 -C extra-filename=-d1da2d64f7b71053 --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-5d5c4ec61fb1da0c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
27912024-03-07T21:44:14.514Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e/build-script-build`
27922024-03-07T21:44:14.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=305cfbf4677b96f6 -C extra-filename=-305cfbf4677b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-03-07T21:44:14.767Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27942024-03-07T21:44:14.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3800498f5cc9a14a -C extra-filename=-3800498f5cc9a14a --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-3800498f5cc9a14a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-96ed850e726476cb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27952024-03-07T21:44:15.176Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27962024-03-07T21:44:15.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46910df76120ee54 -C extra-filename=-46910df76120ee54 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-46910df76120ee54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-96ed850e726476cb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27972024-03-07T21:44:15.218Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27982024-03-07T21:44:15.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d0e99a828b82798 -C extra-filename=-1d0e99a828b82798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27992024-03-07T21:44:19.607Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28002024-03-07T21:44:19.613Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b64052fbe513c4e -C extra-filename=-9b64052fbe513c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-204b89fd60ecfad8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0cbe859650cc693.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
28012024-03-07T21:44:22.146Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28022024-03-07T21:44:22.151Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dbd725173669beb -C extra-filename=-0dbd725173669beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28032024-03-07T21:44:23.202Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28042024-03-07T21:44:23.207Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0254dd3d8477494 -C extra-filename=-a0254dd3d8477494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcebde83c4975fc0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28052024-03-07T21:44:23.729Z Compiling curve25519-dalek v4.1.1
28062024-03-07T21:44:23.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=6c709f33f86a5da9 -C extra-filename=-6c709f33f86a5da9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c709f33f86a5da9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-305cfbf4677b96f6.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1ce1e72bfe3fde69.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-03-07T21:44:24.476Z Compiling universal-hash v0.5.1
28082024-03-07T21:44:24.479Z Compiling pin-project-internal v1.1.3
28092024-03-07T21:44:24.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b36756aef684ba8b -C extra-filename=-b36756aef684ba8b --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-7296772253899871.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-03-07T21:44:24.497Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42c234e9e9226b01 -C extra-filename=-42c234e9e9226b01 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-03-07T21:44:24.716Z Compiling doc-comment v0.3.3
28122024-03-07T21:44:24.719Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5bf015633369d2f -C extra-filename=-a5bf015633369d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-03-07T21:44:25.425Z Compiling opaque-debug v0.3.0
28142024-03-07T21:44:25.428Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38956c25915cddb0 -C extra-filename=-38956c25915cddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-03-07T21:44:25.532Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f/build-script-build`
28162024-03-07T21:44:25.535Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c709f33f86a5da9/build-script-build`
28172024-03-07T21:44:25.653Z Compiling curve25519-dalek-derive v0.1.0
28182024-03-07T21:44:25.663Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92dceb414deba099 -C extra-filename=-92dceb414deba099 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-03-07T21:44:25.681Z Compiling unicase v2.7.0
28202024-03-07T21:44:25.702Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9523f0e3c0b97e8 -C extra-filename=-a9523f0e3c0b97e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212024-03-07T21:44:26.102Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8/build-script-build`
28222024-03-07T21:44:26.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eab6502e68af0fa2 -C extra-filename=-eab6502e68af0fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-03-07T21:44:26.402Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28242024-03-07T21:44:26.422Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa19785cccdbd356 -C extra-filename=-aa19785cccdbd356 --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-fecde3939db35484.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28252024-03-07T21:44:27.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22517e3fbf17f45c -C extra-filename=-22517e3fbf17f45c --out-dir /work/oxidecomputer/omicron/target/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`
28262024-03-07T21:44:27.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=09ee5661dcde5151 -C extra-filename=-09ee5661dcde5151 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-92dceb414deba099.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
28272024-03-07T21:44:27.550Z Compiling aead v0.5.2
28282024-03-07T21:44:27.553Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=cbd6dcf292150d0a -C extra-filename=-cbd6dcf292150d0a --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-7296772253899871.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-03-07T21:44:27.880Z Compiling mime_guess v2.0.4
28302024-03-07T21:44:27.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ea64c2e9fcb884f5 -C extra-filename=-ea64c2e9fcb884f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-03-07T21:44:27.928Z Compiling pin-project v1.1.3
28322024-03-07T21:44:27.958Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b1c13bda344106b -C extra-filename=-6b1c13bda344106b --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-42c234e9e9226b01.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-03-07T21:44:28.416Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28342024-03-07T21:44:28.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=6cd547113c944fba -C extra-filename=-6cd547113c944fba --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-fecde3939db35484.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
28352024-03-07T21:44:29.344Z Compiling poly1305 v0.8.0
28362024-03-07T21:44:29.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4d6b55a0d40e2b6b -C extra-filename=-4d6b55a0d40e2b6b --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-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b36756aef684ba8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-03-07T21:44:31.589Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28382024-03-07T21:44:31.594Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb198618742203f0 -C extra-filename=-eb198618742203f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-eb198618742203f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-96ed850e726476cb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28392024-03-07T21:44:31.597Z Compiling chacha20 v0.9.1
28402024-03-07T21:44:31.597Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=e14ea0024aa189dd -C extra-filename=-e14ea0024aa189dd --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-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-03-07T21:44:31.863Z Compiling thiserror-impl-no-std v2.0.2
28422024-03-07T21:44:31.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0905640bdd1192fb -C extra-filename=-0905640bdd1192fb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-03-07T21:44:31.927Z Compiling nanorand v0.7.0
28442024-03-07T21:44:31.930Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=67519fda5dc1e41f -C extra-filename=-67519fda5dc1e41f --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-7cac3dae79d3db6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-03-07T21:44:31.980Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-3800498f5cc9a14a/build-script-build`
28462024-03-07T21:44:32.181Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-46910df76120ee54/build-script-build`
28472024-03-07T21:44:32.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2374c7ff5a6920dc -C extra-filename=-2374c7ff5a6920dc --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-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
28482024-03-07T21:44:32.547Z Compiling flume v0.11.0
28492024-03-07T21:44:32.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=deb5c3f931b968b3 -C extra-filename=-deb5c3f931b968b3 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-67519fda5dc1e41f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-03-07T21:44:32.728Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b5affb172556a76 -C extra-filename=-4b5affb172556a76 --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-d3dbe34574bad231.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28512024-03-07T21:44:33.283Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5/build-script-build`
28522024-03-07T21:44:33.298Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28532024-03-07T21:44:33.327Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4344407a179fbd5 -C extra-filename=-f4344407a179fbd5 --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-35d585777d4b675c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
28542024-03-07T21:44:33.418Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28552024-03-07T21:44:33.427Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=204ff591dd0c7178 -C extra-filename=-204ff591dd0c7178 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-204ff591dd0c7178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28562024-03-07T21:44:33.791Z Compiling kstat-rs v0.2.3
28572024-03-07T21:44:33.794Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0804c8b11248a876 -C extra-filename=-0804c8b11248a876 --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-6b8d316e1cea3f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-03-07T21:44:34.426Z Compiling vte_generate_state_changes v0.1.1
28592024-03-07T21:44:34.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4982b8e50bd58df7 -C extra-filename=-4982b8e50bd58df7 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-03-07T21:44:35.410Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28612024-03-07T21:44:35.414Z Running `/home/build/.rustup/toolchains/1.76.0-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=2c2bd603228004b9 -C extra-filename=-2c2bd603228004b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-03-07T21:44:35.432Z Compiling vte v0.11.1
28632024-03-07T21:44:35.436Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=537276d0e16699b7 -C extra-filename=-537276d0e16699b7 --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-57d9909e328a9bd8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4982b8e50bd58df7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642024-03-07T21:44:35.536Z Compiling thiserror-no-std v2.0.2
28652024-03-07T21:44:35.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25092474fc86f624 -C extra-filename=-25092474fc86f624 --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-0905640bdd1192fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662024-03-07T21:44:35.645Z Compiling vsss-rs v3.3.4
28672024-03-07T21:44:35.657Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=4f7e05c426834831 -C extra-filename=-4f7e05c426834831 --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-09ee5661dcde5151.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-913f10aa7c762d5c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-25092474fc86f624.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-03-07T21:44:35.804Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9/build-script-build`
28692024-03-07T21:44:35.835Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-204ff591dd0c7178/build-script-build`
28702024-03-07T21:44:35.907Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=8be371edb6aed398 -C extra-filename=-8be371edb6aed398 --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-b01eabea68b99a88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-03-07T21:44:36.775Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28722024-03-07T21:44:36.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62a6428f943bfc03 -C extra-filename=-62a6428f943bfc03 --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-d3dbe34574bad231.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28732024-03-07T21:44:36.860Z Compiling chacha20poly1305 v0.10.1
28742024-03-07T21:44:36.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=86209567b378348e -C extra-filename=-86209567b378348e --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-cbd6dcf292150d0a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e14ea0024aa189dd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-4d6b55a0d40e2b6b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752024-03-07T21:44:37.094Z Compiling snafu-derive v0.7.5
28762024-03-07T21:44:37.097Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=cc6dd825d3549941 -C extra-filename=-cc6dd825d3549941 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772024-03-07T21:44:37.806Z Compiling fs-err v2.11.0
28782024-03-07T21:44:37.810Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98cf2bb34084ac3a -C extra-filename=-98cf2bb34084ac3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-03-07T21:44:38.271Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a/build-script-build`
28802024-03-07T21:44:38.278Z Compiling strip-ansi-escapes v0.2.0
28812024-03-07T21:44:38.307Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87a5d32be14d53bd -C extra-filename=-87a5d32be14d53bd --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-537276d0e16699b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-03-07T21:44:38.360Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28832024-03-07T21:44:38.372Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=009bc9b02d93987d -C extra-filename=-009bc9b02d93987d --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-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0804c8b11248a876.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28842024-03-07T21:44:38.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
28852024-03-07T21:44:38.714Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/a9fdbc4/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=014f2e553fad78f8 -C extra-filename=-014f2e553fad78f8 --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-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28862024-03-07T21:44:40.382Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
28872024-03-07T21:44:40.385Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/1c1574f/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=4c82202bf65d9979 -C extra-filename=-4c82202bf65d9979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28882024-03-07T21:44:42.035Z Compiling globset v0.4.13
28892024-03-07T21:44:42.039Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=8e6f06fb96929301 -C extra-filename=-8e6f06fb96929301 --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-30db68082008cf11.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-c005f5cde00c8aaa.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-03-07T21:44:43.457Z Compiling snafu v0.7.5
28912024-03-07T21:44:43.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=bbfb68be1388a7a9 -C extra-filename=-bbfb68be1388a7a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-6b1c13bda344106b.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cc6dd825d3549941.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-03-07T21:44:43.882Z Compiling fd-lock v3.0.13
28932024-03-07T21:44:43.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2fdb42ae12377dc -C extra-filename=-e2fdb42ae12377dc --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-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de9902e5153ccd8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-03-07T21:44:44.083Z Compiling olpc-cjson v0.1.3
28952024-03-07T21:44:44.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c55976d31922d9b -C extra-filename=-0c55976d31922d9b --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-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-03-07T21:44:44.516Z Compiling serde_plain v1.0.2
28972024-03-07T21:44:44.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1dacf205b97705b -C extra-filename=-b1dacf205b97705b --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-03-07T21:44:44.516Z Compiling async-recursion v1.0.5
28992024-03-07T21:44:44.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9ef4d710e7f7573 -C extra-filename=-c9ef4d710e7f7573 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-03-07T21:44:44.516Z Compiling memoffset v0.7.1
29012024-03-07T21:44:44.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=91bc079deecf60b3 -C extra-filename=-91bc079deecf60b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-03-07T21:44:44.517Z Compiling strum v0.25.0
29032024-03-07T21:44:44.517Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be0ac7f7ed060f77 -C extra-filename=-be0ac7f7ed060f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-03-07T21:44:44.528Z Compiling nu-ansi-term v0.50.0
29052024-03-07T21:44:44.544Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.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=d0a6101a9c05e476 -C extra-filename=-d0a6101a9c05e476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-03-07T21:44:44.566Z Compiling typed-path v0.7.0
29072024-03-07T21:44:44.574Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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=93e9384ce9b9aff1 -C extra-filename=-93e9384ce9b9aff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-03-07T21:44:44.670Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3/build-script-build`
29092024-03-07T21:44:44.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dfecde3697cd68e5 -C extra-filename=-dfecde3697cd68e5 --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-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-86209567b378348e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4f7e05c426834831.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.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-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
29102024-03-07T21:44:45.291Z Compiling reedline v0.30.0
29112024-03-07T21:44:45.300Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=264bf6b85bf43dd0 -C extra-filename=-264bf6b85bf43dd0 --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-d3dbe34574bad231.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e2fdb42ae12377dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0a6101a9c05e476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-87a5d32be14d53bd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-be0ac7f7ed060f77.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f01020b69cc98133.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-03-07T21:44:45.482Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc7337912681f81 -C extra-filename=-1dc7337912681f81 --out-dir /work/oxidecomputer/omicron/target/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`
29132024-03-07T21:44:45.858Z Running `/home/build/.rustup/toolchains/1.76.0-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=9770396382d19d51 -C extra-filename=-9770396382d19d51 --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-980c303988e700db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29142024-03-07T21:44:46.081Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29152024-03-07T21:44:46.085Z Running `/home/build/.rustup/toolchains/1.76.0-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=040b6b145dcb5fdb -C extra-filename=-040b6b145dcb5fdb --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-a8c1128ccf1e31c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-03-07T21:44:47.222Z Compiling tough v0.16.0
29172024-03-07T21:44:47.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=e3a3b9f49044e8c6 -C extra-filename=-e3a3b9f49044e8c6 --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-c9ef4d710e7f7573.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-8e6f06fb96929301.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-0c55976d31922d9b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b1dacf205b97705b.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bbfb68be1388a7a9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29182024-03-07T21:44:47.960Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-eb198618742203f0/build-script-build`
29192024-03-07T21:44:47.969Z Compiling diff v0.1.13
29202024-03-07T21:44:47.969Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9dfce8df970952b -C extra-filename=-a9dfce8df970952b --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:44:48.125Z Compiling parse-size v1.0.0
29222024-03-07T21:44:48.131Z Running `/home/build/.rustup/toolchains/1.76.0-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=b31ab805a7686146 -C extra-filename=-b31ab805a7686146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-03-07T21:44:48.215Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c44e0efd979d6449 -C extra-filename=-c44e0efd979d6449 --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-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
29242024-03-07T21:44:48.405Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d0e2d2e7779c12bd -C extra-filename=-d0e2d2e7779c12bd --out-dir /work/oxidecomputer/omicron/target/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`
29252024-03-07T21:44:48.516Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
29262024-03-07T21:44:48.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/a9fdbc4/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=b3fc10c95690528a -C extra-filename=-b3fc10c95690528a --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-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-03-07T21:44:48.668Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29282024-03-07T21:44:48.692Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05a57e9db9684ce0 -C extra-filename=-05a57e9db9684ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-03-07T21:44:48.903Z Compiling signature v1.6.4
29302024-03-07T21:44:48.923Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=96d208eacf66825f -C extra-filename=-96d208eacf66825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-03-07T21:44:49.068Z Compiling http-range v0.1.5
29322024-03-07T21:44:49.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8f933eaaabe38a -C extra-filename=-3c8f933eaaabe38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-03-07T21:44:49.093Z Compiling salty v0.2.0
29342024-03-07T21:44:49.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bedf6491aee32821 -C extra-filename=-bedf6491aee32821 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-03-07T21:44:49.454Z Compiling hyper-staticfile v0.9.5
29362024-03-07T21:44:49.476Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=002bc636ab737eea -C extra-filename=-002bc636ab737eea --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-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-3c8f933eaaabe38a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-03-07T21:44:49.755Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29382024-03-07T21:44:49.777Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e549ed3724172dad -C extra-filename=-e549ed3724172dad --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-d3dbe34574bad231.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29392024-03-07T21:44:50.559Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821/build-script-build`
29402024-03-07T21:44:50.588Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0/build-script-build`
29412024-03-07T21:44:50.667Z Compiling ed25519 v1.5.3
29422024-03-07T21:44:50.676Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8cb08c2881e50e59 -C extra-filename=-8cb08c2881e50e59 --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-96d208eacf66825f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-03-07T21:44:50.965Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
29442024-03-07T21:44:50.968Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/a9fdbc4/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=269e27e2d776fbf5 -C extra-filename=-269e27e2d776fbf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b3fc10c95690528a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-af4c21a81e8a2d8f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29452024-03-07T21:44:51.011Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29462024-03-07T21:44:51.014Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=9a68f2fc69a2fcee -C extra-filename=-9a68f2fc69a2fcee --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-7c0e576e00deb96c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d0e2d2e7779c12bd.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-03-07T21:44:53.123Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29482024-03-07T21:44:53.169Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffbe881b8c59eeab -C extra-filename=-ffbe881b8c59eeab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c190c84e65e9e63c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29492024-03-07T21:44:53.367Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29502024-03-07T21:44:53.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ae7e2fc9e97cfb86 -C extra-filename=-ae7e2fc9e97cfb86 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4bdbf268566a72d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-03-07T21:44:53.704Z Compiling serde-big-array v0.5.1
29522024-03-07T21:44:53.707Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8dbe5f404d3a768 -C extra-filename=-b8dbe5f404d3a768 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-03-07T21:44:53.958Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29542024-03-07T21:44:53.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91db18e06b642277 -C extra-filename=-91db18e06b642277 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-03-07T21:44:55.106Z Compiling bytecount v0.6.3
29562024-03-07T21:44:55.153Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c279734d6784ec -C extra-filename=-d2c279734d6784ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-03-07T21:44:55.349Z Compiling papergrid v0.11.0
29582024-03-07T21:44:55.365Z Running `/home/build/.rustup/toolchains/1.76.0-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=d0016df0fe718460 -C extra-filename=-d0016df0fe718460 --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-d2c279734d6784ec.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-03-07T21:44:56.737Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54802eb13adab97e -C extra-filename=-54802eb13adab97e --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-fecde3939db35484.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f7bef4ce0511d9f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-254aa0acf29ee2c9.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9a68f2fc69a2fcee.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b8dbe5f404d3a768.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-961218ce06c4072f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ae7e2fc9e97cfb86.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-89bdfac7359b35f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-bd5d8c5bae313f3d/out/lib`
29602024-03-07T21:44:58.723Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29612024-03-07T21:44:58.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bde07287553a5068 -C extra-filename=-bde07287553a5068 --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-91db18e06b642277.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-03-07T21:44:59.212Z Compiling tabled_derive v0.7.0
29632024-03-07T21:44:59.216Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=328d18d961d0f425 -C extra-filename=-328d18d961d0f425 --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-8cb08c2881e50e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
29642024-03-07T21:44:59.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.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=4ddee67257acbe2d -C extra-filename=-4ddee67257acbe2d --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-03-07T21:44:59.904Z Compiling signal-hook-tokio v0.3.1
29662024-03-07T21:44:59.908Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=d21bad83b756a49a -C extra-filename=-d21bad83b756a49a --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-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-03-07T21:45:00.128Z Compiling fd-lock v4.0.2
29682024-03-07T21:45:00.142Z Running `/home/build/.rustup/toolchains/1.76.0-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=95752aebdb16a90f -C extra-filename=-95752aebdb16a90f --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-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de9902e5153ccd8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-03-07T21:45:00.354Z Compiling nix v0.27.1
29702024-03-07T21:45:00.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=6cd9666d7a2d45fa -C extra-filename=-6cd9666d7a2d45fa --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-9f3d44b315f9d7d5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-03-07T21:45:00.768Z Compiling serde-big-array v0.4.1
29722024-03-07T21:45:00.774Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9f1d610dd8bb8d2 -C extra-filename=-f9f1d610dd8bb8d2 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-03-07T21:45:00.962Z Compiling sqlparser_derive v0.2.2
29742024-03-07T21:45:00.966Z Running `/home/build/.rustup/toolchains/1.76.0-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=b237a032409acfbf -C extra-filename=-b237a032409acfbf --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752024-03-07T21:45:01.780Z Compiling prettyplease v0.2.16
29762024-03-07T21:45:01.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=f1596bb16ccf7464 -C extra-filename=-f1596bb16ccf7464 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-03-07T21:45:01.816Z Compiling unicode_categories v0.1.1
29782024-03-07T21:45:01.821Z Running `/home/build/.rustup/toolchains/1.76.0-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=330e24c684f7168a -C extra-filename=-330e24c684f7168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-03-07T21:45:02.139Z Compiling sqlformat v0.2.3
29802024-03-07T21:45:02.144Z Running `/home/build/.rustup/toolchains/1.76.0-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=d6d67c19e48c3631 -C extra-filename=-d6d67c19e48c3631 --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-2baf6454aeb93980.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-391c90bcc517f6ff.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-330e24c684f7168a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812024-03-07T21:45:02.162Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464/build-script-build`
29822024-03-07T21:45:02.193Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29832024-03-07T21:45:02.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=76dec51850ad1677 -C extra-filename=-76dec51850ad1677 --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-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bde07287553a5068.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-328d18d961d0f425.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f9f1d610dd8bb8d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-03-07T21:45:02.301Z Compiling tabled v0.15.0
29852024-03-07T21:45:02.322Z Running `/home/build/.rustup/toolchains/1.76.0-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=fafdbbb263f2d450 -C extra-filename=-fafdbbb263f2d450 --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-d0016df0fe718460.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4ddee67257acbe2d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-03-07T21:45:02.327Z Compiling sqlparser v0.43.1
29872024-03-07T21:45:02.327Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=c3ac5217e5af62cb -C extra-filename=-c3ac5217e5af62cb --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-d5fa3b64b37fd4b6.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-b237a032409acfbf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-03-07T21:45:03.454Z Compiling rustyline v13.0.0
29892024-03-07T21:45:03.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=6eba60a84df4311c -C extra-filename=-6eba60a84df4311c --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-9f3d44b315f9d7d5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-95752aebdb16a90f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cd9666d7a2d45fa.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-03-07T21:45:03.474Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29912024-03-07T21:45:03.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=549d9bfd0f380eb5 -C extra-filename=-549d9bfd0f380eb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-54802eb13adab97e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
29922024-03-07T21:45:04.405Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-03-07T21:45:04.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1f8a5a0502399d -C extra-filename=-4e1f8a5a0502399d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
29942024-03-07T21:45:05.509Z Compiling bcs v0.1.6
29952024-03-07T21:45:05.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=298de763808bff9b -C extra-filename=-298de763808bff9b --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-7694326d550d496b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-03-07T21:45:05.908Z Compiling crunchy v0.2.2
29972024-03-07T21:45:05.917Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=02f1ebad0d209721 -C extra-filename=-02f1ebad0d209721 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-03-07T21:45:06.279Z Compiling highway v1.1.0
29992024-03-07T21:45:06.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9f234e7403545e8 -C extra-filename=-e9f234e7403545e8 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:45:06.305Z Compiling corncobs v0.1.3
30012024-03-07T21:45:06.327Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=78b9705a25069cc7 -C extra-filename=-78b9705a25069cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-03-07T21:45:06.513Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721/build-script-build`
30032024-03-07T21:45:06.546Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30042024-03-07T21:45:06.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=8b3c4df1da003bbd -C extra-filename=-8b3c4df1da003bbd --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-78b9705a25069cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bde07287553a5068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-328d18d961d0f425.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-76dec51850ad1677.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-03-07T21:45:06.632Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30062024-03-07T21:45:06.636Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bcfe736589a729e -C extra-filename=-1bcfe736589a729e --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-bf419dfec19b310d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30072024-03-07T21:45:07.026Z Compiling clang-sys v1.6.1
30082024-03-07T21:45:07.030Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=f451b96014a88bc1 -C extra-filename=-f451b96014a88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-03-07T21:45:07.053Z Compiling humantime v2.1.0
30102024-03-07T21:45:07.056Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89cb2d203a224f7e -C extra-filename=-89cb2d203a224f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-03-07T21:45:07.369Z Compiling tiny-keccak v2.0.2
30122024-03-07T21:45:07.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9338af4ba2aec1c2 -C extra-filename=-9338af4ba2aec1c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-03-07T21:45:07.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=76b8329af1cb6d53 -C extra-filename=-76b8329af1cb6d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142024-03-07T21:45:07.701Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=4a4a9654a43dfb33 -C extra-filename=-4a4a9654a43dfb33 --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-fd52f7f67b160361.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-03-07T21:45:07.773Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2/build-script-build`
30162024-03-07T21:45:07.788Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30172024-03-07T21:45:07.792Z Running `/home/build/.rustup/toolchains/1.76.0-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=cfa60a22ddab15cd -C extra-filename=-cfa60a22ddab15cd --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-b471219e6a896270.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30182024-03-07T21:45:07.848Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1/build-script-build`
30192024-03-07T21:45:07.880Z Compiling darling_core v0.14.4
30202024-03-07T21:45:07.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=39b9480bcc80120e -C extra-filename=-39b9480bcc80120e --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-03-07T21:45:08.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=bd7e4d03b3afd895 -C extra-filename=-bd7e4d03b3afd895 --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-76b8329af1cb6d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-03-07T21:45:08.042Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30232024-03-07T21:45:08.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d6b53acb26ee2ec -C extra-filename=-8d6b53acb26ee2ec --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-d3dbe34574bad231.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30242024-03-07T21:45:08.693Z Compiling ascii-canvas v3.0.0
30252024-03-07T21:45:08.718Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52d3c9f986467b90 -C extra-filename=-52d3c9f986467b90 --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-e642081554db0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-03-07T21:45:09.260Z Compiling ena v0.14.2
30272024-03-07T21:45:09.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=696d6477d58513b9 -C extra-filename=-696d6477d58513b9 --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-d5fa3b64b37fd4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-03-07T21:45:09.728Z Compiling libloading v0.7.4
30292024-03-07T21:45:09.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3a376a1025b2904 -C extra-filename=-c3a376a1025b2904 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-03-07T21:45:10.097Z Compiling assert_matches v1.5.0
30312024-03-07T21:45:10.101Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58ed50349d3ed936 -C extra-filename=-58ed50349d3ed936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322024-03-07T21:45:10.166Z Compiling regex-syntax v0.6.29
30332024-03-07T21:45:10.169Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=977195ab93cf95fe -C extra-filename=-977195ab93cf95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-03-07T21:45:10.203Z Compiling bindgen v0.69.2
30352024-03-07T21:45:10.209Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.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=aa39730c116e063c -C extra-filename=-aa39730c116e063c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-03-07T21:45:10.242Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=134daf27e19527c0 -C extra-filename=-134daf27e19527c0 --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-23cedfca1f1a09fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-c3a376a1025b2904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-03-07T21:45:10.940Z Compiling cexpr v0.6.0
30382024-03-07T21:45:10.964Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d219f19e928e4cb -C extra-filename=-0d219f19e928e4cb --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-391c90bcc517f6ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-03-07T21:45:11.033Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c/build-script-build`
30402024-03-07T21:45:11.042Z Compiling which v4.4.0
30412024-03-07T21:45:11.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8552d8d5d28338e5 -C extra-filename=-8552d8d5d28338e5 --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-29735c8c8d06ffc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422024-03-07T21:45:11.750Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30432024-03-07T21:45:11.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60f61445f2db051c -C extra-filename=-60f61445f2db051c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8b3c4df1da003bbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
30442024-03-07T21:45:12.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30452024-03-07T21:45:12.701Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eecebc5aeb739c9e -C extra-filename=-eecebc5aeb739c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-298de763808bff9b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6eba60a84df4311c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d6d67c19e48c3631.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c3ac5217e5af62cb.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30462024-03-07T21:45:13.947Z Compiling darling_macro v0.14.4
30472024-03-07T21:45:13.950Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a193d3316c054e7f -C extra-filename=-a193d3316c054e7f --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-39b9480bcc80120e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-03-07T21:45:15.295Z Compiling darling v0.14.4
30492024-03-07T21:45:15.301Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=4ff7ca0598b9b21c -C extra-filename=-4ff7ca0598b9b21c --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-39b9480bcc80120e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a193d3316c054e7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-03-07T21:45:15.434Z Compiling lalrpop v0.19.12
30512024-03-07T21:45:15.437Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e14a3c815efe2b0e -C extra-filename=-e14a3c815efe2b0e --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-52d3c9f986467b90.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-696d6477d58513b9.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-63d33197aee2961d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-977195ab93cf95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-961218ce06c4072f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bd7e4d03b3afd895.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-03-07T21:45:16.460Z Compiling maplit v1.0.2
30532024-03-07T21:45:16.463Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fac596133a37754 -C extra-filename=-0fac596133a37754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-03-07T21:45:16.485Z Compiling peeking_take_while v0.1.2
30552024-03-07T21:45:16.493Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac475b3da7825dc3 -C extra-filename=-ac475b3da7825dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-03-07T21:45:16.588Z Compiling rustc-hash v1.1.0
30572024-03-07T21:45:16.591Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d889918782a79bb1 -C extra-filename=-d889918782a79bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-03-07T21:45:16.633Z Compiling ref-cast v1.0.20
30592024-03-07T21:45:16.644Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97909b3657545860 -C extra-filename=-97909b3657545860 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-03-07T21:45:16.758Z Compiling lazycell v1.3.0
30612024-03-07T21:45:16.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d631de1ea3ef453d -C extra-filename=-d631de1ea3ef453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622024-03-07T21:45:16.941Z Compiling shlex v1.3.0
30632024-03-07T21:45:16.968Z Running `/home/build/.rustup/toolchains/1.76.0-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=396a1025414a7393 -C extra-filename=-396a1025414a7393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-03-07T21:45:17.254Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860/build-script-build`
30652024-03-07T21:45:17.336Z Running `/home/build/.rustup/toolchains/1.76.0-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=b6abeaa6be4c0fb2 -C extra-filename=-b6abeaa6be4c0fb2 --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-9f3d44b315f9d7d5.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-0d219f19e928e4cb.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-134daf27e19527c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-d631de1ea3ef453d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-ac475b3da7825dc3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4a4a9654a43dfb33.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d889918782a79bb1.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-396a1025414a7393.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8552d8d5d28338e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-03-07T21:45:17.437Z Compiling derive_builder_core v0.12.0
30672024-03-07T21:45:17.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cdc80a019adce54 -C extra-filename=-8cdc80a019adce54 --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-4ff7ca0598b9b21c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682024-03-07T21:45:20.024Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30692024-03-07T21:45:20.027Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5341f146a5d22e0 -C extra-filename=-b5341f146a5d22e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b5341f146a5d22e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30702024-03-07T21:45:20.405Z Compiling ref-cast-impl v1.0.20
30712024-03-07T21:45:20.409Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35dd74759d4f6ae5 -C extra-filename=-35dd74759d4f6ae5 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-03-07T21:45:21.772Z Compiling libxml v0.3.3
30732024-03-07T21:45:21.777Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e35fa16c1d7dd00 -C extra-filename=-5e35fa16c1d7dd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-03-07T21:45:21.915Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b866afd07da1cf1e -C extra-filename=-b866afd07da1cf1e --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-35dd74759d4f6ae5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-03-07T21:45:22.071Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b5341f146a5d22e0/build-script-build`
30762024-03-07T21:45:22.109Z Compiling derive_builder_macro v0.12.0
30772024-03-07T21:45:22.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcd7536d6dc670f4 -C extra-filename=-dcd7536d6dc670f4 --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-8cdc80a019adce54.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-03-07T21:45:22.271Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00/build-script-build`
30792024-03-07T21:45:22.289Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30802024-03-07T21:45:22.292Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=439653e4cfb2579c -C extra-filename=-439653e4cfb2579c --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-b9770a3cba2f2708.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
30812024-03-07T21:45:23.286Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30822024-03-07T21:45:23.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec3f9851b2197b9a -C extra-filename=-ec3f9851b2197b9a --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-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30832024-03-07T21:45:23.853Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30842024-03-07T21:45:23.856Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35dc510f796d7fd0 -C extra-filename=-35dc510f796d7fd0 --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-35d585777d4b675c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30852024-03-07T21:45:24.572Z Compiling strum_macros v0.24.3
30862024-03-07T21:45:24.598Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15048ac8a35bc7a3 -C extra-filename=-15048ac8a35bc7a3 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-03-07T21:45:25.715Z Compiling cookie v0.18.0
30882024-03-07T21:45:25.720Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca34d5fba9694747 -C extra-filename=-ca34d5fba9694747 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-03-07T21:45:26.134Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30902024-03-07T21:45:26.143Z Running `/home/build/.rustup/toolchains/1.76.0-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=84d0521cb133c13c -C extra-filename=-84d0521cb133c13c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-03-07T21:45:26.501Z Compiling indoc v1.0.9
30922024-03-07T21:45:26.525Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a91c0b8873e30fcc -C extra-filename=-a91c0b8873e30fcc --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`
30932024-03-07T21:45:26.572Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c/build-script-build`
30942024-03-07T21:45:26.652Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747/build-script-build`
30952024-03-07T21:45:26.730Z Compiling derive_builder v0.12.0
30962024-03-07T21:45:26.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9292c8498888af10 -C extra-filename=-9292c8498888af10 --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-dcd7536d6dc670f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-03-07T21:45:26.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9763132c4e65c8c -C extra-filename=-a9763132c4e65c8c --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
30982024-03-07T21:45:27.358Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30992024-03-07T21:45:27.364Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2131c9ca4436164b -C extra-filename=-2131c9ca4436164b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2131c9ca4436164b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31002024-03-07T21:45:27.704Z Compiling bb8 v0.8.3
31012024-03-07T21:45:27.708Z Running `/home/build/.rustup/toolchains/1.76.0-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=6c0e755278a0504d -C extra-filename=-6c0e755278a0504d --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-fecde3939db35484.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022024-03-07T21:45:27.738Z Compiling quick-xml v0.30.0
31032024-03-07T21:45:27.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=7b8ff8fa6117ebfe -C extra-filename=-7b8ff8fa6117ebfe --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-2645762dd22d7cec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-03-07T21:45:28.235Z Compiling impl-trait-for-tuples v0.2.2
31052024-03-07T21:45:28.238Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=904f8cc61ce834c6 -C extra-filename=-904f8cc61ce834c6 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-03-07T21:45:28.995Z Compiling oso-derive v0.27.0
31072024-03-07T21:45:29.004Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf000e802893a57 -C extra-filename=-caf000e802893a57 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-03-07T21:45:30.137Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31092024-03-07T21:45:30.141Z Running `/home/build/.rustup/toolchains/1.76.0-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=a0afb044d0e058af -C extra-filename=-a0afb044d0e058af --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-fecde3939db35484.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6c0e755278a0504d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31102024-03-07T21:45:30.421Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2131c9ca4436164b/build-script-build`
31112024-03-07T21:45:30.471Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a058afa05631fb0e -C extra-filename=-a058afa05631fb0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5511f3378a46881f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31122024-03-07T21:45:30.830Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe09b1fbebdded7e -C extra-filename=-fe09b1fbebdded7e --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-d16ecda502e7cb11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-03-07T21:45:31.285Z Running `/home/build/.rustup/toolchains/1.76.0-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=fe4ceb0198a1f155 -C extra-filename=-fe4ceb0198a1f155 --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-45e886fefdf4ae6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31142024-03-07T21:45:31.716Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31152024-03-07T21:45:31.720Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=206bbdab045d5abb -C extra-filename=-206bbdab045d5abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31162024-03-07T21:45:31.949Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31172024-03-07T21:45:31.952Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c40d109e660103f8 -C extra-filename=-c40d109e660103f8 --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-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31182024-03-07T21:45:33.915Z Compiling portable-atomic v1.4.3
31192024-03-07T21:45:33.930Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=3d687388d2c70a23 -C extra-filename=-3d687388d2c70a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202024-03-07T21:45:35.134Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23/build-script-build`
31212024-03-07T21:45:35.189Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31222024-03-07T21:45:35.193Z Running `/home/build/.rustup/toolchains/1.76.0-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=e0e74c05abb4de18 -C extra-filename=-e0e74c05abb4de18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31232024-03-07T21:45:37.516Z Compiling castaway v0.2.2
31242024-03-07T21:45:37.519Z Running `/home/build/.rustup/toolchains/1.76.0-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=8c24ffeaa780fe88 -C extra-filename=-8c24ffeaa780fe88 --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-d04453147b30520c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-03-07T21:45:37.690Z Compiling compact_str v0.7.1
31262024-03-07T21:45:37.731Z Running `/home/build/.rustup/toolchains/1.76.0-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=d560443a1736a547 -C extra-filename=-d560443a1736a547 --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-8c24ffeaa780fe88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-03-07T21:45:38.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=25f17f60c6dcb96f -C extra-filename=-25f17f60c6dcb96f --out-dir /work/oxidecomputer/omicron/target/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`
31282024-03-07T21:45:38.745Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31292024-03-07T21:45:38.751Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21c4c9cd16e04c6d -C extra-filename=-21c4c9cd16e04c6d --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-fecde3939db35484.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31302024-03-07T21:45:39.194Z Compiling lru v0.12.1
31312024-03-07T21:45:39.213Z Running `/home/build/.rustup/toolchains/1.76.0-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=b624fd850469fd49 -C extra-filename=-b624fd850469fd49 --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-1cc79af1cc2d7f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-03-07T21:45:39.356Z Compiling stability v0.1.1
31332024-03-07T21:45:39.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e9fe1ec87e8fd62 -C extra-filename=-1e9fe1ec87e8fd62 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-03-07T21:45:39.524Z Compiling cassowary v0.3.0
31352024-03-07T21:45:39.528Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fff7a89a2b336ff -C extra-filename=-9fff7a89a2b336ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-03-07T21:45:40.635Z Compiling indoc v2.0.3
31372024-03-07T21:45:40.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d85b41e66811fb0 -C extra-filename=-8d85b41e66811fb0 --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`
31382024-03-07T21:45:40.909Z Compiling number_prefix v0.4.0
31392024-03-07T21:45:40.944Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=77bad155826264d6 -C extra-filename=-77bad155826264d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-03-07T21:45:40.981Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31412024-03-07T21:45:40.985Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec29dea19361f8ea -C extra-filename=-ec29dea19361f8ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31422024-03-07T21:45:41.148Z Compiling indicatif v0.17.8
31432024-03-07T21:45:41.153Z Running `/home/build/.rustup/toolchains/1.76.0-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=a857b045a28855f7 -C extra-filename=-a857b045a28855f7 --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-ecd543c2b58c8b48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-77bad155826264d6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-25f17f60c6dcb96f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-03-07T21:45:42.627Z Compiling ratatui v0.26.1
31452024-03-07T21:45:42.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=c4c08e65ec210974 -C extra-filename=-c4c08e65ec210974 --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-9f3d44b315f9d7d5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9fff7a89a2b336ff.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-d560443a1736a547.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-8d85b41e66811fb0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-b624fd850469fd49.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-1e9fe1ec87e8fd62.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-03-07T21:45:43.533Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31472024-03-07T21:45:43.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=859129fa562a5c18 -C extra-filename=-859129fa562a5c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31482024-03-07T21:45:45.695Z Compiling smawk v0.3.1
31492024-03-07T21:45:45.699Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9b062209ef62d29 -C extra-filename=-d9b062209ef62d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502024-03-07T21:45:45.934Z Compiling unicode-linebreak v0.1.5
31512024-03-07T21:45:45.971Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a8664099e4e017 -C extra-filename=-46a8664099e4e017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-03-07T21:45:46.461Z Compiling textwrap v0.16.1
31532024-03-07T21:45:46.477Z Running `/home/build/.rustup/toolchains/1.76.0-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=470c5afd0c327d91 -C extra-filename=-470c5afd0c327d91 --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-d9b062209ef62d29.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-46a8664099e4e017.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-03-07T21:45:47.064Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31552024-03-07T21:45:47.101Z Running `/home/build/.rustup/toolchains/1.76.0-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=e729f81511db74a9 -C extra-filename=-e729f81511db74a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e729f81511db74a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31562024-03-07T21:45:47.443Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e729f81511db74a9/build-script-build`
31572024-03-07T21:45:47.476Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31582024-03-07T21:45:47.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9b980c57d7d979e -C extra-filename=-a9b980c57d7d979e --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-d3dbe34574bad231.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31592024-03-07T21:45:47.811Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31602024-03-07T21:45:47.826Z Running `/home/build/.rustup/toolchains/1.76.0-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=2c8cbcbd38f5bf6e -C extra-filename=-2c8cbcbd38f5bf6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31612024-03-07T21:45:49.314Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31622024-03-07T21:45:49.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91255528d918554c -C extra-filename=-91255528d918554c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-91255528d918554c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31632024-03-07T21:45:49.701Z Compiling is_ci v1.2.0
31642024-03-07T21:45:49.721Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.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=1bb56e8c54f04e23 -C extra-filename=-1bb56e8c54f04e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-03-07T21:45:49.981Z Compiling supports-color v3.0.0
31662024-03-07T21:45:49.999Z Running `/home/build/.rustup/toolchains/1.76.0-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=10e4da2ca85f594c -C extra-filename=-10e4da2ca85f594c --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-1bb56e8c54f04e23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-03-07T21:45:50.811Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-91255528d918554c/build-script-build`
31682024-03-07T21:45:50.834Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
31692024-03-07T21:45:50.834Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/1c1574f/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=7862e75ea47d4aaf -C extra-filename=-7862e75ea47d4aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31702024-03-07T21:45:51.243Z Compiling fatfs v0.3.6
31712024-03-07T21:45:51.243Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f70621909df122c4 -C extra-filename=-f70621909df122c4 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-03-07T21:45:52.687Z Compiling rtoolbox v0.0.1
31732024-03-07T21:45:52.690Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e370098d61e739b -C extra-filename=-7e370098d61e739b --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-03-07T21:45:53.122Z Compiling rpassword v7.3.1
31752024-03-07T21:45:53.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7059bfbaa965f98 -C extra-filename=-a7059bfbaa965f98 --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-6b8d316e1cea3f77.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-7e370098d61e739b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-03-07T21:45:53.174Z Compiling tui-tree-widget v0.17.0
31772024-03-07T21:45:53.175Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 -C metadata=d40179e61e9bcc35 -C extra-filename=-d40179e61e9bcc35 --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-c4c08e65ec210974.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-03-07T21:45:53.508Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31792024-03-07T21:45:53.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=beb6e83933b01e84 -C extra-filename=-beb6e83933b01e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31802024-03-07T21:45:53.528Z Compiling shell-words v1.1.0
31812024-03-07T21:45:53.538Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a46979d6857e869 -C extra-filename=-7a46979d6857e869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-03-07T21:45:53.879Z Compiling yansi v0.5.1
31832024-03-07T21:45:53.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30132c16fce6c612 -C extra-filename=-30132c16fce6c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-03-07T21:45:54.269Z Compiling pretty_assertions v1.4.0
31852024-03-07T21:45:54.307Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=953366735e598540 -C extra-filename=-953366735e598540 --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-a9dfce8df970952b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-30132c16fce6c612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862024-03-07T21:45:54.741Z Compiling target-lexicon v0.12.13
31872024-03-07T21:45:55.158Z Running `/home/build/.rustup/toolchains/1.76.0-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=27e8eab95b09733a -C extra-filename=-27e8eab95b09733a --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-03-07T21:45:55.741Z Compiling getrandom v0.1.16
31892024-03-07T21:45:55.752Z Running `/home/build/.rustup/toolchains/1.76.0-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=f76c342667c9e56e -C extra-filename=-f76c342667c9e56e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-03-07T21:45:55.768Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a/build-script-build`
31912024-03-07T21:45:55.831Z Compiling guppy-workspace-hack v0.1.0
31922024-03-07T21:45:55.835Z Running `/home/build/.rustup/toolchains/1.76.0-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=f705b004f7c93a34 -C extra-filename=-f705b004f7c93a34 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-03-07T21:45:56.200Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31942024-03-07T21:45:56.206Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c989b1f5216bee69 -C extra-filename=-c989b1f5216bee69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d40179e61e9bcc35.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31952024-03-07T21:45:56.571Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e/build-script-build`
31962024-03-07T21:45:56.604Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34/build-script-build`
31972024-03-07T21:45:57.080Z Running `/home/build/.rustup/toolchains/1.76.0-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=23d57bfd7d6c0330 -C extra-filename=-23d57bfd7d6c0330 --out-dir /work/oxidecomputer/omicron/target/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"'`
31982024-03-07T21:45:57.085Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31992024-03-07T21:45:57.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd60ecd3ae9f1332 -C extra-filename=-cd60ecd3ae9f1332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32002024-03-07T21:45:57.438Z Compiling cargo-platform v0.1.3
32012024-03-07T21:45:57.445Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=493fde320ddb7f55 -C extra-filename=-493fde320ddb7f55 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-03-07T21:45:58.066Z Compiling rand v0.4.6
32032024-03-07T21:45:58.095Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=51ce9cc93dc6af99 -C extra-filename=-51ce9cc93dc6af99 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-03-07T21:46:08.264Z Compiling remove_dir_all v0.5.3
32052024-03-07T21:46:08.388Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35b72fe6b2656acb -C extra-filename=-35b72fe6b2656acb --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:46:08.388Z Compiling target-spec v3.1.0
32072024-03-07T21:46:08.388Z Running `/home/build/.rustup/toolchains/1.76.0-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=ce043a2efeffe13f -C extra-filename=-ce043a2efeffe13f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-03-07T21:46:08.428Z Compiling assert_cmd v2.0.14
32092024-03-07T21:46:08.428Z Running `/home/build/.rustup/toolchains/1.76.0-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=b42efd23c6048b29 -C extra-filename=-b42efd23c6048b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-03-07T21:46:08.459Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29/build-script-build`
32112024-03-07T21:46:08.459Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f/build-script-build`
32122024-03-07T21:46:08.459Z Compiling tempdir v0.3.7
32132024-03-07T21:46:08.459Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c96322690e2aad70 -C extra-filename=-c96322690e2aad70 --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-51ce9cc93dc6af99.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-35b72fe6b2656acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-03-07T21:46:08.459Z Compiling cargo_metadata v0.18.1
32152024-03-07T21:46:08.459Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c46449f03a323e62 -C extra-filename=-c46449f03a323e62 --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-b9770a3cba2f2708.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-493fde320ddb7f55.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-03-07T21:46:08.459Z Compiling cfg-expr v0.15.6
32172024-03-07T21:46:08.459Z Running `/home/build/.rustup/toolchains/1.76.0-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=d68085c46b926c3a -C extra-filename=-d68085c46b926c3a --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-f15605284eda4bd1.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-03-07T21:46:08.459Z Running `/home/build/.rustup/toolchains/1.76.0-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=aa600b20b2defa3f -C extra-filename=-aa600b20b2defa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-03-07T21:46:08.459Z Running `/home/build/.rustup/toolchains/1.76.0-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=f37df39cea38962f -C extra-filename=-f37df39cea38962f --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-03-07T21:46:08.459Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32212024-03-07T21:46:08.460Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cfcf9b819e91947 -C extra-filename=-9cfcf9b819e91947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32222024-03-07T21:46:08.460Z Compiling http-body v1.0.0
32232024-03-07T21:46:08.460Z Running `/home/build/.rustup/toolchains/1.76.0-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=95f622d358a1b724 -C extra-filename=-95f622d358a1b724 --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-5d5c4ec61fb1da0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0c9990293d2c014d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-03-07T21:46:08.460Z Compiling rfc6979 v0.4.0
32252024-03-07T21:46:08.460Z Running `/home/build/.rustup/toolchains/1.76.0-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=7457a58414b021f9 -C extra-filename=-7457a58414b021f9 --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-ed08e2b0506739f4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-03-07T21:46:08.460Z Compiling plotters-backend v0.3.5
32272024-03-07T21:46:08.460Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49253664c8d3e460 -C extra-filename=-49253664c8d3e460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-03-07T21:46:08.460Z Compiling tower-layer v0.3.2
32292024-03-07T21:46:08.460Z Running `/home/build/.rustup/toolchains/1.76.0-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=09077b029317ca76 -C extra-filename=-09077b029317ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-03-07T21:46:08.460Z Compiling winapi v0.3.9
32312024-03-07T21:46:08.461Z Running `/home/build/.rustup/toolchains/1.76.0-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=a4e51be2620813d4 -C extra-filename=-a4e51be2620813d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-03-07T21:46:09.349Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4/build-script-build`
32332024-03-07T21:46:09.402Z Compiling tower v0.4.13
32342024-03-07T21:46:09.432Z Running `/home/build/.rustup/toolchains/1.76.0-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=5d695279e637acb7 -C extra-filename=-5d695279e637acb7 --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-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-6b1c13bda344106b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09077b029317ca76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352024-03-07T21:46:10.355Z Compiling plotters-svg v0.3.5
32362024-03-07T21:46:10.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b6799c78a94d6f -C extra-filename=-20b6799c78a94d6f --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-49253664c8d3e460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372024-03-07T21:46:10.829Z Compiling ecdsa v0.16.9
32382024-03-07T21:46:10.833Z Running `/home/build/.rustup/toolchains/1.76.0-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=ccd705e5eb5a659a -C extra-filename=-ccd705e5eb5a659a --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-6a3825582d74483c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-7457a58414b021f9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0dcaf4060f5bb8ee.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-df709e67b9b9d82b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-03-07T21:46:11.724Z Compiling hyper v1.1.0
32402024-03-07T21:46:11.740Z Running `/home/build/.rustup/toolchains/1.76.0-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=737b51888c87e7eb -C extra-filename=-737b51888c87e7eb --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-5d5c4ec61fb1da0c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0c9990293d2c014d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-95f622d358a1b724.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-03-07T21:46:14.652Z Compiling rand_core v0.5.1
32422024-03-07T21:46:14.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.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=aaba7f3254ebf9d4 -C extra-filename=-aaba7f3254ebf9d4 --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-f37df39cea38962f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-03-07T21:46:15.205Z Running `/home/build/.rustup/toolchains/1.76.0-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=9a3d5c8f130b2dc2 -C extra-filename=-9a3d5c8f130b2dc2 --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-d68085c46b926c3a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-03-07T21:46:16.296Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=a6b7cb758a58783f -C extra-filename=-a6b7cb758a58783f --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-c3a3dddff120d61f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-c005f5cde00c8aaa.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-03-07T21:46:17.791Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
32462024-03-07T21:46:17.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07431260eb1d5cb1 -C extra-filename=-07431260eb1d5cb1 --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-b471219e6a896270.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32472024-03-07T21:46:19.564Z Compiling pathdiff v0.2.1
32482024-03-07T21:46:19.571Z Running `/home/build/.rustup/toolchains/1.76.0-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=d7ef488a6604bb8d -C extra-filename=-d7ef488a6604bb8d --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-b9770a3cba2f2708.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-03-07T21:46:19.778Z Compiling primeorder v0.13.6
32502024-03-07T21:46:19.787Z Running `/home/build/.rustup/toolchains/1.76.0-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=02e853a385d729a5 -C extra-filename=-02e853a385d729a5 --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-8e0de12d815341de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-03-07T21:46:20.286Z Compiling nested v0.1.1
32522024-03-07T21:46:20.290Z Running `/home/build/.rustup/toolchains/1.76.0-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=ffc48c6922f462cd -C extra-filename=-ffc48c6922f462cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-03-07T21:46:20.628Z Compiling option-ext v0.2.0
32542024-03-07T21:46:20.632Z Running `/home/build/.rustup/toolchains/1.76.0-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=052cc284f0ba4e8e -C extra-filename=-052cc284f0ba4e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-03-07T21:46:20.782Z Compiling cast v0.3.0
32562024-03-07T21:46:20.788Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2cb3e73b52ae798 -C extra-filename=-f2cb3e73b52ae798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572024-03-07T21:46:21.146Z Compiling criterion-plot v0.5.0
32582024-03-07T21:46:21.176Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e649382cb7370c -C extra-filename=-94e649382cb7370c --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-f2cb3e73b52ae798.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-03-07T21:46:22.636Z Compiling dirs-sys v0.4.1
32602024-03-07T21:46:22.643Z Running `/home/build/.rustup/toolchains/1.76.0-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=363b25cd14b5beac -C extra-filename=-363b25cd14b5beac --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-6b8d316e1cea3f77.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-052cc284f0ba4e8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612024-03-07T21:46:22.920Z Compiling guppy v0.17.5
32622024-03-07T21:46:22.967Z Running `/home/build/.rustup/toolchains/1.76.0-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=ebeba292ebf4a989 -C extra-filename=-ebeba292ebf4a989 --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-91b448e1305e71b8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c46449f03a323e62.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-ffc48c6922f462cd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-d7ef488a6604bb8d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-9a3d5c8f130b2dc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-03-07T21:46:28.802Z Compiling rand_chacha v0.2.2
32642024-03-07T21:46:28.806Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.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=fc9fb8b028d96125 -C extra-filename=-fc9fb8b028d96125 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-03-07T21:46:30.378Z Compiling hyper-util v0.1.2
32662024-03-07T21:46:30.381Z Running `/home/build/.rustup/toolchains/1.76.0-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=907443046b055cee -C extra-filename=-907443046b055cee --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-5d5c4ec61fb1da0c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0c9990293d2c014d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-95f622d358a1b724.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-737b51888c87e7eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-5d695279e637acb7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-03-07T21:46:32.343Z Compiling plotters v0.3.5
32682024-03-07T21:46:32.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=4790f91b03f1db1b -C extra-filename=-4790f91b03f1db1b --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-c9d10a27b6786b4e.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-20b6799c78a94d6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692024-03-07T21:46:32.946Z Running `/home/build/.rustup/toolchains/1.76.0-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=a24045c39c0e3a1f -C extra-filename=-a24045c39c0e3a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-03-07T21:46:33.077Z Compiling polyval v0.6.1
32712024-03-07T21:46:33.081Z Running `/home/build/.rustup/toolchains/1.76.0-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=7c19e59d9e8f5232 -C extra-filename=-7c19e59d9e8f5232 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b36756aef684ba8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-03-07T21:46:33.554Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32732024-03-07T21:46:33.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59acaf791ba1edd0 -C extra-filename=-59acaf791ba1edd0 --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-0dbd725173669beb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32742024-03-07T21:46:34.880Z Compiling ed25519 v2.2.2
32752024-03-07T21:46:34.884Z Running `/home/build/.rustup/toolchains/1.76.0-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=6ff6029e3775f3c5 -C extra-filename=-6ff6029e3775f3c5 --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-0dcaf4060f5bb8ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-03-07T21:46:35.379Z Compiling rustls-native-certs v0.7.0
32772024-03-07T21:46:35.383Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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=49425771fc020521 -C extra-filename=-49425771fc020521 --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-ac9e745afe46f238.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782024-03-07T21:46:35.826Z Compiling ctr v0.9.2
32792024-03-07T21:46:35.830Z Running `/home/build/.rustup/toolchains/1.76.0-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=9c8b4589823b97ff -C extra-filename=-9c8b4589823b97ff --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-9c873db2fd1c9c24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-03-07T21:46:36.218Z Compiling blowfish v0.9.1
32812024-03-07T21:46:36.222Z Running `/home/build/.rustup/toolchains/1.76.0-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=255dae6a4655e722 -C extra-filename=-255dae6a4655e722 --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-ee70016887b171ea.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-03-07T21:46:36.746Z Compiling aes v0.8.3
32832024-03-07T21:46:36.750Z Running `/home/build/.rustup/toolchains/1.76.0-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=6a5424409b4b3b7b -C extra-filename=-6a5424409b4b3b7b --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-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842024-03-07T21:46:39.783Z Compiling tinytemplate v1.2.1
32852024-03-07T21:46:39.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edc26febfc14befd -C extra-filename=-edc26febfc14befd --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-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-03-07T21:46:40.031Z Compiling pbkdf2 v0.12.2
32872024-03-07T21:46:40.093Z Running `/home/build/.rustup/toolchains/1.76.0-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=58c442f01df28950 -C extra-filename=-58c442f01df28950 --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-2070ca0af7f18dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-03-07T21:46:40.231Z Compiling password-hash v0.4.2
32892024-03-07T21:46:40.269Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.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=dcccd9f7092a44e3 -C extra-filename=-dcccd9f7092a44e3 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-03-07T21:46:40.638Z Compiling threadpool v1.8.1
32912024-03-07T21:46:40.645Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2166907a3766bea3 -C extra-filename=-2166907a3766bea3 --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-0b9dd2f2c8b5721e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-03-07T21:46:40.914Z Compiling anes v0.1.6
32932024-03-07T21:46:40.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a205b135b9326db0 -C extra-filename=-a205b135b9326db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-03-07T21:46:41.229Z Compiling oorandom v11.1.3
32952024-03-07T21:46:41.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84ad2bd6a1fda5f3 -C extra-filename=-84ad2bd6a1fda5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-03-07T21:46:41.450Z Compiling hex-literal v0.4.1
32972024-03-07T21:46:41.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2513e0b503e3c04 -C extra-filename=-e2513e0b503e3c04 --out-dir /work/oxidecomputer/omicron/target/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-03-07T21:46:41.467Z Compiling criterion v0.5.1
32992024-03-07T21:46:41.470Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=4cddad9dbe1e384a -C extra-filename=-4cddad9dbe1e384a --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-a205b135b9326db0.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-94e649382cb7370c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-63d33197aee2961d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-84ad2bd6a1fda5f3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-4790f91b03f1db1b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-edc26febfc14befd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-03-07T21:46:41.596Z Compiling libtest-mimic v0.6.1
33012024-03-07T21:46:41.599Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b95185587fa3ec64 -C extra-filename=-b95185587fa3ec64 --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-57647bb5674c35be.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2166907a3766bea3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022024-03-07T21:46:41.623Z Compiling pbkdf2 v0.11.0
33032024-03-07T21:46:41.627Z Running `/home/build/.rustup/toolchains/1.76.0-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=c00f39302a4d23b6 -C extra-filename=-c00f39302a4d23b6 --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-2070ca0af7f18dc8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-dcccd9f7092a44e3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042024-03-07T21:46:42.001Z Compiling bcrypt-pbkdf v0.10.0
33052024-03-07T21:46:42.036Z Running `/home/build/.rustup/toolchains/1.76.0-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=62edbae6e51ac70c -C extra-filename=-62edbae6e51ac70c --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-255dae6a4655e722.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-58c442f01df28950.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062024-03-07T21:46:42.588Z Compiling hyper-rustls v0.26.0
33072024-03-07T21:46:42.592Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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=51b8cbaa61c4abc7 -C extra-filename=-51b8cbaa61c4abc7 --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-2ce799a047122a4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0c9990293d2c014d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-737b51888c87e7eb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-907443046b055cee.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49425771fc020521.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7c29b825b61b2296.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
33082024-03-07T21:46:43.184Z Compiling ed25519-dalek v2.0.0
33092024-03-07T21:46:43.188Z Running `/home/build/.rustup/toolchains/1.76.0-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=59e850d6b9ea894f -C extra-filename=-59e850d6b9ea894f --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-09ee5661dcde5151.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-6ff6029e3775f3c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-03-07T21:46:43.787Z Compiling ghash v0.5.0
33112024-03-07T21:46:43.790Z Running `/home/build/.rustup/toolchains/1.76.0-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=f1bac486b66722e2 -C extra-filename=-f1bac486b66722e2 --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-38956c25915cddb0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-7c19e59d9e8f5232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122024-03-07T21:46:44.006Z Compiling russh-cryptovec v0.7.0
33132024-03-07T21:46:44.018Z Running `/home/build/.rustup/toolchains/1.76.0-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=ba55d2592c4ac58e -C extra-filename=-ba55d2592c4ac58e --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-6b8d316e1cea3f77.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-a24045c39c0e3a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-03-07T21:46:44.162Z Compiling rand v0.7.3
33152024-03-07T21:46:44.167Z Running `/home/build/.rustup/toolchains/1.76.0-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=41b51c274b969679 -C extra-filename=-41b51c274b969679 --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-f37df39cea38962f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc9fb8b028d96125.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-03-07T21:46:44.326Z Compiling dirs v5.0.1
33172024-03-07T21:46:44.334Z Running `/home/build/.rustup/toolchains/1.76.0-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=4f4100883dbf8a91 -C extra-filename=-4f4100883dbf8a91 --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-363b25cd14b5beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-03-07T21:46:44.567Z Compiling p521 v0.13.3
33192024-03-07T21:46:44.571Z Running `/home/build/.rustup/toolchains/1.76.0-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=91ba77f704b55459 -C extra-filename=-91ba77f704b55459 --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-3df99549457fce56.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ccd705e5eb5a659a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-02e853a385d729a5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-03-07T21:46:46.806Z Compiling p256 v0.13.2
33212024-03-07T21:46:46.823Z Running `/home/build/.rustup/toolchains/1.76.0-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=854b1853667246ab -C extra-filename=-854b1853667246ab --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-ccd705e5eb5a659a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-02e853a385d729a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-03-07T21:46:47.070Z Compiling httptest v0.15.5
33232024-03-07T21:46:47.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5049ecd6a3dcdf3 -C extra-filename=-f5049ecd6a3dcdf3 --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-1d39a0e90d05babe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f7ab303f366261b3.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-03-07T21:46:47.749Z Compiling cbc v0.1.2
33252024-03-07T21:46:47.763Z Running `/home/build/.rustup/toolchains/1.76.0-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=4e7b0a0649243b82 -C extra-filename=-4e7b0a0649243b82 --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-9c873db2fd1c9c24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262024-03-07T21:46:48.015Z Compiling rstest_macros v0.18.2
33272024-03-07T21:46:48.023Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=23ac781ff4f00749 -C extra-filename=-23ac781ff4f00749 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-23ac781ff4f00749 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1ce1e72bfe3fde69.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-03-07T21:46:48.647Z Compiling md5 v0.7.0
33292024-03-07T21:46:48.672Z Running `/home/build/.rustup/toolchains/1.76.0-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=b994b2fa2a729cb8 -C extra-filename=-b994b2fa2a729cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-03-07T21:46:49.222Z Compiling russh-keys v0.42.0
33312024-03-07T21:46:49.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3349816dd2b7e19 -C extra-filename=-e3349816dd2b7e19 --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-6a5424409b4b3b7b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-62edbae6e51ac70c.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-a4bb1525bd412cb9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4e7b0a0649243b82.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-9c8b4589823b97ff.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-4f4100883dbf8a91.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-59e850d6b9ea894f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-99980c6d45a824eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b994b2fa2a729cb8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-0cde017d1d9b36f6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-854b1853667246ab.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-91ba77f704b55459.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-c00f39302a4d23b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41b51c274b969679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d19ee310425cc77.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d4fd3c7ec1ca7170.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1e64808aafad4fb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322024-03-07T21:46:52.756Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-23ac781ff4f00749/build-script-build`
33332024-03-07T21:46:52.880Z Compiling aes-gcm v0.10.3
33342024-03-07T21:46:52.893Z Running `/home/build/.rustup/toolchains/1.76.0-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=451b0396442ff7df -C extra-filename=-451b0396442ff7df --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-cbd6dcf292150d0a.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-6a5424409b4b3b7b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-9c8b4589823b97ff.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f1bac486b66722e2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-03-07T21:46:53.184Z Compiling datatest-stable v0.2.3
33362024-03-07T21:46:53.188Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf89d09057451657 -C extra-filename=-bf89d09057451657 --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-b9770a3cba2f2708.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-b95185587fa3ec64.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372024-03-07T21:46:53.835Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33382024-03-07T21:46:53.844Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3897291544300eb -C extra-filename=-e3897291544300eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L /usr/platform/oxide/lib/amd64/`
33392024-03-07T21:46:54.315Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33402024-03-07T21:46:54.315Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a75be2e3aaa42fe -C extra-filename=-5a75be2e3aaa42fe --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-5a75be2e3aaa42fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33412024-03-07T21:46:54.326Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33422024-03-07T21:46:54.348Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c88922a54fd7e4e -C extra-filename=-5c88922a54fd7e4e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5c88922a54fd7e4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33432024-03-07T21:46:54.721Z Compiling similar-asserts v1.5.0
33442024-03-07T21:46:54.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=14e97f1e07963fab -C extra-filename=-14e97f1e07963fab --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-ecd543c2b58c8b48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-7ea9ef7ff091f8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-03-07T21:46:56.006Z Compiling csv-core v0.1.11
33462024-03-07T21:46:56.009Z Running `/home/build/.rustup/toolchains/1.76.0-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=fc53ae013e78dab1 -C extra-filename=-fc53ae013e78dab1 --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-2645762dd22d7cec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-03-07T21:46:56.059Z Compiling trybuild v1.0.89
33482024-03-07T21:46:56.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a05899c9be797ad -C extra-filename=-0a05899c9be797ad --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-03-07T21:46:56.197Z Compiling relative-path v1.9.0
33502024-03-07T21:46:56.220Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=819003fabf5f1bb9 -C extra-filename=-819003fabf5f1bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-03-07T21:46:56.223Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5c88922a54fd7e4e/build-script-build`
33522024-03-07T21:46:56.256Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-5a75be2e3aaa42fe/build-script-build`
33532024-03-07T21:46:56.290Z Compiling russh v0.42.0
33542024-03-07T21:46:56.295Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=86126b7ce736bda6 -C extra-filename=-86126b7ce736bda6 --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-6a5424409b4b3b7b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-451b0396442ff7df.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9f3d44b315f9d7d5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e14ea0024aa189dd.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-9c8b4589823b97ff.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-09ee5661dcde5151.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-0cde017d1d9b36f6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-4d6b55a0d40e2b6b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e3349816dd2b7e19.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d4fd3c7ec1ca7170.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-03-07T21:46:56.571Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad/build-script-build`
33562024-03-07T21:46:56.598Z Compiling csv v1.3.0
33572024-03-07T21:46:56.605Z Running `/home/build/.rustup/toolchains/1.76.0-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=2a08f735855bde2e -C extra-filename=-2a08f735855bde2e --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-fc53ae013e78dab1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-03-07T21:46:57.032Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33592024-03-07T21:46:57.037Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a723b839d1f27ec6 -C extra-filename=-a723b839d1f27ec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33602024-03-07T21:46:57.037Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
33612024-03-07T21:46:57.037Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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=a31ba260f8d33563 -C extra-filename=-a31ba260f8d33563 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a31ba260f8d33563 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-b6abeaa6be4c0fb2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-03-07T21:46:57.037Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=3244afa8095f645d -C extra-filename=-3244afa8095f645d --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-980c303988e700db.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-819003fabf5f1bb9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-03-07T21:46:58.024Z Compiling multimap v0.10.0
33642024-03-07T21:46:58.040Z Running `/home/build/.rustup/toolchains/1.76.0-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=b2eb8e907c1c3b0c -C extra-filename=-b2eb8e907c1c3b0c --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-03-07T21:46:58.341Z Compiling basic-toml v0.1.8
33662024-03-07T21:46:58.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.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=e3925861fbab95a5 -C extra-filename=-e3925861fbab95a5 --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-7694326d550d496b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-03-07T21:46:59.503Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a31ba260f8d33563/build-script-bindings`
33682024-03-07T21:47:00.505Z Compiling futures-timer v3.0.2
33692024-03-07T21:47:00.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb8a78d10fa9986 -C extra-filename=-8cb8a78d10fa9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702024-03-07T21:47:01.467Z Compiling constant_time_eq v0.2.6
33712024-03-07T21:47:01.471Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ea7d32dd42bc1fc4 -C extra-filename=-ea7d32dd42bc1fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722024-03-07T21:47:01.675Z Compiling blake2b_simd v1.0.1
33732024-03-07T21:47:01.714Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61771fdc4ccbaaf2 -C extra-filename=-61771fdc4ccbaaf2 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ea7d32dd42bc1fc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742024-03-07T21:47:01.725Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=142025bd5a273315 -C extra-filename=-142025bd5a273315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-e3925861fbab95a5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-03-07T21:47:02.059Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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=b7b3bc798a7fafd3 -C extra-filename=-b7b3bc798a7fafd3 --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-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-9292c8498888af10.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a9763132c4e65c8c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-7b8ff8fa6117ebfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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`
33762024-03-07T21:47:03.894Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33772024-03-07T21:47:03.898Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=066e92b189ed4b34 -C extra-filename=-066e92b189ed4b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33782024-03-07T21:47:07.443Z Compiling rstest v0.18.2
33792024-03-07T21:47:07.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=5387eab78e0a85fd -C extra-filename=-5387eab78e0a85fd --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-b2df6ff5a267ebb3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-3244afa8095f645d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802024-03-07T21:47:07.692Z Compiling partial-io v0.5.4
33812024-03-07T21:47:07.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=f341bd2a1266b1f7 -C extra-filename=-f341bd2a1266b1f7 --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-b2df6ff5a267ebb3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-6b1c13bda344106b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822024-03-07T21:47:07.809Z Compiling approx v0.5.1
33832024-03-07T21:47:07.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ddebc38d9cf0c30 -C extra-filename=-2ddebc38d9cf0c30 --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-c9d10a27b6786b4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-03-07T21:47:08.089Z Compiling rust-argon2 v1.0.1
33852024-03-07T21:47:08.097Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=c435826211c81884 -C extra-filename=-c435826211c81884 --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-617eb63bc076f209.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-61771fdc4ccbaaf2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-03-07T21:47:08.194Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33872024-03-07T21:47:08.204Z Running `/home/build/.rustup/toolchains/1.76.0-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=def7115098638848 -C extra-filename=-def7115098638848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86126b7ce736bda6.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e3349816dd2b7e19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33882024-03-07T21:47:11.137Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33892024-03-07T21:47:11.158Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3480ab658e05ed21 -C extra-filename=-3480ab658e05ed21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-af4c21a81e8a2d8f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33902024-03-07T21:47:11.294Z Compiling cargo_toml v0.19.0
33912024-03-07T21:47:11.306Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6676cab27ffcc342 -C extra-filename=-6676cab27ffcc342 --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-7694326d550d496b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-03-07T21:47:12.552Z Compiling termios v0.3.3
33932024-03-07T21:47:12.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71e9d7bbe0bee3d5 -C extra-filename=-71e9d7bbe0bee3d5 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-03-07T21:47:12.834Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33952024-03-07T21:47:12.985Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0024db5ddf0dc82 -C extra-filename=-a0024db5ddf0dc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33962024-03-07T21:47:13.705Z Running `/home/build/.rustup/toolchains/1.76.0-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=daf62b00db4747d0 -C extra-filename=-daf62b00db4747d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-def7115098638848.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86126b7ce736bda6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e3349816dd2b7e19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33972024-03-07T21:47:13.894Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5b12ac4b000beb1f -C extra-filename=-5b12ac4b000beb1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3480ab658e05ed21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-af4c21a81e8a2d8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33982024-03-07T21:47:20.402Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f3525586488facb1 -C extra-filename=-f3525586488facb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33992024-03-07T21:47:20.402Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edbd9af3eec02a79 -C extra-filename=-edbd9af3eec02a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34002024-03-07T21:47:20.402Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35e88a16231aa205 -C extra-filename=-35e88a16231aa205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-066e92b189ed4b34.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34012024-03-07T21:47:20.402Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d7058a3900c6996 -C extra-filename=-9d7058a3900c6996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-066e92b189ed4b34.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34022024-03-07T21:47:20.402Z Running `/home/build/.rustup/toolchains/1.76.0-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=db5081b8b86d8178 -C extra-filename=-db5081b8b86d8178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34032024-03-07T21:47:20.403Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aa898b88b946e0dc -C extra-filename=-aa898b88b946e0dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34042024-03-07T21:47:20.403Z Running `/home/build/.rustup/toolchains/1.76.0-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=246c5b08bf9c8fc4 -C extra-filename=-246c5b08bf9c8fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34052024-03-07T21:47:20.548Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7705c0a31de85393 -C extra-filename=-7705c0a31de85393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34062024-03-07T21:47:20.586Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34072024-03-07T21:47:20.610Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=17f285fefee3d6b0 -C extra-filename=-17f285fefee3d6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c46449f03a323e62.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-6676cab27ffcc342.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-03-07T21:47:21.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=46945f797a3750eb -C extra-filename=-46945f797a3750eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34092024-03-07T21:47:21.857Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=97861863cdbe8a80 -C extra-filename=-97861863cdbe8a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34102024-03-07T21:47:24.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=922346cb4e5177d2 -C extra-filename=-922346cb4e5177d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34112024-03-07T21:47:27.324Z Running `/home/build/.rustup/toolchains/1.76.0-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=e66497ec752bee7e -C extra-filename=-e66497ec752bee7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86126b7ce736bda6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e3349816dd2b7e19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34122024-03-07T21:47:33.693Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9dca7d95699869c -C extra-filename=-c9dca7d95699869c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34132024-03-07T21:47:41.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9e96ce43f9ced9b2 -C extra-filename=-9e96ce43f9ced9b2 --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-b187ad8161c300d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c435826211c81884.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34142024-03-07T21:47:41.378Z Compiling polar-core v0.27.0
34152024-03-07T21:47:41.381Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=49a042586a40e456 -C extra-filename=-49a042586a40e456 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-49a042586a40e456 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e14a3c815efe2b0e.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-0a9e29df94faa423.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-03-07T21:47:42.509Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ca33b18389ce7226 -C extra-filename=-ca33b18389ce7226 --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-2ddebc38d9cf0c30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-d63ab3a48d46a593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-520343848a1c7be3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-5387eab78e0a85fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-142025bd5a273315.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34172024-03-07T21:47:43.026Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-49a042586a40e456/build-script-build`
34182024-03-07T21:47:45.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=61b52d3ad65b4a68 -C extra-filename=-61b52d3ad65b4a68 --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-a91c0b8873e30fcc.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-15048ac8a35bc7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192024-03-07T21:47:47.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6dbda297e7b95ca6 -C extra-filename=-6dbda297e7b95ca6 --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-2ddebc38d9cf0c30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-d63ab3a48d46a593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-520343848a1c7be3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-5387eab78e0a85fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-142025bd5a273315.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34202024-03-07T21:47:48.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=15f6b8f22c5607d4 -C extra-filename=-15f6b8f22c5607d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f341bd2a1266b1f7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L /usr/platform/oxide/lib/amd64/`
34212024-03-07T21:47:51.036Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7244dc5694c3f7bb -C extra-filename=-7244dc5694c3f7bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e3897291544300eb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f341bd2a1266b1f7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L /usr/platform/oxide/lib/amd64/`
34222024-03-07T21:47:51.311Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4142f999dfac17d4 -C extra-filename=-4142f999dfac17d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e3897291544300eb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a723b839d1f27ec6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L /usr/platform/oxide/lib/amd64/`
34232024-03-07T21:47:52.981Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=04ab1d0b44df29b0 -C extra-filename=-04ab1d0b44df29b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e3897291544300eb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a723b839d1f27ec6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L /usr/platform/oxide/lib/amd64/`
34242024-03-07T21:47:54.280Z Compiling oso v0.27.0
34252024-03-07T21:47:54.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=d815c70566bc6295 -C extra-filename=-d815c70566bc6295 --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-904f8cc61ce834c6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-caf000e802893a57.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-61b52d3ad65b4a68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-03-07T21:47:57.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9013a15b71499c15 -C extra-filename=-9013a15b71499c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c40d109e660103f8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6c0e755278a0504d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-fe09b1fbebdded7e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe4ceb0198a1f155.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d815c70566bc6295.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34272024-03-07T21:47:57.668Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9ba932486c56030 -C extra-filename=-b9ba932486c56030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a723b839d1f27ec6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34282024-03-07T21:48:01.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b360eb7485cae5f4 -C extra-filename=-b360eb7485cae5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e3897291544300eb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L /usr/platform/oxide/lib/amd64/`
34292024-03-07T21:48:05.152Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6113776b732026fb -C extra-filename=-6113776b732026fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bf89d09057451657.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34302024-03-07T21:48:18.912Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=51d3c3dd8fad4d41 -C extra-filename=-51d3c3dd8fad4d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bf89d09057451657.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34312024-03-07T21:48:19.742Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=83b03937dda743c1 -C extra-filename=-83b03937dda743c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bf89d09057451657.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34322024-03-07T21:48:21.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0e87d273b4312ea -C extra-filename=-a0e87d273b4312ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bf89d09057451657.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34332024-03-07T21:48:22.199Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=25b8af5e361d0f86 -C extra-filename=-25b8af5e361d0f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34342024-03-07T21:48:22.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd31c37c9294bace -C extra-filename=-cd31c37c9294bace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d40179e61e9bcc35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34352024-03-07T21:48:22.762Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab512fc2fb68f7ac -C extra-filename=-ab512fc2fb68f7ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d40179e61e9bcc35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34362024-03-07T21:48:23.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7246633f0bad38ad -C extra-filename=-7246633f0bad38ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d40179e61e9bcc35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34372024-03-07T21:48:24.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cf09c56185d55055 -C extra-filename=-cf09c56185d55055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34382024-03-07T21:48:24.510Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5bb32790f8f29e21 -C extra-filename=-5bb32790f8f29e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34392024-03-07T21:48:24.531Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8acdeecea8ddba9 -C extra-filename=-c8acdeecea8ddba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34402024-03-07T21:48:26.339Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c53590506f2f341 -C extra-filename=-6c53590506f2f341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34412024-03-07T21:48:30.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6fecd398f4dfdd42 -C extra-filename=-6fecd398f4dfdd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d40179e61e9bcc35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34422024-03-07T21:48:32.772Z Running `/home/build/.rustup/toolchains/1.76.0-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=5bb2cdf56087d764 -C extra-filename=-5bb2cdf56087d764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34432024-03-07T21:48:34.889Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34442024-03-07T21:48:34.889Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=3846caa283b215b2 -C extra-filename=-3846caa283b215b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
34452024-03-07T21:48:35.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a5bfc62024f44bd -C extra-filename=-4a5bfc62024f44bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34462024-03-07T21:48:43.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=673aa7fbbc3703e5 -C extra-filename=-673aa7fbbc3703e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34472024-03-07T21:48:43.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f147796701c463d4 -C extra-filename=-f147796701c463d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34482024-03-07T21:48:44.790Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9b3ca0cd233f8999 -C extra-filename=-9b3ca0cd233f8999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34492024-03-07T21:48:46.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a585e24dbb80f92 -C extra-filename=-7a585e24dbb80f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34502024-03-07T21:48:50.792Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=359cc7270b356f08 -C extra-filename=-359cc7270b356f08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34512024-03-07T21:48:52.574Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f3fa9cc16dedeb6 -C extra-filename=-0f3fa9cc16dedeb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34522024-03-07T21:48:52.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e3200d4063938c96 -C extra-filename=-e3200d4063938c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34532024-03-07T21:48:53.166Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=75c0386f59f73736 -C extra-filename=-75c0386f59f73736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34542024-03-07T21:48:54.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8b5d4359ddd45e0c -C extra-filename=-8b5d4359ddd45e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34552024-03-07T21:48:56.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c493e81de0a58b59 -C extra-filename=-c493e81de0a58b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34562024-03-07T21:48:57.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=38cc333404311e89 -C extra-filename=-38cc333404311e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34572024-03-07T21:49:00.489Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=587a3dee201911a3 -C extra-filename=-587a3dee201911a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34582024-03-07T21:49:03.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bafba3dfb055142d -C extra-filename=-bafba3dfb055142d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34592024-03-07T21:49:05.307Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78d08dbdbce52da8 -C extra-filename=-78d08dbdbce52da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34602024-03-07T21:49:08.390Z Running `/home/build/.rustup/toolchains/1.76.0-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=fc966ee980da438d -C extra-filename=-fc966ee980da438d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
34612024-03-07T21:49:13.823Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2a5896c09999d26d -C extra-filename=-2a5896c09999d26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5511f3378a46881f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-5b07ab12a972742c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34622024-03-07T21:49:20.434Z Running `/home/build/.rustup/toolchains/1.76.0-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=cdda2f06bc22ed2f -C extra-filename=-cdda2f06bc22ed2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34632024-03-07T21:49:20.821Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=93fd36055a5a3930 -C extra-filename=-93fd36055a5a3930 --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-d3dbe34574bad231.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34642024-03-07T21:49:23.760Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d26e79ce2167c971 -C extra-filename=-d26e79ce2167c971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-af4c21a81e8a2d8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34652024-03-07T21:49:30.238Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=54d5247bfb35ba19 -C extra-filename=-54d5247bfb35ba19 --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-b9770a3cba2f2708.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34662024-03-07T21:49:30.262Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7dc56031d1498be1 -C extra-filename=-7dc56031d1498be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-54802eb13adab97e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34672024-03-07T21:49:32.265Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe294e1c65705202 -C extra-filename=-fe294e1c65705202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-54802eb13adab97e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34682024-03-07T21:49:32.890Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0298909661d9d98e -C extra-filename=-0298909661d9d98e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8b3c4df1da003bbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
34692024-03-07T21:49:35.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=943830eada3f9790 -C extra-filename=-943830eada3f9790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8b3c4df1da003bbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
34702024-03-07T21:49:37.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cf4da043256286ba -C extra-filename=-cf4da043256286ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-54802eb13adab97e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34712024-03-07T21:49:37.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0cd6bb093fb189f0 -C extra-filename=-0cd6bb093fb189f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-14e97f1e07963fab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34722024-03-07T21:49:38.040Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=89d6cdf822eac6e1 -C extra-filename=-89d6cdf822eac6e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c40d109e660103f8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6c0e755278a0504d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-fe09b1fbebdded7e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe4ceb0198a1f155.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d815c70566bc6295.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
34732024-03-07T21:49:38.679Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88fa593ce4c10bfe -C extra-filename=-88fa593ce4c10bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-2a08f735855bde2e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b2eb8e907c1c3b0c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
34742024-03-07T21:49:40.021Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=557261e27b208013 -C extra-filename=-557261e27b208013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
34752024-03-07T21:49:44.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=98fd3bc9ba44dd7d -C extra-filename=-98fd3bc9ba44dd7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-54802eb13adab97e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34762024-03-07T21:49:50.662Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8fd46ea5934ed98 -C extra-filename=-d8fd46ea5934ed98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5511f3378a46881f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34772024-03-07T21:50:00.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6911919a71c8434c -C extra-filename=-6911919a71c8434c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34782024-03-07T21:50:07.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8a72e6e448b97807 -C extra-filename=-8a72e6e448b97807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-298de763808bff9b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6eba60a84df4311c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d6d67c19e48c3631.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c3ac5217e5af62cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34792024-03-07T21:50:07.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a1e810af08547995 -C extra-filename=-a1e810af08547995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-298de763808bff9b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6eba60a84df4311c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d6d67c19e48c3631.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c3ac5217e5af62cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34802024-03-07T21:50:10.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=049c02776836de65 -C extra-filename=-049c02776836de65 --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-511a89baadec2cd8.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4a4a9654a43dfb33.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34812024-03-07T21:50:12.296Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8618c95a2d6ea995 -C extra-filename=-8618c95a2d6ea995 --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-511a89baadec2cd8.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4a4a9654a43dfb33.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34822024-03-07T21:50:16.636Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=696e1b01c05c801e -C extra-filename=-696e1b01c05c801e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34832024-03-07T21:50:31.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=1767556f6b36cf90 -C extra-filename=-1767556f6b36cf90 --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-86209567b378348e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4f7e05c426834831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.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-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34842024-03-07T21:50:42.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=1d34a5b4c0dcd9b3 -C extra-filename=-1d34a5b4c0dcd9b3 --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-58ed50349d3ed936.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-86209567b378348e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4f7e05c426834831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.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-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34852024-03-07T21:50:48.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=068dd8d61bc97d77 -C extra-filename=-068dd8d61bc97d77 --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-86209567b378348e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4f7e05c426834831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.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-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34862024-03-07T21:50:52.103Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=87e939df6a187777 -C extra-filename=-87e939df6a187777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34872024-03-07T21:50:54.806Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad6e89da2035d163 -C extra-filename=-ad6e89da2035d163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c190c84e65e9e63c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
34882024-03-07T21:50:58.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4dfa566c874949c1 -C extra-filename=-4dfa566c874949c1 --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-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34892024-03-07T21:51:02.394Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8134f22f184afca -C extra-filename=-d8134f22f184afca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34902024-03-07T21:51:04.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f6fca1003b627e4f -C extra-filename=-f6fca1003b627e4f --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-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34912024-03-07T21:51:13.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=798930d30b25585a -C extra-filename=-798930d30b25585a --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-fecde3939db35484.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34922024-03-07T21:51:15.545Z Running `/home/build/.rustup/toolchains/1.76.0-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=1f098323dd63ca09 -C extra-filename=-1f098323dd63ca09 --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-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34932024-03-07T21:51:15.942Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=cea2b41dc97af6ce -C extra-filename=-cea2b41dc97af6ce --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-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0804c8b11248a876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34942024-03-07T21:51:17.801Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
34952024-03-07T21:51:17.807Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=11f181ca09c34a89 -C extra-filename=-11f181ca09c34a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34962024-03-07T21:51:18.893Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f23275940ac753c -C extra-filename=-0f23275940ac753c --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-35d585777d4b675c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34972024-03-07T21:51:19.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5f1efe8127b8bb52 -C extra-filename=-5f1efe8127b8bb52 --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-0dbd725173669beb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34982024-03-07T21:51:22.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=205d6085a980e2d7 -C extra-filename=-205d6085a980e2d7 --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-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34992024-03-07T21:51:24.170Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=1bc4489639b566c1 -C extra-filename=-1bc4489639b566c1 --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-fecde3939db35484.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35002024-03-07T21:51:25.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fea5f433326dc644 -C extra-filename=-fea5f433326dc644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-204b89fd60ecfad8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0cbe859650cc693.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35012024-03-07T21:51:25.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2041f2a6272c0aa2 -C extra-filename=-2041f2a6272c0aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35022024-03-07T21:51:30.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=75b0d6525cd4d880 -C extra-filename=-75b0d6525cd4d880 --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-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35032024-03-07T21:51:35.074Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
35042024-03-07T21:51:35.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ae5415a99a5cb988 -C extra-filename=-ae5415a99a5cb988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
35052024-03-07T21:51:36.338Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e3d8d2e93afad4b2 -C extra-filename=-e3d8d2e93afad4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcebde83c4975fc0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35062024-03-07T21:51:36.777Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2b9e054ead9a393 -C extra-filename=-a2b9e054ead9a393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35072024-03-07T21:51:38.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=758aaff1eeaa4301 -C extra-filename=-758aaff1eeaa4301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35082024-03-07T21:51:40.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eccbca13a3bc6d92 -C extra-filename=-eccbca13a3bc6d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35092024-03-07T21:51:44.792Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f86947453caa5a59 -C extra-filename=-f86947453caa5a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35102024-03-07T21:51:49.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=84dcf8bc6cbcc2ca -C extra-filename=-84dcf8bc6cbcc2ca --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-fecde3939db35484.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35112024-03-07T21:51:53.557Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
35122024-03-07T21:51:53.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d48363e199527c9 -C extra-filename=-1d48363e199527c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35132024-03-07T21:51:55.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=2d516cb24a12c2e9 -C extra-filename=-2d516cb24a12c2e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4321bfbdbc46b5ed.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-075ab11e95ffdf07.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-144c10f8b8b570ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c3ac9a06bc2514b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-764e6d539ec5593e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35142024-03-07T21:51:56.045Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35152024-03-07T21:51:56.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b00f5a93166ca791 -C extra-filename=-b00f5a93166ca791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35162024-03-07T21:51:57.192Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe1116362d47bf1d -C extra-filename=-fe1116362d47bf1d --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-35d585777d4b675c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35172024-03-07T21:51:58.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=828bf566859990b8 -C extra-filename=-828bf566859990b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35182024-03-07T21:51:58.424Z Running `/home/build/.rustup/toolchains/1.76.0-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=4363bed299787a44 -C extra-filename=-4363bed299787a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35192024-03-07T21:52:05.890Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=a7f9fba15944eaac -C extra-filename=-a7f9fba15944eaac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-498793528809a0a5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35202024-03-07T21:52:13.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=03178c9f107fc1ef -C extra-filename=-03178c9f107fc1ef --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-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35212024-03-07T21:52:15.114Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c0e48a8a913344fd -C extra-filename=-c0e48a8a913344fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35222024-03-07T21:52:15.185Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76408717ac90c76d -C extra-filename=-76408717ac90c76d --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-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35232024-03-07T21:52:17.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=12632312e1bd273b -C extra-filename=-12632312e1bd273b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcebde83c4975fc0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f7bef4ce0511d9f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35242024-03-07T21:52:23.004Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e28cc34f2c0530b4 -C extra-filename=-e28cc34f2c0530b4 --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-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35252024-03-07T21:52:23.144Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f44337f272aa5528 -C extra-filename=-f44337f272aa5528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35262024-03-07T21:52:23.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=da37442bfb37e2ec -C extra-filename=-da37442bfb37e2ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35272024-03-07T21:52:24.809Z Running `/home/build/.rustup/toolchains/1.76.0-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=837e82a835c66fb6 -C extra-filename=-837e82a835c66fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-764e6d539ec5593e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35282024-03-07T21:52:25.528Z Running `/home/build/.rustup/toolchains/1.76.0-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=fd5ba926c25127d2 -C extra-filename=-fd5ba926c25127d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35292024-03-07T21:52:26.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b202d0889e5a2465 -C extra-filename=-b202d0889e5a2465 --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-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35302024-03-07T21:52:27.705Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c6dd5cd12c35f379 -C extra-filename=-c6dd5cd12c35f379 --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-b471219e6a896270.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35312024-03-07T21:52:28.510Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=37adc4dbe2d80ada -C extra-filename=-37adc4dbe2d80ada --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-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35322024-03-07T21:52:28.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=17a97378b717f633 -C extra-filename=-17a97378b717f633 --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-b471219e6a896270.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35332024-03-07T21:52:28.823Z Running `/home/build/.rustup/toolchains/1.76.0-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=7db7274f7afc32ed -C extra-filename=-7db7274f7afc32ed --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-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35342024-03-07T21:52:29.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=29534166a826194a -C extra-filename=-29534166a826194a --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-91b448e1305e71b8.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-30db68082008cf11.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9f3d44b315f9d7d5.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d39a0e90d05babe.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-c005f5cde00c8aaa.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c873db2fd1c9c24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c69910e21d8bfc40.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-68104c79d2bcfed5.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-1fecdf5e3032f287.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5e0cf490a24fbc51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7296772253899871.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a3825582d74483c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2070ca0af7f18dc8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8a702e27c51a5502.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8e0de12d815341de.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5f3ee64651d24b9c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2ce799a047122a4d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d50907dbe0afa400.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7cac3dae79d3db6d.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-2968d5cb21a3f4b1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1cc79af1cc2d7f40.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ed08e2b0506739f4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-99980c6d45a824eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-d5fa3b64b37fd4b6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2645762dd22d7cec.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-7e7434ebb9be8392.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-391c90bcc517f6ff.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-0cde017d1d9b36f6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ba2806b623f49a1f.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-c9d10a27b6786b4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3211f2f3c561f920.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-913f10aa7c762d5c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d7aea43b9fcbb6b5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de9902e5153ccd8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-7ea9ef7ff091f8e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-961218ce06c4072f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d16ecda502e7cb11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4e4680a8875aaa50.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-54bcfef4ecb7c56b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a9cc9295b9d20d8f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-3ddc5bbcc175d2e9.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-611fe155a0092e84.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-89bdfac7359b35f5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7ed654a15be1d6d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1e64808aafad4fb9.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-736f178c53caf931.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35352024-03-07T21:52:29.228Z Running `/home/build/.rustup/toolchains/1.76.0-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=0c673d5fc192db38 -C extra-filename=-0c673d5fc192db38 --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-e58c5217582ce9cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-03-07T21:54:23.098Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34f3779f30f205d9 -C extra-filename=-34f3779f30f205d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35372024-03-07T21:54:23.098Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d38d491c21df7354 -C extra-filename=-d38d491c21df7354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-14e97f1e07963fab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35382024-03-07T21:54:23.103Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f220dfa79250df7b -C extra-filename=-f220dfa79250df7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-2a08f735855bde2e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b2eb8e907c1c3b0c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
35392024-03-07T21:54:23.103Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b1e527f1077d1fb -C extra-filename=-1b1e527f1077d1fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35402024-03-07T21:54:23.103Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=333dceb732a13ab9 -C extra-filename=-333dceb732a13ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35412024-03-07T21:54:26.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f7f423784ab0e213 -C extra-filename=-f7f423784ab0e213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-14e97f1e07963fab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35422024-03-07T21:54:32.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=993f47da09176d76 -C extra-filename=-993f47da09176d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35432024-03-07T21:54:37.048Z Running `/home/build/.rustup/toolchains/1.76.0-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=0afc7597189239b2 -C extra-filename=-0afc7597189239b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
35442024-03-07T21:54:37.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=747509b4c88bfc0a -C extra-filename=-747509b4c88bfc0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35452024-03-07T21:54:42.432Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d0129658986514e8 -C extra-filename=-d0129658986514e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-2a08f735855bde2e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b2eb8e907c1c3b0c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
35462024-03-07T21:54:56.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=caff56196715c932 -C extra-filename=-caff56196715c932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-14e97f1e07963fab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35472024-03-07T22:01:02.038Z Finished dev [unoptimized + debuginfo] target(s) in 19m 40s
35482024-03-07T22:01:10.611Z
35492024-03-07T22:01:10.618Zreal 19:49.911306963
35502024-03-07T22:01:10.618Zuser 1:34:14.749699497
35512024-03-07T22:01:10.619Zsys 17:44.760996600
35522024-03-07T22:01:10.619Ztrap 5.249769533
35532024-03-07T22:01:10.619Ztflt 5.505351327
35542024-03-07T22:01:10.619Zdflt 15:09.017843328
35552024-03-07T22:01:10.619Zkflt 0.389100282
35562024-03-07T22:01:10.619Zlock 3:43:19.123580027
35572024-03-07T22:01:10.619Zslp 6:50:40.674043859
35582024-03-07T22:01:10.619Zlat 5:25.189512118
35592024-03-07T22:01:10.619Zstop 5:53.863552960
35602024-03-07T22:01:12.599Z
35612024-03-07T22:01:12.599Z ##### ###### #### #####
35622024-03-07T22:01:12.599Z # # # #
35632024-03-07T22:01:12.600Z # ##### #### #
35642024-03-07T22:01:12.600Z # # # #
35652024-03-07T22:01:12.600Z # # # # #
35662024-03-07T22:01:12.600Z # ###### #### #
35672024-03-07T22:01:12.600Z
35682024-03-07T22:01:13.342Z Downloading crates ...
35692024-03-07T22:01:14.520Z Downloaded clipboard-win v5.0.0
35702024-03-07T22:01:14.525Z Downloaded rand_hc v0.2.0
35712024-03-07T22:01:14.529Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
35722024-03-07T22:01:14.534Z Downloaded redox_syscall v0.3.5
35732024-03-07T22:01:14.534Z Downloaded anstyle-wincon v3.0.2
35742024-03-07T22:01:14.537Z Downloaded wasite v0.1.0
35752024-03-07T22:01:14.537Z Downloaded security-framework-sys v2.9.1
35762024-03-07T22:01:14.543Z Downloaded system-configuration v0.5.1
35772024-03-07T22:01:14.543Z Downloaded android-tzdata v0.1.1
35782024-03-07T22:01:14.543Z Downloaded redox_syscall v0.4.1
35792024-03-07T22:01:14.546Z Downloaded hermit-abi v0.1.19
35802024-03-07T22:01:14.546Z Downloaded crossterm_winapi v0.9.1
35812024-03-07T22:01:14.555Z Downloaded rdrand v0.4.0
35822024-03-07T22:01:14.555Z Downloaded windows-targets v0.52.0
35832024-03-07T22:01:14.555Z Downloaded android_system_properties v0.1.5
35842024-03-07T22:01:14.562Z Downloaded bumpalo v3.13.0
35852024-03-07T22:01:14.562Z Downloaded hermit-abi v0.3.2
35862024-03-07T22:01:14.562Z Downloaded wasm-bindgen-shared v0.2.87
35872024-03-07T22:01:14.567Z Downloaded wasm-bindgen-macro-support v0.2.87
35882024-03-07T22:01:14.570Z Downloaded critical-section v1.1.2
35892024-03-07T22:01:14.578Z Downloaded rand_core v0.4.2
35902024-03-07T22:01:14.578Z Downloaded wasm-bindgen-macro v0.2.87
35912024-03-07T22:01:14.578Z Downloaded core-foundation-sys v0.8.4
35922024-03-07T22:01:14.583Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
35932024-03-07T22:01:14.583Z Downloaded winapi-util v0.1.5
35942024-03-07T22:01:14.583Z Downloaded error-code v3.0.0
35952024-03-07T22:01:14.583Z Downloaded windows-targets v0.48.5
35962024-03-07T22:01:14.591Z Downloaded rand_core v0.3.1
35972024-03-07T22:01:14.592Z Downloaded system-configuration-sys v0.5.0
35982024-03-07T22:01:14.592Z Downloaded fuchsia-cprng v0.1.1
35992024-03-07T22:01:14.592Z Downloaded iana-time-zone-haiku v0.1.2
36002024-03-07T22:01:14.596Z Downloaded redox_syscall v0.2.16
36012024-03-07T22:01:14.611Z Downloaded redox_users v0.4.3
36022024-03-07T22:01:14.617Z Downloaded atomic-polyfill v0.1.11
36032024-03-07T22:01:14.617Z Downloaded ipconfig v0.3.2
36042024-03-07T22:01:14.625Z Downloaded wasm-bindgen-futures v0.4.37
36052024-03-07T22:01:14.671Z Downloaded fs2 v0.4.3
36062024-03-07T22:01:14.671Z Downloaded core-foundation v0.9.3
36072024-03-07T22:01:14.671Z Downloaded winreg v0.50.0
36082024-03-07T22:01:14.745Z Downloaded wasm-bindgen-backend v0.2.87
36092024-03-07T22:01:14.745Z Downloaded wasm-streams v0.4.0
36102024-03-07T22:01:14.745Z Downloaded encode_unicode v0.3.6
36112024-03-07T22:01:14.745Z Downloaded schannel v0.1.22
36122024-03-07T22:01:14.770Z Downloaded security-framework v2.9.2
36132024-03-07T22:01:14.771Z Downloaded widestring v1.0.2
36142024-03-07T22:01:14.771Z Downloaded js-sys v0.3.64
36152024-03-07T22:01:14.847Z Downloaded wasm-bindgen v0.2.87
36162024-03-07T22:01:15.200Z Downloaded windows_aarch64_gnullvm v0.52.0
36172024-03-07T22:01:15.222Z Downloaded windows_x86_64_gnullvm v0.52.0
36182024-03-07T22:01:15.233Z Downloaded windows_aarch64_gnullvm v0.48.5
36192024-03-07T22:01:15.244Z Downloaded windows_x86_64_gnullvm v0.48.5
36202024-03-07T22:01:15.256Z Downloaded fiat-crypto v0.2.1
36212024-03-07T22:01:15.575Z Downloaded windows_x86_64_msvc v0.48.5
36222024-03-07T22:01:15.597Z Downloaded windows_x86_64_gnu v0.48.5
36232024-03-07T22:01:15.670Z Downloaded web-sys v0.3.64
36242024-03-07T22:01:15.760Z Downloaded windows_aarch64_msvc v0.52.0
36252024-03-07T22:01:15.776Z Downloaded windows_x86_64_msvc v0.52.0
36262024-03-07T22:01:15.790Z Downloaded windows_x86_64_gnu v0.52.0
36272024-03-07T22:01:15.812Z Downloaded windows_i686_gnu v0.48.5
36282024-03-07T22:01:15.836Z Downloaded windows_i686_msvc v0.48.5
36292024-03-07T22:01:15.858Z Downloaded windows_i686_msvc v0.52.0
36302024-03-07T22:01:15.871Z Downloaded windows_i686_gnu v0.52.0
36312024-03-07T22:01:15.894Z Downloaded windows_aarch64_msvc v0.48.5
36322024-03-07T22:01:16.107Z Downloaded linux-raw-sys v0.4.13
36332024-03-07T22:01:16.485Z Downloaded windows-sys v0.52.0
36342024-03-07T22:01:16.609Z Downloaded windows-sys v0.48.0
36352024-03-07T22:01:16.690Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
36362024-03-07T22:01:16.880Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
36372024-03-07T22:01:17.618Z Downloaded windows v0.48.0
36382024-03-07T22:01:18.286Zinfo: experimental features enabled: setup-scripts
36392024-03-07T22:01:19.367Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36402024-03-07T22:01:19.382Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36412024-03-07T22:01:19.382Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36422024-03-07T22:01:32.043Z Finished test [unoptimized + debuginfo] target(s) in 13.76s
36432024-03-07T22:01:35.181Z Starting 1075 tests across 109 binaries (2 skipped)
36442024-03-07T22:01:35.191Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36452024-03-07T22:01:35.757Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36462024-03-07T22:01:41.656Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36472024-03-07T22:01:43.115Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36482024-03-07T22:01:44.761Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36492024-03-07T22:01:50.906Z Finished test [unoptimized + debuginfo] target(s) in 15.66s
36502024-03-07T22:01:50.956Z Running `target/debug/crdb-seed`
36512024-03-07T22:01:51.386ZMar 07 22:01:50.373 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpBTOvDc
36522024-03-07T22:01:51.386ZMar 07 22:01:50.373 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpvyoaKU,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpBTOvDc/listen-url
36532024-03-07T22:01:51.391ZMar 07 22:01:50.373 INFO cockroach environment: BUILDOMAT_JOB_ID=01HRDDK66PVKK2G7T13TQ7Q9D8 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=ajs/vmm-reservoir-bg-thread GITHUB_REF=refs/heads/ajs/vmm-reservoir-bg-thread GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=9027e5b37d2d10cba6a97a3230f19fba6258581f 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-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env23PAEZ NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f25c7e2d-6635-482d-a4a8-0ab1754425cf 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.76.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
36542024-03-07T22:01:52.050ZMar 07 22:01:51.447 INFO cockroach pid: 4167
36552024-03-07T22:01:52.050ZMar 07 22:01:51.447 INFO cockroach listen URL: postgresql://root@[::1]:40079/omicron?sslmode=disable
36562024-03-07T22:01:52.050ZMar 07 22:01:51.447 INFO cockroach: populating
36572024-03-07T22:01:53.868ZMar 07 22:01:53.256 INFO cockroach: populated
36582024-03-07T22:01:56.613ZMar 07 22:01:56.006 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e8224c285513ba7f8d7f6c913ecd9dbc31491ff253df3167b68eaff80cbc2c75.tar`
36592024-03-07T22:01:56.620Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36602024-03-07T22:01:56.658Z PASS [ 0.034s] bootstore schemes::tests::hello_roundtrip
36612024-03-07T22:01:56.686Z PASS [ 0.027s] bootstore schemes::v0::share_pkg::tests::create_packages
36622024-03-07T22:01:56.687Z PASS [ 0.023s] bootstore trust_quorum::rack_secret::tests::create_and_verify
36632024-03-07T22:01:56.701Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
36642024-03-07T22:01:56.701Z PASS [ 0.059s] authz-macros tests::test_authz_snapshots
36652024-03-07T22:01:56.716Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_for_enums
36662024-03-07T22:01:56.716Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
36672024-03-07T22:01:56.716Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
36682024-03-07T22:01:56.716Z PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
36692024-03-07T22:01:56.720Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
36702024-03-07T22:01:56.725Z PASS [ 0.090s] bootstore schemes::v0::peer::tests::network_config
36712024-03-07T22:01:56.734Z PASS [ 0.020s] db-macros tests::test_derive_with_unknown_field
36722024-03-07T22:01:56.734Z PASS [ 0.026s] db-macros tests::test_derive_snapshots
36732024-03-07T22:01:56.745Z PASS [ 0.079s] db-macros lookup::test::test_lookup_snapshots
36742024-03-07T22:01:56.948Z PASS [ 0.219s] dns-server storage::test::test_update_in_progress
36752024-03-07T22:01:57.406Z PASS [ 0.230s] dns-server storage::test::test_update_interrupted
36762024-03-07T22:01:57.406Z PASS [ 0.251s] dns-server storage::test::test_update_basic
36772024-03-07T22:01:57.406Z PASS [ 0.507s] dns-server::basic_test a_crud
36782024-03-07T22:01:57.407Z PASS [ 0.304s] dns-server::basic_test empty_record
36792024-03-07T22:01:57.407Z PASS [ 0.287s] dns-server::basic_test multi_record_crud
36802024-03-07T22:01:57.407Z PASS [ 0.503s] dns-server::basic_test aaaa_crud
36812024-03-07T22:01:57.407Z PASS [ 0.280s] dns-server::basic_test name_contains_zone
36822024-03-07T22:01:57.451Z PASS [ 0.203s] dns-server::basic_test servfail
36832024-03-07T22:01:57.474Z PASS [ 0.231s] dns-server::basic_test nxdomain
36842024-03-07T22:01:57.608Z PASS [ 0.024s] dns-service-client diff::test::diff_equivalent
36852024-03-07T22:01:57.608Z PASS [ 0.053s] dns-service-client diff::test::diff_different
36862024-03-07T22:01:57.608Z PASS [ 0.250s] dns-server::basic_test srv_crud
36872024-03-07T22:01:57.609Z PASS [ 0.029s] dns-service-client diff::test::diff_invalid
36882024-03-07T22:01:57.609Z PASS [ 0.029s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
36892024-03-07T22:01:57.609Z PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
36902024-03-07T22:01:57.621Z PASS [ 0.058s] illumos-utils destructor::test::test_destructor_bad_close
36912024-03-07T22:01:57.621Z PASS [ 0.085s] illumos-utils destructor::test::test_delayed_delete
36922024-03-07T22:01:57.631Z PASS [ 0.025s] illumos-utils link::test::test_allocate
36932024-03-07T22:01:57.639Z PASS [ 0.025s] illumos-utils link::test::test_allocate_within_scopes
36942024-03-07T22:01:57.652Z PASS [ 0.022s] illumos-utils running_zone::tests::test_is_oxide_smf_service
36952024-03-07T22:01:57.661Z PASS [ 0.023s] illumos-utils zone::tests::test_parse_ip_network
36962024-03-07T22:01:57.688Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_bad_zpool_names
36972024-03-07T22:01:57.688Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_external_zpool_name
36982024-03-07T22:01:57.705Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_internal_zpool_name
36992024-03-07T22:01:57.710Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool
37002024-03-07T22:01:57.726Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_zpool_missing_column
37012024-03-07T22:01:57.737Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_zpool_name_json
37022024-03-07T22:01:57.737Z PASS [ 0.473s] dns-server::openapi_test test_dns_server_openapi
37032024-03-07T22:01:57.743Z PASS [ 1.115s] bootstore schemes::v0::peer::tests::basic_3_nodes
37042024-03-07T22:01:57.767Z PASS [ 0.040s] illumos-utils zpool::test::test_zpool_name_regex
37052024-03-07T22:01:57.941Z PASS [ 0.175s] installinator-common block_size_writer::tests::proptest_block_writer
37062024-03-07T22:01:57.976Z PASS [ 0.034s] internal-dns config::test::display_hosts
37072024-03-07T22:01:58.008Z PASS [ 0.026s] internal-dns config::test::display_srv_service
37082024-03-07T22:01:58.064Z PASS [ 0.058s] internal-dns config::test::test_builder_errors
37092024-03-07T22:01:58.138Z PASS [ 0.068s] internal-dns config::test::test_builder_output
37102024-03-07T22:01:58.337Z PASS [ 0.592s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
37112024-03-07T22:01:58.458Z PASS [ 0.914s] illumos-utils destructor::test::test_delayed_delete_with_error
37122024-03-07T22:01:58.620Z PASS [ 0.281s] internal-dns resolver::test::insert_and_lookup_one_record
37132024-03-07T22:01:58.680Z PASS [ 0.547s] internal-dns resolver::test::insert_and_lookup_multiple_records
37142024-03-07T22:01:58.704Z PASS [ 0.235s] internal-dns resolver::test::lookup_nonexistent_record_fails
37152024-03-07T22:01:59.045Z PASS [ 0.356s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
37162024-03-07T22:01:59.056Z PASS [ 0.437s] internal-dns resolver::test::resolver_can_access_backup_dns_server
37172024-03-07T22:01:59.068Z PASS [ 0.387s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
37182024-03-07T22:01:59.096Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
37192024-03-07T22:01:59.135Z PASS [ 0.029s] ipcc tests::serialized_size
37202024-03-07T22:01:59.136Z PASS [ 0.060s] ipcc tests::installinator_image_id_round_trip
37212024-03-07T22:01:59.213Z PASS [ 0.078s] key-manager tests::different_disks_produce_different_keys
37222024-03-07T22:01:59.213Z PASS [ 0.071s] key-manager tests::different_ikm_produces_different_keys
37232024-03-07T22:01:59.232Z PASS [ 0.025s] key-manager tests::disk_encryption_key_epoch_0
37242024-03-07T22:01:59.237Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
37252024-03-07T22:01:59.298Z PASS [ 0.067s] nexus-config nexus_config::test::test_config_bad_toml
37262024-03-07T22:01:59.322Z PASS [ 0.025s] nexus-config nexus_config::test::test_config_empty
37272024-03-07T22:01:59.336Z PASS [ 0.112s] nexus-config nexus_config::test::test_bad_authn_schemes
37282024-03-07T22:01:59.344Z PASS [ 0.023s] nexus-config nexus_config::test::test_config_nonexistent
37292024-03-07T22:01:59.350Z PASS [ 0.307s] internal-dns resolver::test::update_record
37302024-03-07T22:01:59.370Z PASS [ 0.025s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
37312024-03-07T22:01:59.383Z PASS [ 0.047s] nexus-config nexus_config::test::test_deployment_config_schema
37322024-03-07T22:01:59.394Z PASS [ 0.040s] nexus-config nexus_config::test::test_repo_configs_are_valid
37332024-03-07T22:01:59.402Z PASS [ 0.033s] nexus-config nexus_config::test::test_valid
37342024-03-07T22:01:59.407Z PASS [ 0.025s] nexus-config postgres_config::test::test_bad_url
37352024-03-07T22:01:59.412Z PASS [ 0.022s] nexus-config postgres_config::test::test_example_url
37362024-03-07T22:01:59.447Z PASS [ 0.028s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
37372024-03-07T22:01:59.863Z PASS [ 0.044s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
37382024-03-07T22:01:59.875Z PASS [ 0.030s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
37392024-03-07T22:01:59.875Z PASS [ 0.070s] nexus-db-model device_auth::test::test_generate_user_code
37402024-03-07T22:01:59.875Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
37412024-03-07T22:01:59.875Z PASS [ 0.044s] nexus-db-model semver_version::test::test_to_from_sortable_string
37422024-03-07T22:01:59.875Z PASS [ 0.025s] nexus-db-model tests::test_roles_database_strings
37432024-03-07T22:01:59.875Z PASS [ 0.038s] nexus-db-model tests::test_ipv6_net_random_subnet
37442024-03-07T22:01:59.875Z PASS [ 0.036s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
37452024-03-07T22:01:59.875Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
37462024-03-07T22:01:59.875Z PASS [ 0.068s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
37472024-03-07T22:01:59.875Z PASS [ 0.079s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
37482024-03-07T22:01:59.875Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
37492024-03-07T22:01:59.875Z PASS [ 0.038s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
37502024-03-07T22:01:59.876Z PASS [ 0.037s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
37512024-03-07T22:01:59.876Z PASS [ 0.070s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
37522024-03-07T22:01:59.876Z PASS [ 0.037s] nexus-db-queries authn::external::session_cookie::test::test_get_token
37532024-03-07T22:01:59.876Z PASS [ 0.151s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
37542024-03-07T22:01:59.876Z PASS [ 0.132s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
37552024-03-07T22:01:59.876Z PASS [ 0.037s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
37562024-03-07T22:01:59.876Z PASS [ 0.031s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
37572024-03-07T22:01:59.876Z PASS [ 0.032s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
37582024-03-07T22:01:59.876Z PASS [ 0.028s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
37592024-03-07T22:01:59.876Z PASS [ 0.030s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
37602024-03-07T22:01:59.876Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
37612024-03-07T22:01:59.876Z PASS [ 0.032s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
37622024-03-07T22:01:59.876Z PASS [ 0.041s] nexus-db-queries authn::external::spoof::test::test_make_header_value
37632024-03-07T22:01:59.892Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
37642024-03-07T22:01:59.898Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
37652024-03-07T22:01:59.902Z PASS [ 0.034s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
37662024-03-07T22:01:59.912Z PASS [ 0.028s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
37672024-03-07T22:01:59.928Z PASS [ 0.034s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
37682024-03-07T22:01:59.935Z PASS [ 2.678s] dns-server::commands_test test_dnsadm
37692024-03-07T22:01:59.939Z PASS [ 0.030s] nexus-db-queries authn::external::token::test::test_make_header_value
37702024-03-07T22:01:59.959Z PASS [ 0.059s] nexus-db-queries authn::external::test::test_authn_sequence
37712024-03-07T22:01:59.984Z PASS [ 0.031s] nexus-db-queries authn::external::token::test::test_token_header_missing
37722024-03-07T22:01:59.984Z PASS [ 0.038s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
37732024-03-07T22:01:59.984Z PASS [ 0.035s] nexus-db-queries authn::external::token::test::test_token_header_valid
37742024-03-07T22:02:00.019Z PASS [ 0.059s] nexus-db-queries authn::test::test_internal_users
37752024-03-07T22:02:00.038Z PASS [ 0.066s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
37762024-03-07T22:02:02.930Z PASS [ 5.195s] installinator mock_peers::tests::proptest_fetch_artifact
37772024-03-07T22:02:03.067Z PASS [ 5.327s] installinator write::tests::proptest_write_artifact
37782024-03-07T22:02:06.331Z PASS [ 6.355s] nexus-db-queries authz::context::test::test_unregistered_resource
37792024-03-07T22:02:06.604Z PASS [ 6.525s] nexus-db-queries context::test::test_background_context
37802024-03-07T22:02:09.817Z PASS [ 6.740s] nexus-db-queries context::test::test_test_context
37812024-03-07T22:02:10.017Z PASS [ 7.085s] nexus-db-queries context::test::test_child_context
37822024-03-07T22:02:11.793Z PASS [ 11.814s] nexus-db-queries authz::policy_test::test_conferred_roles
37832024-03-07T22:02:13.373Z PASS [ 7.045s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
37842024-03-07T22:02:13.687Z PASS [ 7.113s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
37852024-03-07T22:02:16.592Z PASS [ 6.782s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
37862024-03-07T22:02:16.816Z PASS [ 6.798s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
37872024-03-07T22:02:18.979Z PASS [ 7.177s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
37882024-03-07T22:02:20.762Z PASS [ 6.983s] nexus-db-queries db::collection_attach::test::test_attach_once
37892024-03-07T22:02:20.765Z PASS [ 0.043s] nexus-db-queries db::collection_attach::test::test_verify_query
37902024-03-07T22:02:20.765Z PASS [ 6.977s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
37912024-03-07T22:02:23.820Z PASS [ 7.214s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
37922024-03-07T22:02:23.937Z PASS [ 7.111s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
37932024-03-07T22:02:26.521Z PASS [ 7.546s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
37942024-03-07T22:02:27.770Z PASS [ 7.369s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
37952024-03-07T22:02:27.840Z PASS [ 7.138s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
37962024-03-07T22:02:27.853Z PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query
37972024-03-07T22:02:28.416Z PASS [ 31.756s] bootstore::v0-fsm-proptest-learner run
37982024-03-07T22:02:30.495Z PASS [ 6.681s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
37992024-03-07T22:02:31.144Z PASS [ 7.217s] nexus-db-queries db::collection_detach::test::test_detach_once
38002024-03-07T22:02:31.622Z PASS [ 31.598s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
38012024-03-07T22:02:32.526Z PASS [ 6.000s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
38022024-03-07T22:02:32.991Z PASS [ 36.324s] bootstore::v0-fsm-proptest-rack-coordinator run
38032024-03-07T22:02:33.486Z PASS [ 5.718s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
38042024-03-07T22:02:33.492Z PASS [ 5.652s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
38052024-03-07T22:02:33.537Z PASS [ 0.032s] nexus-db-queries db::collection_detach_many::test::test_verify_query
38062024-03-07T22:02:33.613Z PASS [ 5.196s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
38072024-03-07T22:02:35.565Z PASS [ 5.071s] nexus-db-queries db::collection_detach_many::test::test_detach_many
38082024-03-07T22:02:35.600Z PASS [ 0.033s] nexus-db-queries db::collection_insert::test::test_verify_query
38092024-03-07T22:02:35.633Z PASS [ 0.034s] nexus-db-queries db::column_walker::test::test_walk_columns
38102024-03-07T22:02:35.659Z PASS [ 0.030s] nexus-db-queries db::column_walker::test::test_walk_table
38112024-03-07T22:02:36.126Z PASS [ 4.977s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
38122024-03-07T22:02:36.749Z PASS [ 0.052s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
38132024-03-07T22:02:36.766Z PASS [ 0.030s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
38142024-03-07T22:02:36.766Z PASS [ 0.027s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
38152024-03-07T22:02:36.767Z PASS [ 0.026s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
38162024-03-07T22:02:36.777Z PASS [ 4.866s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
38172024-03-07T22:02:37.975Z PASS [ 5.454s] nexus-db-queries db::collection_detach_many::test::test_detach_once
38182024-03-07T22:02:38.149Z PASS [ 5.158s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
38192024-03-07T22:02:38.238Z PASS [ 4.703s] nexus-db-queries db::collection_insert::test::test_collection_not_present
38202024-03-07T22:02:38.308Z PASS [ 4.697s] nexus-db-queries db::collection_insert::test::test_collection_present
38212024-03-07T22:02:38.702Z PASS [ 5.212s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
38222024-03-07T22:02:38.734Z PASS [ 0.035s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
38232024-03-07T22:02:41.090Z PASS [ 5.429s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
38242024-03-07T22:02:41.175Z PASS [ 4.677s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
38252024-03-07T22:02:41.509Z PASS [ 5.250s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
38262024-03-07T22:02:43.666Z PASS [ 5.686s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
38272024-03-07T22:02:43.956Z PASS [ 5.641s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
38282024-03-07T22:02:44.016Z PASS [ 5.279s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
38292024-03-07T22:02:44.114Z PASS [ 5.865s] nexus-db-queries db::datastore::deployment::tests::test_set_target
38302024-03-07T22:02:44.285Z PASS [ 6.130s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
38312024-03-07T22:02:46.508Z PASS [ 5.414s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
38322024-03-07T22:02:46.874Z PASS [ 5.366s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
38332024-03-07T22:02:47.166Z PASS [ 5.996s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
38342024-03-07T22:02:49.278Z PASS [ 5.615s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
38352024-03-07T22:02:49.392Z PASS [ 5.441s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
38362024-03-07T22:02:49.417Z PASS [ 5.402s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
38372024-03-07T22:02:49.854Z PASS [ 5.573s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
38382024-03-07T22:02:51.367Z PASS [ 7.263s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
38392024-03-07T22:02:51.593Z PASS [ 5.080s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
38402024-03-07T22:02:52.359Z PASS [ 5.191s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
38412024-03-07T22:02:53.576Z PASS [ 6.700s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
38422024-03-07T22:02:54.706Z PASS [ 5.407s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
38432024-03-07T22:02:54.769Z PASS [ 5.364s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
38442024-03-07T22:02:54.839Z PASS [ 5.421s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
38452024-03-07T22:02:55.152Z PASS [ 5.295s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
38462024-03-07T22:02:57.111Z PASS [ 5.393s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
38472024-03-07T22:02:57.111Z PASS [ 5.306s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
38482024-03-07T22:02:57.595Z PASS [ 5.239s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
38492024-03-07T22:02:58.620Z PASS [ 5.038s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
38502024-03-07T22:02:58.644Z PASS [ 0.028s] nexus-db-queries db::datastore::region::test::test_extent_count
38512024-03-07T22:03:00.227Z PASS [ 5.539s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
38522024-03-07T22:03:00.477Z PASS [ 5.635s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
38532024-03-07T22:03:00.568Z PASS [ 5.809s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
38542024-03-07T22:03:00.643Z PASS [ 5.488s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
38552024-03-07T22:03:02.794Z PASS [ 6.036s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
38562024-03-07T22:03:02.853Z PASS [ 5.959s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
38572024-03-07T22:03:02.899Z PASS [ 5.296s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
38582024-03-07T22:03:05.235Z PASS [ 6.593s] nexus-db-queries db::datastore::sled::test::sled_list_batch
38592024-03-07T22:03:06.132Z PASS [ 5.562s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
38602024-03-07T22:03:06.133Z PASS [ 5.489s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
38612024-03-07T22:03:06.163Z PASS [ 5.923s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
38622024-03-07T22:03:08.077Z PASS [ 7.587s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
38632024-03-07T22:03:08.331Z PASS [ 5.436s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
38642024-03-07T22:03:08.338Z PASS [ 5.487s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
38652024-03-07T22:03:08.571Z PASS [ 5.781s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
38662024-03-07T22:03:10.506Z PASS [ 5.268s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
38672024-03-07T22:03:10.959Z PASS [ 4.803s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
38682024-03-07T22:03:11.445Z PASS [ 5.309s] nexus-db-queries db::datastore::test::test_project_creation
38692024-03-07T22:03:11.842Z PASS [ 5.714s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
38702024-03-07T22:03:13.724Z PASS [ 5.657s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
38712024-03-07T22:03:13.957Z PASS [ 5.617s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
38722024-03-07T22:03:17.230Z PASS [ 8.894s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
38732024-03-07T22:03:17.399Z PASS [ 8.802s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
38742024-03-07T22:03:17.497Z PASS [ 5.642s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
38752024-03-07T22:03:18.736Z PASS [ 8.229s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
38762024-03-07T22:03:19.296Z PASS [ 5.558s] nexus-db-queries db::datastore::test::test_session_methods
38772024-03-07T22:03:20.042Z PASS [ 8.595s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
38782024-03-07T22:03:20.134Z PASS [ 9.177s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
38792024-03-07T22:03:20.336Z PASS [ 6.379s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
38802024-03-07T22:03:20.368Z PASS [ 0.031s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
38812024-03-07T22:03:20.400Z PASS [ 0.031s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
38822024-03-07T22:03:20.465Z PASS [ 0.036s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
38832024-03-07T22:03:20.487Z PASS [ 0.035s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
38842024-03-07T22:03:22.480Z PASS [ 5.248s] nexus-db-queries db::datastore::test::test_ssh_keys
38852024-03-07T22:03:22.511Z PASS [ 5.112s] nexus-db-queries db::datastore::test::test_table_scan
38862024-03-07T22:03:22.696Z PASS [ 5.208s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
38872024-03-07T22:03:24.128Z PASS [ 5.387s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
38882024-03-07T22:03:24.790Z PASS [ 4.736s] nexus-db-queries db::explain::test::test_explain_async
38892024-03-07T22:03:24.800Z PASS [ 4.665s] nexus-db-queries db::explain::test::test_explain_full_table_scan
38902024-03-07T22:03:24.821Z PASS [ 0.041s] nexus-db-queries db::pagination::test::test_paginator
38912024-03-07T22:03:24.947Z PASS [ 5.665s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
38922024-03-07T22:03:25.540Z PASS [ 5.072s] nexus-db-queries db::lookup::test::test_lookup
38932024-03-07T22:03:27.633Z PASS [ 4.935s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
38942024-03-07T22:03:27.638Z PASS [ 5.149s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
38952024-03-07T22:03:28.093Z PASS [ 5.614s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
38962024-03-07T22:03:29.418Z PASS [ 5.289s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
38972024-03-07T22:03:29.541Z PASS [ 4.740s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
38982024-03-07T22:03:30.712Z PASS [ 5.892s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
38992024-03-07T22:03:30.789Z PASS [ 5.839s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
39002024-03-07T22:03:31.203Z PASS [ 5.651s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
39012024-03-07T22:03:33.002Z PASS [ 5.369s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
39022024-03-07T22:03:33.061Z PASS [ 5.420s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
39032024-03-07T22:03:33.468Z PASS [ 5.376s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
39042024-03-07T22:03:33.919Z PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
39052024-03-07T22:03:35.132Z PASS [ 5.715s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
39062024-03-07T22:03:35.445Z PASS [ 5.899s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
39072024-03-07T22:03:36.476Z PASS [ 5.764s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
39082024-03-07T22:03:36.520Z PASS [ 5.732s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
39092024-03-07T22:03:36.946Z PASS [ 5.751s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
39102024-03-07T22:03:38.768Z PASS [ 5.762s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
39112024-03-07T22:03:39.317Z PASS [ 5.811s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
39122024-03-07T22:03:41.984Z PASS [ 5.402s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
39132024-03-07T22:03:42.024Z PASS [ 6.000s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
39142024-03-07T22:03:42.032Z PASS [ 5.464s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
39152024-03-07T22:03:42.032Z PASS [ 5.421s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
39162024-03-07T22:03:42.758Z PASS [ 5.806s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
39172024-03-07T22:03:43.719Z PASS [ 10.657s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
39182024-03-07T22:03:44.480Z PASS [ 5.716s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
39192024-03-07T22:03:44.513Z PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
39202024-03-07T22:03:44.573Z PASS [ 5.255s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
39212024-03-07T22:03:44.606Z PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
39222024-03-07T22:03:44.641Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
39232024-03-07T22:03:46.163Z PASS [ 5.312s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
39242024-03-07T22:03:46.195Z PASS [ 0.034s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
39252024-03-07T22:03:46.509Z PASS [ 5.360s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
39262024-03-07T22:03:46.579Z PASS [ 0.081s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
39272024-03-07T22:03:46.611Z PASS [ 0.033s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
39282024-03-07T22:03:46.646Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
39292024-03-07T22:03:46.679Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
39302024-03-07T22:03:46.720Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
39312024-03-07T22:03:47.821Z PASS [ 5.825s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
39322024-03-07T22:03:47.821Z PASS [ 5.831s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
39332024-03-07T22:03:48.635Z PASS [ 5.882s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
39342024-03-07T22:03:49.521Z PASS [ 5.784s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
39352024-03-07T22:03:49.702Z PASS [ 5.047s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
39362024-03-07T22:03:49.727Z PASS [ 0.036s] nexus-defaults tests::test_random_vpc_ipv6_prefix
39372024-03-07T22:03:50.014Z PASS [ 0.289s] nexus-inventory builder::test::test_basic
39382024-03-07T22:03:50.043Z PASS [ 0.025s] nexus-inventory builder::test::test_empty
39392024-03-07T22:03:50.077Z PASS [ 0.038s] nexus-inventory builder::test::test_problems
39402024-03-07T22:03:51.047Z PASS [ 4.857s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
39412024-03-07T22:03:51.076Z PASS [ 1.000s] nexus-inventory collector::test::test_basic
39422024-03-07T22:03:51.423Z PASS [ 0.338s] nexus-inventory collector::test::test_multi_mgs_failure
39432024-03-07T22:03:51.429Z PASS [ 4.712s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
39442024-03-07T22:03:51.896Z PASS [ 0.848s] nexus-inventory collector::test::test_multi_mgs
39452024-03-07T22:03:51.944Z PASS [ 0.049s] nexus-reconfigurator-execution dns::test::test_blueprint_dns_basic
39462024-03-07T22:03:51.979Z PASS [ 0.034s] nexus-reconfigurator-execution dns::test::test_blueprint_dns_empty
39472024-03-07T22:03:52.009Z PASS [ 0.582s] nexus-inventory collector::test::test_sled_agent_failure
39482024-03-07T22:03:52.437Z PASS [ 0.035s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
39492024-03-07T22:03:52.513Z PASS [ 4.727s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
39502024-03-07T22:03:52.553Z PASS [ 4.773s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
39512024-03-07T22:03:52.663Z PASS [ 0.116s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
39522024-03-07T22:03:52.680Z PASS [ 0.173s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases
39532024-03-07T22:03:52.704Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::test::test_basic
39542024-03-07T22:03:52.710Z PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::test::test_initial
39552024-03-07T22:03:52.763Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
39562024-03-07T22:03:52.764Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
39572024-03-07T22:03:53.245Z PASS [ 0.025s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
39582024-03-07T22:03:53.245Z PASS [ 0.026s] nexus-reconfigurator-planning ip_allocator::test::test_basic
39592024-03-07T22:03:53.245Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
39602024-03-07T22:03:53.245Z PASS [ 0.042s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
39612024-03-07T22:03:53.246Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
39622024-03-07T22:03:53.246Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
39632024-03-07T22:03:53.246Z PASS [ 0.047s] nexus-types external_api::shared::test::test_policy_parsing
39642024-03-07T22:03:53.246Z PASS [ 0.116s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
39652024-03-07T22:03:53.246Z PASS [ 0.081s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
39662024-03-07T22:03:53.246Z PASS [ 0.151s] omicron-certificates tests::test_cert_extended_key_usage
39672024-03-07T22:03:53.246Z PASS [ 0.158s] omicron-certificates tests::test_common_name_is_validated
39682024-03-07T22:03:53.246Z PASS [ 8.656s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
39692024-03-07T22:03:53.246Z PASS [ 0.027s] omicron-common address::test::test_ip_range_checks_non_decreasing
39702024-03-07T22:03:53.246Z PASS [ 0.043s] omicron-common address::test::test_dns_subnets
39712024-03-07T22:03:53.246Z PASS [ 0.035s] omicron-common address::test::test_ip_range_enum_deserialization
39722024-03-07T22:03:53.246Z PASS [ 0.033s] omicron-common address::test::test_ip_range_iter
39732024-03-07T22:03:53.257Z PASS [ 0.025s] omicron-common address::test::test_ip_range_try_from
39742024-03-07T22:03:53.264Z PASS [ 0.113s] omicron-certificates tests::test_subject_alternate_names_are_validated
39752024-03-07T22:03:53.273Z PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize
39762024-03-07T22:03:53.279Z PASS [ 0.022s] omicron-common address::test::test_sled_address
39772024-03-07T22:03:53.287Z PASS [ 0.023s] omicron-common api::external::error::test::test_bail_unless
39782024-03-07T22:03:53.296Z PASS [ 0.021s] omicron-common api::external::error::test::test_context
39792024-03-07T22:03:53.312Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_pagination_examples
39802024-03-07T22:03:53.329Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_schemas
39812024-03-07T22:03:53.343Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id
39822024-03-07T22:03:53.353Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
39832024-03-07T22:03:53.354Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_name
39842024-03-07T22:03:53.365Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
39852024-03-07T22:03:53.388Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount
39862024-03-07T22:03:53.395Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
39872024-03-07T22:03:53.395Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount_display
39882024-03-07T22:03:53.409Z PASS [ 0.024s] omicron-common api::external::test::test_firewall_deserialization
39892024-03-07T22:03:53.417Z PASS [ 0.039s] omicron-common api::external::test::test_digest
39902024-03-07T22:03:53.437Z PASS [ 0.028s] omicron-common api::external::test::test_firewall_rule_target_parse
39912024-03-07T22:03:53.442Z PASS [ 0.053s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
39922024-03-07T22:03:53.456Z PASS [ 0.038s] omicron-common api::external::test::test_hostname_from_str
39932024-03-07T22:03:53.467Z PASS [ 0.018s] omicron-common api::external::test::test_ip_port_range_into_str
39942024-03-07T22:03:53.467Z PASS [ 0.024s] omicron-common api::external::test::test_ip_port_range_from_str
39952024-03-07T22:03:53.532Z PASS [ 0.019s] omicron-common api::external::test::test_ipnet_first_last_address
39962024-03-07T22:03:53.532Z PASS [ 0.019s] omicron-common api::external::test::test_ipnet_serde
39972024-03-07T22:03:53.533Z PASS [ 0.020s] omicron-common api::external::test::test_ipv4_net_operations
39982024-03-07T22:03:53.533Z PASS [ 0.018s] omicron-common api::external::test::test_ipv6_net_operations
39992024-03-07T22:03:53.533Z PASS [ 0.024s] omicron-common api::external::test::test_mac_system_iterator
40002024-03-07T22:03:53.534Z PASS [ 0.023s] omicron-common api::external::test::test_mac_to_int_conversions
40012024-03-07T22:03:53.534Z PASS [ 0.022s] omicron-common api::external::test::test_macaddr
40022024-03-07T22:03:53.555Z PASS [ 0.019s] omicron-common api::external::test::test_name_parse
40032024-03-07T22:03:53.556Z PASS [ 0.020s] omicron-common api::external::test::test_name_parse_from_param
40042024-03-07T22:03:53.556Z PASS [ 0.020s] omicron-common api::external::test::test_resource_name_parse
40052024-03-07T22:03:53.556Z PASS [ 0.021s] omicron-common api::external::test::test_role_name_parse
40062024-03-07T22:03:53.560Z PASS [ 0.027s] omicron-common api::external::test::test_route_destination_parse
40072024-03-07T22:03:53.565Z PASS [ 0.029s] omicron-common api::external::test::test_route_target_parse
40082024-03-07T22:03:53.571Z PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize
40092024-03-07T22:03:53.576Z PASS [ 0.021s] omicron-common api::external::test::test_semver_validation
40102024-03-07T22:03:53.584Z PASS [ 0.020s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
40112024-03-07T22:03:53.617Z PASS [ 0.040s] omicron-common ledger::test::test_commit_handles_write_failures
40122024-03-07T22:03:53.617Z PASS [ 0.033s] omicron-common ledger::test::test_create_default_ledger
40132024-03-07T22:03:53.622Z PASS [ 0.038s] omicron-common ledger::test::test_create_ledger_reads_from_storage
40142024-03-07T22:03:53.642Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
40152024-03-07T22:03:53.651Z PASS [ 0.032s] omicron-common update::tests::serde_artifact_kind
40162024-03-07T22:03:53.987Z PASS [ 5.346s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
40172024-03-07T22:03:54.088Z PASS [ 0.098s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
40182024-03-07T22:03:54.170Z PASS [ 0.071s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
40192024-03-07T22:03:54.216Z PASS [ 0.571s] omicron-dev::test_omicron_dev test_cert_create
40202024-03-07T22:03:54.232Z PASS [ 0.076s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
40212024-03-07T22:03:54.277Z PASS [ 0.077s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
40222024-03-07T22:03:54.357Z PASS [ 0.085s] omicron-gateway management_switch::location_map::tests::test_config_validation
40232024-03-07T22:03:54.362Z PASS [ 4.858s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
40242024-03-07T22:03:54.401Z PASS [ 0.046s] omicron-gateway management_switch::location_map::tests::test_resolve_location
40252024-03-07T22:03:54.864Z PASS [ 0.459s] omicron-gateway::test_all integration_tests::component_list::component_list
40262024-03-07T22:03:54.994Z PASS [ 0.629s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
40272024-03-07T22:03:55.218Z PASS [ 0.223s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
40282024-03-07T22:03:55.240Z PASS [ 0.375s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
40292024-03-07T22:03:55.434Z PASS [ 0.216s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
40302024-03-07T22:03:59.636Z PASS [ 5.989s] omicron-dev::test_omicron_dev test_db_killed
40312024-03-07T22:04:12.693Z PASS [ 13.130s] omicron-dev::test_omicron_dev test_run_all
40322024-03-07T22:04:12.694Z PASS [ 15.762s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
40332024-03-07T22:04:12.706Z PASS [ 16.531s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
40342024-03-07T22:04:12.706Z PASS [ 14.698s] omicron-dev::test_omicron_dev test_db_run
40352024-03-07T22:04:12.706Z PASS [ 17.125s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking
40362024-03-07T22:04:12.707Z PASS [ 14.201s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
40372024-03-07T22:04:12.707Z PASS [ 14.410s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
40382024-03-07T22:04:14.251Z PASS [ 14.613s] omicron-nexus app::background::common::test::test_activation_in_progress
40392024-03-07T22:04:20.483Z PASS [ 12.706s] omicron-nexus app::background::common::test::test_saga_request_flow
40402024-03-07T22:04:20.633Z PASS [ 13.270s] omicron-nexus app::background::common::test::test_driver_basic
40412024-03-07T22:04:20.739Z PASS [ 0.105s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
40422024-03-07T22:04:21.136Z PASS [ 13.170s] omicron-nexus app::background::dns_config::test::test_basic
40432024-03-07T22:04:21.166Z PASS [ 0.694s] omicron-nexus app::external_endpoints::test::test_authority
40442024-03-07T22:04:21.215Z PASS [ 0.050s] omicron-nexus app::external_endpoints::test::test_no_endpoint
40452024-03-07T22:04:21.229Z PASS [ 0.091s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
40462024-03-07T22:04:21.280Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
40472024-03-07T22:04:21.332Z PASS [ 12.977s] omicron-nexus app::background::dns_propagation::test::test_basic
40482024-03-07T22:04:21.899Z PASS [ 1.159s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
40492024-03-07T22:04:22.020Z PASS [ 12.875s] omicron-nexus app::background::external_endpoints::test::test_basic
40502024-03-07T22:04:22.265Z PASS [ 12.627s] omicron-nexus app::background::init::test::test_dns_propagation_basic
40512024-03-07T22:04:25.757Z PASS [ 16.100s] omicron-nexus app::background::inventory_collection::test::test_basic
40522024-03-07T22:04:27.129Z PASS [ 12.873s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
40532024-03-07T22:04:36.489Z PASS [ 14.181s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
40542024-03-07T22:04:37.012Z PASS [ 15.674s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
40552024-03-07T22:04:37.400Z PASS [ 15.371s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
40562024-03-07T22:04:37.409Z PASS [ 15.135s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
40572024-03-07T22:04:38.235Z PASS [ 16.998s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
40582024-03-07T22:04:38.459Z PASS [ 17.168s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
40592024-03-07T22:04:56.533Z PASS [ 19.128s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
40602024-03-07T22:04:56.637Z PASS [ 19.627s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
40612024-03-07T22:04:56.879Z PASS [ 19.478s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
40622024-03-07T22:04:57.670Z PASS [ 21.587s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
40632024-03-07T22:05:01.121Z PASS [ 22.888s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
40642024-03-07T22:05:01.187Z PASS [ 22.725s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
40652024-03-07T22:05:17.056Z PASS [ 20.416s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
40662024-03-07T22:05:18.028Z PASS [ 21.480s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
40672024-03-07T22:05:20.665Z PASS [ 23.779s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
40682024-03-07T22:05:22.000Z PASS [ 20.818s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
40692024-03-07T22:05:22.584Z PASS [ 21.037s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
40702024-03-07T22:05:22.610Z PASS [ 24.519s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
40712024-03-07T22:05:25.763Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40722024-03-07T22:05:27.137Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40732024-03-07T22:05:38.187Z PASS [ 20.146s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
40742024-03-07T22:05:41.221Z PASS [ 19.053s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
40752024-03-07T22:05:41.264Z PASS [ 19.064s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
40762024-03-07T22:05:41.537Z PASS [ 19.525s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
40772024-03-07T22:05:44.686Z PASS [ 24.015s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
40782024-03-07T22:05:45.142Z PASS [ 0.048s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
40792024-03-07T22:05:54.380Z PASS [ 13.146s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
40802024-03-07T22:05:56.184Z PASS [ 18.015s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
40812024-03-07T22:05:56.253Z PASS [ 39.189s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40822024-03-07T22:06:00.383Z PASS [ 15.656s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
40832024-03-07T22:06:09.412Z PASS [ 13.155s] omicron-nexus app::sagas::test_saga::test_saga_stuck
40842024-03-07T22:06:12.823Z PASS [ 18.451s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
40852024-03-07T22:06:17.496Z PASS [ 21.306s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
40862024-03-07T22:06:17.541Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
40872024-03-07T22:06:17.597Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
40882024-03-07T22:06:17.655Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
40892024-03-07T22:06:17.700Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
40902024-03-07T22:06:17.754Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
40912024-03-07T22:06:17.800Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
40922024-03-07T22:06:17.842Z PASS [ 17.456s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
40932024-03-07T22:06:17.849Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_relative_uri
40942024-03-07T22:06:17.951Z PASS [ 0.100s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
40952024-03-07T22:06:18.503Z PASS [ 5.682s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
40962024-03-07T22:06:23.346Z PASS [ 13.934s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
40972024-03-07T22:06:25.776Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40982024-03-07T22:06:25.974Z PASS [ 2.628s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
40992024-03-07T22:06:26.810Z PASS [ 0.834s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
41002024-03-07T22:06:26.933Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
41012024-03-07T22:06:27.149Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41022024-03-07T22:06:31.986Z PASS [ 13.473s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
41032024-03-07T22:06:32.260Z PASS [ 14.313s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
41042024-03-07T22:06:40.632Z PASS [ 13.696s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
41052024-03-07T22:06:41.276Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41062024-03-07T22:06:41.541Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
41072024-03-07T22:06:42.630Z PASS [ 61.087s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
41082024-03-07T22:06:45.489Z PASS [ 13.508s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
41092024-03-07T22:06:46.209Z PASS [ 13.948s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
41102024-03-07T22:06:54.972Z PASS [ 14.337s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
41112024-03-07T22:06:56.996Z PASS [ 14.367s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
41122024-03-07T22:06:59.225Z PASS [ 13.735s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
41132024-03-07T22:06:59.354Z PASS [ 13.142s] omicron-nexus::test_all integration_tests::basic::test_ping
41142024-03-07T22:07:22.972Z PASS [ 16.871s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
41152024-03-07T22:07:22.972Z PASS [ 12.996s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
41162024-03-07T22:07:22.972Z PASS [ 13.150s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
41172024-03-07T22:07:23.002Z PASS [ 55.631s] omicron-nexus populate::test::test_populators
41182024-03-07T22:07:23.002Z PASS [ 18.910s] omicron-nexus::test_all integration_tests::basic::test_projects_list
41192024-03-07T22:07:25.531Z PASS [ 13.689s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
41202024-03-07T22:07:25.789Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41212024-03-07T22:07:25.851Z PASS [ 13.493s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
41222024-03-07T22:07:25.881Z PASS [ 13.480s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
41232024-03-07T22:07:27.166Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41242024-03-07T22:07:28.447Z PASS [ 14.951s] omicron-nexus::test_all integration_tests::certificates::test_crud
41252024-03-07T22:07:28.544Z PASS [ 0.096s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
41262024-03-07T22:07:28.639Z PASS [ 2.790s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
41272024-03-07T22:07:28.647Z PASS [ 2.786s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
41282024-03-07T22:07:29.036Z PASS [ 13.116s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
41292024-03-07T22:07:29.200Z PASS [ 0.556s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
41302024-03-07T22:07:29.799Z PASS [ 0.844s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
41312024-03-07T22:07:41.290Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41322024-03-07T22:07:42.763Z PASS [ 14.113s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
41332024-03-07T22:07:42.771Z PASS [ 13.742s] omicron-nexus::test_all integration_tests::console_api::test_assets
41342024-03-07T22:07:42.944Z PASS [ 13.743s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
41352024-03-07T22:07:43.772Z PASS [ 18.237s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
41362024-03-07T22:07:45.561Z PASS [ 16.172s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
41372024-03-07T22:07:56.867Z PASS [ 14.095s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
41382024-03-07T22:07:57.114Z PASS [ 14.150s] omicron-nexus::test_all integration_tests::console_api::test_session_me
41392024-03-07T22:07:58.167Z PASS [ 14.390s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
41402024-03-07T22:08:00.245Z PASS [ 17.474s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
41412024-03-07T22:08:01.847Z PASS [ 16.285s] omicron-nexus::test_all integration_tests::console_api::test_sessions
41422024-03-07T22:08:10.801Z PASS [ 13.925s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
41432024-03-07T22:08:11.666Z PASS [ 14.569s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
41442024-03-07T22:08:13.718Z PASS [ 15.551s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
41452024-03-07T22:08:17.767Z PASS [ 15.917s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
41462024-03-07T22:08:24.799Z PASS [ 24.551s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
41472024-03-07T22:08:25.798Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41482024-03-07T22:08:26.579Z PASS [ 165.285s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41492024-03-07T22:08:27.171Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41502024-03-07T22:08:27.368Z PASS [ 16.568s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
41512024-03-07T22:08:28.316Z PASS [ 16.648s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
41522024-03-07T22:08:28.619Z PASS [ 14.884s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
41532024-03-07T22:08:40.758Z PASS [ 22.988s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
41542024-03-07T22:08:42.621Z PASS [ 15.250s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
41552024-03-07T22:08:43.423Z PASS [ 14.816s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
41562024-03-07T22:08:43.660Z PASS [ 15.343s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
41572024-03-07T22:08:51.222Z PASS [ 26.422s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
41582024-03-07T22:08:54.757Z PASS [ 13.995s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
41592024-03-07T22:08:55.874Z PASS [ 29.282s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
41602024-03-07T22:08:56.448Z PASS [ 13.827s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
41612024-03-07T22:08:56.682Z PASS [ 13.256s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
41622024-03-07T22:08:59.347Z PASS [ 15.683s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
41632024-03-07T22:09:09.672Z PASS [ 14.810s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
41642024-03-07T22:09:11.963Z PASS [ 15.278s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
41652024-03-07T22:09:12.149Z PASS [ 16.284s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
41662024-03-07T22:09:12.804Z PASS [ 16.348s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
41672024-03-07T22:09:13.641Z PASS [ 22.414s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
41682024-03-07T22:09:15.474Z PASS [ 16.122s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
41692024-03-07T22:09:24.398Z PASS [ 14.828s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
41702024-03-07T22:09:25.810Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41712024-03-07T22:09:27.191Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41722024-03-07T22:09:30.395Z PASS [ 14.921s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
41732024-03-07T22:09:33.118Z PASS [ 21.153s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
41742024-03-07T22:09:36.510Z PASS [ 24.357s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
41752024-03-07T22:09:43.603Z PASS [ 29.953s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
41762024-03-07T22:09:44.523Z PASS [ 31.718s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
41772024-03-07T22:09:45.349Z PASS [ 14.952s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
41782024-03-07T22:09:46.493Z PASS [ 22.091s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
41792024-03-07T22:09:49.999Z PASS [ 13.487s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
41802024-03-07T22:09:50.414Z PASS [ 0.415s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
41812024-03-07T22:09:50.907Z PASS [ 0.491s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
41822024-03-07T22:09:51.365Z PASS [ 0.458s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
41832024-03-07T22:09:51.838Z PASS [ 0.473s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
41842024-03-07T22:09:53.436Z PASS [ 20.312s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
41852024-03-07T22:09:57.248Z PASS [ 13.648s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
41862024-03-07T22:09:58.735Z PASS [ 14.210s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
41872024-03-07T22:09:59.131Z PASS [ 13.780s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
41882024-03-07T22:10:00.244Z PASS [ 13.748s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
41892024-03-07T22:10:05.372Z PASS [ 13.532s] omicron-nexus::test_all integration_tests::images::test_image_create
41902024-03-07T22:10:08.040Z PASS [ 14.601s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
41912024-03-07T22:10:13.619Z PASS [ 14.485s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
41922024-03-07T22:10:13.665Z PASS [ 14.927s] omicron-nexus::test_all integration_tests::images::test_image_promotion
41932024-03-07T22:10:13.806Z PASS [ 13.556s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
41942024-03-07T22:10:14.278Z PASS [ 17.022s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
41952024-03-07T22:10:18.514Z PASS [ 13.140s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
41962024-03-07T22:10:20.292Z PASS [ 12.248s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
41972024-03-07T22:10:20.769Z PASS [ 6.958s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
41982024-03-07T22:10:21.275Z PASS [ 7.113s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
41992024-03-07T22:10:21.275Z PASS [ 7.313s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
42002024-03-07T22:10:23.173Z PASS [ 7.359s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
42012024-03-07T22:10:25.822Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42022024-03-07T22:10:27.199Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42032024-03-07T22:10:34.951Z PASS [ 13.308s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
42042024-03-07T22:10:39.701Z PASS [ 18.935s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
42052024-03-07T22:10:39.774Z PASS [ 18.812s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
42062024-03-07T22:10:41.629Z PASS [ 23.110s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
42072024-03-07T22:10:45.578Z PASS [ 24.794s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
42082024-03-07T22:10:47.282Z PASS [ 26.581s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
42092024-03-07T22:10:48.426Z PASS [ 13.481s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
42102024-03-07T22:10:53.193Z PASS [ 13.436s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
42112024-03-07T22:11:01.906Z PASS [ 13.470s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
42122024-03-07T22:11:05.307Z PASS [ 18.431s] omicron-nexus::test_all integration_tests::instances::test_instance_access
42132024-03-07T22:11:05.999Z PASS [ 26.292s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
42142024-03-07T22:11:07.320Z PASS [ 25.687s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
42152024-03-07T22:11:14.081Z PASS [ 20.889s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
42162024-03-07T22:11:23.100Z PASS [ 21.195s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
42172024-03-07T22:11:25.832Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42182024-03-07T22:11:27.212Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42192024-03-07T22:11:27.247Z PASS [ 41.657s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
42202024-03-07T22:11:28.671Z PASS [ 21.349s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
42212024-03-07T22:11:29.148Z PASS [ 23.419s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
42222024-03-07T22:11:29.159Z PASS [ 23.057s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
42232024-03-07T22:11:37.593Z PASS [ 23.510s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
42242024-03-07T22:11:46.721Z PASS [ 23.609s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
42252024-03-07T22:11:46.812Z PASS [ 440.983s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42262024-03-07T22:11:46.824Z PASS [ 18.085s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
42272024-03-07T22:11:47.847Z PASS [ 19.164s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
42282024-03-07T22:11:49.171Z PASS [ 441.961s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42292024-03-07T22:11:51.970Z PASS [ 22.907s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
42302024-03-07T22:11:59.727Z PASS [ 32.480s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
42312024-03-07T22:12:04.927Z PASS [ 27.327s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
42322024-03-07T22:12:08.155Z PASS [ 20.933s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
42332024-03-07T22:12:08.463Z PASS [ 20.620s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
42342024-03-07T22:12:09.182Z PASS [ 22.048s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
42352024-03-07T22:12:09.503Z PASS [ 22.682s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
42362024-03-07T22:12:12.401Z PASS [ 23.236s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
42372024-03-07T22:12:13.491Z PASS [ 13.754s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
42382024-03-07T22:12:15.811Z PASS [ 23.837s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
42392024-03-07T22:12:23.040Z PASS [ 13.532s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
42402024-03-07T22:12:23.327Z PASS [ 15.577s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
42412024-03-07T22:12:26.613Z PASS [ 21.684s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
42422024-03-07T22:12:26.820Z PASS [ 18.054s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
42432024-03-07T22:12:27.284Z PASS [ 18.818s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
42442024-03-07T22:12:31.628Z PASS [ 18.140s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
42452024-03-07T22:12:34.887Z PASS [ 19.073s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
42462024-03-07T22:12:35.484Z PASS [ 12.436s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
42472024-03-07T22:12:36.240Z PASS [ 12.909s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
42482024-03-07T22:12:36.833Z PASS [ 24.428s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
42492024-03-07T22:12:39.670Z PASS [ 13.051s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
42502024-03-07T22:12:39.961Z PASS [ 13.120s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
42512024-03-07T22:12:40.103Z PASS [ 12.817s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
42522024-03-07T22:12:46.798Z PASS [ 15.124s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
42532024-03-07T22:12:48.864Z PASS [ 13.384s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
42542024-03-07T22:12:49.102Z PASS [ 14.210s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
42552024-03-07T22:12:49.610Z PASS [ 13.370s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
42562024-03-07T22:12:49.826Z PASS [ 12.990s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
42572024-03-07T22:12:52.777Z PASS [ 13.108s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
42582024-03-07T22:12:52.968Z PASS [ 13.020s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
42592024-03-07T22:12:54.165Z PASS [ 14.057s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
42602024-03-07T22:13:12.626Z PASS [ 14.098s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
42612024-03-07T22:13:12.867Z PASS [ 14.161s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
42622024-03-07T22:13:12.867Z PASS [ 13.953s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
42632024-03-07T22:13:12.868Z PASS [ 14.970s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
42642024-03-07T22:13:12.868Z PASS [ 12.392s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
42652024-03-07T22:13:12.868Z PASS [ 18.504s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
42662024-03-07T22:13:17.709Z PASS [ 13.872s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
42672024-03-07T22:13:18.380Z PASS [ 17.523s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
42682024-03-07T22:13:20.053Z PASS [ 13.494s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
42692024-03-07T22:13:21.082Z PASS [ 13.471s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
42702024-03-07T22:13:21.742Z PASS [ 17.965s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
42712024-03-07T22:13:28.567Z PASS [ 35.785s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42722024-03-07T22:13:35.838Z PASS [ 27.766s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
42732024-03-07T22:13:35.923Z PASS [ 14.684s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
42742024-03-07T22:13:42.133Z PASS [ 49.159s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
42752024-03-07T22:13:43.924Z PASS [ 22.179s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
42762024-03-07T22:13:45.559Z PASS [ 27.845s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
42772024-03-07T22:13:46.147Z PASS [ 27.763s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
42782024-03-07T22:13:46.508Z PASS [ 17.934s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
42792024-03-07T22:13:47.978Z PASS [ 13.235s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
42802024-03-07T22:13:48.710Z PASS [ 27.618s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
42812024-03-07T22:13:50.249Z PASS [ 18.694s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
42822024-03-07T22:14:00.777Z PASS [ 14.627s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
42832024-03-07T22:14:01.973Z PASS [ 15.465s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
42842024-03-07T22:14:03.120Z PASS [ 15.140s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
42852024-03-07T22:14:03.194Z PASS [ 14.484s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
42862024-03-07T22:14:06.767Z PASS [ 16.510s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
42872024-03-07T22:14:11.667Z PASS [ 29.530s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
42882024-03-07T22:14:15.313Z PASS [ 31.382s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
42892024-03-07T22:14:16.639Z PASS [ 13.517s] omicron-nexus::test_all integration_tests::projects::test_projects
42902024-03-07T22:14:16.769Z PASS [ 14.788s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
42912024-03-07T22:14:20.664Z PASS [ 18.308s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
42922024-03-07T22:14:20.741Z PASS [ 12.557s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
42932024-03-07T22:14:24.079Z PASS [ 12.409s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
42942024-03-07T22:14:26.933Z PASS [ 41.366s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42952024-03-07T22:14:29.511Z PASS [ 14.194s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
42962024-03-07T22:14:29.711Z PASS [ 13.068s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
42972024-03-07T22:14:29.818Z PASS [ 13.053s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
42982024-03-07T22:14:30.185Z PASS [ 0.368s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
42992024-03-07T22:14:31.566Z PASS [ 12.242s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
43002024-03-07T22:14:31.677Z PASS [ 28.482s] omicron-nexus::test_all integration_tests::quotas::test_quotas
43012024-03-07T22:14:32.286Z PASS [ 13.191s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
43022024-03-07T22:14:32.786Z PASS [ 0.097s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
43032024-03-07T22:14:32.790Z PASS [ 0.064s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
43042024-03-07T22:14:32.790Z PASS [ 0.061s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
43052024-03-07T22:14:32.790Z PASS [ 0.064s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
43062024-03-07T22:14:32.790Z PASS [ 0.072s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
43072024-03-07T22:14:32.914Z PASS [ 3.401s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
43082024-03-07T22:14:33.139Z PASS [ 3.430s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
43092024-03-07T22:14:33.552Z PASS [ 3.364s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
43102024-03-07T22:14:34.908Z PASS [ 3.342s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
43112024-03-07T22:14:35.193Z PASS [ 11.109s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
43122024-03-07T22:14:38.079Z PASS [ 11.142s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
43132024-03-07T22:14:38.182Z PASS [ 0.103s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
43142024-03-07T22:14:45.945Z PASS [ 13.300s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
43152024-03-07T22:14:46.053Z PASS [ 13.136s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
43162024-03-07T22:14:46.154Z PASS [ 0.095s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
43172024-03-07T22:14:46.242Z PASS [ 0.092s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
43182024-03-07T22:14:46.308Z PASS [ 14.628s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
43192024-03-07T22:14:46.377Z PASS [ 13.231s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
43202024-03-07T22:14:46.794Z PASS [ 13.236s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
43212024-03-07T22:14:47.410Z PASS [ 12.503s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
43222024-03-07T22:14:47.477Z PASS [ 12.291s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
43232024-03-07T22:14:50.222Z PASS [ 12.047s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
43242024-03-07T22:14:57.147Z PASS [ 10.774s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
43252024-03-07T22:14:57.192Z PASS [ 10.960s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
43262024-03-07T22:14:57.204Z PASS [ 10.904s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
43272024-03-07T22:14:57.369Z PASS [ 11.432s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
43282024-03-07T22:14:57.481Z PASS [ 10.688s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
43292024-03-07T22:15:05.496Z PASS [ 8.018s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
43302024-03-07T22:15:06.110Z PASS [ 8.933s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
43312024-03-07T22:15:14.323Z PASS [ 7.825s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
43322024-03-07T22:15:14.863Z PASS [ 9.359s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
43332024-03-07T22:15:21.832Z PASS [ 7.917s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
43342024-03-07T22:15:23.506Z PASS [ 8.646s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
43352024-03-07T22:15:28.324Z PASS [ 4.807s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
43362024-03-07T22:15:48.563Z PASS [ 20.247s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
43372024-03-07T22:15:51.071Z PASS [ 29.234s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
43382024-03-07T22:16:06.820Z PASS [ 18.248s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
43392024-03-07T22:16:07.819Z PASS [ 16.732s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
43402024-03-07T22:16:20.391Z PASS [ 10.679s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
43412024-03-07T22:16:20.435Z PASS [ 10.683s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
43422024-03-07T22:16:20.435Z PASS [ 10.960s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
43432024-03-07T22:16:20.435Z PASS [ 11.412s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
43442024-03-07T22:16:28.120Z PASS [ 21.284s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
43452024-03-07T22:16:29.738Z PASS [ 11.253s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
43462024-03-07T22:16:29.807Z PASS [ 11.284s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
43472024-03-07T22:16:30.253Z PASS [ 11.477s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
43482024-03-07T22:16:30.524Z PASS [ 11.282s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
43492024-03-07T22:16:43.840Z PASS [ 13.742s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
43502024-03-07T22:16:43.840Z PASS [ 13.768s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
43512024-03-07T22:16:43.840Z PASS [ 13.796s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
43522024-03-07T22:16:43.840Z PASS [ 13.536s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
43532024-03-07T22:16:43.840Z PASS [ 15.322s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
43542024-03-07T22:16:43.840Z PASS [ 13.866s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
43552024-03-07T22:16:44.234Z PASS [ 13.704s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
43562024-03-07T22:16:47.171Z PASS [ 16.919s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
43572024-03-07T22:16:57.518Z PASS [ 14.011s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
43582024-03-07T22:16:57.518Z PASS [ 14.094s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
43592024-03-07T22:16:57.518Z PASS [ 13.421s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
43602024-03-07T22:16:57.518Z PASS [ 13.290s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
43612024-03-07T22:16:57.518Z PASS [ 13.468s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
43622024-03-07T22:16:57.518Z PASS [ 15.339s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
43632024-03-07T22:16:59.846Z PASS [ 15.619s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
43642024-03-07T22:17:03.326Z PASS [ 16.142s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
43652024-03-07T22:17:09.937Z PASS [ 13.235s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
43662024-03-07T22:17:10.494Z PASS [ 14.563s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
43672024-03-07T22:17:11.951Z PASS [ 14.827s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
43682024-03-07T22:17:11.969Z PASS [ 14.761s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
43692024-03-07T22:17:12.736Z PASS [ 16.755s] omicron-nexus::test_all integration_tests::silos::test_silos
43702024-03-07T22:17:13.327Z PASS [ 13.478s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
43712024-03-07T22:17:14.500Z PASS [ 17.776s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
43722024-03-07T22:17:21.827Z PASS [ 18.507s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
43732024-03-07T22:17:23.690Z PASS [ 12.495s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
43742024-03-07T22:17:25.744Z PASS [ 13.785s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
43752024-03-07T22:17:26.209Z PASS [ 14.239s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
43762024-03-07T22:17:26.363Z PASS [ 13.628s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
43772024-03-07T22:17:27.379Z PASS [ 4.390s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
43782024-03-07T22:17:27.565Z PASS [ 1.355s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
43792024-03-07T22:17:29.010Z PASS [ 19.065s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
43802024-03-07T22:17:30.150Z PASS [ 4.409s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
43812024-03-07T22:17:30.715Z PASS [ 4.344s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
43822024-03-07T22:17:30.972Z PASS [ 16.469s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
43832024-03-07T22:17:31.140Z PASS [ 17.806s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
43842024-03-07T22:17:31.151Z PASS [ 0.442s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
43852024-03-07T22:17:31.732Z PASS [ 4.352s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
43862024-03-07T22:17:35.308Z PASS [ 13.475s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
43872024-03-07T22:17:40.572Z PASS [ 13.004s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
43882024-03-07T22:17:44.211Z PASS [ 13.235s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
43892024-03-07T22:17:44.450Z PASS [ 13.289s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
43902024-03-07T22:17:44.927Z PASS [ 13.192s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
43912024-03-07T22:17:47.814Z PASS [ 16.678s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
43922024-03-07T22:17:51.708Z PASS [ 22.689s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
43932024-03-07T22:17:54.412Z PASS [ 19.104s] omicron-nexus::test_all integration_tests::utilization::test_utilization
43942024-03-07T22:17:57.306Z PASS [ 16.723s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
43952024-03-07T22:18:02.950Z PASS [ 18.501s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
43962024-03-07T22:18:03.014Z PASS [ 18.803s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
43972024-03-07T22:18:03.578Z PASS [ 18.625s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
43982024-03-07T22:18:05.734Z PASS [ 17.913s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
43992024-03-07T22:18:09.527Z PASS [ 17.824s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
44002024-03-07T22:18:13.207Z PASS [ 18.793s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
44012024-03-07T22:18:16.068Z PASS [ 18.762s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
44022024-03-07T22:18:16.623Z PASS [ 13.066s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
44032024-03-07T22:18:18.288Z PASS [ 15.268s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
44042024-03-07T22:18:21.023Z PASS [ 18.067s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
44052024-03-07T22:18:22.188Z PASS [ 51.611s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
44062024-03-07T22:18:27.105Z PASS [ 21.369s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
44072024-03-07T22:18:31.185Z PASS [ 21.647s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
44082024-03-07T22:18:37.370Z PASS [ 16.338s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
44092024-03-07T22:18:39.613Z PASS [ 26.400s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
44102024-03-07T22:18:41.678Z PASS [ 19.906s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
44112024-03-07T22:18:42.773Z PASS [ 26.704s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
44122024-03-07T22:18:42.872Z PASS [ 26.244s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
44132024-03-07T22:18:43.042Z PASS [ 11.861s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
44142024-03-07T22:18:44.395Z PASS [ 26.100s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
44152024-03-07T22:18:44.590Z PASS [ 17.483s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
44162024-03-07T22:18:49.418Z PASS [ 12.056s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
44172024-03-07T22:18:52.539Z PASS [ 12.922s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
44182024-03-07T22:18:55.157Z PASS [ 13.473s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
44192024-03-07T22:18:55.737Z PASS [ 12.962s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
44202024-03-07T22:18:55.801Z PASS [ 12.926s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
44212024-03-07T22:18:55.911Z PASS [ 12.869s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
44222024-03-07T22:18:57.032Z PASS [ 12.641s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
44232024-03-07T22:18:57.126Z PASS [ 12.535s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
44242024-03-07T22:19:00.727Z PASS [ 11.309s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
44252024-03-07T22:19:05.284Z PASS [ 12.746s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
44262024-03-07T22:19:08.468Z PASS [ 13.311s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
44272024-03-07T22:19:09.121Z PASS [ 13.382s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
44282024-03-07T22:19:09.362Z PASS [ 13.449s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
44292024-03-07T22:19:09.434Z PASS [ 13.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
44302024-03-07T22:19:09.855Z PASS [ 12.727s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
44312024-03-07T22:19:10.018Z PASS [ 12.980s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
44322024-03-07T22:19:13.954Z PASS [ 13.222s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
44332024-03-07T22:19:21.540Z PASS [ 16.243s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
44342024-03-07T22:19:22.518Z PASS [ 13.073s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
44352024-03-07T22:19:22.531Z PASS [ 12.661s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
44362024-03-07T22:19:22.532Z PASS [ 12.503s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
44372024-03-07T22:19:22.607Z PASS [ 0.072s] omicron-package dot::test::test_dot_output
44382024-03-07T22:19:22.628Z PASS [ 0.086s] omicron-package dot::test::test_bad_dependency
44392024-03-07T22:19:22.646Z PASS [ 0.019s] omicron-passwords test::test_password_constraints
44402024-03-07T22:19:24.783Z PASS [ 15.413s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
44412024-03-07T22:19:25.202Z PASS [ 2.186s] omicron-passwords test::test_reproducible
44422024-03-07T22:19:25.202Z PASS [ 0.042s] omicron-passwords test::test_stable
44432024-03-07T22:19:25.202Z PASS [ 0.020s] omicron-passwords test::test_weak_hashes
44442024-03-07T22:19:25.203Z PASS [ 0.019s] omicron-rpaths internal::tests::test_configure_from_path
44452024-03-07T22:19:25.203Z PASS [ 15.790s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
44462024-03-07T22:19:25.203Z PASS [ 0.019s] omicron-rpaths internal::tests::test_emit_rpath
44472024-03-07T22:19:25.203Z PASS [ 0.050s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
44482024-03-07T22:19:25.204Z PASS [ 0.240s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
44492024-03-07T22:19:25.270Z PASS [ 0.093s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
44502024-03-07T22:19:25.384Z PASS [ 2.859s] omicron-omdb::test_all_output test_omdb_usage_errors
44512024-03-07T22:19:25.417Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
44522024-03-07T22:19:25.471Z PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
44532024-03-07T22:19:25.927Z PASS [ 0.092s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
44542024-03-07T22:19:25.927Z PASS [ 0.040s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
44552024-03-07T22:19:25.928Z PASS [ 0.685s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
44562024-03-07T22:19:25.928Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
44572024-03-07T22:19:25.928Z PASS [ 0.085s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
44582024-03-07T22:19:25.928Z PASS [ 0.037s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
44592024-03-07T22:19:25.928Z PASS [ 0.059s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
44602024-03-07T22:19:25.928Z PASS [ 0.051s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
44612024-03-07T22:19:25.928Z PASS [ 0.046s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
44622024-03-07T22:19:25.928Z PASS [ 0.037s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
44632024-03-07T22:19:25.928Z PASS [ 0.031s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
44642024-03-07T22:19:25.929Z PASS [ 0.029s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
44652024-03-07T22:19:25.929Z PASS [ 0.032s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
44662024-03-07T22:19:25.929Z PASS [ 0.030s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
44672024-03-07T22:19:25.929Z PASS [ 0.033s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
44682024-03-07T22:19:25.929Z PASS [ 0.045s] omicron-sled-agent config::test::test_smf_configs
44692024-03-07T22:19:25.963Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
44702024-03-07T22:19:25.963Z PASS [ 0.066s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
44712024-03-07T22:19:25.972Z PASS [ 0.561s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
44722024-03-07T22:19:26.009Z PASS [ 0.035s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
44732024-03-07T22:19:26.034Z PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
44742024-03-07T22:19:26.035Z PASS [ 0.062s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
44752024-03-07T22:19:26.043Z PASS [ 0.058s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
44762024-03-07T22:19:26.074Z PASS [ 0.032s] omicron-sled-agent profile::tests::empty_profile
44772024-03-07T22:19:26.492Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
44782024-03-07T22:19:26.493Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_instance
44792024-03-07T22:19:26.493Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_multiple
44802024-03-07T22:19:26.493Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_property
44812024-03-07T22:19:26.493Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_property_group
44822024-03-07T22:19:26.494Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service
44832024-03-07T22:19:26.494Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service_property_group
44842024-03-07T22:19:26.494Z PASS [ 0.031s] omicron-sled-agent rack_setup::config::test::test_subnets
44852024-03-07T22:19:26.494Z PASS [ 0.051s] omicron-sled-agent rack_setup::config::test::test_extra_certs
44862024-03-07T22:19:26.494Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
44872024-03-07T22:19:26.494Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
44882024-03-07T22:19:26.495Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
44892024-03-07T22:19:26.495Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
44902024-03-07T22:19:26.495Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
44912024-03-07T22:19:26.495Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
44922024-03-07T22:19:26.495Z PASS [ 0.038s] omicron-sled-agent services::test::test_all_zones_requests_schema
44932024-03-07T22:19:26.495Z PASS [ 0.354s] omicron-sled-agent nexus::test::nexus_self_notification_test
44942024-03-07T22:19:26.496Z PASS [ 0.065s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
44952024-03-07T22:19:26.496Z PASS [ 0.030s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
44962024-03-07T22:19:26.514Z PASS [ 0.140s] omicron-sled-agent services::test::test_bad_generations
44972024-03-07T22:19:26.532Z PASS [ 0.132s] omicron-sled-agent services::test::test_ensure_service
44982024-03-07T22:19:26.555Z PASS [ 0.141s] omicron-sled-agent services::test::test_ensure_service_before_timesync
44992024-03-07T22:19:26.654Z PASS [ 0.134s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
45002024-03-07T22:19:26.661Z PASS [ 0.139s] omicron-sled-agent services::test::test_old_ledger_migration
45012024-03-07T22:19:26.668Z PASS [ 0.117s] omicron-sled-agent services::test::test_old_ledger_migration_bad
45022024-03-07T22:19:26.702Z PASS [ 0.031s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
45032024-03-07T22:19:26.736Z PASS [ 0.038s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
45042024-03-07T22:19:26.803Z PASS [ 0.146s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
45052024-03-07T22:19:27.251Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
45062024-03-07T22:19:27.254Z PASS [ 0.144s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
45072024-03-07T22:19:27.254Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
45082024-03-07T22:19:27.254Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
45092024-03-07T22:19:27.254Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
45102024-03-07T22:19:27.254Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
45112024-03-07T22:19:27.254Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
45122024-03-07T22:19:27.254Z PASS [ 0.033s] omicron-sled-agent updates::test::test_query_no_components
45132024-03-07T22:19:27.254Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_sled_agent_version
45142024-03-07T22:19:27.254Z PASS [ 0.042s] omicron-sled-agent updates::test::test_query_zone_version
45152024-03-07T22:19:27.254Z PASS [ 0.143s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
45162024-03-07T22:19:27.255Z PASS [ 0.027s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
45172024-03-07T22:19:27.656Z PASS [ 19.186s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
45182024-03-07T22:19:27.757Z PASS [ 5.157s] omicron-passwords test::test_compatible
45192024-03-07T22:19:27.802Z PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
45202024-03-07T22:19:27.887Z PASS [ 1.230s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
45212024-03-07T22:19:28.269Z PASS [ 0.608s] omicron-sled-agent zone_bundle::illumos_tests::test_context
45222024-03-07T22:19:28.375Z PASS [ 0.495s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
45232024-03-07T22:19:28.410Z PASS [ 1.156s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
45242024-03-07T22:19:28.430Z PASS [ 0.061s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
45252024-03-07T22:19:28.439Z PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
45262024-03-07T22:19:28.466Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
45272024-03-07T22:19:28.476Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_disk_usage
45282024-03-07T22:19:28.497Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
45292024-03-07T22:19:28.517Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
45302024-03-07T22:19:29.296Z PASS [ 2.345s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
45312024-03-07T22:19:29.822Z PASS [ 1.145s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
45322024-03-07T22:19:30.245Z PASS [ 0.920s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
45332024-03-07T22:19:30.245Z PASS [ 1.633s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
45342024-03-07T22:19:30.245Z PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
45352024-03-07T22:19:30.246Z PASS [ 0.166s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
45362024-03-07T22:19:30.246Z PASS [ 15.638s] omicron-omdb::test_all_output test_omdb_env_settings
45372024-03-07T22:19:30.246Z PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
45382024-03-07T22:19:30.246Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
45392024-03-07T22:19:30.247Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
45402024-03-07T22:19:30.247Z PASS [ 1.186s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
45412024-03-07T22:19:30.247Z PASS [ 0.082s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
45422024-03-07T22:19:30.247Z PASS [ 0.416s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
45432024-03-07T22:19:30.253Z PASS [ 0.468s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
45442024-03-07T22:19:30.254Z PASS [ 0.242s] omicron-test-utils dev::db::test::test_bad_cmd
45452024-03-07T22:19:30.254Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok
45462024-03-07T22:19:30.254Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_make_pg_config_fail
45472024-03-07T22:19:30.254Z PASS [ 0.028s] omicron-test-utils dev::db::test::test_process_exit_abnormal
45482024-03-07T22:19:30.254Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
45492024-03-07T22:19:30.255Z PASS [ 0.272s] omicron-test-utils dev::db::test::test_database_start_hang
45502024-03-07T22:19:30.255Z PASS [ 0.451s] omicron-test-utils dev::db::test::test_cmd_fails
45512024-03-07T22:19:30.255Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_starter_tmpdir
45522024-03-07T22:19:30.255Z PASS [ 0.053s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
45532024-03-07T22:19:30.255Z PASS [ 0.034s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
45542024-03-07T22:19:30.271Z PASS [ 0.027s] oximeter histogram::tests::test_bin_range
45552024-03-07T22:19:30.295Z PASS [ 0.023s] oximeter histogram::tests::test_bin_range_from
45562024-03-07T22:19:30.321Z PASS [ 0.023s] oximeter histogram::tests::test_bin_range_to
45572024-03-07T22:19:30.350Z PASS [ 0.028s] oximeter histogram::tests::test_empty_bins_not_supported
45582024-03-07T22:19:30.381Z PASS [ 0.029s] oximeter histogram::tests::test_ensure_finite
45592024-03-07T22:19:30.431Z PASS [ 0.035s] oximeter histogram::tests::test_histogram
45602024-03-07T22:19:30.451Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_extreme_bins
45612024-03-07T22:19:30.480Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_extreme_samples
45622024-03-07T22:19:30.508Z PASS [ 0.030s] oximeter histogram::tests::test_histogram_float_bins
45632024-03-07T22:19:30.527Z PASS [ 1.037s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
45642024-03-07T22:19:30.542Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_to_arrays
45652024-03-07T22:19:30.548Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_unbounded_samples
45662024-03-07T22:19:30.566Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_unsorted_bins
45672024-03-07T22:19:30.574Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_with_bins
45682024-03-07T22:19:30.597Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
45692024-03-07T22:19:30.617Z PASS [ 0.030s] oximeter histogram::tests::test_histogram_with_overlapping_bins
45702024-03-07T22:19:30.655Z PASS [ 0.040s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
45712024-03-07T22:19:30.655Z PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_all_representable
45722024-03-07T22:19:30.678Z PASS [ 0.028s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
45732024-03-07T22:19:30.688Z PASS [ 0.032s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
45742024-03-07T22:19:30.711Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
45752024-03-07T22:19:30.720Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
45762024-03-07T22:19:30.741Z PASS [ 0.031s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
45772024-03-07T22:19:30.756Z PASS [ 0.031s] oximeter histogram::tests::test_span_decades
45782024-03-07T22:19:30.770Z PASS [ 0.029s] oximeter histogram::tests::test_span_decades_other_counts_f64
45792024-03-07T22:19:30.792Z PASS [ 0.028s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
45802024-03-07T22:19:30.868Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
45812024-03-07T22:19:30.868Z PASS [ 0.058s] oximeter schema::tests::test_field_schema_ordering
45822024-03-07T22:19:30.930Z PASS [ 0.084s] oximeter schema::tests::test_timeseries_name
45832024-03-07T22:19:30.970Z PASS [ 0.157s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
45842024-03-07T22:19:30.978Z PASS [ 0.053s] oximeter schema::tests::test_timeseries_name_from_str
45852024-03-07T22:19:30.994Z PASS [ 0.033s] oximeter schema::tests::test_timeseries_schema_from_parts
45862024-03-07T22:19:31.014Z PASS [ 0.036s] oximeter schema::tests::test_timeseries_schema_from_sample
45872024-03-07T22:19:31.030Z PASS [ 0.035s] oximeter test_util::tests::test_gen_test_samples
45882024-03-07T22:19:31.055Z PASS [ 0.041s] oximeter traits::tests::test_metric_trait
45892024-03-07T22:19:31.066Z PASS [ 0.030s] oximeter traits::tests::test_producer_trait
45902024-03-07T22:19:31.081Z PASS [ 0.027s] oximeter traits::tests::test_target_trait
45912024-03-07T22:19:31.091Z PASS [ 0.026s] oximeter types::tests::test_cumulative_f64
45922024-03-07T22:19:31.104Z PASS [ 0.024s] oximeter types::tests::test_cumulative_i64
45932024-03-07T22:19:31.111Z PASS [ 0.023s] oximeter types::tests::test_datum
45942024-03-07T22:19:31.135Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
45952024-03-07T22:19:31.149Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
45962024-03-07T22:19:31.161Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
45972024-03-07T22:19:31.195Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
45982024-03-07T22:19:31.195Z LEAK [ 1.225s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
45992024-03-07T22:19:31.213Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
46002024-03-07T22:19:31.219Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
46012024-03-07T22:19:31.228Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
46022024-03-07T22:19:31.228Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
46032024-03-07T22:19:31.240Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
46042024-03-07T22:19:31.251Z PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
46052024-03-07T22:19:31.270Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
46062024-03-07T22:19:31.293Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
46072024-03-07T22:19:31.301Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
46082024-03-07T22:19:31.301Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
46092024-03-07T22:19:31.301Z PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
46102024-03-07T22:19:31.384Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
46112024-03-07T22:19:31.384Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
46122024-03-07T22:19:31.403Z PASS [ 0.056s] oximeter types::tests::test_sample_struct
46132024-03-07T22:19:31.409Z PASS [ 0.079s] oximeter types::tests::test_measurement
46142024-03-07T22:19:31.417Z PASS [ 0.056s] oximeter types::tests::test_verify_field_names
46152024-03-07T22:19:31.769Z PASS [ 0.356s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
46162024-03-07T22:19:31.769Z PASS [ 0.370s] oximeter-collector agent::tests::test_self_stat_error_counter
46172024-03-07T22:19:31.776Z PASS [ 0.394s] oximeter-collector agent::tests::test_self_stat_collection_count
46182024-03-07T22:19:31.787Z PASS [ 0.024s] oximeter-collector self_stats::tests::test_failure_reason_serialization
46192024-03-07T22:19:31.858Z PASS [ 0.087s] oximeter-collector self_stats::tests::test_no_schema_changes
46202024-03-07T22:19:32.182Z PASS [ 0.402s] oximeter-collector::test_commands test_oximeter_no_args
46212024-03-07T22:19:32.335Z PASS [ 0.549s] oximeter-collector::test_commands test_oximeter_openapi
46222024-03-07T22:19:33.168Z PASS [ 0.953s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
46232024-03-07T22:19:33.332Z PASS [ 0.998s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
46242024-03-07T22:19:34.284Z PASS [ 1.149s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
46252024-03-07T22:19:34.318Z PASS [ 0.038s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
46262024-03-07T22:19:34.325Z PASS [ 0.992s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
46272024-03-07T22:19:34.473Z PASS [ 4.486s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
46282024-03-07T22:19:34.823Z PASS [ 5.131s] omicron-test-utils dev::db::test::test_database_concurrent
46292024-03-07T22:19:34.856Z PASS [ 0.029s] oximeter-db client::tests::test_unravel_index
46302024-03-07T22:19:34.865Z PASS [ 3.002s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
46312024-03-07T22:19:34.897Z PASS [ 0.042s] oximeter-db client::tests::test_verify_schema_upgrades
46322024-03-07T22:19:34.924Z PASS [ 0.029s] oximeter-db model::tests::test_db_bool
46332024-03-07T22:19:35.524Z PASS [ 1.205s] oximeter-db client::tests::test_select_all_field_types
46342024-03-07T22:19:35.554Z PASS [ 0.030s] oximeter-db model::tests::test_db_datum_type_conversion
46352024-03-07T22:19:35.562Z PASS [ 0.639s] oximeter-db model::tests::test_db_bool_bad
46362024-03-07T22:19:35.587Z PASS [ 0.032s] oximeter-db model::tests::test_db_field_list_conversion
46372024-03-07T22:19:35.594Z PASS [ 0.032s] oximeter-db model::tests::test_db_field_type_conversion
46382024-03-07T22:19:35.631Z PASS [ 0.033s] oximeter-db model::tests::test_db_histogram
46392024-03-07T22:19:35.637Z PASS [ 0.032s] oximeter-db model::tests::test_histogram_to_arrays
46402024-03-07T22:19:35.663Z PASS [ 0.034s] oximeter-db model::tests::test_parse_bytes_measurement
46412024-03-07T22:19:35.694Z PASS [ 0.032s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
46422024-03-07T22:19:35.726Z PASS [ 0.031s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
46432024-03-07T22:19:35.757Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
46442024-03-07T22:19:35.768Z PASS [ 0.149s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
46452024-03-07T22:19:35.783Z PASS [ 0.026s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
46462024-03-07T22:19:35.807Z PASS [ 0.031s] oximeter-db model::tests::test_unroll_from_source
46472024-03-07T22:19:35.904Z PASS [ 0.035s] oximeter-db model::tests::test_unroll_measurement_row
46482024-03-07T22:19:36.325Z PASS [ 0.056s] oximeter-db model::tests::test_unroll_missing_measurement_row
46492024-03-07T22:19:36.325Z PASS [ 0.064s] oximeter-db query::tests::test_field_cmp
46502024-03-07T22:19:36.330Z PASS [ 0.045s] oximeter-db query::tests::test_field_selector_as_query
46512024-03-07T22:19:36.330Z PASS [ 0.050s] oximeter-db query::tests::test_field_value_as_db_str
46522024-03-07T22:19:36.330Z PASS [ 0.063s] oximeter-db query::tests::test_select_query_builder_field_selectors
46532024-03-07T22:19:36.331Z PASS [ 0.090s] oximeter-db query::tests::test_select_query_builder_filter_raw
46542024-03-07T22:19:36.331Z PASS [ 0.110s] oximeter-db query::tests::test_select_query_builder_from_parts
46552024-03-07T22:19:36.331Z PASS [ 11.355s] omicron-passwords test::test_smoke
46562024-03-07T22:19:36.331Z PASS [ 0.115s] oximeter-db query::tests::test_select_query_builder_full
46572024-03-07T22:19:36.331Z PASS [ 0.089s] oximeter-db query::tests::test_select_query_builder_limit_offset
46582024-03-07T22:19:36.331Z PASS [ 0.052s] oximeter-db query::tests::test_select_query_builder_no_fields
46592024-03-07T22:19:36.331Z PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_no_selectors
46602024-03-07T22:19:36.331Z PASS [ 0.037s] oximeter-db query::tests::test_time_range
46612024-03-07T22:19:36.331Z PASS [ 0.068s] oximeter-db query::tests::test_string_field_selector
46622024-03-07T22:19:36.331Z PASS [ 1.767s] oximeter-db client::tests::test_sql_query_output
46632024-03-07T22:19:36.331Z PASS [ 0.039s] oximeter-db sql::tests::test_allow_limit_offset
46642024-03-07T22:19:36.331Z PASS [ 0.032s] oximeter-db sql::tests::test_allow_subqueries
46652024-03-07T22:19:36.331Z PASS [ 0.032s] oximeter-db sql::tests::test_cannot_name_database
46662024-03-07T22:19:36.331Z PASS [ 0.031s] oximeter-db sql::tests::test_ctes_are_not_supported
46672024-03-07T22:19:36.331Z PASS [ 0.032s] oximeter-db sql::tests::test_function_allow_list
46682024-03-07T22:19:36.331Z PASS [ 0.030s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
46692024-03-07T22:19:36.332Z PASS [ 0.032s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
46702024-03-07T22:19:36.332Z PASS [ 0.039s] oximeter-db sql::tests::test_query_must_be_select_statement
46712024-03-07T22:19:36.332Z PASS [ 0.064s] oximeter-db sql::tests::test_join_must_be_inner
46722024-03-07T22:19:36.332Z PASS [ 0.036s] oximeter-db sql::tests::test_require_table_is_timeseries_name
46732024-03-07T22:19:36.344Z PASS [ 0.030s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
46742024-03-07T22:19:36.373Z PASS [ 0.031s] oximeter-db sql::tests::test_with_comma_join_fails
46752024-03-07T22:19:36.397Z PASS [ 0.034s] oximeter-db tests::test_timeseries_key_field_stability
46762024-03-07T22:19:36.397Z PASS [ 0.041s] oximeter-db tests::test_timeseries_key_sample_stability
46772024-03-07T22:19:36.398Z PASS [ 0.041s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
46782024-03-07T22:19:36.420Z PASS [ 0.059s] oximeter-instruments http::tests::test_normalize_uri_path
46792024-03-07T22:19:36.428Z PASS [ 0.078s] oximeter-instruments http::tests::test_latency_tracker
46802024-03-07T22:19:36.517Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
46812024-03-07T22:19:36.541Z PASS [ 0.139s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
46822024-03-07T22:19:36.541Z PASS [ 0.149s] oximeter-instruments kstat::link::tests::test_kstat_sampler
46832024-03-07T22:19:36.541Z PASS [ 0.106s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
46842024-03-07T22:19:36.567Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_physical_datalink
46852024-03-07T22:19:36.581Z PASS [ 0.041s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
46862024-03-07T22:19:36.597Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
46872024-03-07T22:19:36.597Z PASS [ 0.070s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
46882024-03-07T22:19:36.613Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
46892024-03-07T22:19:36.613Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
46902024-03-07T22:19:36.630Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
46912024-03-07T22:19:36.630Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
46922024-03-07T22:19:36.630Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_annotated_field
46932024-03-07T22:19:36.714Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_datum_field
46942024-03-07T22:19:36.714Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_enum
46952024-03-07T22:19:36.714Z PASS [ 0.027s] oximeter-macro-impl tests::test_metric_without_datum_field
46962024-03-07T22:19:36.714Z PASS [ 0.026s] oximeter-macro-impl tests::test_target
46972024-03-07T22:19:36.717Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct
46982024-03-07T22:19:36.717Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_enum
46992024-03-07T22:19:36.718Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_with_datum_field
47002024-03-07T22:19:36.718Z PASS [ 0.037s] oximeter-macro-impl tests::test_target_unit_struct
47012024-03-07T22:19:36.718Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
47022024-03-07T22:19:36.718Z PASS [ 0.029s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
47032024-03-07T22:19:36.734Z PASS [ 0.037s] sled-hardware disk::test::test_partition_device_paths
47042024-03-07T22:19:36.741Z PASS [ 0.052s] sled-hardware disk::test::test_disk_paths
47052024-03-07T22:19:36.756Z PASS [ 15.224s] omicron-omdb::test_all_output test_omdb_success_cases
47062024-03-07T22:19:36.797Z PASS [ 0.062s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
47072024-03-07T22:19:36.797Z PASS [ 0.070s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
47082024-03-07T22:19:36.797Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
47092024-03-07T22:19:36.797Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
47102024-03-07T22:19:36.815Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
47112024-03-07T22:19:36.815Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
47122024-03-07T22:19:36.818Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
47132024-03-07T22:19:36.822Z PASS [ 0.036s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
47142024-03-07T22:19:36.859Z PASS [ 0.056s] sled-storage dataset::test::serialize_dataset_name
47152024-03-07T22:19:36.903Z PASS [ 0.099s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
47162024-03-07T22:19:38.093Z PASS [ 1.189s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
47172024-03-07T22:19:38.182Z PASS [ 1.357s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
47182024-03-07T22:19:38.258Z PASS [ 1.441s] sled-storage manager::tests::delete_disk_triggers_notification
47192024-03-07T22:19:38.775Z PASS [ 1.504s] sled-storage manager::tests::queued_disks_get_added_as_resources
47202024-03-07T22:19:39.095Z PASS [ 0.993s] sled-storage manager::tests::upsert_filesystem
47212024-03-07T22:19:39.158Z PASS [ 0.799s] tufaceous::integration-tests command_tests::test_init_and_add
47222024-03-07T22:19:39.174Z PASS [ 0.995s] sled-storage manager::tests::wait_for_bootdisk
47232024-03-07T22:19:39.204Z PASS [ 0.042s] tufaceous-lib archive::tests::test_validate_path
47242024-03-07T22:19:39.259Z PASS [ 0.053s] tufaceous-lib key::tests::test_from_str
47252024-03-07T22:19:39.270Z PASS [ 0.094s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
47262024-03-07T22:19:39.455Z PASS [ 0.195s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
47272024-03-07T22:19:39.586Z PASS [ 1.331s] tufaceous::integration-tests command_tests::test_assemble_fake
47282024-03-07T22:19:39.710Z PASS [ 0.113s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
47292024-03-07T22:19:39.737Z PASS [ 9.747s] omicron-test-utils dev::db::test::test_setup_database_default_dir
47302024-03-07T22:19:39.893Z PASS [ 0.177s] update-engine display::group_display::tests::test_stats
47312024-03-07T22:19:39.907Z PASS [ 0.816s] tufaceous::manifest-tests check_manifest::fake.toml
47322024-03-07T22:19:39.917Z PASS [ 0.023s] update-engine display::line_display_shared::tests::test_format_progress_counter
47332024-03-07T22:19:39.939Z PASS [ 0.030s] update-engine engine::tests::error_exits_early
47342024-03-07T22:19:39.949Z PASS [ 0.038s] update-engine events::tests::progress_event_parse_unknown
47352024-03-07T22:19:39.965Z PASS [ 0.029s] update-engine events::tests::step_event_parse_unknown
47362024-03-07T22:19:39.994Z PASS [ 0.026s] wicket state::inventory::tests::component_id_display
47372024-03-07T22:19:40.032Z PASS [ 0.331s] update-engine buffer::tests::test_buffer
47382024-03-07T22:19:40.059Z PASS [ 0.107s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
47392024-03-07T22:19:40.149Z PASS [ 0.116s] wicketd installinator_progress::tests::test_states
47402024-03-07T22:19:40.292Z PASS [ 1.020s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
47412024-03-07T22:19:40.386Z PASS [ 0.399s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
47422024-03-07T22:19:40.845Z PASS [ 0.786s] wicketd::mod integration_tests::commands::test_wicketd_openapi
47432024-03-07T22:19:41.250Z PASS [ 1.110s] wicketd::mod integration_tests::inventory::test_inventory
47442024-03-07T22:19:41.943Z PASS [ 1.548s] wicketd::mod integration_tests::updates::test_update_races
47452024-03-07T22:19:42.928Z PASS [ 3.489s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
47462024-03-07T22:19:43.252Z PASS [ 2.418s] wicketd::mod integration_tests::updates::test_updates
47472024-03-07T22:19:43.851Z PASS [ 3.573s] wicketd::mod integration_tests::updates::test_installinator_fetch
47482024-03-07T22:19:44.051Z PASS [ 7.232s] sled-storage manager::tests::ensure_using_exactly_these_disks
47492024-03-07T22:19:45.376Z PASS [ 11.056s] oximeter-db client::tests::test_single_node
47502024-03-07T22:19:50.221Z PASS [ 15.358s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
47512024-03-07T22:20:50.238Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
47522024-03-07T22:21:50.240Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
47532024-03-07T22:22:50.251Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
47542024-03-07T22:23:46.061Z PASS [ 235.808s] oximeter-db client::tests::test_replicated
47552024-03-07T22:23:46.065Z------------
47562024-03-07T22:23:46.065Z Summary [1330.664s] 1075 tests run: 1075 passed (5 slow, 1 leaky), 2 skipped
47572024-03-07T22:23:46.095Z
47582024-03-07T22:23:46.099Zreal 22:34.190641117
47592024-03-07T22:23:46.099Zuser 1:37:05.125008901
47602024-03-07T22:23:46.099Zsys 23:14.632057533
47612024-03-07T22:23:46.099Ztrap 1:12.247168405
47622024-03-07T22:23:46.099Ztflt 22.478244881
47632024-03-07T22:23:46.099Zdflt 1:03.615829379
47642024-03-07T22:23:46.099Zkflt 0.424522664
47652024-03-07T22:23:46.100Zlock 573:55:15.556417613
47662024-03-07T22:23:46.100Zslp 23:16:46.976012985
47672024-03-07T22:23:46.100Zlat 1:14:30.150620172
47682024-03-07T22:23:46.100Zstop 30:42.133174090
47692024-03-07T22:23:46.100Z
47702024-03-07T22:23:46.100Z ##### #### #### ##### ###### #### #####
47712024-03-07T22:23:46.100Z # # # # # # # # # #
47722024-03-07T22:23:46.100Z # # # # # # ##### #### #
47732024-03-07T22:23:46.100Z # # # # # # # # #
47742024-03-07T22:23:46.100Z # # # # # # # # # # #
47752024-03-07T22:23:46.100Z ##### #### #### # ###### #### #
47762024-03-07T22:23:46.100Z
47772024-03-07T22:23:47.426Z Fresh unicode-ident v1.0.12
47782024-03-07T22:23:47.426Z Fresh cfg-if v1.0.0
47792024-03-07T22:23:47.431Z Fresh autocfg v1.1.0
47802024-03-07T22:23:47.431Z Fresh version_check v0.9.4
47812024-03-07T22:23:47.431Z Fresh memchr v2.6.3
47822024-03-07T22:23:47.431Z Fresh proc-macro2 v1.0.78
47832024-03-07T22:23:47.431Z Fresh byteorder v1.5.0
47842024-03-07T22:23:47.431Z Fresh once_cell v1.19.0
47852024-03-07T22:23:47.431Z Fresh log v0.4.20
47862024-03-07T22:23:47.431Z Fresh itoa v1.0.9
47872024-03-07T22:23:47.431Z Fresh quote v1.0.35
47882024-03-07T22:23:47.431Z Fresh libc v0.2.153
47892024-03-07T22:23:47.431Z Fresh scopeguard v1.2.0
47902024-03-07T22:23:47.431Z Fresh smallvec v1.13.1
47912024-03-07T22:23:47.432Z Fresh syn v2.0.51
47922024-03-07T22:23:47.432Z Fresh getrandom v0.2.10
47932024-03-07T22:23:47.432Z Fresh syn v1.0.109
47942024-03-07T22:23:47.432Z Fresh cc v1.0.83
47952024-03-07T22:23:47.432Z Fresh serde_derive v1.0.197
47962024-03-07T22:23:47.432Z Fresh lock_api v0.4.10
47972024-03-07T22:23:47.432Z Fresh zerocopy-derive v0.7.32
47982024-03-07T22:23:47.432Z Fresh parking_lot_core v0.9.8
47992024-03-07T22:23:47.432Z Fresh thiserror-impl v1.0.57
48002024-03-07T22:23:47.432Z Fresh libm v0.2.7
48012024-03-07T22:23:47.432Z Fresh serde v1.0.197
48022024-03-07T22:23:47.432Z Fresh zerocopy v0.7.32
48032024-03-07T22:23:47.432Z Fresh parking_lot v0.12.1
48042024-03-07T22:23:47.432Z Fresh thiserror v1.0.57
48052024-03-07T22:23:47.432Z Fresh ryu v1.0.15
48062024-03-07T22:23:47.436Z Fresh pin-project-lite v0.2.13
48072024-03-07T22:23:47.436Z Fresh bytes v1.5.0
48082024-03-07T22:23:47.436Z Fresh num-traits v0.2.16
48092024-03-07T22:23:47.436Z Fresh bitflags v2.4.0
48102024-03-07T22:23:47.436Z Fresh signal-hook-registry v1.4.1
48112024-03-07T22:23:47.436Z Fresh mio v0.8.11
48122024-03-07T22:23:47.436Z Fresh allocator-api2 v0.2.16
48132024-03-07T22:23:47.436Z Fresh ahash v0.8.7
48142024-03-07T22:23:47.436Z Fresh fnv v1.0.7
48152024-03-07T22:23:47.436Z Fresh spin v0.5.2
48162024-03-07T22:23:47.436Z Fresh num_cpus v1.16.0
48172024-03-07T22:23:47.436Z Fresh futures-core v0.3.30
48182024-03-07T22:23:47.436Z Fresh rand_core v0.6.4
48192024-03-07T22:23:47.436Z Fresh tokio-macros v2.2.0
48202024-03-07T22:23:47.436Z Fresh serde_json v1.0.114
48212024-03-07T22:23:47.436Z Fresh hashbrown v0.14.3
48222024-03-07T22:23:47.437Z Fresh zeroize_derive v1.4.2
48232024-03-07T22:23:47.437Z Fresh socket2 v0.5.5
48242024-03-07T22:23:47.437Z Fresh equivalent v1.0.1
48252024-03-07T22:23:47.437Z Fresh heck v0.4.1
48262024-03-07T22:23:47.437Z Fresh futures-sink v0.3.30
48272024-03-07T22:23:47.437Z Fresh zeroize v1.7.0
48282024-03-07T22:23:47.437Z Fresh tokio v1.36.0
48292024-03-07T22:23:47.437Z Fresh indexmap v2.2.5
48302024-03-07T22:23:47.437Z Fresh pin-utils v0.1.0
48312024-03-07T22:23:47.437Z Fresh futures-channel v0.3.30
48322024-03-07T22:23:47.437Z Fresh futures-macro v0.3.30
48332024-03-07T22:23:47.437Z Fresh futures-task v0.3.30
48342024-03-07T22:23:47.437Z Fresh slab v0.4.9
48352024-03-07T22:23:47.437Z Fresh futures-io v0.3.30
48362024-03-07T22:23:47.437Z Fresh lazy_static v1.4.0
48372024-03-07T22:23:47.437Z Fresh regex-syntax v0.8.2
48382024-03-07T22:23:47.442Z Fresh errno v0.3.8
48392024-03-07T22:23:47.442Z Fresh iana-time-zone v0.1.57
48402024-03-07T22:23:47.442Z Fresh futures-util v0.3.30
48412024-03-07T22:23:47.442Z Fresh chrono v0.4.31
48422024-03-07T22:23:47.442Z Fresh aho-corasick v1.0.4
48432024-03-07T22:23:47.442Z Fresh subtle v2.5.0
48442024-03-07T22:23:47.442Z Fresh uuid v1.7.0
48452024-03-07T22:23:47.442Z Fresh rustix v0.38.31
48462024-03-07T22:23:47.442Z Fresh typenum v1.16.0
48472024-03-07T22:23:47.442Z Fresh regex-automata v0.4.4
48482024-03-07T22:23:47.442Z Fresh pkg-config v0.3.27
48492024-03-07T22:23:47.442Z Fresh tracing-attributes v0.1.26
48502024-03-07T22:23:47.442Z Fresh tracing-core v0.1.31
48512024-03-07T22:23:47.442Z Fresh tinyvec_macros v0.1.1
48522024-03-07T22:23:47.442Z Fresh regex v1.10.3
48532024-03-07T22:23:47.442Z Fresh generic-array v0.14.7
48542024-03-07T22:23:47.442Z Fresh tracing v0.1.37
48552024-03-07T22:23:47.442Z Fresh tinyvec v1.6.0
48562024-03-07T22:23:47.442Z Fresh unicode-width v0.1.11
48572024-03-07T22:23:47.442Z Fresh spin v0.9.8
48582024-03-07T22:23:47.442Z Fresh serde_derive_internals v0.26.0
48592024-03-07T22:23:47.443Z Fresh const-oid v0.9.5
48602024-03-07T22:23:47.443Z Fresh crypto-common v0.1.6
48612024-03-07T22:23:47.443Z Fresh base64 v0.21.7
48622024-03-07T22:23:47.443Z Fresh dyn-clone v1.0.17
48632024-03-07T22:23:47.443Z Fresh unicode-normalization v0.1.22
48642024-03-07T22:23:47.443Z Fresh schemars_derive v0.8.16
48652024-03-07T22:23:47.443Z Fresh either v1.10.0
48662024-03-07T22:23:47.443Z Fresh unicode-bidi v0.3.13
48672024-03-07T22:23:47.443Z Fresh http v0.2.12
48682024-03-07T22:23:47.446Z Fresh ucd-trie v0.1.6
48692024-03-07T22:23:47.446Z Fresh percent-encoding v2.3.1
48702024-03-07T22:23:47.446Z Fresh ppv-lite86 v0.2.17
48712024-03-07T22:23:47.446Z Fresh block-buffer v0.10.4
48722024-03-07T22:23:47.446Z Fresh schemars v0.8.16
48732024-03-07T22:23:47.446Z Fresh pest v2.7.6
48742024-03-07T22:23:47.446Z Fresh form_urlencoded v1.2.1
48752024-03-07T22:23:47.447Z Fresh rand_chacha v0.3.1
48762024-03-07T22:23:47.447Z Fresh vcpkg v0.2.15
48772024-03-07T22:23:47.447Z Fresh httparse v1.8.0
48782024-03-07T22:23:47.447Z Fresh rand v0.8.5
48792024-03-07T22:23:47.447Z Fresh untrusted v0.9.0
48802024-03-07T22:23:47.447Z Fresh digest v0.10.7
48812024-03-07T22:23:47.447Z Fresh try-lock v0.2.4
48822024-03-07T22:23:47.447Z Fresh idna v0.5.0
48832024-03-07T22:23:47.447Z Fresh ring v0.17.8
48842024-03-07T22:23:47.447Z Fresh want v0.3.1
48852024-03-07T22:23:47.447Z Fresh semver v1.0.22
48862024-03-07T22:23:47.447Z Fresh tower-service v0.3.2
48872024-03-07T22:23:47.447Z Fresh url v2.5.0
48882024-03-07T22:23:47.447Z Fresh tokio-util v0.7.10
48892024-03-07T22:23:47.447Z Fresh toml_datetime v0.6.5
48902024-03-07T22:23:47.447Z Fresh serde_spanned v0.6.5
48912024-03-07T22:23:47.447Z Fresh socket2 v0.4.9
48922024-03-07T22:23:47.447Z Fresh adler v1.0.2
48932024-03-07T22:23:47.447Z Fresh httpdate v1.0.3
48942024-03-07T22:23:47.447Z Fresh crossbeam-utils v0.8.16
48952024-03-07T22:23:47.447Z Fresh miniz_oxide v0.7.1
48962024-03-07T22:23:47.447Z Fresh h2 v0.3.24
48972024-03-07T22:23:47.447Z Fresh http-body v0.4.5
48982024-03-07T22:23:47.447Z Fresh cpufeatures v0.2.12
48992024-03-07T22:23:47.451Z Fresh slog v2.7.0
49002024-03-07T22:23:47.451Z Fresh foreign-types-shared v0.1.1
49012024-03-07T22:23:47.451Z Fresh openssl-probe v0.1.5
49022024-03-07T22:23:47.451Z Fresh async-trait v0.1.77
49032024-03-07T22:23:47.451Z Fresh hyper v0.14.27
49042024-03-07T22:23:47.451Z Fresh openssl-sys v0.9.96
49052024-03-07T22:23:47.451Z Fresh foreign-types v0.3.2
49062024-03-07T22:23:47.451Z Fresh openssl-macros v0.1.1
49072024-03-07T22:23:47.451Z Fresh mime v0.3.17
49082024-03-07T22:23:47.451Z Fresh untrusted v0.7.1
49092024-03-07T22:23:47.451Z Fresh futures-executor v0.3.30
49102024-03-07T22:23:47.451Z Fresh ipnet v2.9.0
49112024-03-07T22:23:47.451Z Fresh ring v0.16.20
49122024-03-07T22:23:47.451Z Fresh openssl v0.10.60
49132024-03-07T22:23:47.451Z Fresh winnow v0.5.15
49142024-03-07T22:23:47.452Z Fresh rustls-webpki v0.101.7
49152024-03-07T22:23:47.455Z Fresh gimli v0.28.0
49162024-03-07T22:23:47.455Z Fresh toml_edit v0.19.15
49172024-03-07T22:23:47.455Z Fresh sct v0.7.0
49182024-03-07T22:23:47.455Z Fresh addr2line v0.21.0
49192024-03-07T22:23:47.455Z Fresh futures v0.3.30
49202024-03-07T22:23:47.455Z Fresh pest_meta v2.7.6
49212024-03-07T22:23:47.455Z Fresh serde_urlencoded v0.7.1
49222024-03-07T22:23:47.455Z Fresh rustls v0.21.9
49232024-03-07T22:23:47.455Z Fresh native-tls v0.2.11
49242024-03-07T22:23:47.455Z Fresh object v0.32.1
49252024-03-07T22:23:47.455Z Fresh encoding_rs v0.8.33
49262024-03-07T22:23:47.455Z Fresh rustc-demangle v0.1.23
49272024-03-07T22:23:47.455Z Fresh backtrace v0.3.69
49282024-03-07T22:23:47.456Z Fresh tokio-rustls v0.24.1
49292024-03-07T22:23:47.456Z Fresh tokio-native-tls v0.3.1
49302024-03-07T22:23:47.456Z Fresh pest_generator v2.7.6
49312024-03-07T22:23:47.461Z Fresh utf8parse v0.2.1
49322024-03-07T22:23:47.461Z Fresh unicode-xid v0.2.4
49332024-03-07T22:23:47.461Z Fresh rustversion v1.0.14
49342024-03-07T22:23:47.461Z Fresh hyper-tls v0.5.0
49352024-03-07T22:23:47.461Z Fresh pest_derive v2.7.6
49362024-03-07T22:23:47.461Z Fresh hyper-rustls v0.24.2
49372024-03-07T22:23:47.461Z Fresh anyhow v1.0.75
49382024-03-07T22:23:47.461Z Fresh memoffset v0.9.0
49392024-03-07T22:23:47.461Z Fresh rustls-pemfile v1.0.3
49402024-03-07T22:23:47.461Z Fresh openapiv3 v2.0.0
49412024-03-07T22:23:47.461Z Fresh webpki-roots v0.25.2
49422024-03-07T22:23:47.461Z Fresh sync_wrapper v0.1.2
49432024-03-07T22:23:47.461Z Fresh base64ct v1.6.0
49442024-03-07T22:23:47.461Z Fresh crossbeam-epoch v0.9.15
49452024-03-07T22:23:47.461Z Fresh crc32fast v1.3.2
49462024-03-07T22:23:47.461Z Fresh reqwest v0.11.24
49472024-03-07T22:23:47.461Z Fresh rustc_version v0.4.0
49482024-03-07T22:23:47.461Z Fresh anstyle v1.0.2
49492024-03-07T22:23:47.461Z Fresh hex v0.4.3
49502024-03-07T22:23:47.461Z Fresh thread-id v4.2.0
49512024-03-07T22:23:47.461Z Fresh time-core v0.1.1
49522024-03-07T22:23:47.461Z Fresh bitflags v1.3.2
49532024-03-07T22:23:47.462Z Fresh time-macros v0.2.13
49542024-03-07T22:23:47.462Z Fresh pem-rfc7468 v0.7.0
49552024-03-07T22:23:47.462Z Fresh der_derive v0.7.2
49562024-03-07T22:23:47.462Z Fresh num_threads v0.1.6
49572024-03-07T22:23:47.462Z Fresh deranged v0.3.8
49582024-03-07T22:23:47.462Z Fresh unicode-segmentation v1.10.1
49592024-03-07T22:23:47.462Z Fresh flagset v0.4.3
49602024-03-07T22:23:47.462Z Fresh time v0.3.27
49612024-03-07T22:23:47.462Z Fresh der v0.7.8
49622024-03-07T22:23:47.462Z Fresh flate2 v1.0.28
49632024-03-07T22:23:47.462Z Fresh anstyle-parse v0.2.1
49642024-03-07T22:23:47.462Z Fresh num-integer v0.1.46
49652024-03-07T22:23:47.462Z Fresh siphasher v0.3.11
49662024-03-07T22:23:47.462Z Fresh colorchoice v1.0.0
49672024-03-07T22:23:47.468Z Fresh anstyle-query v1.0.0
49682024-03-07T22:23:47.468Z Fresh anstream v0.6.11
49692024-03-07T22:23:47.468Z Fresh spki v0.7.2
49702024-03-07T22:23:47.468Z Fresh synstructure v0.12.6
49712024-03-07T22:23:47.468Z Fresh terminal_size v0.3.0
49722024-03-07T22:23:47.468Z Fresh scroll_derive v0.12.0
49732024-03-07T22:23:47.469Z Fresh clap_lex v0.7.0
49742024-03-07T22:23:47.469Z Fresh bit-vec v0.6.3
49752024-03-07T22:23:47.469Z Fresh stable_deref_trait v1.2.0
49762024-03-07T22:23:47.469Z Fresh strsim v0.11.0
49772024-03-07T22:23:47.469Z Fresh winnow v0.6.1
49782024-03-07T22:23:47.469Z Fresh zerocopy-derive v0.2.0
49792024-03-07T22:23:47.469Z Fresh scroll v0.12.0
49802024-03-07T22:23:47.469Z Fresh toml v0.7.8
49812024-03-07T22:23:47.469Z Fresh clap_derive v4.5.0
49822024-03-07T22:23:47.469Z Fresh plain v0.2.3
49832024-03-07T22:23:47.469Z Fresh data-encoding v2.4.0
49842024-03-07T22:23:47.469Z Fresh toml_edit v0.22.6
49852024-03-07T22:23:47.469Z Fresh clap_builder v4.5.0
49862024-03-07T22:23:47.469Z Fresh goblin v0.8.0
49872024-03-07T22:23:47.469Z Fresh zerocopy v0.3.0
49882024-03-07T22:23:47.469Z Fresh pkcs8 v0.10.2
49892024-03-07T22:23:47.469Z Fresh itertools v0.10.5
49902024-03-07T22:23:47.469Z Fresh zerocopy-derive v0.6.4
49912024-03-07T22:23:47.469Z Fresh clap v4.5.0
49922024-03-07T22:23:47.469Z Fresh fixedbitset v0.4.2
49932024-03-07T22:23:47.469Z Fresh pretty-hex v0.4.1
49942024-03-07T22:23:47.469Z Fresh managed v0.8.0
49952024-03-07T22:23:47.469Z Fresh zerocopy v0.6.4
49962024-03-07T22:23:47.469Z Fresh petgraph v0.6.4
49972024-03-07T22:23:47.470Z Fresh dof v0.3.0
49982024-03-07T22:23:47.470Z Fresh dof v0.1.5
49992024-03-07T22:23:47.470Z Fresh bit-set v0.5.3
50002024-03-07T22:23:47.470Z Fresh phf_shared v0.10.0
50012024-03-07T22:23:47.470Z Fresh dtrace-parser v0.2.0
50022024-03-07T22:23:47.470Z Fresh dtrace-parser v0.1.14
50032024-03-07T22:23:47.470Z Fresh sha2 v0.10.8
50042024-03-07T22:23:47.470Z Fresh ipnetwork v0.20.0
50052024-03-07T22:23:47.470Z Fresh static_assertions v1.1.0
50062024-03-07T22:23:47.470Z Fresh new_debug_unreachable v1.0.4
50072024-03-07T22:23:47.470Z Fresh precomputed-hash v0.1.1
50082024-03-07T22:23:47.470Z Fresh minimal-lexical v0.2.1
50092024-03-07T22:23:47.470Z Fresh string_cache v0.8.7
50102024-03-07T22:23:47.470Z Fresh usdt-impl v0.5.0
50112024-03-07T22:23:47.470Z Fresh usdt-impl v0.3.5
50122024-03-07T22:23:47.470Z Fresh num-iter v0.1.43
50132024-03-07T22:23:47.470Z Fresh signal-hook v0.3.17
50142024-03-07T22:23:47.470Z Fresh hmac v0.12.1
50152024-03-07T22:23:47.470Z Fresh nom v7.1.3
50162024-03-07T22:23:47.470Z Fresh serde_tokenstream v0.1.7
50172024-03-07T22:23:47.475Z Fresh matches v0.1.10
50182024-03-07T22:23:47.475Z Fresh lalrpop-util v0.19.12
50192024-03-07T22:23:47.475Z Fresh regex-automata v0.1.10
50202024-03-07T22:23:47.475Z Fresh bstr v0.2.17
50212024-03-07T22:23:47.475Z Fresh idna v0.2.3
50222024-03-07T22:23:47.475Z Fresh usdt-macro v0.3.5
50232024-03-07T22:23:47.475Z Fresh bzip2-sys v0.1.11+1.0.8
50242024-03-07T22:23:47.475Z Fresh usdt-attr-macro v0.3.5
50252024-03-07T22:23:47.475Z Fresh signal-hook-mio v0.2.3
50262024-03-07T22:23:47.475Z Fresh block-padding v0.3.3
50272024-03-07T22:23:47.475Z Fresh enum-as-inner v0.5.1
50282024-03-07T22:23:47.475Z Fresh scheduled-thread-pool v0.2.7
50292024-03-07T22:23:47.475Z Fresh diesel_table_macro_syntax v0.1.0
50302024-03-07T22:23:47.476Z Fresh hash32 v0.2.1
50312024-03-07T22:23:47.476Z Fresh predicates-core v1.0.6
50322024-03-07T22:23:47.476Z Fresh regex-automata v0.3.8
50332024-03-07T22:23:47.476Z Fresh r2d2 v0.8.10
50342024-03-07T22:23:47.476Z Fresh bstr v1.6.0
50352024-03-07T22:23:47.476Z Fresh diesel_derives v2.1.2
50362024-03-07T22:23:47.476Z Fresh heapless v0.7.16
50372024-03-07T22:23:47.476Z Fresh inout v0.1.3
50382024-03-07T22:23:47.476Z Fresh trust-dns-proto v0.22.0
50392024-03-07T22:23:47.476Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
50402024-03-07T22:23:47.476Z Fresh bzip2 v0.4.4
50412024-03-07T22:23:47.476Z Fresh crossterm v0.27.0
50422024-03-07T22:23:47.476Z Fresh usdt v0.3.5
50432024-03-07T22:23:47.476Z Fresh strum_macros v0.25.2
50442024-03-07T22:23:47.476Z Fresh md-5 v0.10.5
50452024-03-07T22:23:47.476Z Fresh stringprep v0.1.3
50462024-03-07T22:23:47.476Z Fresh console v0.15.8
50472024-03-07T22:23:47.476Z Fresh ff v0.13.0
50482024-03-07T22:23:47.476Z Fresh float-cmp v0.9.0
50492024-03-07T22:23:47.476Z Fresh hubpack_derive v0.1.1
50502024-03-07T22:23:47.476Z Fresh difflib v0.4.0
50512024-03-07T22:23:47.476Z Fresh fallible-iterator v0.2.0
50522024-03-07T22:23:47.476Z Fresh normalize-line-endings v0.3.0
50532024-03-07T22:23:47.476Z Fresh base16ct v0.2.0
50542024-03-07T22:23:47.477Z Fresh hubpack v0.1.2
50552024-03-07T22:23:47.477Z Fresh predicates v3.1.0
50562024-03-07T22:23:47.477Z Fresh group v0.13.0
50572024-03-07T22:23:47.477Z Fresh postgres-protocol v0.6.6
50582024-03-07T22:23:47.477Z Fresh sec1 v0.7.3
50592024-03-07T22:23:47.477Z Fresh smoltcp v0.9.1
50602024-03-07T22:23:47.477Z Fresh zip v0.6.6
50612024-03-07T22:23:47.477Z Fresh diesel v2.1.4
50622024-03-07T22:23:47.477Z Fresh num-bigint v0.4.4
50632024-03-07T22:23:47.477Z Fresh cipher v0.4.4
50642024-03-07T22:23:47.477Z Fresh similar v2.3.0
50652024-03-07T22:23:47.477Z Fresh hkdf v0.12.4
50662024-03-07T22:23:47.477Z Fresh phf_shared v0.11.2
50672024-03-07T22:23:47.477Z Fresh crypto-bigint v0.5.2
50682024-03-07T22:23:47.477Z Fresh serde_repr v0.1.16
50692024-03-07T22:23:47.477Z Fresh postgres-types v0.2.6
50702024-03-07T22:23:47.477Z Fresh elliptic-curve v0.13.8
50712024-03-07T22:23:47.477Z Fresh phf v0.11.2
50722024-03-07T22:23:47.477Z Fresh yasna v0.5.2
50732024-03-07T22:23:47.477Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
50742024-03-07T22:23:47.477Z Fresh whoami v1.5.0
50752024-03-07T22:23:47.477Z Fresh tokio-stream v0.1.14
50762024-03-07T22:23:47.477Z Fresh serde_tokenstream v0.2.0
50772024-03-07T22:23:47.477Z Fresh regress v0.8.0
50782024-03-07T22:23:47.478Z Fresh tokio-postgres v0.7.10
50792024-03-07T22:23:47.478Z Fresh typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
50802024-03-07T22:23:47.478Z Fresh getopts v0.2.21
50812024-03-07T22:23:47.478Z Fresh unsafe-libyaml v0.2.10
50822024-03-07T22:23:47.478Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
50832024-03-07T22:23:47.478Z Fresh strsim v0.10.0
50842024-03-07T22:23:47.478Z Fresh ident_case v1.0.1
50852024-03-07T22:23:47.478Z Fresh typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
50862024-03-07T22:23:47.478Z Fresh serde_yaml v0.9.25
50872024-03-07T22:23:47.478Z Fresh fastrand v2.0.1
50882024-03-07T22:23:47.478Z Fresh dirs-sys-next v0.1.2
50892024-03-07T22:23:47.478Z Fresh darling_core v0.20.3
50902024-03-07T22:23:47.478Z Fresh toml v0.8.10
50912024-03-07T22:23:47.478Z Fresh typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
50922024-03-07T22:23:47.478Z Fresh camino v1.1.6
50932024-03-07T22:23:47.478Z Fresh tempfile v3.10.0
50942024-03-07T22:23:47.478Z Fresh dirs-next v2.0.0
50952024-03-07T22:23:47.478Z Fresh darling_macro v0.20.3
50962024-03-07T22:23:47.478Z Fresh rustls-pki-types v1.3.0
50972024-03-07T22:23:47.478Z Fresh match_cfg v0.1.0
50982024-03-07T22:23:47.478Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50992024-03-07T22:23:47.478Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
51002024-03-07T22:23:47.478Z Fresh term v0.7.0
51012024-03-07T22:23:47.479Z Fresh darling v0.20.3
51022024-03-07T22:23:47.479Z Fresh hostname v0.3.1
51032024-03-07T22:23:47.479Z Fresh http v1.0.0
51042024-03-07T22:23:47.479Z Fresh atty v0.2.14
51052024-03-07T22:23:47.483Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
51062024-03-07T22:23:47.483Z Fresh quick-error v1.2.3
51072024-03-07T22:23:47.483Z Fresh sha1 v0.10.6
51082024-03-07T22:23:47.483Z Fresh rustls-webpki v0.102.1
51092024-03-07T22:23:47.483Z Fresh crossbeam-channel v0.5.8
51102024-03-07T22:23:47.483Z Fresh thread_local v1.1.7
51112024-03-07T22:23:47.483Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
51122024-03-07T22:23:47.483Z Fresh paste v1.0.14
51132024-03-07T22:23:47.483Z Fresh instant v0.1.12
51142024-03-07T22:23:47.483Z Fresh rustls-pemfile v2.1.1
51152024-03-07T22:23:47.484Z Fresh strum_macros v0.26.1
51162024-03-07T22:23:47.484Z Fresh rustls v0.22.2
51172024-03-07T22:23:47.484Z Fresh take_mut v0.2.2
51182024-03-07T22:23:47.484Z Fresh debug-ignore v1.0.5
51192024-03-07T22:23:47.484Z Fresh strum v0.26.1
51202024-03-07T22:23:47.484Z Fresh slog-term v2.9.0
51212024-03-07T22:23:47.484Z Fresh serde_with_macros v3.6.1
51222024-03-07T22:23:47.484Z Fresh slog-async v2.8.0
51232024-03-07T22:23:47.484Z Fresh tokio-rustls v0.25.0
51242024-03-07T22:23:47.484Z Fresh slog-json v2.6.1
51252024-03-07T22:23:47.484Z Fresh async-stream-impl v0.3.5
51262024-03-07T22:23:47.484Z Fresh wait-timeout v0.2.0
51272024-03-07T22:23:47.484Z Fresh atomic-waker v1.1.1
51282024-03-07T22:23:47.484Z Fresh multer v3.0.0
51292024-03-07T22:23:47.484Z Fresh slog-bunyan v2.5.0
51302024-03-07T22:23:47.484Z Fresh async-stream v0.3.5
51312024-03-07T22:23:47.484Z Fresh waitgroup v0.1.2
51322024-03-07T22:23:47.484Z Fresh serde_with v3.6.1
51332024-03-07T22:23:47.484Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
51342024-03-07T22:23:47.484Z Fresh serde_path_to_error v0.1.15
51352024-03-07T22:23:47.484Z Fresh structmeta-derive v0.3.0
51362024-03-07T22:23:47.484Z Fresh structmeta v0.3.0
51372024-03-07T22:23:47.484Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
51382024-03-07T22:23:47.484Z Fresh rusty-fork v0.3.0
51392024-03-07T22:23:47.485Z Fresh newtype-uuid v1.0.1
51402024-03-07T22:23:47.485Z Fresh rand_xorshift v0.3.0
51412024-03-07T22:23:47.485Z Fresh structmeta-derive v0.2.0
51422024-03-07T22:23:47.485Z Fresh unarray v0.1.4
51432024-03-07T22:23:47.485Z Fresh backoff v0.4.0
51442024-03-07T22:23:47.485Z Fresh parse-display-derive v0.9.0
51452024-03-07T22:23:47.485Z Fresh structmeta v0.2.0
51462024-03-07T22:23:47.485Z Fresh proptest v1.4.0
51472024-03-07T22:23:47.485Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51482024-03-07T22:23:47.485Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
51492024-03-07T22:23:47.485Z Fresh macaddr v1.0.1
51502024-03-07T22:23:47.485Z Fresh camino-tempfile v1.1.1
51512024-03-07T22:23:47.485Z Fresh test-strategy v0.3.1
51522024-03-07T22:23:47.485Z Fresh parse-display v0.9.0
51532024-03-07T22:23:47.485Z Fresh is-terminal v0.4.9
51542024-03-07T22:23:47.485Z Fresh same-file v1.0.6
51552024-03-07T22:23:47.485Z Fresh proc-macro-crate v1.3.1
51562024-03-07T22:23:47.485Z Fresh walkdir v2.4.0
51572024-03-07T22:23:47.485Z Fresh num_enum_derive v0.5.11
51582024-03-07T22:23:47.485Z Fresh hash32 v0.3.1
51592024-03-07T22:23:47.489Z Fresh proc-macro-error-attr v1.0.4
51602024-03-07T22:23:47.489Z Fresh heapless v0.8.0
51612024-03-07T22:23:47.489Z Fresh num_enum v0.5.11
51622024-03-07T22:23:47.489Z Fresh cobs v0.2.3
51632024-03-07T22:23:47.489Z Fresh proc-macro-error v1.0.4
51642024-03-07T22:23:47.489Z Fresh embedded-io v0.4.0
51652024-03-07T22:23:47.489Z Fresh smoltcp v0.11.0
51662024-03-07T22:23:47.489Z Fresh foreign-types-macros v0.2.3
51672024-03-07T22:23:47.489Z Fresh postcard v1.0.8
51682024-03-07T22:23:47.489Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
51692024-03-07T22:23:47.489Z Fresh foreign-types-shared v0.3.1
51702024-03-07T22:23:47.489Z Fresh termtree v0.4.1
51712024-03-07T22:23:47.489Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51722024-03-07T22:23:47.489Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51732024-03-07T22:23:47.489Z Fresh predicates-tree v1.0.9
51742024-03-07T22:23:47.489Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
51752024-03-07T22:23:47.493Z Fresh foreign-types v0.5.0
51762024-03-07T22:23:47.493Z Fresh crucible-workspace-hack v0.1.0
51772024-03-07T22:23:47.493Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
51782024-03-07T22:23:47.493Z Fresh tabwriter v1.4.0
51792024-03-07T22:23:47.493Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51802024-03-07T22:23:47.493Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
51812024-03-07T22:23:47.493Z Fresh filetime v0.2.23
51822024-03-07T22:23:47.493Z Fresh xattr v1.0.1
51832024-03-07T22:23:47.493Z Fresh cstr-argument v0.1.2
51842024-03-07T22:23:47.493Z Fresh pretty-hex v0.2.1
51852024-03-07T22:23:47.493Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51862024-03-07T22:23:47.493Z Fresh colored v2.0.4
51872024-03-07T22:23:47.493Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51882024-03-07T22:23:47.493Z Fresh tar v0.4.40
51892024-03-07T22:23:47.493Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51902024-03-07T22:23:47.494Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
51912024-03-07T22:23:47.494Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
51922024-03-07T22:23:47.494Z Fresh zone_cfg_derive v0.3.0
51932024-03-07T22:23:47.494Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
51942024-03-07T22:23:47.494Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
51952024-03-07T22:23:47.494Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
51962024-03-07T22:23:47.494Z Fresh mockall_derive v0.12.0
51972024-03-07T22:23:47.494Z Fresh num-derive v0.4.0
51982024-03-07T22:23:47.494Z Fresh fragile v2.0.0
51992024-03-07T22:23:47.494Z Fresh downcast v0.11.0
52002024-03-07T22:23:47.494Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
52012024-03-07T22:23:47.494Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
52022024-03-07T22:23:47.494Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
52032024-03-07T22:23:47.494Z Fresh mockall v0.12.0
52042024-03-07T22:23:47.494Z Fresh zone v0.3.0
52052024-03-07T22:23:47.494Z Fresh smf v0.2.2
52062024-03-07T22:23:47.494Z Fresh usdt-macro v0.5.0
52072024-03-07T22:23:47.494Z Fresh usdt-attr-macro v0.5.0
52082024-03-07T22:23:47.494Z Fresh memmap v0.7.0
52092024-03-07T22:23:47.494Z Fresh usdt v0.5.0
52102024-03-07T22:23:47.494Z Fresh crossbeam-deque v0.8.3
52112024-03-07T22:23:47.494Z Fresh pem v3.0.2
52122024-03-07T22:23:47.494Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52132024-03-07T22:23:47.494Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52142024-03-07T22:23:47.495Z Fresh password-hash v0.5.0
52152024-03-07T22:23:47.495Z Fresh blake2 v0.10.6
52162024-03-07T22:23:47.495Z Fresh derive-where v1.2.7
52172024-03-07T22:23:47.495Z Fresh swrite v0.1.0
52182024-03-07T22:23:47.499Z Fresh headers-core v0.2.0
52192024-03-07T22:23:47.499Z Fresh rayon-core v1.12.1
52202024-03-07T22:23:47.499Z Fresh argon2 v0.5.3
52212024-03-07T22:23:47.499Z Fresh itertools v0.12.1
52222024-03-07T22:23:47.499Z Fresh arrayref v0.3.7
52232024-03-07T22:23:47.499Z Fresh arrayvec v0.7.4
52242024-03-07T22:23:47.499Z Fresh home v0.5.5
52252024-03-07T22:23:47.499Z Fresh headers v0.3.9
52262024-03-07T22:23:47.499Z Fresh linked-hash-map v0.5.6
52272024-03-07T22:23:47.499Z Fresh rayon v1.9.0
52282024-03-07T22:23:47.499Z Fresh constant_time_eq v0.3.0
52292024-03-07T22:23:47.499Z Fresh termcolor v1.2.0
52302024-03-07T22:23:47.499Z Fresh lru-cache v0.1.2
52312024-03-07T22:23:47.499Z Fresh heck v0.3.3
52322024-03-07T22:23:47.499Z Fresh textwrap v0.11.0
52332024-03-07T22:23:47.499Z Fresh toml v0.5.11
52342024-03-07T22:23:47.499Z Fresh vec_map v0.8.2
52352024-03-07T22:23:47.499Z Fresh strsim v0.8.0
52362024-03-07T22:23:47.499Z Fresh ansi_term v0.12.1
52372024-03-07T22:23:47.500Z Fresh semver v0.1.20
52382024-03-07T22:23:47.500Z Fresh tap v1.0.1
52392024-03-07T22:23:47.500Z Fresh cancel-safe-futures v0.1.5
52402024-03-07T22:23:47.500Z Fresh radium v0.7.0
52412024-03-07T22:23:47.500Z Fresh wyz v0.5.1
52422024-03-07T22:23:47.500Z Fresh clap v2.34.0
52432024-03-07T22:23:47.500Z Fresh rustc_version v0.1.7
52442024-03-07T22:23:47.500Z Fresh structopt-derive v0.4.18
52452024-03-07T22:23:47.500Z Fresh memmap2 v0.7.1
52462024-03-07T22:23:47.500Z Fresh half v2.3.1
52472024-03-07T22:23:47.500Z Fresh funty v2.0.0
52482024-03-07T22:23:47.500Z Fresh crc-catalog v2.2.0
52492024-03-07T22:23:47.500Z Fresh ciborium-io v0.2.2
52502024-03-07T22:23:47.500Z Fresh maybe-uninit v2.0.0
52512024-03-07T22:23:47.500Z Fresh blake3 v1.5.0
52522024-03-07T22:23:47.500Z Fresh bitvec v1.0.1
52532024-03-07T22:23:47.500Z Fresh ciborium-ll v0.2.2
52542024-03-07T22:23:47.500Z Fresh crc v3.0.1
52552024-03-07T22:23:47.500Z Fresh structopt v0.3.26
52562024-03-07T22:23:47.500Z Fresh libefi-sys v0.1.0
52572024-03-07T22:23:47.500Z Fresh rcgen v0.12.1
52582024-03-07T22:23:47.500Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
52592024-03-07T22:23:47.500Z Fresh atomicwrites v0.4.3
52602024-03-07T22:23:47.500Z Fresh semver-parser v0.10.2
52612024-03-07T22:23:47.500Z Fresh libsw v3.3.1
52622024-03-07T22:23:47.501Z Fresh packed_struct_codegen v0.10.1
52632024-03-07T22:23:47.501Z Fresh subprocess v0.2.9
52642024-03-07T22:23:47.501Z Fresh owo-colors v4.0.0
52652024-03-07T22:23:47.501Z Fresh glob v0.3.1
52662024-03-07T22:23:47.501Z Fresh topological-sort v0.2.2
52672024-03-07T22:23:47.501Z Fresh linear-map v1.2.0
52682024-03-07T22:23:47.501Z Fresh nodrop v0.1.14
52692024-03-07T22:23:47.501Z Fresh semver v0.11.0
52702024-03-07T22:23:47.501Z Fresh packed_struct v0.10.1
52712024-03-07T22:23:47.501Z Fresh array-init v0.0.4
52722024-03-07T22:23:47.501Z Fresh omicron-zone-package v0.11.0
52732024-03-07T22:23:47.505Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
52742024-03-07T22:23:47.505Z Fresh num-bigint-dig v0.8.4
52752024-03-07T22:23:47.505Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
52762024-03-07T22:23:47.505Z Fresh ciborium v0.2.2
52772024-03-07T22:23:47.505Z Fresh smallvec v0.6.14
52782024-03-07T22:23:47.505Z Fresh pkcs1 v0.7.5
52792024-03-07T22:23:47.505Z Fresh signature v2.1.0
52802024-03-07T22:23:47.505Z Fresh gethostname v0.4.3
52812024-03-07T22:23:47.505Z Fresh bitfield v0.14.0
52822024-03-07T22:23:47.505Z Fresh hashbrown v0.12.3
52832024-03-07T22:23:47.505Z Fresh toolchain_find v0.2.0
52842024-03-07T22:23:47.505Z Fresh rsa v0.9.2
52852024-03-07T22:23:47.505Z Fresh newtype_derive v0.1.6
52862024-03-07T22:23:47.505Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52872024-03-07T22:23:47.505Z Fresh indexmap v1.9.3
52882024-03-07T22:23:47.505Z Fresh serde-hex v0.1.0
52892024-03-07T22:23:47.505Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52902024-03-07T22:23:47.505Z Fresh env_logger v0.10.0
52912024-03-07T22:23:47.506Z Fresh x509-cert v0.2.4
52922024-03-07T22:23:47.506Z Fresh ron v0.8.1
52932024-03-07T22:23:47.506Z Fresh hashbrown v0.13.2
52942024-03-07T22:23:47.506Z Fresh crc-any v2.4.3
52952024-03-07T22:23:47.506Z Fresh steno v0.4.0
52962024-03-07T22:23:47.506Z Fresh rustfmt-wrapper v0.2.0
52972024-03-07T22:23:47.506Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52982024-03-07T22:23:47.506Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52992024-03-07T22:23:47.506Z Fresh object v0.30.4
53002024-03-07T22:23:47.506Z Fresh path-slash v0.1.5
53012024-03-07T22:23:47.506Z Fresh arc-swap v1.6.0
53022024-03-07T22:23:47.506Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
53032024-03-07T22:23:47.506Z Fresh slog-scope v4.4.0
53042024-03-07T22:23:47.506Z Fresh resolv-conf v0.7.0
53052024-03-07T22:23:47.506Z Fresh convert_case v0.4.0
53062024-03-07T22:23:47.506Z Fresh slog-dtrace v0.3.0
53072024-03-07T22:23:47.506Z Fresh slog-stdlog v4.1.1
53082024-03-07T22:23:47.506Z Fresh trust-dns-resolver v0.22.0
53092024-03-07T22:23:47.506Z Fresh num-rational v0.4.1
53102024-03-07T22:23:47.506Z Fresh derive_more v0.99.17
53112024-03-07T22:23:47.506Z Fresh num-complex v0.4.4
53122024-03-07T22:23:47.506Z Fresh pin-project-internal v1.1.3
53132024-03-07T22:23:47.510Z Fresh display-error-chain v0.2.0
53142024-03-07T22:23:47.510Z Fresh slog-envlogger v2.2.0
53152024-03-07T22:23:47.510Z Fresh num v0.4.1
53162024-03-07T22:23:47.510Z Fresh pin-project v1.1.3
53172024-03-07T22:23:47.511Z Fresh newline-converter v0.3.0
53182024-03-07T22:23:47.511Z Fresh nibble_vec v0.1.0
53192024-03-07T22:23:47.511Z Fresh fxhash v0.2.1
53202024-03-07T22:23:47.511Z Fresh utf-8 v0.7.6
53212024-03-07T22:23:47.511Z Fresh endian-type v0.1.2
53222024-03-07T22:23:47.511Z Fresh expectorate v1.1.0
53232024-03-07T22:23:47.511Z Fresh keccak v0.1.4
53242024-03-07T22:23:47.511Z Fresh buf-list v1.0.3
53252024-03-07T22:23:47.511Z Fresh radix_trie v0.2.1
53262024-03-07T22:23:47.511Z Fresh tungstenite v0.20.1
53272024-03-07T22:23:47.511Z Fresh doc-comment v0.3.3
53282024-03-07T22:23:47.511Z Fresh sha3 v0.10.8
53292024-03-07T22:23:47.511Z Fresh secrecy v0.8.0
53302024-03-07T22:23:47.511Z Fresh tokio-tungstenite v0.20.1
53312024-03-07T22:23:47.511Z Fresh snafu-derive v0.7.5
53322024-03-07T22:23:47.511Z Fresh signature v1.6.4
53332024-03-07T22:23:47.511Z Fresh ed25519 v1.5.3
53342024-03-07T22:23:47.511Z Fresh snafu v0.7.5
53352024-03-07T22:23:47.514Z Fresh memoffset v0.7.1
53362024-03-07T22:23:47.514Z Fresh globset v0.4.13
53372024-03-07T22:23:47.515Z Fresh olpc-cjson v0.1.3
53382024-03-07T22:23:47.515Z Fresh serde_plain v1.0.2
53392024-03-07T22:23:47.515Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
53402024-03-07T22:23:47.515Z Fresh async-recursion v1.0.5
53412024-03-07T22:23:47.515Z Fresh vte_generate_state_changes v0.1.1
53422024-03-07T22:23:47.515Z Fresh diff v0.1.13
53432024-03-07T22:23:47.515Z Fresh typed-path v0.7.0
53442024-03-07T22:23:47.515Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
53452024-03-07T22:23:47.515Z Fresh vte v0.11.1
53462024-03-07T22:23:47.515Z Fresh tough v0.16.0
53472024-03-07T22:23:47.515Z Fresh crunchy v0.2.2
53482024-03-07T22:23:47.515Z Fresh salty v0.2.0
53492024-03-07T22:23:47.515Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
53502024-03-07T22:23:47.515Z Fresh fs-err v2.11.0
53512024-03-07T22:23:47.518Z Fresh platforms v3.0.2
53522024-03-07T22:23:47.518Z Fresh prettyplease v0.2.16
53532024-03-07T22:23:47.518Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53542024-03-07T22:23:47.518Z Fresh darling_core v0.14.4
53552024-03-07T22:23:47.519Z Fresh serde-big-array v0.5.1
53562024-03-07T22:23:47.519Z Fresh serde-big-array v0.4.1
53572024-03-07T22:23:47.519Z Fresh parse-size v1.0.0
53582024-03-07T22:23:47.519Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
53592024-03-07T22:23:47.519Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53602024-03-07T22:23:47.519Z Fresh darling_macro v0.14.4
53612024-03-07T22:23:47.519Z Fresh parking_lot_core v0.8.6
53622024-03-07T22:23:47.519Z Fresh tiny-keccak v2.0.2
53632024-03-07T22:23:47.519Z Fresh unicase v2.7.0
53642024-03-07T22:23:47.519Z Fresh strip-ansi-escapes v0.2.0
53652024-03-07T22:23:47.519Z Fresh ascii-canvas v3.0.0
53662024-03-07T22:23:47.519Z Fresh signal-hook-tokio v0.3.1
53672024-03-07T22:23:47.519Z Fresh fd-lock v3.0.13
53682024-03-07T22:23:47.519Z Fresh ena v0.14.2
53692024-03-07T22:23:47.519Z Fresh libloading v0.7.4
53702024-03-07T22:23:47.519Z Fresh nu-ansi-term v0.50.0
53712024-03-07T22:23:47.519Z Fresh corncobs v0.1.3
53722024-03-07T22:23:47.519Z Fresh regex-syntax v0.6.29
53732024-03-07T22:23:47.519Z Fresh strum v0.25.0
53742024-03-07T22:23:47.523Z Fresh lalrpop v0.19.12
53752024-03-07T22:23:47.523Z Fresh reedline v0.30.0
53762024-03-07T22:23:47.523Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53772024-03-07T22:23:47.523Z Fresh clang-sys v1.6.1
53782024-03-07T22:23:47.523Z Fresh parking_lot v0.11.2
53792024-03-07T22:23:47.523Z Fresh darling v0.14.4
53802024-03-07T22:23:47.523Z Fresh trust-dns-client v0.22.0
53812024-03-07T22:23:47.523Z Fresh cexpr v0.6.0
53822024-03-07T22:23:47.523Z Fresh which v4.4.0
53832024-03-07T22:23:47.523Z Fresh universal-hash v0.5.1
53842024-03-07T22:23:47.523Z Fresh thiserror-impl-no-std v2.0.2
53852024-03-07T22:23:47.523Z Fresh curve25519-dalek-derive v0.1.0
53862024-03-07T22:23:47.523Z Fresh shlex v1.3.0
53872024-03-07T22:23:47.523Z Fresh opaque-debug v0.3.0
53882024-03-07T22:23:47.523Z Fresh rustc-hash v1.1.0
53892024-03-07T22:23:47.523Z Fresh peeking_take_while v0.1.2
53902024-03-07T22:23:47.523Z Fresh lazycell v1.3.0
53912024-03-07T22:23:47.527Z Fresh bytecount v0.6.3
53922024-03-07T22:23:47.527Z Fresh bindgen v0.69.2
53932024-03-07T22:23:47.527Z Fresh thiserror-no-std v2.0.2
53942024-03-07T22:23:47.527Z Fresh poly1305 v0.8.0
53952024-03-07T22:23:47.527Z Fresh curve25519-dalek v4.1.1
53962024-03-07T22:23:47.527Z Fresh derive_builder_core v0.12.0
53972024-03-07T22:23:47.527Z Fresh papergrid v0.11.0
53982024-03-07T22:23:47.527Z Fresh trust-dns-server v0.22.1
53992024-03-07T22:23:47.527Z Fresh sled v0.34.7
54002024-03-07T22:23:47.527Z Fresh tabled_derive v0.7.0
54012024-03-07T22:23:47.527Z Fresh chacha20 v0.9.1
54022024-03-07T22:23:47.527Z Fresh aead v0.5.2
54032024-03-07T22:23:47.527Z Fresh fd-lock v4.0.2
54042024-03-07T22:23:47.527Z Fresh nix v0.27.1
54052024-03-07T22:23:47.527Z Fresh kstat-rs v0.2.3
54062024-03-07T22:23:47.527Z Fresh sqlparser_derive v0.2.2
54072024-03-07T22:23:47.528Z Fresh ref-cast-impl v1.0.20
54082024-03-07T22:23:47.528Z Fresh nanorand v0.7.0
54092024-03-07T22:23:47.528Z Fresh unicode_categories v0.1.1
54102024-03-07T22:23:47.528Z Fresh ref-cast v1.0.20
54112024-03-07T22:23:47.528Z Fresh sqlparser v0.43.1
54122024-03-07T22:23:47.528Z Fresh sqlformat v0.2.3
54132024-03-07T22:23:47.528Z Fresh flume v0.11.0
54142024-03-07T22:23:47.528Z Fresh rustyline v13.0.0
54152024-03-07T22:23:47.528Z Fresh tabled v0.15.0
54162024-03-07T22:23:47.528Z Fresh chacha20poly1305 v0.10.1
54172024-03-07T22:23:47.528Z Fresh mime_guess v2.0.4
54182024-03-07T22:23:47.528Z Fresh portable-atomic v1.4.3
54192024-03-07T22:23:47.528Z Fresh derive_builder_macro v0.12.0
54202024-03-07T22:23:47.528Z Fresh vsss-rs v3.3.4
54212024-03-07T22:23:47.528Z Fresh strum_macros v0.24.3
54222024-03-07T22:23:47.528Z Fresh bcs v0.1.6
54232024-03-07T22:23:47.528Z Fresh maplit v1.0.2
54242024-03-07T22:23:47.528Z Fresh indoc v1.0.9
54252024-03-07T22:23:47.528Z Fresh number_prefix v0.4.0
54262024-03-07T22:23:47.528Z Fresh humantime v2.1.0
54272024-03-07T22:23:47.528Z Fresh highway v1.1.0
54282024-03-07T22:23:47.528Z Fresh derive_builder v0.12.0
54292024-03-07T22:23:47.529Z Fresh polar-core v0.27.0
54302024-03-07T22:23:47.529Z Fresh indicatif v0.17.8
54312024-03-07T22:23:47.532Z Fresh libxml v0.3.3
54322024-03-07T22:23:47.532Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
54332024-03-07T22:23:47.532Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
54342024-03-07T22:23:47.532Z Fresh castaway v0.2.2
54352024-03-07T22:23:47.532Z Fresh bb8 v0.8.3
54362024-03-07T22:23:47.532Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
54372024-03-07T22:23:47.532Z Fresh quick-xml v0.30.0
54382024-03-07T22:23:47.532Z Fresh impl-trait-for-tuples v0.2.2
54392024-03-07T22:23:47.532Z Fresh oso-derive v0.27.0
54402024-03-07T22:23:47.532Z Fresh http-range v0.1.5
54412024-03-07T22:23:47.533Z Fresh compact_str v0.7.1
54422024-03-07T22:23:47.533Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
54432024-03-07T22:23:47.533Z Fresh oso v0.27.0
54442024-03-07T22:23:47.533Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
54452024-03-07T22:23:47.533Z Fresh hyper-staticfile v0.9.5
54462024-03-07T22:23:47.533Z Fresh samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
54472024-03-07T22:23:47.533Z Fresh cookie v0.18.0
54482024-03-07T22:23:47.533Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
54492024-03-07T22:23:47.533Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
54502024-03-07T22:23:47.533Z Fresh lru v0.12.1
54512024-03-07T22:23:47.533Z Fresh stability v0.1.1
54522024-03-07T22:23:47.533Z Fresh cassowary v0.3.0
54532024-03-07T22:23:47.533Z Fresh is_ci v1.2.0
54542024-03-07T22:23:47.533Z Fresh assert_matches v1.5.0
54552024-03-07T22:23:47.533Z Fresh indoc v2.0.3
54562024-03-07T22:23:47.533Z Fresh ratatui v0.26.1
54572024-03-07T22:23:47.533Z Fresh supports-color v3.0.0
54582024-03-07T22:23:47.533Z Fresh rtoolbox v0.0.1
54592024-03-07T22:23:47.533Z Fresh unicode-linebreak v0.1.5
54602024-03-07T22:23:47.533Z Fresh smawk v0.3.1
54612024-03-07T22:23:47.533Z Fresh tui-tree-widget v0.17.0
54622024-03-07T22:23:47.533Z Fresh textwrap v0.16.1
54632024-03-07T22:23:47.533Z Fresh rpassword v7.3.1
54642024-03-07T22:23:47.533Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
54652024-03-07T22:23:47.534Z Fresh http-body v1.0.0
54662024-03-07T22:23:47.534Z Fresh plotters-backend v0.3.5
54672024-03-07T22:23:47.534Z Fresh tower-layer v0.3.2
54682024-03-07T22:23:47.537Z Fresh shell-words v1.1.0
54692024-03-07T22:23:47.537Z Fresh target-lexicon v0.12.13
54702024-03-07T22:23:47.537Z Fresh hyper v1.1.0
54712024-03-07T22:23:47.537Z Fresh plotters-svg v0.3.5
54722024-03-07T22:23:47.537Z Fresh tower v0.4.13
54732024-03-07T22:23:47.537Z Fresh cast v0.3.0
54742024-03-07T22:23:47.537Z Fresh yansi v0.5.1
54752024-03-07T22:23:47.537Z Fresh guppy-workspace-hack v0.1.0
54762024-03-07T22:23:47.537Z Fresh plotters v0.3.5
54772024-03-07T22:23:47.537Z Fresh hyper-util v0.1.2
54782024-03-07T22:23:47.537Z Fresh pretty_assertions v1.4.0
54792024-03-07T22:23:47.537Z Fresh criterion-plot v0.5.0
54802024-03-07T22:23:47.537Z Fresh cfg-expr v0.15.6
54812024-03-07T22:23:47.537Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
54822024-03-07T22:23:47.537Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
54832024-03-07T22:23:47.537Z Fresh rustls-native-certs v0.7.0
54842024-03-07T22:23:47.537Z Fresh fatfs v0.3.6
54852024-03-07T22:23:47.538Z Fresh tinytemplate v1.2.1
54862024-03-07T22:23:47.538Z Fresh threadpool v1.8.1
54872024-03-07T22:23:47.538Z Fresh cargo-platform v0.1.3
54882024-03-07T22:23:47.538Z Fresh relative-path v1.9.0
54892024-03-07T22:23:47.538Z Fresh constant_time_eq v0.2.6
54902024-03-07T22:23:47.538Z Fresh oorandom v11.1.3
54912024-03-07T22:23:47.538Z Fresh anes v0.1.6
54922024-03-07T22:23:47.542Z Fresh rstest_macros v0.18.2
54932024-03-07T22:23:47.542Z Fresh libtest-mimic v0.6.1
54942024-03-07T22:23:47.542Z Fresh hyper-rustls v0.26.0
54952024-03-07T22:23:47.542Z Fresh cargo_metadata v0.18.1
54962024-03-07T22:23:47.542Z Fresh blake2b_simd v1.0.1
54972024-03-07T22:23:47.543Z Fresh criterion v0.5.1
54982024-03-07T22:23:47.543Z Fresh assert_cmd v2.0.14
54992024-03-07T22:23:47.543Z Fresh target-spec v3.1.0
55002024-03-07T22:23:47.543Z Fresh httptest v0.15.5
55012024-03-07T22:23:47.543Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
55022024-03-07T22:23:47.543Z Fresh pathdiff v0.2.1
55032024-03-07T22:23:47.543Z Fresh basic-toml v0.1.8
55042024-03-07T22:23:47.543Z Fresh rand v0.4.6
55052024-03-07T22:23:47.543Z Fresh nested v0.1.1
55062024-03-07T22:23:47.543Z Fresh futures-timer v3.0.2
55072024-03-07T22:23:47.543Z Fresh remove_dir_all v0.5.3
55082024-03-07T22:23:47.543Z Fresh tempdir v0.3.7
55092024-03-07T22:23:47.543Z Fresh guppy v0.17.5
55102024-03-07T22:23:47.543Z Fresh rstest v0.18.2
55112024-03-07T22:23:47.543Z Fresh trybuild v1.0.89
55122024-03-07T22:23:47.543Z Fresh rust-argon2 v1.0.1
55132024-03-07T22:23:47.543Z Fresh datatest-stable v0.2.3
55142024-03-07T22:23:47.543Z Fresh partial-io v0.5.4
55152024-03-07T22:23:47.543Z Fresh similar-asserts v1.5.0
55162024-03-07T22:23:47.543Z Fresh approx v0.5.1
55172024-03-07T22:23:47.543Z Fresh hex-literal v0.4.1
55182024-03-07T22:23:47.543Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55192024-03-07T22:23:47.543Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
55202024-03-07T22:23:47.544Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
55212024-03-07T22:23:47.544Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
55222024-03-07T22:23:47.544Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
55232024-03-07T22:23:47.544Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
55242024-03-07T22:23:47.544Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
55252024-03-07T22:23:47.544Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
55262024-03-07T22:23:47.544Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
55272024-03-07T22:23:47.544Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
55282024-03-07T22:23:47.544Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
55292024-03-07T22:23:47.544Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55302024-03-07T22:23:47.544Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
55312024-03-07T22:23:47.544Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
55322024-03-07T22:23:47.544Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
55332024-03-07T22:23:47.544Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
55342024-03-07T22:23:47.544Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
55352024-03-07T22:23:47.544Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
55362024-03-07T22:23:47.544Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
55372024-03-07T22:23:47.544Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
55382024-03-07T22:23:47.544Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
55392024-03-07T22:23:47.544Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55402024-03-07T22:23:47.544Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
55412024-03-07T22:23:47.544Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
55422024-03-07T22:23:47.544Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55432024-03-07T22:23:47.544Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
55442024-03-07T22:23:47.545Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55452024-03-07T22:23:47.545Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
55462024-03-07T22:23:47.545Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
55472024-03-07T22:23:47.545Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
55482024-03-07T22:23:47.545Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55492024-03-07T22:23:47.545Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
55502024-03-07T22:23:47.545Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
55512024-03-07T22:23:47.545Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
55522024-03-07T22:23:47.545Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
55532024-03-07T22:23:47.545Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
55542024-03-07T22:23:47.545Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
55552024-03-07T22:23:47.545Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55562024-03-07T22:23:47.545Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55572024-03-07T22:23:47.545Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
55582024-03-07T22:23:47.545Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
55592024-03-07T22:23:47.545Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
55602024-03-07T22:23:47.545Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
55612024-03-07T22:23:47.545Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
55622024-03-07T22:23:47.545Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55632024-03-07T22:23:47.545Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
55642024-03-07T22:23:47.545Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
55652024-03-07T22:23:47.545Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
55662024-03-07T22:23:47.545Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55672024-03-07T22:23:47.545Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55682024-03-07T22:23:47.546Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
55692024-03-07T22:23:47.546Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
55702024-03-07T22:23:47.546Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55712024-03-07T22:23:47.546Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
55722024-03-07T22:23:47.546Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
55732024-03-07T22:23:47.546Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55742024-03-07T22:23:47.546Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
55752024-03-07T22:23:47.546Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
55762024-03-07T22:23:47.546Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
55772024-03-07T22:23:47.546Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
55782024-03-07T22:23:47.546Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
55792024-03-07T22:23:47.546Z Finished test [unoptimized + debuginfo] target(s) in 1.38s
55802024-03-07T22:23:47.569Z Doc-tests authz-macros
55812024-03-07T22:23:47.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c40d109e660103f8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4a4a9654a43dfb33.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55822024-03-07T22:23:47.829Z
55832024-03-07T22:23:47.830Zrunning 7 tests
55842024-03-07T22:23:47.834Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
55852024-03-07T22:23:47.835Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
55862024-03-07T22:23:47.835Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
55872024-03-07T22:23:47.835Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
55882024-03-07T22:23:47.835Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
55892024-03-07T22:23:47.835Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
55902024-03-07T22:23:47.835Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
55912024-03-07T22:23:47.835Z
55922024-03-07T22:23:47.838Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
55932024-03-07T22:23:47.839Z
55942024-03-07T22:23:47.848Z Doc-tests bootstore
55952024-03-07T22:23:47.856Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-86209567b378348e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4f7e05c426834831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55962024-03-07T22:23:48.864Z
55972024-03-07T22:23:48.864Zrunning 0 tests
55982024-03-07T22:23:48.864Z
55992024-03-07T22:23:48.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56002024-03-07T22:23:48.864Z
56012024-03-07T22:23:48.888Z Doc-tests bootstrap-agent-client
56022024-03-07T22:23:48.892Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56032024-03-07T22:23:49.598Z
56042024-03-07T22:23:49.598Zrunning 0 tests
56052024-03-07T22:23:49.598Z
56062024-03-07T22:23:49.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56072024-03-07T22:23:49.598Z
56082024-03-07T22:23:49.616Z Doc-tests db-macros
56092024-03-07T22:23:49.619Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4a4a9654a43dfb33.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-97e560bd25e9dfe5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
56102024-03-07T22:23:49.866Z
56112024-03-07T22:23:49.867Zrunning 4 tests
56122024-03-07T22:23:49.871Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
56132024-03-07T22:23:49.871Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
56142024-03-07T22:23:49.871Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
56152024-03-07T22:23:49.871Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
56162024-03-07T22:23:49.871Z
56172024-03-07T22:23:49.871Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
56182024-03-07T22:23:49.871Z
56192024-03-07T22:23:49.882Z Doc-tests ddm-admin-client
56202024-03-07T22:23:49.885Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib -C embed-bitcode=no -D warnings --error-format human`
56212024-03-07T22:23:50.212Z
56222024-03-07T22:23:50.212Zrunning 0 tests
56232024-03-07T22:23:50.212Z
56242024-03-07T22:23:50.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56252024-03-07T22:23:50.212Z
56262024-03-07T22:23:50.242Z Doc-tests dns-server
56272024-03-07T22:23:50.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-66bb3298f92d8dbf.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3df1e1ba285d24b8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdab0f499274e2d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56282024-03-07T22:23:50.662Z
56292024-03-07T22:23:50.662Zrunning 0 tests
56302024-03-07T22:23:50.662Z
56312024-03-07T22:23:50.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56322024-03-07T22:23:50.662Z
56332024-03-07T22:23:50.680Z Doc-tests dns-service-client
56342024-03-07T22:23:50.683Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -C embed-bitcode=no -D warnings --error-format human`
56352024-03-07T22:23:50.935Z
56362024-03-07T22:23:50.956Zrunning 0 tests
56372024-03-07T22:23:50.956Z
56382024-03-07T22:23:50.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56392024-03-07T22:23:50.956Z
56402024-03-07T22:23:50.962Z Doc-tests dpd-client
56412024-03-07T22:23:50.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56422024-03-07T22:23:52.212Z
56432024-03-07T22:23:52.212Zrunning 0 tests
56442024-03-07T22:23:52.212Z
56452024-03-07T22:23:52.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56462024-03-07T22:23:52.212Z
56472024-03-07T22:23:52.248Z Doc-tests gateway-client
56482024-03-07T22:23:52.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56492024-03-07T22:23:53.172Z
56502024-03-07T22:23:53.172Zrunning 0 tests
56512024-03-07T22:23:53.172Z
56522024-03-07T22:23:53.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56532024-03-07T22:23:53.172Z
56542024-03-07T22:23:53.202Z Doc-tests gateway-test-utils
56552024-03-07T22:23:53.206Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56562024-03-07T22:23:53.741Z
56572024-03-07T22:23:53.742Zrunning 0 tests
56582024-03-07T22:23:53.742Z
56592024-03-07T22:23:53.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56602024-03-07T22:23:53.742Z
56612024-03-07T22:23:53.754Z Doc-tests illumos-utils
56622024-03-07T22:23:53.754Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4321bfbdbc46b5ed.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-075ab11e95ffdf07.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-144c10f8b8b570ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c3ac9a06bc2514b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-764e6d539ec5593e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
56632024-03-07T22:23:55.554Z
56642024-03-07T22:23:55.554Zrunning 0 tests
56652024-03-07T22:23:55.554Z
56662024-03-07T22:23:55.554Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56672024-03-07T22:23:55.554Z
56682024-03-07T22:23:55.604Z Doc-tests installinator
56692024-03-07T22:23:55.615Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e3897291544300eb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f341bd2a1266b1f7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56702024-03-07T22:23:56.291Z
56712024-03-07T22:23:56.291Zrunning 0 tests
56722024-03-07T22:23:56.291Z
56732024-03-07T22:23:56.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56742024-03-07T22:23:56.291Z
56752024-03-07T22:23:56.314Z Doc-tests installinator-artifact-client
56762024-03-07T22:23:56.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56772024-03-07T22:23:57.208Z
56782024-03-07T22:23:57.209Zrunning 0 tests
56792024-03-07T22:23:57.209Z
56802024-03-07T22:23:57.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56812024-03-07T22:23:57.209Z
56822024-03-07T22:23:57.229Z Doc-tests installinator-artifactd
56832024-03-07T22:23:57.233Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56842024-03-07T22:23:57.489Z
56852024-03-07T22:23:57.489Zrunning 0 tests
56862024-03-07T22:23:57.489Z
56872024-03-07T22:23:57.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56882024-03-07T22:23:57.489Z
56892024-03-07T22:23:57.507Z Doc-tests installinator-common
56902024-03-07T22:23:57.511Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib -C embed-bitcode=no -D warnings --error-format human`
56912024-03-07T22:23:57.901Z
56922024-03-07T22:23:57.901Zrunning 0 tests
56932024-03-07T22:23:57.902Z
56942024-03-07T22:23:57.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56952024-03-07T22:23:57.902Z
56962024-03-07T22:23:57.918Z Doc-tests internal-dns
56972024-03-07T22:23:57.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a73ce92b0521abec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
56982024-03-07T22:23:58.177Z
56992024-03-07T22:23:58.177Zrunning 0 tests
57002024-03-07T22:23:58.177Z
57012024-03-07T22:23:58.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57022024-03-07T22:23:58.177Z
57032024-03-07T22:23:58.201Z Doc-tests ipcc
57042024-03-07T22:23:58.211Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
57052024-03-07T22:23:58.406Z
57062024-03-07T22:23:58.406Zrunning 0 tests
57072024-03-07T22:23:58.406Z
57082024-03-07T22:23:58.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57092024-03-07T22:23:58.406Z
57102024-03-07T22:23:58.422Z Doc-tests key-manager
57112024-03-07T22:23:58.425Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ebdf83b28fbcb16.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-089a3232aa513a34.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -C embed-bitcode=no -D warnings --error-format human`
57122024-03-07T22:23:58.630Z
57132024-03-07T22:23:58.630Zrunning 0 tests
57142024-03-07T22:23:58.630Z
57152024-03-07T22:23:58.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57162024-03-07T22:23:58.630Z
57172024-03-07T22:23:58.646Z Doc-tests mg-admin-client
57182024-03-07T22:23:58.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib -C embed-bitcode=no -D warnings --error-format human`
57192024-03-07T22:23:59.055Z
57202024-03-07T22:23:59.055Zrunning 0 tests
57212024-03-07T22:23:59.055Z
57222024-03-07T22:23:59.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57232024-03-07T22:23:59.055Z
57242024-03-07T22:23:59.071Z Doc-tests nexus-client
57252024-03-07T22:23:59.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
57262024-03-07T22:24:01.612Z
57272024-03-07T22:24:01.612Zrunning 0 tests
57282024-03-07T22:24:01.612Z
57292024-03-07T22:24:01.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57302024-03-07T22:24:01.612Z
57312024-03-07T22:24:01.664Z Doc-tests nexus-config
57322024-03-07T22:24:01.668Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
57332024-03-07T22:24:02.084Z
57342024-03-07T22:24:02.084Zrunning 0 tests
57352024-03-07T22:24:02.084Z
57362024-03-07T22:24:02.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57372024-03-07T22:24:02.084Z
57382024-03-07T22:24:02.107Z Doc-tests nexus-db-model
57392024-03-07T22:24:02.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5511f3378a46881f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57402024-03-07T22:24:12.634Z
57412024-03-07T22:24:12.634Zrunning 2 tests
57422024-03-07T22:24:14.772Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
57432024-03-07T22:24:14.777Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
57442024-03-07T22:24:14.777Z
57452024-03-07T22:24:14.778Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s
57462024-03-07T22:24:14.778Z
57472024-03-07T22:24:14.943Z Doc-tests nexus-db-queries
57482024-03-07T22:24:14.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c40d109e660103f8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6c0e755278a0504d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-fe09b1fbebdded7e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ec3f9851b2197b9a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe4ceb0198a1f155.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d815c70566bc6295.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57492024-03-07T22:24:17.423Z
57502024-03-07T22:24:17.423Zrunning 2 tests
57512024-03-07T22:24:17.427Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
57522024-03-07T22:24:26.070Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
57532024-03-07T22:24:26.070Z
57542024-03-07T22:24:26.077Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.64s
57552024-03-07T22:24:26.077Z
57562024-03-07T22:24:26.143Z Doc-tests nexus-defaults
57572024-03-07T22:24:26.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib -C embed-bitcode=no -D warnings --error-format human`
57582024-03-07T22:24:26.566Z
57592024-03-07T22:24:26.566Zrunning 0 tests
57602024-03-07T22:24:26.566Z
57612024-03-07T22:24:26.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57622024-03-07T22:24:26.566Z
57632024-03-07T22:24:26.566Z Doc-tests nexus-inventory
57642024-03-07T22:24:26.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
57652024-03-07T22:24:26.620Z
57662024-03-07T22:24:26.620Zrunning 0 tests
57672024-03-07T22:24:26.621Z
57682024-03-07T22:24:26.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57692024-03-07T22:24:26.621Z
57702024-03-07T22:24:26.627Z Doc-tests nexus-macros-common
57712024-03-07T22:24:26.627Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-cfa60a22ddab15cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib -C embed-bitcode=no -D warnings --error-format human`
57722024-03-07T22:24:26.709Z
57732024-03-07T22:24:26.709Zrunning 0 tests
57742024-03-07T22:24:26.709Z
57752024-03-07T22:24:26.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57762024-03-07T22:24:26.709Z
57772024-03-07T22:24:26.709Z Doc-tests nexus-reconfigurator-execution
57782024-03-07T22:24:26.710Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57792024-03-07T22:24:27.151Z
57802024-03-07T22:24:27.151Zrunning 0 tests
57812024-03-07T22:24:27.151Z
57822024-03-07T22:24:27.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57832024-03-07T22:24:27.151Z
57842024-03-07T22:24:27.174Z Doc-tests nexus-reconfigurator-planning
57852024-03-07T22:24:27.180Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
57862024-03-07T22:24:27.435Z
57872024-03-07T22:24:27.435Zrunning 0 tests
57882024-03-07T22:24:27.435Z
57892024-03-07T22:24:27.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57902024-03-07T22:24:27.435Z
57912024-03-07T22:24:27.452Z Doc-tests nexus-types
57922024-03-07T22:24:27.456Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcebde83c4975fc0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
57932024-03-07T22:24:29.768Z
57942024-03-07T22:24:29.768Zrunning 0 tests
57952024-03-07T22:24:29.768Z
57962024-03-07T22:24:29.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57972024-03-07T22:24:29.769Z
57982024-03-07T22:24:29.824Z Doc-tests omicron-certificates
57992024-03-07T22:24:29.824Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib -C embed-bitcode=no -D warnings --error-format human`
58002024-03-07T22:24:30.054Z
58012024-03-07T22:24:30.054Zrunning 0 tests
58022024-03-07T22:24:30.054Z
58032024-03-07T22:24:30.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58042024-03-07T22:24:30.054Z
58052024-03-07T22:24:30.070Z Doc-tests omicron-common
58062024-03-07T22:24:30.073Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcebde83c4975fc0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f7bef4ce0511d9f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2a551b4a51cdaed3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
58072024-03-07T22:24:31.680Z
58082024-03-07T22:24:31.680Zrunning 2 tests
58092024-03-07T22:24:31.684Ztest common/src/lib.rs - FileKv (line 57) ... ignored
58102024-03-07T22:24:35.770Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 563) ... ok
58112024-03-07T22:24:35.770Z
58122024-03-07T22:24:35.773Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.09s
58132024-03-07T22:24:35.773Z
58142024-03-07T22:24:35.813Z Doc-tests omicron-gateway
58152024-03-07T22:24:35.817Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-54802eb13adab97e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9770396382d19d51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d21bad83b756a49a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b9304dd1a35d515a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
58162024-03-07T22:24:36.921Z
58172024-03-07T22:24:36.922Zrunning 0 tests
58182024-03-07T22:24:36.922Z
58192024-03-07T22:24:36.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58202024-03-07T22:24:36.923Z
58212024-03-07T22:24:36.982Z Doc-tests omicron-nexus
58222024-03-07T22:24:36.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a0afb044d0e058af.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7862e75ea47d4aaf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-45e886fefdf4ae6f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f70621909df122c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f5049ecd6a3dcdf3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51b8cbaa61c4abc7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a058afa05631fb0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9013a15b71499c15.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-35dc510f796d7fd0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ec29dea19361f8ea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5bb2cdf56087d764.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-2c8cbcbd38f5bf6e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-21c4c9cd16e04c6d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3846caa283b215b2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-07431260eb1d5cb1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78650d5ab809ac61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4a5bfc62024f44bd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4a35e890a4b2baf4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06bc086f1a8067c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5e3fcafa40695bb9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b866afd07da1cf1e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b7b3bc798a7fafd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39f0cbaebb9c269d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-14e97f1e07963fab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5aabfa5f563d0151.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
58232024-03-07T22:24:39.654Z
58242024-03-07T22:24:39.654Zrunning 5 tests
58252024-03-07T22:24:39.806Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 238) ... ignored
58262024-03-07T22:24:43.334Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 776) ... ok
58272024-03-07T22:24:43.338Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 682) ... ok
58282024-03-07T22:24:43.345Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 746) ... ok
58292024-03-07T22:24:43.345Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 704) ... ok
58302024-03-07T22:24:43.345Z
58312024-03-07T22:24:43.345Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.69s
58322024-03-07T22:24:43.345Z
58332024-03-07T22:24:43.416Z Doc-tests omicron-package
58342024-03-07T22:24:43.420Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3480ab658e05ed21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-06db48ebdac6a0ad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a3c1c3099d4ca884.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-af4c21a81e8a2d8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no -D warnings --error-format human`
58352024-03-07T22:24:43.622Z
58362024-03-07T22:24:43.622Zrunning 0 tests
58372024-03-07T22:24:43.622Z
58382024-03-07T22:24:43.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58392024-03-07T22:24:43.623Z
58402024-03-07T22:24:43.642Z Doc-tests omicron-passwords
58412024-03-07T22:24:43.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b187ad8161c300d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4cddad9dbe1e384a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c435826211c81884.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib -C embed-bitcode=no -D warnings --error-format human`
58422024-03-07T22:24:43.734Z
58432024-03-07T22:24:43.734Zrunning 0 tests
58442024-03-07T22:24:43.734Z
58452024-03-07T22:24:43.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58462024-03-07T22:24:43.734Z
58472024-03-07T22:24:43.743Z Doc-tests omicron-rpaths
58482024-03-07T22:24:43.746Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-df02e95de09b9d2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib -C embed-bitcode=no -D warnings --error-format human`
58492024-03-07T22:24:43.799Z
58502024-03-07T22:24:43.799Zrunning 0 tests
58512024-03-07T22:24:43.799Z
58522024-03-07T22:24:43.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58532024-03-07T22:24:43.799Z
58542024-03-07T22:24:43.805Z Doc-tests omicron-sled-agent
58552024-03-07T22:24:43.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dfecde3697cd68e5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c82202bf65d9979.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1d0e99a828b82798.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-833b2652c0bbdad6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ebeba292ebf4a989.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-002bc636ab737eea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c44e0efd979d6449.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e1f8a5a0502399d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf373fce0f0c0c46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-014f2e553fad78f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-269e27e2d776fbf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b86b002ae3f122c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-d9789867a8fb0f5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6a4808394f67f03b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0fd9ee465f6f5700.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb3bec58a7fef798.rlib -C embed-bitcode=no -D warnings --error-format human`
58562024-03-07T22:24:46.531Z
58572024-03-07T22:24:46.531Zrunning 0 tests
58582024-03-07T22:24:46.531Z
58592024-03-07T22:24:46.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58602024-03-07T22:24:46.531Z
58612024-03-07T22:24:46.593Z Doc-tests omicron-test-utils
58622024-03-07T22:24:46.597Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-498793528809a0a5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-025bbcd55821d546.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e4fc91c31e97d5ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-29ce8386a5b2853a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7dd96d2cb076bc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0855e8f9defa51fd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
58632024-03-07T22:24:46.896Z
58642024-03-07T22:24:46.896Zrunning 0 tests
58652024-03-07T22:24:46.896Z
58662024-03-07T22:24:46.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58672024-03-07T22:24:46.899Z
58682024-03-07T22:24:46.915Z Doc-tests omicron-uuid-kinds
58692024-03-07T22:24:46.921Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e58c5217582ce9cc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6df68b1ef5e3e332.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.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`
58702024-03-07T22:24:46.985Z
58712024-03-07T22:24:46.985Zrunning 0 tests
58722024-03-07T22:24:46.985Z
58732024-03-07T22:24:46.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58742024-03-07T22:24:46.985Z
58752024-03-07T22:24:46.992Z Doc-tests oxide-client
58762024-03-07T22:24:46.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-cd60ecd3ae9f1332.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
58772024-03-07T22:24:51.503Z
58782024-03-07T22:24:51.503Zrunning 174 tests
58792024-03-07T22:24:51.507Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
58802024-03-07T22:24:51.507Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
58812024-03-07T22:24:51.507Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
58822024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
58832024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
58842024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
58852024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
58862024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
58872024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
58882024-03-07T22:24:51.508Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
58892024-03-07T22:24:51.511Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
58902024-03-07T22:24:51.511Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
58912024-03-07T22:24:51.511Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
58922024-03-07T22:24:51.511Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
58932024-03-07T22:24:51.514Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
58942024-03-07T22:24:51.514Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
58952024-03-07T22:24:51.514Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
58962024-03-07T22:24:51.518Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
58972024-03-07T22:24:51.518Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
58982024-03-07T22:24:51.518Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
58992024-03-07T22:24:51.518Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
59002024-03-07T22:24:51.518Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
59012024-03-07T22:24:51.524Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
59022024-03-07T22:24:51.524Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
59032024-03-07T22:24:51.524Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
59042024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
59052024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
59062024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
59072024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
59082024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
59092024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
59102024-03-07T22:24:51.527Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
59112024-03-07T22:24:51.530Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
59122024-03-07T22:24:51.530Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
59132024-03-07T22:24:51.530Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
59142024-03-07T22:24:51.530Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
59152024-03-07T22:24:51.533Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
59162024-03-07T22:24:51.533Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
59172024-03-07T22:24:51.533Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
59182024-03-07T22:24:51.533Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
59192024-03-07T22:24:51.536Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
59202024-03-07T22:24:51.536Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
59212024-03-07T22:24:51.536Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
59222024-03-07T22:24:51.539Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
59232024-03-07T22:24:51.539Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
59242024-03-07T22:24:51.539Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
59252024-03-07T22:24:51.539Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
59262024-03-07T22:24:51.542Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
59272024-03-07T22:24:51.543Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
59282024-03-07T22:24:51.543Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
59292024-03-07T22:24:51.543Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
59302024-03-07T22:24:51.545Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
59312024-03-07T22:24:51.545Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
59322024-03-07T22:24:51.546Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
59332024-03-07T22:24:51.546Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
59342024-03-07T22:24:51.548Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
59352024-03-07T22:24:51.548Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
59362024-03-07T22:24:51.549Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
59372024-03-07T22:24:51.549Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
59382024-03-07T22:24:51.551Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
59392024-03-07T22:24:51.551Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
59402024-03-07T22:24:51.551Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
59412024-03-07T22:24:51.551Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
59422024-03-07T22:24:51.554Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
59432024-03-07T22:24:51.554Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
59442024-03-07T22:24:51.554Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
59452024-03-07T22:24:51.557Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
59462024-03-07T22:24:51.558Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
59472024-03-07T22:24:51.558Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
59482024-03-07T22:24:51.558Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
59492024-03-07T22:24:51.558Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
59502024-03-07T22:24:51.560Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
59512024-03-07T22:24:51.560Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
59522024-03-07T22:24:51.560Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
59532024-03-07T22:24:51.564Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
59542024-03-07T22:24:51.564Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
59552024-03-07T22:24:51.564Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
59562024-03-07T22:24:51.564Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
59572024-03-07T22:24:51.567Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
59582024-03-07T22:24:51.567Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
59592024-03-07T22:24:51.568Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
59602024-03-07T22:24:51.568Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
59612024-03-07T22:24:51.568Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
59622024-03-07T22:24:51.571Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
59632024-03-07T22:24:51.571Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
59642024-03-07T22:24:51.571Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
59652024-03-07T22:24:51.571Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
59662024-03-07T22:24:51.571Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
59672024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
59682024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
59692024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
59702024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
59712024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
59722024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
59732024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
59742024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
59752024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
59762024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
59772024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
59782024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
59792024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
59802024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
59812024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
59822024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
59832024-03-07T22:24:51.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
59842024-03-07T22:24:51.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
59852024-03-07T22:24:51.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
59862024-03-07T22:24:51.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
59872024-03-07T22:24:51.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
59882024-03-07T22:24:51.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
59892024-03-07T22:24:51.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
59902024-03-07T22:24:51.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
59912024-03-07T22:24:51.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
59922024-03-07T22:24:51.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
59932024-03-07T22:24:51.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
59942024-03-07T22:24:51.593Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
59952024-03-07T22:24:51.596Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
59962024-03-07T22:24:51.596Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
59972024-03-07T22:24:51.596Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
59982024-03-07T22:24:51.596Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
59992024-03-07T22:24:51.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
60002024-03-07T22:24:51.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
60012024-03-07T22:24:51.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
60022024-03-07T22:24:51.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
60032024-03-07T22:24:51.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
60042024-03-07T22:24:51.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
60052024-03-07T22:24:51.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
60062024-03-07T22:24:51.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
60072024-03-07T22:24:51.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
60082024-03-07T22:24:51.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
60092024-03-07T22:24:51.606Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
60102024-03-07T22:24:51.606Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
60112024-03-07T22:24:51.606Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
60122024-03-07T22:24:51.606Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
60132024-03-07T22:24:51.609Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
60142024-03-07T22:24:51.609Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
60152024-03-07T22:24:51.609Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
60162024-03-07T22:24:51.609Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
60172024-03-07T22:24:51.612Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
60182024-03-07T22:24:51.612Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
60192024-03-07T22:24:51.612Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
60202024-03-07T22:24:51.612Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
60212024-03-07T22:24:51.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
60222024-03-07T22:24:51.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
60232024-03-07T22:24:51.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
60242024-03-07T22:24:51.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
60252024-03-07T22:24:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
60262024-03-07T22:24:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
60272024-03-07T22:24:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
60282024-03-07T22:24:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
60292024-03-07T22:24:51.626Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
60302024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
60312024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
60322024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
60332024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
60342024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
60352024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
60362024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
60372024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
60382024-03-07T22:24:51.627Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
60392024-03-07T22:24:51.631Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
60402024-03-07T22:24:51.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
60412024-03-07T22:24:51.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
60422024-03-07T22:24:51.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
60432024-03-07T22:24:51.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
60442024-03-07T22:24:51.634Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
60452024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
60462024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
60472024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
60482024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
60492024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
60502024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
60512024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
60522024-03-07T22:24:51.635Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
60532024-03-07T22:24:51.635Z
60542024-03-07T22:24:51.635Ztest result: ok. 0 passed; 0 failed; 174 ignored; 0 measured; 0 filtered out; finished in 0.14s
60552024-03-07T22:24:51.635Z
60562024-03-07T22:24:51.748Z Doc-tests oximeter
60572024-03-07T22:24:51.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-2ddebc38d9cf0c30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-d63ab3a48d46a593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-520343848a1c7be3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-5387eab78e0a85fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-142025bd5a273315.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
60582024-03-07T22:24:52.303Z
60592024-03-07T22:24:52.303Zrunning 8 tests
60602024-03-07T22:24:52.858Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
60612024-03-07T22:24:52.962Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
60622024-03-07T22:24:53.677Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
60632024-03-07T22:24:57.406Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
60642024-03-07T22:24:57.410Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
60652024-03-07T22:24:57.433Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
60662024-03-07T22:24:57.818Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
60672024-03-07T22:24:58.693Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
60682024-03-07T22:24:58.703Z
60692024-03-07T22:24:58.703Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.38s
60702024-03-07T22:24:58.704Z
60712024-03-07T22:24:58.724Z Doc-tests oximeter-client
60722024-03-07T22:24:58.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
60732024-03-07T22:24:58.993Z
60742024-03-07T22:24:58.994Zrunning 0 tests
60752024-03-07T22:24:58.994Z
60762024-03-07T22:24:58.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60772024-03-07T22:24:58.994Z
60782024-03-07T22:24:59.011Z Doc-tests oximeter-collector
60792024-03-07T22:24:59.015Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a0254dd3d8477494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8d6b53acb26ee2ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-206bbdab045d5abb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
60802024-03-07T22:24:59.408Z
60812024-03-07T22:24:59.408Zrunning 0 tests
60822024-03-07T22:24:59.408Z
60832024-03-07T22:24:59.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60842024-03-07T22:24:59.408Z
60852024-03-07T22:24:59.430Z Doc-tests oximeter-db
60862024-03-07T22:24:59.437Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-298de763808bff9b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-eecebc5aeb739c9e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-de2d964d35200106.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6eba60a84df4311c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d6d67c19e48c3631.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c3ac5217e5af62cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-434e5cfdd78fe610.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-91559cea49b33770.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
60872024-03-07T22:25:00.262Z
60882024-03-07T22:25:00.262Zrunning 0 tests
60892024-03-07T22:25:00.262Z
60902024-03-07T22:25:00.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60912024-03-07T22:25:00.262Z
60922024-03-07T22:25:00.295Z Doc-tests oximeter-instruments
60932024-03-07T22:25:00.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0804c8b11248a876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-009bc9b02d93987d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
60942024-03-07T22:25:00.596Z
60952024-03-07T22:25:00.596Zrunning 0 tests
60962024-03-07T22:25:00.596Z
60972024-03-07T22:25:00.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982024-03-07T22:25:00.596Z
60992024-03-07T22:25:01.024Z Doc-tests oximeter-macro-impl
61002024-03-07T22:25:01.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-520343848a1c7be3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3d1836551f498d09.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61012024-03-07T22:25:01.684Z
61022024-03-07T22:25:01.684Zrunning 0 tests
61032024-03-07T22:25:01.684Z
61042024-03-07T22:25:01.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052024-03-07T22:25:01.684Z
61062024-03-07T22:25:01.685Z Doc-tests oximeter-producer
61072024-03-07T22:25:01.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-62a6428f943bfc03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-36705c717796097e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e549ed3724172dad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
61082024-03-07T22:25:01.685Z
61092024-03-07T22:25:01.685Zrunning 0 tests
61102024-03-07T22:25:01.685Z
61112024-03-07T22:25:01.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61122024-03-07T22:25:01.686Z
61132024-03-07T22:25:01.686Z Doc-tests oxlog
61142024-03-07T22:25:01.686Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-764e6d539ec5593e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
61152024-03-07T22:25:01.782Z
61162024-03-07T22:25:01.782Zrunning 0 tests
61172024-03-07T22:25:01.782Z
61182024-03-07T22:25:01.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61192024-03-07T22:25:01.782Z
61202024-03-07T22:25:01.782Z Doc-tests sled-agent-client
61212024-03-07T22:25:01.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-caac23d253a94c12.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
61222024-03-07T22:25:04.737Z
61232024-03-07T22:25:04.737Zrunning 0 tests
61242024-03-07T22:25:04.737Z
61252024-03-07T22:25:04.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61262024-03-07T22:25:04.737Z
61272024-03-07T22:25:04.781Z Doc-tests sled-hardware
61282024-03-07T22:25:04.781Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-204b89fd60ecfad8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0cbe859650cc693.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-719952b5aa12cc6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-16405f53f12a3051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6f59adca379fdfc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
61292024-03-07T22:25:04.782Z
61302024-03-07T22:25:04.782Zrunning 0 tests
61312024-03-07T22:25:04.782Z
61322024-03-07T22:25:04.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61332024-03-07T22:25:04.782Z
61342024-03-07T22:25:04.782Z Doc-tests sled-storage
61352024-03-07T22:25:04.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa19785cccdbd356.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cd547113c944fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
61362024-03-07T22:25:04.782Z
61372024-03-07T22:25:04.782Zrunning 0 tests
61382024-03-07T22:25:04.782Z
61392024-03-07T22:25:04.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61402024-03-07T22:25:04.782Z
61412024-03-07T22:25:04.782Z Doc-tests sp-sim
61422024-03-07T22:25:04.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-549d9bfd0f380eb5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60f61445f2db051c.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8b3c4df1da003bbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib -C embed-bitcode=no -D warnings --error-format human`
61432024-03-07T22:25:04.989Z
61442024-03-07T22:25:04.989Zrunning 0 tests
61452024-03-07T22:25:04.989Z
61462024-03-07T22:25:04.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61472024-03-07T22:25:04.989Z
61482024-03-07T22:25:05.015Z Doc-tests tufaceous
61492024-03-07T22:25:05.020Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bf89d09057451657.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-44c39a2cf89a6956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib -C embed-bitcode=no -D warnings --error-format human`
61502024-03-07T22:25:05.288Z
61512024-03-07T22:25:05.288Zrunning 0 tests
61522024-03-07T22:25:05.288Z
61532024-03-07T22:25:05.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61542024-03-07T22:25:05.288Z
61552024-03-07T22:25:05.305Z Doc-tests tufaceous-lib
61562024-03-07T22:25:05.310Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-eb7f266cfb45c512.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c190c84e65e9e63c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-884f60da8db9dcf6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -C embed-bitcode=no -D warnings --error-format human`
61572024-03-07T22:25:05.712Z
61582024-03-07T22:25:05.713Zrunning 0 tests
61592024-03-07T22:25:05.713Z
61602024-03-07T22:25:05.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612024-03-07T22:25:05.713Z
61622024-03-07T22:25:12.080Z Doc-tests update-common
61632024-03-07T22:25:12.081Z Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib -C embed-bitcode=no -D warnings --error-format human`
61642024-03-07T22:25:12.081Z
61652024-03-07T22:25:12.081Zrunning 0 tests
61662024-03-07T22:25:12.081Z
61672024-03-07T22:25:12.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682024-03-07T22:25:12.081Z
61692024-03-07T22:25:12.082Z Doc-tests update-engine
61702024-03-07T22:25:12.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f41738ca52d53034.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5511f3378a46881f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-5b07ab12a972742c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b34f928b2b8ce7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-544f8e58ff6a363c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib -C embed-bitcode=no -D warnings --error-format human`
61712024-03-07T22:25:12.082Z
61722024-03-07T22:25:12.082Zrunning 3 tests
61732024-03-07T22:25:12.082Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
61742024-03-07T22:25:12.082Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
61752024-03-07T22:25:12.082Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
61762024-03-07T22:25:12.082Z
61772024-03-07T22:25:12.082Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
61782024-03-07T22:25:12.082Z
61792024-03-07T22:25:12.082Z Doc-tests wicket
61802024-03-07T22:25:12.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a6b7cb758a58783f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a7f76993868570c0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a857b045a28855f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-93d183cea84501a5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c4c08e65ec210974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bb7d800b4bed9c39.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8de13c05f5d66202.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d40179e61e9bcc35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-975c5538e4563fe9.rlib -C embed-bitcode=no -D warnings --error-format human`
61812024-03-07T22:25:12.284Z
61822024-03-07T22:25:12.284Zrunning 0 tests
61832024-03-07T22:25:12.284Z
61842024-03-07T22:25:12.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61852024-03-07T22:25:12.284Z
61862024-03-07T22:25:12.284Z Doc-tests wicket-common
61872024-03-07T22:25:12.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib -C embed-bitcode=no -D warnings --error-format human`
61882024-03-07T22:25:12.284Z
61892024-03-07T22:25:12.284Zrunning 0 tests
61902024-03-07T22:25:12.284Z
61912024-03-07T22:25:12.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61922024-03-07T22:25:12.284Z
61932024-03-07T22:25:12.284Z Doc-tests wicket-dbg
61942024-03-07T22:25:12.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-68a5b55350ac277f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e03385606ec7fc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-264bf6b85bf43dd0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1dd3d6e15f25033e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-43778112c475707a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d10f019188e0baa1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-066e92b189ed4b34.rlib -C embed-bitcode=no -D warnings --error-format human`
61952024-03-07T22:25:12.284Z
61962024-03-07T22:25:12.284Zrunning 0 tests
61972024-03-07T22:25:12.284Z
61982024-03-07T22:25:12.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61992024-03-07T22:25:12.284Z
62002024-03-07T22:25:12.284Z Doc-tests wicketd
62012024-03-07T22:25:12.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b1c6643f8421c922.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-fecde3939db35484.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4344407a179fbd5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-d1da2d64f7b71053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d5c4ec61fb1da0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b9770a3cba2f2708.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-5f36fda9b6e5402d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57647bb5674c35be.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2374c7ff5a6920dc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4b5affb172556a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-14e47b82990e910d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-511a89baadec2cd8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-deb5c3f931b968b3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b2df6ff5a267ebb3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6632f846f1d65860.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a59782fe2d716b6f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-439653e4cfb2579c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e71ec3f7cddad9eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-6245348c08e51936.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-978076c21e1cdf76.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c45becc559444e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b4c6bbb5b39e5d1c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e3897291544300eb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-59acaf791ba1edd0.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9cfcf9b819e91947.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-efc526dcee759014.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1bcfe736589a729e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-584a188301c4db29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea55d6b5df46246.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2874157add787a67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-040b6b145dcb5fdb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e00ee5b5465f8c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-12dce13ee7e6395c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-dc3419de06a96b65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9b64052fbe513c4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ddc1146a461e3db9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1d4dbc0fa1a002a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8d93b0489131e0bc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-970c7d2e6225c15d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2e556110b8833115.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e53b8467bce33df1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e3a3b9f49044e8c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-032a8881598414ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-beb6e83933b01e84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ffbe881b8c59eeab.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e0e74c05abb4de18.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c989b1f5216bee69.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a723b839d1f27ec6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib -C embed-bitcode=no -D warnings --error-format human`
62022024-03-07T22:25:12.285Z
62032024-03-07T22:25:12.285Zrunning 0 tests
62042024-03-07T22:25:12.285Z
62052024-03-07T22:25:12.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62062024-03-07T22:25:12.285Z
62072024-03-07T22:25:12.285Z Doc-tests wicketd-client
62082024-03-07T22:25:12.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3dbe34574bad231.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dbd725173669beb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-35d585777d4b675c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b471219e6a896270.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-908f072a9e3730a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bdc315137ae1e289.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-69ef0df5bb2afb6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63df45118319cacd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7694326d550d496b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2c2194a606a0b76b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-29264db8f247da44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-ecbcdd64cdab6bd7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-859129fa562a5c18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a9b980c57d7d979e.rlib -C embed-bitcode=no -D warnings --error-format human`
62092024-03-07T22:25:12.343Z
62102024-03-07T22:25:12.343Zrunning 0 tests
62112024-03-07T22:25:12.343Z
62122024-03-07T22:25:12.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62132024-03-07T22:25:12.344Z
62142024-03-07T22:25:12.344Z
62152024-03-07T22:25:12.344Zreal 1:24.775929607
62162024-03-07T22:25:12.344Zuser 1:13.426584356
62172024-03-07T22:25:12.344Zsys 34.816335243
62182024-03-07T22:25:12.344Ztrap 0.010661595
62192024-03-07T22:25:12.344Ztflt 0.748436136
62202024-03-07T22:25:12.344Zdflt 6.644020852
62212024-03-07T22:25:12.344Zkflt 0.029441319
62222024-03-07T22:25:12.344Zlock 1:17.696159134
62232024-03-07T22:25:12.344Zslp 7:42.771665602
62242024-03-07T22:25:12.344Zlat 0.553090074
62252024-03-07T22:25:12.344Zstop 5.257961296
62262024-03-07T22:25:12.344Zfiles in /var/tmp/omicron_tmp (none expected on success):
62272024-03-07T22:25:12.344Z164034 11 drwxr-xr-x 2 build build 2 Mar 7 22:25 /var/tmp/omicron_tmp
62282024-03-07T22:25:12.344Zprocess exited: duration 2767942 ms, exit code 0
 
62292024-03-07T22:25:12.364Zfound 1 output files
62302024-03-07T22:25:12.377Zuploading: /work/crate-build-timings.json (493858 bytes)
62312024-03-07T22:25:13.400Zuploaded: /work/crate-build-timings.json