01HNKKEMKDS1WSKYP6Y3M15K0X: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/var/tmp/omicron_tmp/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HNKKFG3JW8K5DG21D2Y1GH22

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-02T01:12:23.883Zjob assigned to worker 01HNKNW4SJ8N7DHA0KMBWTC8ZJ (queued for 43 m 40 s)
 
22024-02-02T01:12:24.884Zstarting task 0: "setup"
32024-02-02T01:12:25.206Z++ uname -s
42024-02-02T01:12:25.215Z+ kern=SunOS
52024-02-02T01:12:25.215Z+ case "$kern" in
62024-02-02T01:12:25.215Z+ groupadd -g 12345 build
72024-02-02T01:12:25.215Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-02T01:12:27.359Z+ zfs create -o mountpoint=/work rpool/work
92024-02-02T01:12:27.549Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-02T01:12:27.564Z+ home_fs=zfs
112024-02-02T01:12:27.564Z+ [[ zfs == autofs ]]
122024-02-02T01:12:27.564Z+ mkdir -p /home/build
132024-02-02T01:12:27.564Z+ chown build:build /home/build /work
142024-02-02T01:12:28.559Z+ chmod 0700 /home/build /work
152024-02-02T01:12:28.570Zprocess exited: duration 3670 ms, exit code 0
 
162024-02-02T01:12:28.599Zstarting task 1: "rust-toolchain"
172024-02-02T01:12:28.614Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-02T01:12:28.614Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-02T01:12:28.906Zinfo: downloading installer
202024-02-02T01:12:33.813Zwarning: it looks like you have an existing installation of Rust at:
212024-02-02T01:12:33.813Zwarning: /opt/ooce/bin
222024-02-02T01:12:33.813Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-02T01:12:33.813Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-02T01:12:33.814Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-02T01:12:33.814Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-02T01:12:33.814Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-02T01:12:33.814Zerror: cannot install while Rust is installed
282024-02-02T01:12:33.814Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-02T01:12:33.814Zinfo: profile set to 'default'
302024-02-02T01:12:33.814Zinfo: default host triple is x86_64-unknown-illumos
312024-02-02T01:12:33.815Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-02T01:12:33.815Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-02T01:12:33.815Zinfo: downloading component 'cargo'
342024-02-02T01:12:33.815Zinfo: downloading component 'clippy'
352024-02-02T01:12:33.815Zinfo: downloading component 'rust-docs'
362024-02-02T01:12:33.815Zinfo: downloading component 'rust-std'
372024-02-02T01:12:34.685Zinfo: downloading component 'rustc'
382024-02-02T01:12:38.119Zinfo: downloading component 'rustfmt'
392024-02-02T01:12:38.330Zinfo: installing component 'cargo'
402024-02-02T01:12:40.187Zinfo: installing component 'clippy'
412024-02-02T01:12:41.000Zinfo: installing component 'rust-docs'
422024-02-02T01:12:43.826Zinfo: installing component 'rust-std'
432024-02-02T01:12:47.676Zinfo: installing component 'rustc'
442024-02-02T01:12:59.744Zinfo: installing component 'rustfmt'
452024-02-02T01:13:00.184Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-02T01:13:00.184Z
472024-02-02T01:13:00.339Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-02T01:13:00.339Z
492024-02-02T01:13:00.339Z
502024-02-02T01:13:00.340ZRust is installed now. Great!
512024-02-02T01:13:00.340Z
522024-02-02T01:13:00.340ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-02T01:13:00.340Zenvironment variable. This has not been done automatically.
542024-02-02T01:13:00.340Z
552024-02-02T01:13:00.340ZTo configure your current shell, run:
562024-02-02T01:13:00.341Zsource "$HOME/.cargo/env"
572024-02-02T01:13:00.423Z+ rustc --version
582024-02-02T01:13:00.531Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-02T01:13:00.538Zprocess exited: duration 31942 ms, exit code 0
 
602024-02-02T01:13:00.546Zstarting task 2: "authentication"
612024-02-02T01:13:00.583Zprocess exited: duration 31 ms, exit code 0
 
622024-02-02T01:13:00.594Zstarting task 3: "clone repository"
632024-02-02T01:13:00.600Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-02T01:13:00.608Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-02T01:13:01.210ZCloning into '/work/oxidecomputer/omicron'...
662024-02-02T01:13:09.256Z+ cd /work/oxidecomputer/omicron
672024-02-02T01:13:09.263Z+ git fetch origin 52199bbd0e3d33423773cb9458a703f9fe3b51aa
682024-02-02T01:13:09.633ZFrom https://github.com/oxidecomputer/omicron
692024-02-02T01:13:09.633Z * branch 52199bbd0e3d33423773cb9458a703f9fe3b51aa -> FETCH_HEAD
702024-02-02T01:13:09.637Z+ [[ -n package-cache ]]
712024-02-02T01:13:09.638Z++ git branch --show-current
722024-02-02T01:13:09.643Z+ current=main
732024-02-02T01:13:09.643Z+ [[ main != package-cache ]]
742024-02-02T01:13:09.643Z+ git branch -f package-cache 52199bbd0e3d33423773cb9458a703f9fe3b51aa
752024-02-02T01:13:09.648Z+ git checkout -f package-cache
762024-02-02T01:13:09.860ZSwitched to branch 'package-cache'
772024-02-02T01:13:09.881Z+ git reset --hard 52199bbd0e3d33423773cb9458a703f9fe3b51aa
782024-02-02T01:13:09.882ZHEAD is now at 52199bbd0 clippy
792024-02-02T01:13:09.882Zprocess exited: duration 9251 ms, exit code 0
 
802024-02-02T01:13:09.905Zstarting task 4: "build"
812024-02-02T01:13:09.926Z+ target_os=illumos
822024-02-02T01:13:09.926Z+ NEXTEST_VERSION=0.9.67
832024-02-02T01:13:09.926Z+ cargo --version
842024-02-02T01:13:09.926Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
852024-02-02T01:13:10.338Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
862024-02-02T01:13:10.347Zinfo: downloading component 'cargo'
872024-02-02T01:13:11.008Zinfo: downloading component 'clippy'
882024-02-02T01:13:11.221Zinfo: downloading component 'rust-docs'
892024-02-02T01:13:12.055Zinfo: downloading component 'rust-std'
902024-02-02T01:13:13.648Zinfo: downloading component 'rustc'
912024-02-02T01:13:16.711Zinfo: downloading component 'rustfmt'
922024-02-02T01:13:16.903Zinfo: installing component 'cargo'
932024-02-02T01:13:18.215Zinfo: installing component 'clippy'
942024-02-02T01:13:18.703Zinfo: installing component 'rust-docs'
952024-02-02T01:13:21.704Zinfo: installing component 'rust-std'
962024-02-02T01:13:24.121Zinfo: installing component 'rustc'
972024-02-02T01:13:30.385Zinfo: installing component 'rustfmt'
982024-02-02T01:13:30.927Zcargo 1.74.1 (ecb9851af 2023-10-18)
992024-02-02T01:13:30.945Z+ rustc --version
1002024-02-02T01:13:31.076Zrustc 1.74.1 (a28077b28 2023-12-04)
1012024-02-02T01:13:31.086Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1022024-02-02T01:13:31.101Z+ gunzip
1032024-02-02T01:13:31.102Z+ tar -xvf - -C /home/build/.cargo/bin
1042024-02-02T01:13:32.483Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1052024-02-02T01:13:32.504Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1062024-02-02T01:13:32.504Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1072024-02-02T01:13:32.504Ztests will store output in /var/tmp/omicron_tmp
1082024-02-02T01:13:32.505Z+ mkdir /var/tmp/omicron_tmp
1092024-02-02T01:13:32.505Z+ source ./env.sh
1102024-02-02T01:13:32.505Z++ set -o xtrace
1112024-02-02T01:13:32.505Z++++ dirname ./env.sh
1122024-02-02T01:13:32.561Z+++ cd .
1132024-02-02T01:13:32.575Z+++ echo /work/oxidecomputer/omicron
1142024-02-02T01:13:32.575Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152024-02-02T01:13:32.575Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-02-02T01:13:32.575Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172024-02-02T01:13:32.575Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182024-02-02T01:13:32.575Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192024-02-02T01:13:32.575Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202024-02-02T01:13:32.575Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212024-02-02T01:13:32.575Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222024-02-02T01:13:32.576Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-02-02T01:13:32.576Z++ unset OMICRON_WS
1242024-02-02T01:13:32.576Z++ set +o xtrace
1252024-02-02T01:13:32.636Z
1262024-02-02T01:13:32.636Z ##### ##### ###### ##### ###### #### # # # #### #
1272024-02-02T01:13:32.637Z # # # # # # # # # # # # # # #
1282024-02-02T01:13:32.637Z # # # # ##### # # ##### # # # # # #### #
1292024-02-02T01:13:32.637Z ##### ##### # ##### # # # # # # # # #
1302024-02-02T01:13:32.637Z # # # # # # # # # # # # # # #
1312024-02-02T01:13:32.637Z # # # ###### # # ###### ### # #### # #### #
1322024-02-02T01:13:32.637Z
1332024-02-02T01:13:47.123Z Startup: Refreshing catalog 'helios-dev' ... Done
1342024-02-02T01:13:49.430Z Startup: Caching catalogs ... Done
1352024-02-02T01:13:51.956ZPlanning: Solver setup ... Done (2.430s)
1362024-02-02T01:13:52.436ZPlanning: Running solver ... Done (0.065s)
1372024-02-02T01:13:52.446ZPlanning: Finding local manifests ... Done (0.004s)
1382024-02-02T01:13:52.446ZPlanning: Fetching manifests: 0/4 0% complete
1392024-02-02T01:13:52.446ZPlanning: Fetching manifests: 4/4 100% complete
1402024-02-02T01:13:52.455ZPlanning: Package planning ... Done (0.078s)
1412024-02-02T01:13:52.545ZPlanning: Merging actions ... Done (0.084s)
1422024-02-02T01:13:53.766ZPlanning: Checking for conflicting actions ... Done (1.204s)
1432024-02-02T01:13:53.772ZPlanning: Consolidating action changes ... Done (0.017s)
1442024-02-02T01:14:00.862ZPlanning: Evaluating mediators ... Done (7.099s)
1452024-02-02T01:14:00.879ZPlanning: Planning completed in 11.79 seconds
1462024-02-02T01:14:05.683Z Packages to install: 4
1472024-02-02T01:14:05.683Z Mediators to change: 2
1482024-02-02T01:14:05.688Z Services to change: 1
1492024-02-02T01:14:05.688Z Estimated space available: 148.86 GB
1502024-02-02T01:14:05.688ZEstimated space to be consumed: 1.40 GB
1512024-02-02T01:14:05.688Z Create boot environment: No
1522024-02-02T01:14:05.688ZCreate backup boot environment: No
1532024-02-02T01:14:05.688Z Rebuild boot archive: No
1542024-02-02T01:14:05.688Z
1552024-02-02T01:14:05.688ZChanged mediators:
1562024-02-02T01:14:05.688Z mediator clang:
1572024-02-02T01:14:05.688Z version: None -> 15 (system default)
1582024-02-02T01:14:05.688Z
1592024-02-02T01:14:05.688Z mediator llvm:
1602024-02-02T01:14:05.688Z version: 14 (system default) -> 15 (system default)
1612024-02-02T01:14:05.688Z
1622024-02-02T01:14:05.689ZChanged packages:
1632024-02-02T01:14:05.689Zhelios-dev
1642024-02-02T01:14:05.689Z developer/build-essential
1652024-02-02T01:14:05.689Z None -> 11-2.0
1662024-02-02T01:14:05.689Z library/libxmlsec1
1672024-02-02T01:14:05.689Z None -> 1.2.35-2.0
1682024-02-02T01:14:05.689Z ooce/developer/clang-15
1692024-02-02T01:14:05.689Z None -> 15.0.7-2.0
1702024-02-02T01:14:05.689Z ooce/developer/llvm-15
1712024-02-02T01:14:05.689Z None -> 15.0.7-2.0
1722024-02-02T01:14:05.689Z
1732024-02-02T01:14:05.689ZServices:
1742024-02-02T01:14:05.689Z restart_fmri:
1752024-02-02T01:14:05.689Z svc:/system/update-man-index:default
1762024-02-02T01:14:06.014Z
1772024-02-02T01:14:06.014ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1782024-02-02T01:14:11.014ZDownload: 1312/3290 items 105.3/212.6MB 49% complete (21.1M/s)
1792024-02-02T01:14:16.015ZDownload: 3098/3290 items 124.1/212.6MB 58% complete (12.3M/s)
1802024-02-02T01:14:18.419ZDownload: Completed 212.60 MB in 12.41 seconds (17.1M/s)
1812024-02-02T01:14:19.187Z Actions: 1/3689 actions (Installing new actions)
1822024-02-02T01:14:24.190Z Actions: 2674/3689 actions (Installing new actions)
1832024-02-02T01:14:26.914Z Actions: Completed 3689 actions in 7.72 seconds.
1842024-02-02T01:14:27.155Z Done (0.238s)
1852024-02-02T01:14:27.155Z Done (0.000s)
1862024-02-02T01:14:27.488Z Done (0.330s)
1872024-02-02T01:14:35.558Z Done (7.928s)
1882024-02-02T01:14:35.846Z Done (0.190s)
1892024-02-02T01:14:35.851Z Done (0.000s)
1902024-02-02T01:14:36.103Z Done (0.000s)
1912024-02-02T01:14:36.823ZPlanning: Evaluating mediator changes ... Done
1922024-02-02T01:14:37.101ZPlanning: Checking for conflicting actions ... Done
1932024-02-02T01:14:37.104ZPlanning: Consolidating action changes ... Done
1942024-02-02T01:14:37.530ZPlanning: Evaluating mediators ... Done
1952024-02-02T01:14:37.534ZPlanning: Planning completed in 0.71 seconds
1962024-02-02T01:14:38.008Z Mediators to change: 2
1972024-02-02T01:14:38.024Z Create boot environment: No
1982024-02-02T01:14:38.024ZCreate backup boot environment: No
1992024-02-02T01:14:38.024Z Done
2002024-02-02T01:14:38.025Z Done
2012024-02-02T01:14:38.025Z Done
2022024-02-02T01:14:43.455Z Done
2032024-02-02T01:14:43.576Z Done
2042024-02-02T01:14:43.579Z Done
2052024-02-02T01:14:43.704Z Done
2062024-02-02T01:14:44.688ZPlanning: Evaluating mediator changes ... Done
2072024-02-02T01:14:44.709ZPlanning: Merging actions ... Done
2082024-02-02T01:14:45.009ZPlanning: Checking for conflicting actions ... Done
2092024-02-02T01:14:45.012ZPlanning: Consolidating action changes ... Done
2102024-02-02T01:14:45.440ZPlanning: Evaluating mediators ... Done
2112024-02-02T01:14:45.531ZPlanning: Planning completed in 1.27 seconds
2122024-02-02T01:14:45.588Z Packages to change: 1
2132024-02-02T01:14:45.612Z Mediators to change: 1
2142024-02-02T01:14:45.612Z Services to change: 1
2152024-02-02T01:14:45.613Z Create boot environment: No
2162024-02-02T01:14:45.613ZCreate backup boot environment: Yes
2172024-02-02T01:14:47.647Z Actions: 1/6 actions (Updating modified actions)
2182024-02-02T01:14:47.661Z Actions: Completed 6 actions in 0.00 seconds.
2192024-02-02T01:14:47.662Z Done
2202024-02-02T01:14:47.662Z Done
2212024-02-02T01:14:47.726Z Done
2222024-02-02T01:14:53.482Z Done
2232024-02-02T01:14:53.604Z Done
2242024-02-02T01:14:53.609Z Done
2252024-02-02T01:14:53.707Z Done
2262024-02-02T01:14:54.365ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-02-02T01:14:54.365Zclang system 15 system
2282024-02-02T01:14:54.365Zcsh system system illumos
2292024-02-02T01:14:54.365Zctags system system illumos
2302024-02-02T01:14:54.366Zgcc vendor 12 vendor
2312024-02-02T01:14:54.366Zgcc system 10 system
2322024-02-02T01:14:54.366Zgcc system 7 system
2332024-02-02T01:14:54.366Zgo system 1.20 system
2342024-02-02T01:14:54.366Zgo system 1.19 system
2352024-02-02T01:14:54.366Zllvm system 15 system
2362024-02-02T01:14:54.366Zllvm system 14 system
2372024-02-02T01:14:54.366Zmariadb system 10.6 system
2382024-02-02T01:14:54.366Zmta vendor vendor dma
2392024-02-02T01:14:54.366Zopenjdk system 17 system
2402024-02-02T01:14:54.366Zopenjdk system 11 system
2412024-02-02T01:14:54.366Zopenjdk system 1.8 system
2422024-02-02T01:14:54.366Zopenssl vendor 3 vendor
2432024-02-02T01:14:54.366Zperl system 5.36 system
2442024-02-02T01:14:54.366Zpostgresql system 15 system
2452024-02-02T01:14:54.366Zpostgresql system 13 system
2462024-02-02T01:14:54.366Zpython vendor 3 vendor
2472024-02-02T01:14:54.366Zpython system 2 system
2482024-02-02T01:14:54.366Zpython3 system 3.11 system
2492024-02-02T01:14:54.366Zruby system 3.0 system
2502024-02-02T01:14:54.366Zwords vendor vendor american-english
2512024-02-02T01:14:54.366Zwords system system australian-english
2522024-02-02T01:14:54.366Zwords system system british-english
2532024-02-02T01:14:54.367Zwords system system canadian-english
2542024-02-02T01:14:54.367Zwords system system french
2552024-02-02T01:14:54.367Zwords system system italian
2562024-02-02T01:14:54.367Zwords system system ngerman
2572024-02-02T01:14:54.367Zwords system system ogerman
2582024-02-02T01:14:54.367Zwords system system spanish
2592024-02-02T01:14:54.884ZFMRI IFO
2602024-02-02T01:14:54.884Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-02-02T01:14:54.884Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-02-02T01:14:54.884Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-02-02T01:14:54.884Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-02-02T01:14:54.884Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-02-02T01:14:54.884Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2662024-02-02T01:14:54.884Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-02-02T01:14:54.884Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-02-02T01:14:54.959Z+ set -o errexit
2692024-02-02T01:14:54.967Z+++ dirname ./tools/ci_download_cockroachdb
2702024-02-02T01:14:54.967Z++ cd ./tools
2712024-02-02T01:14:54.967Z++ pwd
2722024-02-02T01:14:54.967Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2732024-02-02T01:14:54.967Z++ basename ./tools/ci_download_cockroachdb
2742024-02-02T01:14:54.967Z+ ARG0=ci_download_cockroachdb
2752024-02-02T01:14:54.967Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2762024-02-02T01:14:54.982Z+ CIDL_VERSION=v22.1.9
2772024-02-02T01:14:54.982Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2782024-02-02T01:14:54.982Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2792024-02-02T01:14:54.982Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2802024-02-02T01:14:54.982Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2812024-02-02T01:14:54.982Z+ TARGET_DIR=out
2822024-02-02T01:14:54.982Z+ DOWNLOAD_DIR=out/downloads
2832024-02-02T01:14:54.982Z+ DEST_DIR=./out/cockroachdb
2842024-02-02T01:14:54.982Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2852024-02-02T01:14:54.982Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2862024-02-02T01:14:54.982Z+ main
2872024-02-02T01:14:54.982Z+ [[ 0 != 0 ]]
2882024-02-02T01:14:54.982Z+ CIDL_OS=solaris2.11
2892024-02-02T01:14:54.982Z+ [[ 0 != 0 ]]
2902024-02-02T01:14:54.982Z+ configure_os solaris2.11
2912024-02-02T01:14:54.982Z+ echo 'current directory: /work/oxidecomputer/omicron'
2922024-02-02T01:14:54.982Zcurrent directory: /work/oxidecomputer/omicron
2932024-02-02T01:14:54.982Z+ echo 'configuring based on OS: "solaris2.11"'
2942024-02-02T01:14:54.982Z+ case "$1" in
2952024-02-02T01:14:54.982Zconfiguring based on OS: "solaris2.11"
2962024-02-02T01:14:54.982Z+ CIDL_BUILD=illumos
2972024-02-02T01:14:54.982Z+ CIDL_SUFFIX=tar.gz
2982024-02-02T01:14:54.982Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2992024-02-02T01:14:54.982Z+ CIDL_MD5FUNC=do_md5sum
3002024-02-02T01:14:54.983Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012024-02-02T01:14:54.983Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022024-02-02T01:14:54.983Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032024-02-02T01:14:54.983Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042024-02-02T01:14:54.983Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-02-02T01:14:54.983Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062024-02-02T01:14:54.983Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-02-02T01:14:54.983Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082024-02-02T01:14:54.983ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-02-02T01:14:54.983Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-02-02T01:14:54.983ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-02-02T01:14:54.983Z+ mkdir -p out/downloads
3122024-02-02T01:14:54.983Z+ mkdir -p ./out/cockroachdb
3132024-02-02T01:14:54.983Z+ local DO_DOWNLOAD=true
3142024-02-02T01:14:54.983Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3152024-02-02T01:14:54.983Z+ '[' true == true ']'
3162024-02-02T01:14:54.983Z+ echo Downloading...
3172024-02-02T01:14:54.983ZDownloading...
3182024-02-02T01:14:54.983Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-02-02T01:14:54.983Z+ 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
3202024-02-02T01:14:57.418Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-02-02T01:14:57.436Z++ md5sum
3222024-02-02T01:14:57.436Z++ awk '{print $1}'
3232024-02-02T01:14:57.437Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3242024-02-02T01:14:57.437Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3252024-02-02T01:14:57.437Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-02-02T01:14:57.437Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3272024-02-02T01:15:00.901Z+ do_assemble_illumos
3282024-02-02T01:15:00.901Z+ rm -r ./out/cockroachdb
3292024-02-02T01:15:00.907Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3302024-02-02T01:15:01.507Z+ ./out/cockroachdb/bin/cockroach version
3312024-02-02T01:15:01.810ZBuild Tag: v22.1.9-dirty
3322024-02-02T01:15:01.810ZBuild Time: 2022/10/26 21:17:46
3332024-02-02T01:15:01.810ZDistribution: OSS
3342024-02-02T01:15:01.811ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3352024-02-02T01:15:01.811ZGo Version: go1.17.13
3362024-02-02T01:15:01.811ZC Compiler: gcc 10.3.0
3372024-02-02T01:15:01.811ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3382024-02-02T01:15:01.811ZBuild Type: release
3392024-02-02T01:15:01.847Z+ set -o errexit
3402024-02-02T01:15:01.870Z+++ dirname ./tools/ci_download_clickhouse
3412024-02-02T01:15:01.871Z++ cd ./tools
3422024-02-02T01:15:01.871Z++ pwd
3432024-02-02T01:15:01.871Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3442024-02-02T01:15:01.871Z++ basename ./tools/ci_download_clickhouse
3452024-02-02T01:15:01.872Z+ ARG0=ci_download_clickhouse
3462024-02-02T01:15:01.872Z+ TARGET_DIR=out
3472024-02-02T01:15:01.872Z+ DOWNLOAD_DIR=out/downloads
3482024-02-02T01:15:01.872Z+ DEST_DIR=./out/clickhouse
3492024-02-02T01:15:01.873Z+ CIDL_VERSION=v22.8.9.24
3502024-02-02T01:15:01.873Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-02-02T01:15:01.873Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3522024-02-02T01:15:01.873Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3532024-02-02T01:15:01.873Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3542024-02-02T01:15:01.873Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-02-02T01:15:01.873Z+ main
3562024-02-02T01:15:01.874Z+ [[ 0 != 0 ]]
3572024-02-02T01:15:01.874Z+ CIDL_OS=solaris2.11
3582024-02-02T01:15:01.874Z+ [[ 0 != 0 ]]
3592024-02-02T01:15:01.874Z+ configure_os solaris2.11
3602024-02-02T01:15:01.875Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-02-02T01:15:01.875Zcurrent directory: /work/oxidecomputer/omicron
3622024-02-02T01:15:01.875Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-02-02T01:15:01.875Z+ CIDL_DASHREV=
3642024-02-02T01:15:01.875Z+ case "$1" in
3652024-02-02T01:15:01.875Zconfiguring based on OS: "solaris2.11"
3662024-02-02T01:15:01.876Z+ CIDL_PLATFORM=illumos
3672024-02-02T01:15:01.876Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3682024-02-02T01:15:01.876Z+ CIDL_MD5FUNC=do_md5sum
3692024-02-02T01:15:01.876Z+ CIDL_DASHREV=-1
3702024-02-02T01:15:01.876Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3712024-02-02T01:15:01.876Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3722024-02-02T01:15:01.876Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732024-02-02T01:15:01.876Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742024-02-02T01:15:01.877Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752024-02-02T01:15:01.877ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762024-02-02T01:15:01.877Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3772024-02-02T01:15:01.877ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782024-02-02T01:15:01.877Z+ mkdir -p out/downloads
3792024-02-02T01:15:01.878Z+ mkdir -p ./out/clickhouse
3802024-02-02T01:15:01.878Z+ local DO_DOWNLOAD=true
3812024-02-02T01:15:01.878Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3822024-02-02T01:15:01.878Z+ '[' true == true ']'
3832024-02-02T01:15:01.878Z+ echo Downloading...
3842024-02-02T01:15:01.878ZDownloading...
3852024-02-02T01:15:01.878Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862024-02-02T01:15:01.878Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3872024-02-02T01:15:03.390Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3882024-02-02T01:15:03.394Z++ md5sum
3892024-02-02T01:15:03.394Z++ awk '{print $1}'
3902024-02-02T01:15:03.668Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3912024-02-02T01:15:03.668Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3922024-02-02T01:15:03.668Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3932024-02-02T01:15:03.676Z+ mkdir -p ./out/clickhouse
3942024-02-02T01:15:03.676Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3952024-02-02T01:15:08.795Z+ ./out/clickhouse/clickhouse server --version
3962024-02-02T01:15:08.854ZClickHouse server version 22.8.9.1.
3972024-02-02T01:15:08.879Z+ set -o errexit
3982024-02-02T01:15:09.304Z+++ dirname ./tools/ci_download_console
3992024-02-02T01:15:09.304Z++ cd ./tools
4002024-02-02T01:15:09.304Z++ pwd
4012024-02-02T01:15:09.304Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022024-02-02T01:15:09.305Z++ basename ./tools/ci_download_console
4032024-02-02T01:15:09.305Z+ ARG0=ci_download_console
4042024-02-02T01:15:09.305Z+ TARGET_DIR=out
4052024-02-02T01:15:09.305Z+ DOWNLOAD_DIR=out/downloads
4062024-02-02T01:15:09.305Z+ DEST_DIR=./out/console-assets
4072024-02-02T01:15:09.306Z+ source /work/oxidecomputer/omicron/tools/console_version
4082024-02-02T01:15:09.306Z++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0
4092024-02-02T01:15:09.306Z++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
4102024-02-02T01:15:09.306Z+ URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4112024-02-02T01:15:09.306Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122024-02-02T01:15:09.306Z+ main
4132024-02-02T01:15:09.307Z+ [[ 0 != 0 ]]
4142024-02-02T01:15:09.307Z+ echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz'
4152024-02-02T01:15:09.307ZURL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4162024-02-02T01:15:09.307ZLocal file: out/downloads/console.tar.gz
4172024-02-02T01:15:09.307Z+ echo 'Local file: out/downloads/console.tar.gz'
4182024-02-02T01:15:09.307Z+ local DO_DOWNLOAD=true
4192024-02-02T01:15:09.308Z+ [[ -f out/downloads/console.tar.gz ]]
4202024-02-02T01:15:09.308Z+ mkdir -p out/downloads
4212024-02-02T01:15:09.308Z+ '[' true == true ']'
4222024-02-02T01:15:09.308Z+ echo Downloading...
4232024-02-02T01:15:09.309ZDownloading...
4242024-02-02T01:15:09.309Z+ do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz
4252024-02-02T01:15:09.309Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4262024-02-02T01:15:09.700Z++ do_sha256sum out/downloads/console.tar.gz
4272024-02-02T01:15:09.708Z++ case "$OSTYPE" in
4282024-02-02T01:15:09.709Z++ SHA=sha256sum
4292024-02-02T01:15:09.709Z++ sha256sum
4302024-02-02T01:15:09.709Z++ awk '{print $1}'
4312024-02-02T01:15:09.792Z+ calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
4322024-02-02T01:15:09.793Z+ [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]]
4332024-02-02T01:15:09.797Z+ rm -rf ./out/console-assets
4342024-02-02T01:15:09.797Z+ mkdir -p ./out/console-assets
4352024-02-02T01:15:09.797Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362024-02-02T01:15:09.797Z+ mkdir -p ./out/console-assets
4372024-02-02T01:15:09.798Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382024-02-02T01:15:09.936Z+ set -o errexit
4392024-02-02T01:15:09.947Z+++ dirname ./tools/ci_download_maghemite_openapi
4402024-02-02T01:15:09.947Z++ cd ./tools
4412024-02-02T01:15:09.947Z++ pwd
4422024-02-02T01:15:09.947Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432024-02-02T01:15:09.947Z++ basename ./tools/ci_download_maghemite_openapi
4442024-02-02T01:15:09.947Z+ ARG0=ci_download_maghemite_openapi
4452024-02-02T01:15:09.948Z+ TARGET_DIR=out
4462024-02-02T01:15:09.948Z+ DOWNLOAD_DIR=out/downloads
4472024-02-02T01:15:09.948Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482024-02-02T01:15:09.948Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4492024-02-02T01:15:09.948Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4502024-02-02T01:15:09.948Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4512024-02-02T01:15:09.948Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4522024-02-02T01:15:09.948Z+ main
4532024-02-02T01:15:09.949Z+ [[ 0 != 0 ]]
4542024-02-02T01:15:09.949Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4552024-02-02T01:15:09.949ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4562024-02-02T01:15:09.950Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4572024-02-02T01:15:09.951ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4582024-02-02T01:15:09.951Z+ local DO_DOWNLOAD=true
4592024-02-02T01:15:09.951Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4602024-02-02T01:15:09.951Z+ mkdir -p out/downloads
4612024-02-02T01:15:09.988Z+ '[' true == true ']'
4622024-02-02T01:15:09.988Z+ echo Downloading...
4632024-02-02T01:15:09.988ZDownloading...
4642024-02-02T01:15:09.988Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4652024-02-02T01:15:09.988Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4662024-02-02T01:15:10.221Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4672024-02-02T01:15:10.221Z++ case "$OSTYPE" in
4682024-02-02T01:15:10.221Z++ SHA=sha256sum
4692024-02-02T01:15:10.228Z++ sha256sum
4702024-02-02T01:15:10.228Z++ awk '{print $1}'
4712024-02-02T01:15:10.228Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4722024-02-02T01:15:10.228Z+ [[ 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 ]]
4732024-02-02T01:15:10.228Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4742024-02-02T01:15:10.228Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4752024-02-02T01:15:10.228Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4762024-02-02T01:15:10.228Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4772024-02-02T01:15:10.229Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4782024-02-02T01:15:10.229Z+ main
4792024-02-02T01:15:10.229Z+ [[ 0 != 0 ]]
4802024-02-02T01:15:10.229Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4812024-02-02T01:15:10.229ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4822024-02-02T01:15:10.229Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4832024-02-02T01:15:10.229ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4842024-02-02T01:15:10.229Z+ local DO_DOWNLOAD=true
4852024-02-02T01:15:10.229Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4862024-02-02T01:15:10.229Z+ mkdir -p out/downloads
4872024-02-02T01:15:10.229Z+ '[' true == true ']'
4882024-02-02T01:15:10.229ZDownloading...
4892024-02-02T01:15:10.229Z+ echo Downloading...
4902024-02-02T01:15:10.235Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4912024-02-02T01:15:10.235Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4922024-02-02T01:15:10.420Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4932024-02-02T01:15:10.431Z++ case "$OSTYPE" in
4942024-02-02T01:15:10.431Z++ SHA=sha256sum
4952024-02-02T01:15:10.431Z++ sha256sum
4962024-02-02T01:15:10.431Z++ awk '{print $1}'
4972024-02-02T01:15:10.432Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4982024-02-02T01:15:10.432Z+ [[ 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 ]]
4992024-02-02T01:15:10.853Z+ set -o errexit
5002024-02-02T01:15:10.853Z+++ dirname ./tools/ci_download_dendrite_openapi
5012024-02-02T01:15:10.853Z++ cd ./tools
5022024-02-02T01:15:10.853Z++ pwd
5032024-02-02T01:15:10.854Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042024-02-02T01:15:10.854Z++ basename ./tools/ci_download_dendrite_openapi
5052024-02-02T01:15:10.862Z+ ARG0=ci_download_dendrite_openapi
5062024-02-02T01:15:10.862Z+ TARGET_DIR=out
5072024-02-02T01:15:10.862Z+ DOWNLOAD_DIR=out/downloads
5082024-02-02T01:15:10.862Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092024-02-02T01:15:10.862Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5102024-02-02T01:15:10.862Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5112024-02-02T01:15:10.863Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5122024-02-02T01:15:10.863Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5132024-02-02T01:15:10.863Z+ main
5142024-02-02T01:15:10.863Z+ [[ 0 != 0 ]]
5152024-02-02T01:15:10.863Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
5162024-02-02T01:15:10.863ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5172024-02-02T01:15:10.863ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5182024-02-02T01:15:10.863Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
5192024-02-02T01:15:10.863Z+ local DO_DOWNLOAD=true
5202024-02-02T01:15:10.863Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
5212024-02-02T01:15:10.863Z+ mkdir -p out/downloads
5222024-02-02T01:15:10.863Z+ '[' true == true ']'
5232024-02-02T01:15:10.863Z+ echo Downloading...
5242024-02-02T01:15:10.864ZDownloading...
5252024-02-02T01:15:10.864Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5262024-02-02T01:15:10.864Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5272024-02-02T01:15:10.864Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5282024-02-02T01:15:10.864Z++ case "$OSTYPE" in
5292024-02-02T01:15:10.864Z++ SHA=sha256sum
5302024-02-02T01:15:10.864Z++ sha256sum
5312024-02-02T01:15:10.864Z++ awk '{print $1}'
5322024-02-02T01:15:10.864Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5332024-02-02T01:15:10.864Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5342024-02-02T01:15:10.864Z+ set -o errexit
5352024-02-02T01:15:10.864Z+++ dirname ./tools/ci_download_dendrite_stub
5362024-02-02T01:15:10.864Z++ cd ./tools
5372024-02-02T01:15:10.865Z++ pwd
5382024-02-02T01:15:10.865Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5392024-02-02T01:15:10.865Z++ basename ./tools/ci_download_dendrite_stub
5402024-02-02T01:15:10.865Z+ ARG0=ci_download_dendrite_stub
5412024-02-02T01:15:10.865Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5422024-02-02T01:15:10.865Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5432024-02-02T01:15:10.865Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5442024-02-02T01:15:10.865Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5452024-02-02T01:15:10.865Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5462024-02-02T01:15:10.865Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5472024-02-02T01:15:10.865Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5482024-02-02T01:15:10.865Z+ TARGET_DIR=out
5492024-02-02T01:15:10.865Z+ DOWNLOAD_DIR=out/downloads
5502024-02-02T01:15:10.866Z+ DEST_DIR=./out/dendrite-stub
5512024-02-02T01:15:10.866Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5522024-02-02T01:15:10.866Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5532024-02-02T01:15:10.866Z+ REPO=oxidecomputer/dendrite
5542024-02-02T01:15:10.866Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5552024-02-02T01:15:10.866Z+ main
5562024-02-02T01:15:10.866Z+ [[ 0 != 0 ]]
5572024-02-02T01:15:10.866Z+ CIDL_OS=solaris2.11
5582024-02-02T01:15:10.866Z+ [[ 0 != 0 ]]
5592024-02-02T01:15:10.866Z+ configure_os solaris2.11
5602024-02-02T01:15:10.866Z+ echo 'current directory: /work/oxidecomputer/omicron'
5612024-02-02T01:15:10.866Zcurrent directory: /work/oxidecomputer/omicron
5622024-02-02T01:15:10.866Z+ echo 'configuring based on OS: "solaris2.11"'
5632024-02-02T01:15:10.867Z+ case "$1" in
5642024-02-02T01:15:10.867Zconfiguring based on OS: "solaris2.11"
5652024-02-02T01:15:10.867Z+ SET_BINARIES=
5662024-02-02T01:15:10.867Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5672024-02-02T01:15:10.867Z+ CIDL_SHA256FUNC=do_sha256sum
5682024-02-02T01:15:10.867Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5692024-02-02T01:15:10.867Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5702024-02-02T01:15:10.867Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5712024-02-02T01:15:10.867Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5722024-02-02T01:15:10.867ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5732024-02-02T01:15:10.867Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5742024-02-02T01:15:10.867ZLocal file: out/downloads/dendrite-stub.tar.gz
5752024-02-02T01:15:10.867Z+ mkdir -p out/downloads
5762024-02-02T01:15:10.868Z+ mkdir -p ./out/dendrite-stub
5772024-02-02T01:15:10.868Z+ fetch_and_verify
5782024-02-02T01:15:10.868Z+ local DO_DOWNLOAD=true
5792024-02-02T01:15:10.868Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5802024-02-02T01:15:10.868Z+ '[' true == true ']'
5812024-02-02T01:15:10.868Z+ echo Downloading...
5822024-02-02T01:15:10.868ZDownloading...
5832024-02-02T01:15:10.868Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5842024-02-02T01:15:10.868Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5852024-02-02T01:15:19.059Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5862024-02-02T01:15:19.063Z++ sha256sum
5872024-02-02T01:15:19.063Z++ awk '{print $1}'
5882024-02-02T01:15:19.160Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5892024-02-02T01:15:19.160Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5902024-02-02T01:15:19.164Z+ do_untar out/downloads/dendrite-stub.tar.gz
5912024-02-02T01:15:19.164Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5922024-02-02T01:15:20.311Z+ do_assemble
5932024-02-02T01:15:20.311Z+ rm -r ./out/dendrite-stub
5942024-02-02T01:15:20.318Z+ mkdir ./out/dendrite-stub
5952024-02-02T01:15:20.318Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5962024-02-02T01:15:20.471Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5972024-02-02T01:15:20.485Z+ set -o errexit
5982024-02-02T01:15:20.488Z+++ dirname ./tools/ci_download_maghemite_mgd
5992024-02-02T01:15:20.489Z++ cd ./tools
6002024-02-02T01:15:20.489Z++ pwd
6012024-02-02T01:15:20.503Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6022024-02-02T01:15:20.503Z++ basename ./tools/ci_download_maghemite_mgd
6032024-02-02T01:15:20.503Z+ ARG0=ci_download_maghemite_mgd
6042024-02-02T01:15:20.503Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6052024-02-02T01:15:20.503Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6062024-02-02T01:15:20.504Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
6072024-02-02T01:15:20.504Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6082024-02-02T01:15:20.504Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
6092024-02-02T01:15:20.504Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6102024-02-02T01:15:20.504Z+ TARGET_DIR=out
6112024-02-02T01:15:20.504Z+ DOWNLOAD_DIR=out/downloads
6122024-02-02T01:15:20.504Z+ DEST_DIR=./out/mgd
6132024-02-02T01:15:20.505Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6142024-02-02T01:15:20.505Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6152024-02-02T01:15:20.505Z+ REPO=oxidecomputer/maghemite
6162024-02-02T01:15:20.505Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
6172024-02-02T01:15:20.505Z+ main
6182024-02-02T01:15:20.505Z+ [[ 0 != 0 ]]
6192024-02-02T01:15:20.505Z+ CIDL_OS=solaris2.11
6202024-02-02T01:15:20.506Z+ [[ 0 != 0 ]]
6212024-02-02T01:15:20.506Z+ configure_os solaris2.11
6222024-02-02T01:15:20.506Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-02-02T01:15:20.506Zcurrent directory: /work/oxidecomputer/omicron
6242024-02-02T01:15:20.506Z+ echo 'configuring based on OS: "solaris2.11"'
6252024-02-02T01:15:20.506Z+ case "$1" in
6262024-02-02T01:15:20.507Zconfiguring based on OS: "solaris2.11"
6272024-02-02T01:15:20.507Z+ SET_BINARIES=
6282024-02-02T01:15:20.507Z+ CIDL_SHA256FUNC=do_sha256sum
6292024-02-02T01:15:20.507Z+ TARBALL_FILENAME=mgd.tar.gz
6302024-02-02T01:15:20.507Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6312024-02-02T01:15:20.507Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6322024-02-02T01:15:20.507Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6332024-02-02T01:15:20.507ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6342024-02-02T01:15:20.508Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6352024-02-02T01:15:20.508ZLocal file: out/downloads/mgd.tar.gz
6362024-02-02T01:15:20.508Z+ mkdir -p out/downloads
6372024-02-02T01:15:20.516Z+ mkdir -p ./out/mgd
6382024-02-02T01:15:20.516Z+ fetch_and_verify
6392024-02-02T01:15:20.516Z+ local DO_DOWNLOAD=true
6402024-02-02T01:15:20.516Z+ [[ -f out/downloads/mgd.tar.gz ]]
6412024-02-02T01:15:20.516Z+ '[' true == true ']'
6422024-02-02T01:15:20.516Z+ echo Downloading...
6432024-02-02T01:15:20.517ZDownloading...
6442024-02-02T01:15:20.517Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6452024-02-02T01:15:20.517Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6462024-02-02T01:15:36.366Z++ do_sha256sum out/downloads/mgd.tar.gz
6472024-02-02T01:15:36.373Z++ sha256sum
6482024-02-02T01:15:36.373Z++ awk '{print $1}'
6492024-02-02T01:15:36.444Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6502024-02-02T01:15:36.452Z+ [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]]
6512024-02-02T01:15:36.452Z+ do_untar out/downloads/mgd.tar.gz
6522024-02-02T01:15:36.452Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6532024-02-02T01:15:37.154Z+ do_assemble
6542024-02-02T01:15:37.154Z+ rm -r ./out/mgd
6552024-02-02T01:15:37.167Z+ mkdir ./out/mgd
6562024-02-02T01:15:37.167Z+ cp -r out/downloads/root ./out/mgd/root
6572024-02-02T01:15:37.376Z+ set -o errexit
6582024-02-02T01:15:37.388Z+++ dirname ./tools/ci_download_transceiver_control
6592024-02-02T01:15:37.389Z++ cd ./tools
6602024-02-02T01:15:37.389Z++ pwd
6612024-02-02T01:15:37.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622024-02-02T01:15:37.390Z++ basename ./tools/ci_download_transceiver_control
6632024-02-02T01:15:37.390Z+ ARG0=ci_download_transceiver_control
6642024-02-02T01:15:37.390Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6652024-02-02T01:15:37.390Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-02-02T01:15:37.390Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-02-02T01:15:37.391Z+ TARGET_DIR=out
6682024-02-02T01:15:37.391Z+ DOWNLOAD_DIR=out/downloads
6692024-02-02T01:15:37.391Z+ DEST_DIR=./out/transceiver-control
6702024-02-02T01:15:37.391Z+ BIN_DIR=/opt/oxide/bin
6712024-02-02T01:15:37.391Z+ BINARY=xcvradm
6722024-02-02T01:15:37.391Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732024-02-02T01:15:37.391Z+ REPO=oxidecomputer/transceiver-control
6742024-02-02T01:15:37.391Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6752024-02-02T01:15:37.391Z+ main
6762024-02-02T01:15:37.391Z+ [[ 0 != 0 ]]
6772024-02-02T01:15:37.391Z+ CIDL_OS=solaris2.11
6782024-02-02T01:15:37.391Z+ [[ 0 != 0 ]]
6792024-02-02T01:15:37.391Z+ configure_os solaris2.11
6802024-02-02T01:15:37.391Z+ echo 'current directory: /work/oxidecomputer/omicron'
6812024-02-02T01:15:37.391Zcurrent directory: /work/oxidecomputer/omicron
6822024-02-02T01:15:37.392Z+ echo 'configuring based on OS: "solaris2.11"'
6832024-02-02T01:15:37.392Zconfiguring based on OS: "solaris2.11"
6842024-02-02T01:15:37.392Z+ case "$1" in
6852024-02-02T01:15:37.392Z+ SET_BINARIES=
6862024-02-02T01:15:37.392Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-02-02T01:15:37.392Z+ CIDL_SHA256FUNC=do_sha256sum
6882024-02-02T01:15:37.392Z+ ARCHIVE_FILENAME=xcvradm.gz
6892024-02-02T01:15:37.392Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902024-02-02T01:15:37.393Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6912024-02-02T01:15:37.393Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922024-02-02T01:15:37.393ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-02-02T01:15:37.393ZLocal file: out/downloads/xcvradm.gz
6942024-02-02T01:15:37.393Z+ echo 'Local file: out/downloads/xcvradm.gz'
6952024-02-02T01:15:37.393Z+ mkdir -p out/downloads
6962024-02-02T01:15:37.393Z+ mkdir -p ./out/transceiver-control
6972024-02-02T01:15:37.393Z+ fetch_and_verify
6982024-02-02T01:15:37.394Z+ local DO_DOWNLOAD=true
6992024-02-02T01:15:37.394Z+ [[ -f out/downloads/xcvradm.gz ]]
7002024-02-02T01:15:37.394Z+ '[' true == true ']'
7012024-02-02T01:15:37.394Z+ echo Downloading...
7022024-02-02T01:15:37.394ZDownloading...
7032024-02-02T01:15:37.394Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7042024-02-02T01:15:37.394Z+ 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
7052024-02-02T01:15:40.714Z++ do_sha256sum out/downloads/xcvradm.gz
7062024-02-02T01:15:40.718Z++ sha256sum
7072024-02-02T01:15:40.718Z++ awk '{print $1}'
7082024-02-02T01:15:40.741Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092024-02-02T01:15:40.742Z+ [[ 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 ]]
7102024-02-02T01:15:40.746Z+ do_unpack out/downloads/xcvradm.gz
7112024-02-02T01:15:40.746Z+ mkdir -p out/downloads/root//opt/oxide/bin
7122024-02-02T01:15:40.746Z+ gzip -dc out/downloads/xcvradm.gz
7132024-02-02T01:15:40.927Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7142024-02-02T01:15:40.940Z+ do_assemble
7152024-02-02T01:15:40.940Z+ rm -r ./out/transceiver-control
7162024-02-02T01:15:40.941Z+ mkdir ./out/transceiver-control
7172024-02-02T01:15:40.941Z+ cp -r out/downloads/root ./out/transceiver-control/root
7182024-02-02T01:15:41.411ZAll builder prerequisites installed successfully, and PATH looks valid
7192024-02-02T01:15:41.416Z
7202024-02-02T01:15:41.417Zreal 2:08.651709099
7212024-02-02T01:15:41.417Zuser 51.532088555
7222024-02-02T01:15:41.417Zsys 10.742294971
7232024-02-02T01:15:41.417Ztrap 0.023131979
7242024-02-02T01:15:41.417Ztflt 0.380402700
7252024-02-02T01:15:41.417Zdflt 0.652444796
7262024-02-02T01:15:41.417Zkflt 0.401503252
7272024-02-02T01:15:41.417Zlock 2.730072884
7282024-02-02T01:15:41.417Zslp 4:09.175609504
7292024-02-02T01:15:41.417Zlat 4.198264653
7302024-02-02T01:15:41.417Zstop 0.079824446
7312024-02-02T01:15:41.417Z
7322024-02-02T01:15:41.418Z ##### # # # # #####
7332024-02-02T01:15:41.418Z # # # # # # # #
7342024-02-02T01:15:41.418Z ##### # # # # # #
7352024-02-02T01:15:41.418Z # # # # # # # #
7362024-02-02T01:15:41.418Z # # # # # # # #
7372024-02-02T01:15:41.418Z ##### #### # ###### #####
7382024-02-02T01:15:41.418Z
7392024-02-02T01:15:41.720Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7402024-02-02T01:15:42.108Z Updating crates.io index
7412024-02-02T01:15:42.205Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7422024-02-02T01:15:43.056Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-02-02T01:15:45.686Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-02-02T01:15:46.266Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-02-02T01:15:46.601Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-02-02T01:15:46.862Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-02-02T01:15:47.144Z Updating git repository `https://github.com/oxidecomputer/propolis`
7482024-02-02T01:15:48.352Z Updating git repository `https://github.com/oxidecomputer/crucible`
7492024-02-02T01:15:50.688Z Updating git repository `https://github.com/oxidecomputer/opte`
7502024-02-02T01:15:51.721Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7512024-02-02T01:15:52.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7522024-02-02T01:15:52.728Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7532024-02-02T01:15:53.084Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7542024-02-02T01:15:53.459Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7552024-02-02T01:15:53.730Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7562024-02-02T01:15:54.163Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7572024-02-02T01:15:54.716Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7582024-02-02T01:15:54.985Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7592024-02-02T01:15:55.659Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7602024-02-02T01:15:56.021Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7612024-02-02T01:15:56.381Z Updating git repository `https://github.com/jgallagher/nix`
7622024-02-02T01:15:57.674Z Updating git repository `https://github.com/cbiffle/hubpack`
7632024-02-02T01:15:58.268Z Updating git repository `https://github.com/oxidecomputer/typify`
7642024-02-02T01:15:59.955Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7652024-02-02T01:16:00.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7662024-02-02T01:16:00.686Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7672024-02-02T01:16:02.684Z Downloading crates ...
7682024-02-02T01:16:02.945Z Downloaded adler v1.0.2
7692024-02-02T01:16:02.959Z Downloaded bytecount v0.6.3
7702024-02-02T01:16:02.960Z Downloaded anstyle-parse v0.2.1
7712024-02-02T01:16:02.960Z Downloaded cexpr v0.6.0
7722024-02-02T01:16:02.979Z Downloaded heapless v0.7.16
7732024-02-02T01:16:02.986Z Downloaded httpdate v1.0.3
7742024-02-02T01:16:02.992Z Downloaded http-range v0.1.5
7752024-02-02T01:16:02.999Z Downloaded ident_case v1.0.1
7762024-02-02T01:16:02.999Z Downloaded highway v1.1.0
7772024-02-02T01:16:03.010Z Downloaded hubpack_derive v0.1.1
7782024-02-02T01:16:03.010Z Downloaded cargo_metadata v0.18.1
7792024-02-02T01:16:03.010Z Downloaded hyper-tls v0.5.0
7802024-02-02T01:16:03.016Z Downloaded http-body v0.4.5
7812024-02-02T01:16:03.020Z Downloaded instant v0.1.12
7822024-02-02T01:16:03.025Z Downloaded matches v0.1.10
7832024-02-02T01:16:03.025Z Downloaded hyper-rustls v0.24.2
7842024-02-02T01:16:03.031Z Downloaded console v0.15.8
7852024-02-02T01:16:03.040Z Downloaded rand_core v0.6.4
7862024-02-02T01:16:03.047Z Downloaded mockall v0.12.0
7872024-02-02T01:16:03.055Z Downloaded nanorand v0.7.0
7882024-02-02T01:16:03.060Z Downloaded rand_chacha v0.3.1
7892024-02-02T01:16:03.064Z Downloaded blake3 v1.5.0
7902024-02-02T01:16:03.082Z Downloaded block-padding v0.3.3
7912024-02-02T01:16:03.089Z Downloaded colorchoice v1.0.0
7922024-02-02T01:16:03.104Z Downloaded clap v4.4.3
7932024-02-02T01:16:03.112Z Downloaded is_ci v1.1.1
7942024-02-02T01:16:03.116Z Downloaded serde-big-array v0.5.1
7952024-02-02T01:16:03.122Z Downloaded async-recursion v1.0.5
7962024-02-02T01:16:03.130Z Downloaded crossbeam v0.8.2
7972024-02-02T01:16:03.134Z Downloaded bit-vec v0.6.3
7982024-02-02T01:16:03.138Z Downloaded bitfield v0.14.0
7992024-02-02T01:16:03.139Z Downloaded cobs v0.2.3
8002024-02-02T01:16:03.142Z Downloaded bb8 v0.8.1
8012024-02-02T01:16:03.147Z Downloaded stability v0.1.1
8022024-02-02T01:16:03.152Z Downloaded bitflags v1.3.2
8032024-02-02T01:16:03.157Z Downloaded linked-hash-map v0.5.6
8042024-02-02T01:16:03.162Z Downloaded crc-catalog v2.2.0
8052024-02-02T01:16:03.167Z Downloaded zone_cfg_derive v0.3.0
8062024-02-02T01:16:03.167Z Downloaded itoa v1.0.9
8072024-02-02T01:16:03.167Z Downloaded constant_time_eq v0.3.0
8082024-02-02T01:16:03.174Z Downloaded hyper-rustls v0.26.0
8092024-02-02T01:16:03.188Z Downloaded corncobs v0.1.3
8102024-02-02T01:16:03.192Z Downloaded nested v0.1.1
8112024-02-02T01:16:03.192Z Downloaded backoff v0.4.0
8122024-02-02T01:16:03.192Z Downloaded linear-map v1.2.0
8132024-02-02T01:16:03.197Z Downloaded plotters-backend v0.3.5
8142024-02-02T01:16:03.201Z Downloaded futures-task v0.3.30
8152024-02-02T01:16:03.208Z Downloaded crc32fast v1.3.2
8162024-02-02T01:16:03.208Z Downloaded lru v0.12.1
8172024-02-02T01:16:03.213Z Downloaded derive_builder_macro v0.12.0
8182024-02-02T01:16:03.217Z Downloaded usdt-macro v0.5.0
8192024-02-02T01:16:03.217Z Downloaded colored v2.0.4
8202024-02-02T01:16:03.223Z Downloaded toolchain_find v0.2.0
8212024-02-02T01:16:03.238Z Downloaded phf_shared v0.10.0
8222024-02-02T01:16:03.239Z Downloaded libtest-mimic v0.6.1
8232024-02-02T01:16:03.245Z Downloaded hmac v0.12.1
8242024-02-02T01:16:03.245Z Downloaded downcast v0.11.0
8252024-02-02T01:16:03.245Z Downloaded cookie v0.18.0
8262024-02-02T01:16:03.246Z Downloaded target-lexicon v0.12.12
8272024-02-02T01:16:03.251Z Downloaded anyhow v1.0.75
8282024-02-02T01:16:03.258Z Downloaded darling_macro v0.14.4
8292024-02-02T01:16:03.258Z Downloaded peeking_take_while v0.1.2
8302024-02-02T01:16:03.264Z Downloaded basic-toml v0.1.8
8312024-02-02T01:16:03.279Z Downloaded crunchy v0.2.2
8322024-02-02T01:16:03.284Z Downloaded crucible-workspace-hack v0.1.0
8332024-02-02T01:16:03.284Z Downloaded rustls-pki-types v1.1.0
8342024-02-02T01:16:03.284Z Downloaded rustls-pemfile v1.0.3
8352024-02-02T01:16:03.290Z Downloaded openssl-macros v0.1.1
8362024-02-02T01:16:03.291Z Downloaded want v0.3.1
8372024-02-02T01:16:03.297Z Downloaded endian-type v0.1.2
8382024-02-02T01:16:03.297Z Downloaded waitgroup v0.1.2
8392024-02-02T01:16:03.297Z Downloaded paste v1.0.14
8402024-02-02T01:16:03.304Z Downloaded num-iter v0.1.43
8412024-02-02T01:16:03.311Z Downloaded hyper-util v0.1.2
8422024-02-02T01:16:03.311Z Downloaded rpassword v7.3.1
8432024-02-02T01:16:03.317Z Downloaded allocator-api2 v0.2.16
8442024-02-02T01:16:03.322Z Downloaded spki v0.7.2
8452024-02-02T01:16:03.322Z Downloaded spin v0.5.2
8462024-02-02T01:16:03.342Z Downloaded dtrace-parser v0.2.0
8472024-02-02T01:16:03.342Z Downloaded pretty-hex v0.2.1
8482024-02-02T01:16:03.353Z Downloaded dtrace-parser v0.1.14
8492024-02-02T01:16:03.354Z Downloaded zone v0.3.0
8502024-02-02T01:16:03.354Z Downloaded half v2.3.1
8512024-02-02T01:16:03.354Z Downloaded defmt v0.3.5
8522024-02-02T01:16:03.354Z Downloaded serde_spanned v0.6.4
8532024-02-02T01:16:03.354Z Downloaded packed_struct v0.10.1
8542024-02-02T01:16:03.365Z Downloaded whoami v1.4.1
8552024-02-02T01:16:03.365Z Downloaded version_check v0.9.4
8562024-02-02T01:16:03.365Z Downloaded quick-error v1.2.3
8572024-02-02T01:16:03.366Z Downloaded password-hash v0.5.0
8582024-02-02T01:16:03.379Z Downloaded ryu v1.0.15
8592024-02-02T01:16:03.379Z Downloaded indexmap v2.2.2
8602024-02-02T01:16:03.396Z Downloaded blake2 v0.10.6
8612024-02-02T01:16:03.396Z Downloaded zeroize v1.7.0
8622024-02-02T01:16:03.397Z Downloaded spin v0.9.8
8632024-02-02T01:16:03.397Z Downloaded num_threads v0.1.6
8642024-02-02T01:16:03.403Z Downloaded new_debug_unreachable v1.0.4
8652024-02-02T01:16:03.403Z Downloaded which v4.4.0
8662024-02-02T01:16:03.403Z Downloaded pin-utils v0.1.0
8672024-02-02T01:16:03.403Z Downloaded unicode-xid v0.2.4
8682024-02-02T01:16:03.403Z Downloaded rustfmt-wrapper v0.2.0
8692024-02-02T01:16:03.411Z Downloaded pathdiff v0.2.1
8702024-02-02T01:16:03.412Z Downloaded display-error-chain v0.2.0
8712024-02-02T01:16:03.412Z Downloaded zerocopy-derive v0.7.32
8722024-02-02T01:16:03.417Z Downloaded darling_macro v0.20.3
8732024-02-02T01:16:03.422Z Downloaded pkcs8 v0.10.2
8742024-02-02T01:16:03.429Z Downloaded serde_tokenstream v0.1.7
8752024-02-02T01:16:03.433Z Downloaded parse-size v1.0.0
8762024-02-02T01:16:03.434Z Downloaded cstr-argument v0.1.2
8772024-02-02T01:16:03.438Z Downloaded toml_datetime v0.6.5
8782024-02-02T01:16:03.438Z Downloaded predicates-tree v1.0.9
8792024-02-02T01:16:03.443Z Downloaded parse-display v0.8.2
8802024-02-02T01:16:03.443Z Downloaded vec_map v0.8.2
8812024-02-02T01:16:03.443Z Downloaded tower-service v0.3.2
8822024-02-02T01:16:03.449Z Downloaded predicates v3.1.0
8832024-02-02T01:16:03.453Z Downloaded slog-dtrace v0.3.0
8842024-02-02T01:16:03.453Z Downloaded stringprep v0.1.3
8852024-02-02T01:16:03.458Z Downloaded rustc_version v0.4.0
8862024-02-02T01:16:03.463Z Downloaded r2d2 v0.8.10
8872024-02-02T01:16:03.463Z Downloaded samael v0.0.14
8882024-02-02T01:16:03.474Z Downloaded signal-hook-mio v0.2.3
8892024-02-02T01:16:03.479Z Downloaded resolv-conf v0.7.0
8902024-02-02T01:16:03.484Z Downloaded openssl-probe v0.1.5
8912024-02-02T01:16:03.484Z Downloaded ed25519 v1.5.3
8922024-02-02T01:16:03.492Z Downloaded untrusted v0.9.0
8932024-02-02T01:16:03.492Z Downloaded tokio-macros v2.2.0
8942024-02-02T01:16:03.492Z Downloaded path-slash v0.1.5
8952024-02-02T01:16:03.507Z Downloaded structmeta-derive v0.2.0
8962024-02-02T01:16:03.507Z Downloaded nodrop v0.1.14
8972024-02-02T01:16:03.513Z Downloaded take_mut v0.2.2
8982024-02-02T01:16:03.513Z Downloaded tabled_derive v0.7.0
8992024-02-02T01:16:03.513Z Downloaded futures-io v0.3.30
9002024-02-02T01:16:03.513Z Downloaded serde_path_to_error v0.1.15
9012024-02-02T01:16:03.513Z Downloaded postgres-protocol v0.6.6
9022024-02-02T01:16:03.513Z Downloaded futures-channel v0.3.30
9032024-02-02T01:16:03.522Z Downloaded signal-hook-tokio v0.3.1
9042024-02-02T01:16:03.522Z Downloaded num-complex v0.4.4
9052024-02-02T01:16:03.533Z Downloaded flagset v0.4.3
9062024-02-02T01:16:03.533Z Downloaded predicates-core v1.0.6
9072024-02-02T01:16:03.533Z Downloaded num_cpus v1.16.0
9082024-02-02T01:16:03.546Z Downloaded crypto-bigint v0.5.2
9092024-02-02T01:16:03.967Z Downloaded swrite v0.1.0
9102024-02-02T01:16:03.967Z Downloaded fnv v1.0.7
9112024-02-02T01:16:03.967Z Downloaded num_enum v0.5.11
9122024-02-02T01:16:03.979Z Downloaded foreign-types v0.3.2
9132024-02-02T01:16:03.979Z Downloaded sqlparser_derive v0.2.2
9142024-02-02T01:16:03.979Z Downloaded fxhash v0.2.1
9152024-02-02T01:16:03.979Z Downloaded unicase v2.7.0
9162024-02-02T01:16:03.979Z Downloaded futures-timer v3.0.2
9172024-02-02T01:16:03.979Z Downloaded libxml v0.3.3
9182024-02-02T01:16:03.979Z Downloaded plain v0.2.3
9192024-02-02T01:16:03.979Z Downloaded fs-err v2.11.0
9202024-02-02T01:16:03.980Z Downloaded signal-hook-registry v1.4.1
9212024-02-02T01:16:03.980Z Downloaded getrandom v0.2.10
9222024-02-02T01:16:03.980Z Downloaded tower-layer v0.3.2
9232024-02-02T01:16:03.980Z Downloaded slog-stdlog v4.1.1
9242024-02-02T01:16:03.980Z Downloaded foreign-types-shared v0.3.1
9252024-02-02T01:16:03.980Z Downloaded synstructure v0.12.6
9262024-02-02T01:16:03.980Z Downloaded strip-ansi-escapes v0.2.0
9272024-02-02T01:16:03.980Z Downloaded tui-tree-widget v0.16.0
9282024-02-02T01:16:03.980Z Downloaded diesel_table_macro_syntax v0.1.0
9292024-02-02T01:16:03.980Z Downloaded parking_lot v0.12.1
9302024-02-02T01:16:03.980Z Downloaded fixedbitset v0.4.2
9312024-02-02T01:16:03.980Z Downloaded topological-sort v0.2.2
9322024-02-02T01:16:03.980Z Downloaded thiserror-impl v1.0.56
9332024-02-02T01:16:03.980Z Downloaded utf8parse v0.2.1
9342024-02-02T01:16:03.980Z Downloaded tokio-stream v0.1.14
9352024-02-02T01:16:03.980Z Downloaded equivalent v1.0.1
9362024-02-02T01:16:03.980Z Downloaded pkcs1 v0.7.5
9372024-02-02T01:16:03.981Z Downloaded wyz v0.5.1
9382024-02-02T01:16:03.981Z Downloaded ff v0.13.0
9392024-02-02T01:16:03.981Z Downloaded fallible-iterator v0.2.0
9402024-02-02T01:16:03.981Z Downloaded usdt v0.5.0
9412024-02-02T01:16:03.981Z Downloaded normalize-line-endings v0.3.0
9422024-02-02T01:16:03.981Z Downloaded multer v3.0.0
9432024-02-02T01:16:03.981Z Downloaded foreign-types-shared v0.1.1
9442024-02-02T01:16:03.981Z Downloaded foreign-types v0.5.0
9452024-02-02T01:16:03.981Z Downloaded doc-comment v0.3.3
9462024-02-02T01:16:03.981Z Downloaded itertools v0.12.1
9472024-02-02T01:16:03.981Z Downloaded same-file v1.0.6
9482024-02-02T01:16:03.981Z Downloaded scroll_derive v0.12.0
9492024-02-02T01:16:03.981Z Downloaded either v1.9.0
9502024-02-02T01:16:03.981Z Downloaded parking_lot_core v0.8.6
9512024-02-02T01:16:03.981Z Downloaded serde-hex v0.1.0
9522024-02-02T01:16:03.981Z Downloaded scroll v0.12.0
9532024-02-02T01:16:03.981Z Downloaded futures-core v0.3.30
9542024-02-02T01:16:03.981Z Downloaded try-lock v0.2.4
9552024-02-02T01:16:03.981Z Downloaded precomputed-hash v0.1.1
9562024-02-02T01:16:03.981Z Downloaded num-bigint v0.4.4
9572024-02-02T01:16:03.981Z Downloaded pretty-hex v0.4.1
9582024-02-02T01:16:03.981Z Downloaded sct v0.7.0
9592024-02-02T01:16:03.981Z Downloaded utf-8 v0.7.6
9602024-02-02T01:16:03.981Z Downloaded zerocopy v0.3.0
9612024-02-02T01:16:03.982Z Downloaded pest_generator v2.7.6
9622024-02-02T01:16:03.982Z Downloaded pem v3.0.2
9632024-02-02T01:16:03.982Z Downloaded difflib v0.4.0
9642024-02-02T01:16:03.982Z Downloaded signature v2.1.0
9652024-02-02T01:16:03.982Z Downloaded enum-as-inner v0.5.1
9662024-02-02T01:16:03.982Z Downloaded schemars_derive v0.8.16
9672024-02-02T01:16:03.982Z Downloaded dof v0.3.0
9682024-02-02T01:16:03.982Z Downloaded unicode-ident v1.0.12
9692024-02-02T01:16:03.982Z Downloaded smawk v0.3.1
9702024-02-02T01:16:03.982Z Downloaded url v2.5.0
9712024-02-02T01:16:03.982Z Downloaded strum_macros v0.25.2
9722024-02-02T01:16:03.982Z Downloaded globset v0.4.13
9732024-02-02T01:16:03.982Z Downloaded crossbeam-deque v0.8.3
9742024-02-02T01:16:03.982Z Downloaded ppv-lite86 v0.2.17
9752024-02-02T01:16:03.982Z Downloaded yansi v0.5.1
9762024-02-02T01:16:03.982Z Downloaded unarray v0.1.4
9772024-02-02T01:16:03.983Z Downloaded smallvec v0.6.14
9782024-02-02T01:16:03.983Z Downloaded data-encoding v2.4.0
9792024-02-02T01:16:03.983Z Downloaded pest_meta v2.7.6
9802024-02-02T01:16:03.983Z Downloaded crossterm v0.27.0
9812024-02-02T01:16:03.983Z Downloaded tokio-native-tls v0.3.1
9822024-02-02T01:16:03.983Z Downloaded sha1 v0.10.6
9832024-02-02T01:16:03.983Z Downloaded universal-hash v0.5.1
9842024-02-02T01:16:03.983Z Downloaded parse-display-derive v0.8.2
9852024-02-02T01:16:03.983Z Downloaded darling_core v0.14.4
9862024-02-02T01:16:03.983Z Downloaded supports-color v2.1.0
9872024-02-02T01:16:03.983Z Downloaded thiserror-no-std v2.0.2
9882024-02-02T01:16:03.983Z Downloaded crossbeam-epoch v0.9.15
9892024-02-02T01:16:03.983Z Downloaded socket2 v0.5.5
9902024-02-02T01:16:03.983Z Downloaded tokio-rustls v0.25.0
9912024-02-02T01:16:03.983Z Downloaded platforms v3.0.2
9922024-02-02T01:16:03.983Z Downloaded slog-term v2.9.0
9932024-02-02T01:16:03.983Z Downloaded diff v0.1.13
9942024-02-02T01:16:03.983Z Downloaded reqwest v0.11.22
9952024-02-02T01:16:03.983Z Downloaded unicode-bidi v0.3.13
9962024-02-02T01:16:03.983Z Downloaded tempfile v3.9.0
9972024-02-02T01:16:03.983Z Downloaded tungstenite v0.20.1
9982024-02-02T01:16:03.983Z Downloaded unsafe-libyaml v0.2.10
9992024-02-02T01:16:03.983Z Downloaded smallvec v1.11.2
10002024-02-02T01:16:03.984Z Downloaded toml v0.7.8
10012024-02-02T01:16:03.984Z Downloaded rustls-webpki v0.101.7
10022024-02-02T01:16:03.984Z Downloaded rstest_macros v0.18.2
10032024-02-02T01:16:03.984Z Downloaded signal-hook v0.3.17
10042024-02-02T01:16:03.984Z Downloaded tokio-util v0.7.10
10052024-02-02T01:16:03.984Z Downloaded toml_edit v0.21.0
10062024-02-02T01:16:03.984Z Downloaded subprocess v0.2.9
10072024-02-02T01:16:03.984Z Downloaded tokio-postgres v0.7.10
10082024-02-02T01:16:03.996Z Downloaded toml v0.5.11
10092024-02-02T01:16:03.996Z Downloaded trust-dns-server v0.22.1
10102024-02-02T01:16:04.009Z Downloaded unicode-segmentation v1.10.1
10112024-02-02T01:16:04.009Z Downloaded unicode_categories v0.1.1
10122024-02-02T01:16:04.009Z Downloaded elliptic-curve v0.13.8
10132024-02-02T01:16:04.429Z Downloaded x509-cert v0.2.4
10142024-02-02T01:16:04.438Z Downloaded time v0.3.27
10152024-02-02T01:16:04.438Z Downloaded tough v0.16.0
10162024-02-02T01:16:04.438Z Downloaded regex-automata v0.1.10
10172024-02-02T01:16:04.438Z Downloaded zerocopy v0.7.32
10182024-02-02T01:16:04.438Z Downloaded num-bigint-dig v0.8.4
10192024-02-02T01:16:04.438Z Downloaded idna v0.2.3
10202024-02-02T01:16:04.438Z Downloaded futures-util v0.3.30
10212024-02-02T01:16:04.438Z Downloaded tabled v0.15.0
10222024-02-02T01:16:04.438Z Downloaded polar-core v0.27.0
10232024-02-02T01:16:04.438Z Downloaded openssl v0.10.60
10242024-02-02T01:16:04.439Z Downloaded curve25519-dalek v4.1.1
10252024-02-02T01:16:04.439Z Downloaded trust-dns-proto v0.22.0
10262024-02-02T01:16:04.439Z Downloaded openapiv3 v2.0.0
10272024-02-02T01:16:04.439Z Downloaded zerocopy-derive v0.2.0
10282024-02-02T01:16:04.439Z Downloaded sled v0.34.7
10292024-02-02T01:16:04.439Z Downloaded regress v0.7.1
10302024-02-02T01:16:04.439Z Downloaded sha3 v0.10.8
10312024-02-02T01:16:04.439Z Downloaded regex-syntax v0.7.5
10322024-02-02T01:16:04.439Z Downloaded webpki-roots v0.25.2
10332024-02-02T01:16:04.439Z Downloaded regex v1.10.3
10342024-02-02T01:16:04.439Z Downloaded rustix v0.38.30
10352024-02-02T01:16:04.440Z Downloaded regex-syntax v0.8.2
10362024-02-02T01:16:04.440Z Downloaded bstr v1.6.0
10372024-02-02T01:16:04.456Z Downloaded object v0.32.1
10382024-02-02T01:16:04.470Z Downloaded regex-automata v0.3.8
10392024-02-02T01:16:04.504Z Downloaded regex-automata v0.4.4
10402024-02-02T01:16:04.531Z Downloaded zerocopy-derive v0.6.4
10412024-02-02T01:16:04.551Z Downloaded libc v0.2.153
10422024-02-02T01:16:04.601Z Downloaded bzip2-sys v0.1.11+1.0.8
10432024-02-02T01:16:04.777Z Downloaded tokio v1.35.1
10442024-02-02T01:16:04.794Z Downloaded ratatui v0.25.0
10452024-02-02T01:16:04.794Z Downloaded diesel v2.1.4
10462024-02-02T01:16:04.795Z Downloaded gimli v0.28.0
10472024-02-02T01:16:04.795Z Downloaded rustix v0.37.23
10482024-02-02T01:16:04.802Z Downloaded smoltcp v0.11.0
10492024-02-02T01:16:04.825Z Downloaded bstr v0.2.17
10502024-02-02T01:16:05.247Z Downloaded encoding_rs v0.8.33
10512024-02-02T01:16:05.253Z Downloaded nix v0.27.1
10522024-02-02T01:16:05.254Z Downloaded rustls v0.21.9
10532024-02-02T01:16:05.295Z Downloaded smoltcp v0.9.1
10542024-02-02T01:16:05.295Z Downloaded regex-syntax v0.6.29
10552024-02-02T01:16:05.295Z Downloaded object v0.30.4
10562024-02-02T01:16:05.295Z Downloaded rustls v0.22.2
10572024-02-02T01:16:05.296Z Downloaded guppy v0.17.4
10582024-02-02T01:16:05.296Z Downloaded proptest v1.4.0
10592024-02-02T01:16:05.296Z Downloaded sqlparser v0.43.1
10602024-02-02T01:16:05.296Z Downloaded vcpkg v0.2.15
10612024-02-02T01:16:05.296Z Downloaded radix_trie v0.2.1
10622024-02-02T01:16:05.296Z Downloaded syn v1.0.109
10632024-02-02T01:16:05.296Z Downloaded serde_json v1.0.113
10642024-02-02T01:16:05.296Z Downloaded rayon v1.8.0
10652024-02-02T01:16:05.296Z Downloaded nom v7.1.3
10662024-02-02T01:16:05.296Z Downloaded clap v2.34.0
10672024-02-02T01:16:05.296Z Downloaded goblin v0.8.0
10682024-02-02T01:16:05.297Z Downloaded syn v2.0.48
10692024-02-02T01:16:05.297Z Downloaded idna v0.5.0
10702024-02-02T01:16:05.297Z Downloaded quick-xml v0.30.0
10712024-02-02T01:16:05.308Z Downloaded bindgen v0.69.2
10722024-02-02T01:16:05.308Z Downloaded plotters v0.3.5
10732024-02-02T01:16:05.309Z Downloaded h2 v0.3.24
10742024-02-02T01:16:05.309Z Downloaded prettyplease v0.2.16
10752024-02-02T01:16:05.309Z Downloaded bitvec v1.0.1
10762024-02-02T01:16:05.334Z Downloaded lalrpop v0.19.12
10772024-02-02T01:16:05.354Z Downloaded petgraph v0.6.4
10782024-02-02T01:16:05.376Z Downloaded winnow v0.5.15
10792024-02-02T01:16:05.389Z Downloaded der v0.7.8
10802024-02-02T01:16:05.400Z Downloaded ring v0.17.7
10812024-02-02T01:16:05.543Z Downloaded typed-path v0.7.0
10822024-02-02T01:16:05.559Z Downloaded expectorate v1.1.0
10832024-02-02T01:16:05.559Z Downloaded trust-dns-client v0.22.0
10842024-02-02T01:16:05.569Z Downloaded pest v2.7.6
10852024-02-02T01:16:05.570Z Downloaded slog v2.7.0
10862024-02-02T01:16:05.573Z Downloaded tracing v0.1.37
10872024-02-02T01:16:05.578Z Downloaded unicode-normalization v0.1.22
10882024-02-02T01:16:05.587Z Downloaded ring v0.16.20
10892024-02-02T01:16:05.747Z Downloaded serde_with v3.5.1
10902024-02-02T01:16:05.766Z Downloaded rustls-webpki v0.102.1
10912024-02-02T01:16:05.796Z Downloaded toml_edit v0.19.15
10922024-02-02T01:16:05.833Z Downloaded thiserror-impl-no-std v2.0.2
10932024-02-02T01:16:05.839Z Downloaded proc-macro-crate v1.3.1
10942024-02-02T01:16:05.839Z Downloaded subtle v2.5.0
10952024-02-02T01:16:05.839Z Downloaded tempdir v0.3.7
10962024-02-02T01:16:05.839Z Downloaded env_logger v0.10.0
10972024-02-02T01:16:05.839Z Downloaded flume v0.11.0
10982024-02-02T01:16:05.840Z Downloaded unicode-linebreak v0.1.5
10992024-02-02T01:16:05.844Z Downloaded deranged v0.3.8
11002024-02-02T01:16:05.844Z Downloaded clap_builder v4.4.2
11012024-02-02T01:16:05.854Z Downloaded aho-corasick v1.0.4
11022024-02-02T01:16:05.864Z Downloaded hyper v0.14.27
11032024-02-02T01:16:05.878Z Downloaded strsim v0.10.0
11042024-02-02T01:16:05.882Z Downloaded socket2 v0.4.9
11052024-02-02T01:16:05.886Z Downloaded structopt v0.3.26
11062024-02-02T01:16:05.895Z Downloaded steno v0.4.0
11072024-02-02T01:16:05.905Z Downloaded usdt-impl v0.5.0
11082024-02-02T01:16:05.909Z Downloaded ref-cast v1.0.20
11092024-02-02T01:16:05.909Z Downloaded dirs-sys-next v0.1.2
11102024-02-02T01:16:05.913Z Downloaded fd-lock v3.0.13
11112024-02-02T01:16:05.918Z Downloaded textwrap v0.16.0
11122024-02-02T01:16:05.922Z Downloaded pretty_assertions v1.4.0
11132024-02-02T01:16:05.922Z Downloaded vte_generate_state_changes v0.1.1
11142024-02-02T01:16:05.923Z Downloaded postgres-types v0.2.6
11152024-02-02T01:16:05.927Z Downloaded papergrid v0.11.0
11162024-02-02T01:16:05.934Z Downloaded termcolor v1.2.0
11172024-02-02T01:16:05.938Z Downloaded usdt-impl v0.3.5
11182024-02-02T01:16:05.938Z Downloaded der_derive v0.7.2
11192024-02-02T01:16:05.944Z Downloaded chrono v0.4.31
11202024-02-02T01:16:05.959Z Downloaded strum_macros v0.24.3
11212024-02-02T01:16:05.963Z Downloaded funty v2.0.0
11222024-02-02T01:16:05.963Z Downloaded form_urlencoded v1.2.1
11232024-02-02T01:16:05.963Z Downloaded rustc_version v0.1.7
11242024-02-02T01:16:05.963Z Downloaded rtoolbox v0.0.1
11252024-02-02T01:16:05.968Z Downloaded dirs-next v2.0.0
11262024-02-02T01:16:05.968Z Downloaded olpc-cjson v0.1.3
11272024-02-02T01:16:05.968Z Downloaded filetime v0.2.23
11282024-02-02T01:16:05.987Z Downloaded futures v0.3.30
11292024-02-02T01:16:06.009Z Downloaded snafu v0.7.5
11302024-02-02T01:16:06.010Z Downloaded portable-atomic v1.4.3
11312024-02-02T01:16:06.019Z Downloaded tower v0.4.13
11322024-02-02T01:16:06.019Z Downloaded reedline v0.28.0
11332024-02-02T01:16:06.442Z Downloaded nibble_vec v0.1.0
11342024-02-02T01:16:06.447Z Downloaded wait-timeout v0.2.0
11352024-02-02T01:16:06.447Z Downloaded newtype_derive v0.1.6
11362024-02-02T01:16:06.447Z Downloaded defmt-parser v0.3.3
11372024-02-02T01:16:06.447Z Downloaded tracing-attributes v0.1.26
11382024-02-02T01:16:06.447Z Downloaded num-traits v0.2.16
11392024-02-02T01:16:06.447Z Downloaded uuid v1.7.0
11402024-02-02T01:16:06.447Z Downloaded shell-words v1.1.0
11412024-02-02T01:16:06.447Z Downloaded rustyline v13.0.0
11422024-02-02T01:16:06.447Z Downloaded dyn-clone v1.0.13
11432024-02-02T01:16:06.447Z Downloaded ucd-trie v0.1.6
11442024-02-02T01:16:06.447Z Downloaded typenum v1.16.0
11452024-02-02T01:16:06.447Z Downloaded postcard v1.0.8
11462024-02-02T01:16:06.447Z Downloaded serde_derive v1.0.195
11472024-02-02T01:16:06.448Z Downloaded rsa v0.9.2
11482024-02-02T01:16:06.448Z Downloaded parking_lot v0.11.2
11492024-02-02T01:16:06.448Z Downloaded rand v0.8.5
11502024-02-02T01:16:06.448Z Downloaded indoc v2.0.3
11512024-02-02T01:16:06.448Z Downloaded structopt-derive v0.4.18
11522024-02-02T01:16:06.448Z Downloaded fd-lock v4.0.2
11532024-02-02T01:16:06.448Z Downloaded usdt-macro v0.3.5
11542024-02-02T01:16:06.448Z Downloaded time-core v0.1.1
11552024-02-02T01:16:06.448Z Downloaded slog-scope v4.4.0
11562024-02-02T01:16:06.448Z Downloaded oorandom v11.1.3
11572024-02-02T01:16:06.448Z Downloaded tinyvec v1.6.0
11582024-02-02T01:16:06.448Z Downloaded libm v0.2.7
11592024-02-02T01:16:06.448Z Downloaded hyper v1.1.0
11602024-02-02T01:16:06.448Z Downloaded zip v0.6.6
11612024-02-02T01:16:06.448Z Downloaded itertools v0.10.5
11622024-02-02T01:16:06.448Z Downloaded futures-sink v0.3.30
11632024-02-02T01:16:06.448Z Downloaded proc-macro2 v1.0.78
11642024-02-02T01:16:06.448Z Downloaded tinyvec_macros v0.1.1
11652024-02-02T01:16:06.448Z Downloaded futures-executor v0.3.30
11662024-02-02T01:16:06.448Z Downloaded native-tls v0.2.11
11672024-02-02T01:16:06.448Z Downloaded target-spec v3.0.1
11682024-02-02T01:16:06.448Z Downloaded snafu-derive v0.7.5
11692024-02-02T01:16:06.448Z Downloaded strum v0.25.0
11702024-02-02T01:16:06.448Z Downloaded foreign-types-macros v0.2.3
11712024-02-02T01:16:06.449Z Downloaded oso-derive v0.27.0
11722024-02-02T01:16:06.449Z Downloaded opaque-debug v0.3.0
11732024-02-02T01:16:06.449Z Downloaded fastrand v2.0.0
11742024-02-02T01:16:06.449Z Downloaded errno v0.3.8
11752024-02-02T01:16:06.449Z Downloaded defmt-macros v0.3.6
11762024-02-02T01:16:06.449Z Downloaded strsim v0.8.0
11772024-02-02T01:16:06.449Z Downloaded signature v1.6.4
11782024-02-02T01:16:06.449Z Downloaded derive_builder v0.12.0
11792024-02-02T01:16:06.449Z Downloaded darling_core v0.20.3
11802024-02-02T01:16:06.449Z Downloaded oso v0.27.0
11812024-02-02T01:16:06.449Z Downloaded openssl-sys v0.9.96
11822024-02-02T01:16:06.449Z Downloaded rand v0.4.6
11832024-02-02T01:16:06.449Z Downloaded criterion v0.5.1
11842024-02-02T01:16:06.449Z Downloaded sqlformat v0.2.3
11852024-02-02T01:16:06.449Z Downloaded tokio-rustls v0.24.1
11862024-02-02T01:16:06.449Z Downloaded proc-macro-error v1.0.4
11872024-02-02T01:16:06.449Z Downloaded zerocopy v0.6.4
11882024-02-02T01:16:06.449Z Downloaded rayon-core v1.12.0
11892024-02-02T01:16:06.449Z Downloaded phf_shared v0.11.2
11902024-02-02T01:16:06.449Z Downloaded flate2 v1.0.28
11912024-02-02T01:16:06.449Z Downloaded derive-where v1.2.7
11922024-02-02T01:16:06.449Z Downloaded untrusted v0.7.1
11932024-02-02T01:16:06.449Z Downloaded num_enum_derive v0.5.11
11942024-02-02T01:16:06.449Z Downloaded serde_with_macros v3.5.1
11952024-02-02T01:16:06.449Z Downloaded salty v0.2.0
11962024-02-02T01:16:06.450Z Downloaded pkg-config v0.3.27
11972024-02-02T01:16:06.450Z Downloaded threadpool v1.8.1
11982024-02-02T01:16:06.450Z Downloaded thread-id v4.2.0
11992024-02-02T01:16:06.450Z Downloaded proc-macro-error-attr v1.0.4
12002024-02-02T01:16:06.450Z Downloaded num-derive v0.4.0
12012024-02-02T01:16:06.450Z Downloaded sha2 v0.10.8
12022024-02-02T01:16:06.450Z Downloaded secrecy v0.8.0
12032024-02-02T01:16:06.450Z Downloaded vsss-rs v3.3.4
12042024-02-02T01:16:06.450Z Downloaded toml v0.8.8
12052024-02-02T01:16:06.450Z Downloaded crossbeam-channel v0.5.8
12062024-02-02T01:16:06.450Z Downloaded trust-dns-resolver v0.22.0
12072024-02-02T01:16:06.450Z Downloaded hashbrown v0.13.2
12082024-02-02T01:16:06.450Z Downloaded crossbeam-utils v0.8.16
12092024-02-02T01:16:06.450Z Downloaded schemars v0.8.16
12102024-02-02T01:16:06.450Z Downloaded pin-project v1.1.3
12112024-02-02T01:16:06.450Z Downloaded derive_more v0.99.17
12122024-02-02T01:16:06.450Z Downloaded num-rational v0.4.1
12132024-02-02T01:16:06.450Z Downloaded yasna v0.5.2
12142024-02-02T01:16:06.450Z Downloaded hashbrown v0.12.3
12152024-02-02T01:16:06.450Z Downloaded slog-json v2.6.1
12162024-02-02T01:16:06.450Z Downloaded pem-rfc7468 v0.7.0
12172024-02-02T01:16:06.450Z Downloaded debug-ignore v1.0.5
12182024-02-02T01:16:06.450Z Downloaded crossbeam-queue v0.3.8
12192024-02-02T01:16:06.450Z Downloaded group v0.13.0
12202024-02-02T01:16:06.451Z Downloaded glob v0.3.1
12212024-02-02T01:16:06.451Z Downloaded owo-colors v4.0.0
12222024-02-02T01:16:06.451Z Downloaded serde v1.0.195
12232024-02-02T01:16:06.451Z Downloaded serde_repr v0.1.16
12242024-02-02T01:16:06.451Z Downloaded shlex v1.3.0
12252024-02-02T01:16:06.451Z Downloaded sec1 v0.7.3
12262024-02-02T01:16:06.451Z Downloaded fatfs v0.3.6
12272024-02-02T01:16:06.451Z Downloaded quote v1.0.35
12282024-02-02T01:16:06.455Z Downloaded once_cell v1.19.0
12292024-02-02T01:16:06.455Z Downloaded vte v0.11.1
12302024-02-02T01:16:06.455Z Downloaded tokio-tungstenite v0.20.1
12312024-02-02T01:16:06.458Z Downloaded tracing-core v0.1.31
12322024-02-02T01:16:06.462Z Downloaded test-strategy v0.3.1
12332024-02-02T01:16:06.468Z Downloaded semver v0.1.20
12342024-02-02T01:16:06.472Z Downloaded omicron-zone-package v0.11.0
12352024-02-02T01:16:06.475Z Downloaded walkdir v2.4.0
12362024-02-02T01:16:06.479Z Downloaded darling v0.20.3
12372024-02-02T01:16:06.483Z Downloaded darling v0.14.4
12382024-02-02T01:16:06.488Z Downloaded similar v2.3.0
12392024-02-02T01:16:06.497Z Downloaded indicatif v0.17.7
12402024-02-02T01:16:06.503Z Downloaded unicode-width v0.1.11
12412024-02-02T01:16:06.506Z Downloaded percent-encoding v2.3.1
12422024-02-02T01:16:06.506Z Downloaded thread_local v1.1.7
12432024-02-02T01:16:06.512Z Downloaded thiserror v1.0.56
12442024-02-02T01:16:06.516Z Downloaded diesel_derives v2.1.2
12452024-02-02T01:16:06.523Z Downloaded hkdf v0.12.4
12462024-02-02T01:16:06.526Z Downloaded partial-io v0.5.4
12472024-02-02T01:16:06.530Z Downloaded base64 v0.21.7
12482024-02-02T01:16:06.536Z Downloaded backtrace v0.3.69
12492024-02-02T01:16:06.544Z Downloaded arc-swap v1.6.0
12502024-02-02T01:16:06.561Z Downloaded crc-any v2.4.3
12512024-02-02T01:16:06.572Z Downloaded generic-array v0.14.7
12522024-02-02T01:16:06.573Z Downloaded crypto-common v0.1.6
12532024-02-02T01:16:06.573Z Downloaded term v0.7.0
12542024-02-02T01:16:06.573Z Downloaded newline-converter v0.3.0
12552024-02-02T01:16:06.573Z Downloaded zeroize_derive v1.4.2
12562024-02-02T01:16:06.573Z Downloaded pest_derive v2.7.6
12572024-02-02T01:16:06.583Z Downloaded nu-ansi-term v0.49.0
12582024-02-02T01:16:06.583Z Downloaded pin-project-lite v0.2.13
12592024-02-02T01:16:06.588Z Downloaded pin-project-internal v1.1.3
12602024-02-02T01:16:06.588Z Downloaded num v0.4.1
12612024-02-02T01:16:06.588Z Downloaded bytes v1.5.0
12622024-02-02T01:16:06.592Z Downloaded ron v0.8.1
12632024-02-02T01:16:06.602Z Downloaded lru-cache v0.1.2
12642024-02-02T01:16:06.605Z Downloaded trybuild v1.0.89
12652024-02-02T01:16:06.611Z Downloaded number_prefix v0.4.0
12662024-02-02T01:16:06.614Z Downloaded tinytemplate v1.2.1
12672024-02-02T01:16:06.617Z Downloaded smf v0.2.2
12682024-02-02T01:16:06.617Z Downloaded headers v0.3.9
12692024-02-02T01:16:06.628Z Downloaded ref-cast-impl v1.0.20
12702024-02-02T01:16:06.639Z Downloaded rand_xorshift v0.3.0
12712024-02-02T01:16:06.639Z Downloaded digest v0.10.7
12722024-02-02T01:16:06.639Z Downloaded const-oid v0.9.5
12732024-02-02T01:16:06.660Z Downloaded textwrap v0.11.0
12742024-02-02T01:16:06.660Z Downloaded terminal_size v0.2.6
12752024-02-02T01:16:06.660Z Downloaded dof v0.1.5
12762024-02-02T01:16:06.661Z Downloaded scopeguard v1.2.0
12772024-02-02T01:16:06.661Z Downloaded scheduled-thread-pool v0.2.7
12782024-02-02T01:16:06.661Z Downloaded phf v0.11.2
12792024-02-02T01:16:06.672Z Downloaded slog-envlogger v2.2.0
12802024-02-02T01:16:06.672Z Downloaded poly1305 v0.8.0
12812024-02-02T01:16:06.672Z Downloaded parking_lot_core v0.9.8
12822024-02-02T01:16:06.672Z Downloaded curve25519-dalek-derive v0.1.0
12832024-02-02T01:16:06.672Z Downloaded rustls-pemfile v2.0.0
12842024-02-02T01:16:06.672Z Downloaded chacha20poly1305 v0.10.1
12852024-02-02T01:16:06.672Z Downloaded http v0.2.11
12862024-02-02T01:16:06.715Z Downloaded log v0.4.20
12872024-02-02T01:16:06.715Z Downloaded slab v0.4.9
12882024-02-02T01:16:06.715Z Downloaded siphasher v0.3.11
12892024-02-02T01:16:06.715Z Downloaded similar-asserts v1.5.0
12902024-02-02T01:16:06.715Z Downloaded futures-macro v0.3.30
12912024-02-02T01:16:06.715Z Downloaded num-integer v0.1.45
12922024-02-02T01:16:06.716Z Downloaded tar v0.4.40
12932024-02-02T01:16:06.716Z Downloaded serde_yaml v0.9.25
12942024-02-02T01:16:06.716Z Downloaded serde_derive_internals v0.26.0
12952024-02-02T01:16:06.716Z Downloaded derive_builder_core v0.12.0
12962024-02-02T01:16:06.716Z Downloaded relative-path v1.9.0
12972024-02-02T01:16:06.716Z Downloaded ahash v0.8.6
12982024-02-02T01:16:06.716Z Downloaded addr2line v0.21.0
12992024-02-02T01:16:06.716Z Downloaded semver v1.0.21
13002024-02-02T01:16:06.720Z Downloaded packed_struct_codegen v0.10.1
13012024-02-02T01:16:06.720Z Downloaded http v1.0.0
13022024-02-02T01:16:06.728Z Downloaded static_assertions v1.1.0
13032024-02-02T01:16:06.734Z Downloaded slog-bunyan v2.5.0
13042024-02-02T01:16:06.734Z Downloaded slog-async v2.8.0
13052024-02-02T01:16:06.734Z Downloaded datatest-stable v0.2.3
13062024-02-02T01:16:06.741Z Downloaded hashbrown v0.14.2
13072024-02-02T01:16:06.746Z Downloaded lock_api v0.4.10
13082024-02-02T01:16:06.750Z Downloaded string_cache v0.8.7
13092024-02-02T01:16:06.755Z Downloaded rustls-native-certs v0.7.0
13102024-02-02T01:16:06.760Z Downloaded rustc-demangle v0.1.23
13112024-02-02T01:16:06.760Z Downloaded rust-argon2 v1.0.1
13122024-02-02T01:16:06.764Z Downloaded hash32 v0.2.1
13132024-02-02T01:16:06.764Z Downloaded bcs v0.1.6
13142024-02-02T01:16:06.768Z Downloaded async-trait v0.1.77
13152024-02-02T01:16:06.773Z Downloaded rstest v0.18.2
13162024-02-02T01:16:06.781Z Downloaded gethostname v0.4.3
13172024-02-02T01:16:06.785Z Downloaded ena v0.14.2
13182024-02-02T01:16:06.789Z Downloaded tiny-keccak v2.0.2
13192024-02-02T01:16:06.795Z Downloaded time-macros v0.2.13
13202024-02-02T01:16:06.795Z Downloaded serde_urlencoded v0.7.1
13212024-02-02T01:16:06.799Z Downloaded serde_tokenstream v0.2.0
13222024-02-02T01:16:06.803Z Downloaded embedded-io v0.4.0
13232024-02-02T01:16:06.812Z Downloaded usdt v0.3.5
13242024-02-02T01:16:06.812Z Downloaded structmeta v0.2.0
13252024-02-02T01:16:06.812Z Downloaded getopts v0.2.21
13262024-02-02T01:16:06.821Z Downloaded fragile v2.0.0
13272024-02-02T01:16:06.822Z Downloaded float-cmp v0.9.0
13282024-02-02T01:16:06.822Z Downloaded xattr v1.0.1
13292024-02-02T01:16:06.822Z Downloaded semver-parser v0.10.2
13302024-02-02T01:16:06.826Z Downloaded io-lifetimes v1.0.11
13312024-02-02T01:16:06.826Z Downloaded lalrpop-util v0.19.12
13322024-02-02T01:16:06.827Z Downloaded blake2b_simd v1.0.1
13332024-02-02T01:16:06.831Z Downloaded ansi_term v0.12.1
13342024-02-02T01:16:06.831Z Downloaded termios v0.3.3
13352024-02-02T01:16:06.835Z Downloaded semver v0.11.0
13362024-02-02T01:16:06.839Z Downloaded ipnet v2.9.0
13372024-02-02T01:16:06.839Z Downloaded assert_cmd v2.0.13
13382024-02-02T01:16:06.843Z Downloaded arrayvec v0.7.4
13392024-02-02T01:16:06.847Z Downloaded libloading v0.7.4
13402024-02-02T01:16:06.850Z Downloaded base64ct v1.6.0
13412024-02-02T01:16:06.854Z Downloaded argon2 v0.5.3
13422024-02-02T01:16:06.864Z Downloaded plotters-svg v0.3.5
13432024-02-02T01:16:06.864Z Downloaded mio v0.8.9
13442024-02-02T01:16:06.875Z Downloaded ipnetwork v0.20.0
13452024-02-02T01:16:06.875Z Downloaded convert_case v0.4.0
13462024-02-02T01:16:06.883Z Downloaded bitflags v2.4.0
13472024-02-02T01:16:06.883Z Downloaded byteorder v1.5.0
13482024-02-02T01:16:06.883Z Downloaded httptest v0.15.5
13492024-02-02T01:16:06.883Z Downloaded httparse v1.8.0
13502024-02-02T01:16:06.899Z Downloaded usdt-attr-macro v0.3.5
13512024-02-02T01:16:06.899Z Downloaded rusty-fork v0.3.0
13522024-02-02T01:16:06.899Z Downloaded rustversion v1.0.14
13532024-02-02T01:16:06.899Z Downloaded hash32 v0.3.1
13542024-02-02T01:16:06.906Z Downloaded cpufeatures v0.2.12
13552024-02-02T01:16:06.906Z Downloaded usdt-attr-macro v0.5.0
13562024-02-02T01:16:06.906Z Downloaded libsw v3.3.1
13572024-02-02T01:16:06.906Z Downloaded criterion-plot v0.5.0
13582024-02-02T01:16:06.916Z Downloaded lazy_static v1.4.0
13592024-02-02T01:16:06.916Z Downloaded buf-list v1.0.3
13602024-02-02T01:16:06.916Z Downloaded rustc-hash v1.1.0
13612024-02-02T01:16:06.917Z Downloaded radium v0.7.0
13622024-02-02T01:16:06.933Z Downloaded serde_plain v1.0.2
13632024-02-02T01:16:06.933Z Downloaded indexmap v1.9.3
13642024-02-02T01:16:06.933Z Downloaded cc v1.0.83
13652024-02-02T01:16:06.933Z Downloaded is-terminal v0.4.9
13662024-02-02T01:16:06.949Z Downloaded approx v0.5.1
13672024-02-02T01:16:06.949Z Downloaded assert_matches v1.5.0
13682024-02-02T01:16:06.949Z Downloaded headers-core v0.2.0
13692024-02-02T01:16:06.949Z Downloaded block-buffer v0.10.4
13702024-02-02T01:16:06.949Z Downloaded constant_time_eq v0.2.6
13712024-02-02T01:16:06.949Z Downloaded clap_lex v0.5.1
13722024-02-02T01:16:06.950Z Downloaded bit-set v0.5.3
13732024-02-02T01:16:06.959Z Downloaded atomic-waker v1.1.1
13742024-02-02T01:16:06.959Z Downloaded async-stream v0.3.5
13752024-02-02T01:16:06.960Z Downloaded termtree v0.4.1
13762024-02-02T01:16:06.960Z Downloaded cfg-if v1.0.0
13772024-02-02T01:16:06.960Z Downloaded ascii-canvas v3.0.0
13782024-02-02T01:16:06.960Z Downloaded kstat-rs v0.2.3
13792024-02-02T01:16:06.960Z Downloaded arrayref v0.3.7
13802024-02-02T01:16:06.960Z Downloaded base16ct v0.2.0
13812024-02-02T01:16:06.979Z Downloaded anstyle-query v1.0.0
13822024-02-02T01:16:06.979Z Downloaded aead v0.5.2
13832024-02-02T01:16:06.979Z Downloaded array-init v0.0.4
13842024-02-02T01:16:06.980Z Downloaded anstream v0.5.0
13852024-02-02T01:16:06.980Z Downloaded anstyle v1.0.2
13862024-02-02T01:16:06.980Z Downloaded anes v0.1.6
13872024-02-02T01:16:06.993Z Downloaded tap v1.0.1
13882024-02-02T01:16:06.993Z Downloaded serde-big-array v0.4.1
13892024-02-02T01:16:06.993Z Downloaded minimal-lexical v0.2.1
13902024-02-02T01:16:06.993Z Downloaded memchr v2.6.3
13912024-02-02T01:16:07.008Z Downloaded libefi-sys v0.1.0
13922024-02-02T01:16:07.009Z Downloaded lazycell v1.3.0
13932024-02-02T01:16:07.009Z Downloaded keccak v0.1.4
13942024-02-02T01:16:07.009Z Downloaded inout v0.1.3
13952024-02-02T01:16:07.009Z Downloaded impl-trait-for-tuples v0.2.2
13962024-02-02T01:16:07.030Z Downloaded heck v0.4.1
13972024-02-02T01:16:07.030Z Downloaded cfg-expr v0.15.5
13982024-02-02T01:16:07.030Z Downloaded clang-sys v1.6.1
13992024-02-02T01:16:07.030Z Downloaded ciborium-ll v0.2.2
14002024-02-02T01:16:07.045Z Downloaded autocfg v1.1.0
14012024-02-02T01:16:07.046Z Downloaded atomicwrites v0.4.3
14022024-02-02T01:16:07.046Z Downloaded stable_deref_trait v1.2.0
14032024-02-02T01:16:07.046Z Downloaded rcgen v0.12.1
14042024-02-02T01:16:07.046Z Downloaded mockall_derive v0.12.0
14052024-02-02T01:16:07.046Z Downloaded miniz_oxide v0.7.1
14062024-02-02T01:16:07.046Z Downloaded indoc v1.0.9
14072024-02-02T01:16:07.063Z Downloaded http-body v1.0.0
14082024-02-02T01:16:07.063Z Downloaded hex-literal v0.4.1
14092024-02-02T01:16:07.064Z Downloaded heapless v0.8.0
14102024-02-02T01:16:07.064Z Downloaded async-stream-impl v0.3.5
14112024-02-02T01:16:07.064Z Downloaded atty v0.2.14
14122024-02-02T01:16:07.065Z Downloaded remove_dir_all v0.5.3
14132024-02-02T01:16:07.065Z Downloaded mime_guess v2.0.4
14142024-02-02T01:16:07.065Z Downloaded memmap2 v0.7.1
14152024-02-02T01:16:07.065Z Downloaded managed v0.8.0
14162024-02-02T01:16:07.076Z Downloaded memoffset v0.9.0
14172024-02-02T01:16:07.076Z Downloaded hubpack v0.1.2
14182024-02-02T01:16:07.076Z Downloaded ciborium-io v0.2.2
14192024-02-02T01:16:07.076Z Downloaded ciborium v0.2.2
14202024-02-02T01:16:07.076Z Downloaded mime v0.3.17
14212024-02-02T01:16:07.077Z Downloaded memoffset v0.7.1
14222024-02-02T01:16:07.077Z Downloaded memmap v0.7.0
14232024-02-02T01:16:07.086Z Downloaded md-5 v0.10.5
14242024-02-02T01:16:07.087Z Downloaded maybe-uninit v2.0.0
14252024-02-02T01:16:07.087Z Downloaded maplit v1.0.2
14262024-02-02T01:16:07.087Z Downloaded macaddr v1.0.1
14272024-02-02T01:16:07.087Z Downloaded iana-time-zone v0.1.57
14282024-02-02T01:16:07.097Z Downloaded humantime v2.1.0
14292024-02-02T01:16:07.097Z Downloaded bzip2 v0.4.4
14302024-02-02T01:16:07.097Z Downloaded cipher v0.4.4
14312024-02-02T01:16:07.098Z Downloaded match_cfg v0.1.0
14322024-02-02T01:16:07.098Z Downloaded camino v1.1.6
14332024-02-02T01:16:07.106Z Downloaded hyper-staticfile v0.9.5
14342024-02-02T01:16:07.106Z Downloaded hostname v0.3.1
14352024-02-02T01:16:07.106Z Downloaded chacha20 v0.9.1
14362024-02-02T01:16:07.107Z Downloaded clap_derive v4.4.2
14372024-02-02T01:16:07.118Z Downloaded cast v0.3.0
14382024-02-02T01:16:07.118Z Downloaded cancel-safe-futures v0.1.5
14392024-02-02T01:16:07.127Z Downloaded camino-tempfile v1.1.1
14402024-02-02T01:16:07.128Z Downloaded home v0.5.5
14412024-02-02T01:16:07.128Z Downloaded guppy-workspace-hack v0.1.0
14422024-02-02T01:16:07.128Z Downloaded crc v3.0.1
14432024-02-02T01:16:07.128Z Downloaded cargo-platform v0.1.3
14442024-02-02T01:16:07.128Z Downloaded hex v0.4.3
14452024-02-02T01:16:07.139Z Downloaded heck v0.3.3
14462024-02-02T01:16:07.139Z Downloaded cassowary v0.3.0
14472024-02-02T01:16:07.764Z Compiling unicode-ident v1.0.12
14482024-02-02T01:16:07.769Z Compiling proc-macro2 v1.0.78
14492024-02-02T01:16:07.769Z Compiling libc v0.2.153
14502024-02-02T01:16:07.769Z Compiling cfg-if v1.0.0
14512024-02-02T01:16:07.791Z Compiling serde v1.0.195
14522024-02-02T01:16:07.832Z Compiling autocfg v1.1.0
14532024-02-02T01:16:07.832Z Compiling version_check v0.9.4
14542024-02-02T01:16:07.832Z Compiling memchr v2.6.3
14552024-02-02T01:16:07.832Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14562024-02-02T01:16:07.832Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=162d99b1937652eb -C extra-filename=-162d99b1937652eb --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14572024-02-02T01:16:07.832Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14582024-02-02T01:16:07.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.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=76a886e043b2eac7 -C extra-filename=-76a886e043b2eac7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-76a886e043b2eac7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14592024-02-02T01:16:07.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14602024-02-02T01:16:07.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14612024-02-02T01:16:07.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=b033cd8f784e7dd8 -C extra-filename=-b033cd8f784e7dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14622024-02-02T01:16:07.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14632024-02-02T01:16:08.138Z Compiling once_cell v1.19.0
14642024-02-02T01:16:08.163Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14652024-02-02T01:16:08.301Z Compiling byteorder v1.5.0
14662024-02-02T01:16:08.323Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14672024-02-02T01:16:08.936Z Compiling log v0.4.20
14682024-02-02T01:16:08.936Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14692024-02-02T01:16:09.156Z Compiling syn v1.0.109
14702024-02-02T01:16:09.167Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14712024-02-02T01:16:09.413Z Compiling scopeguard v1.2.0
14722024-02-02T01:16:09.421Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14732024-02-02T01:16:09.513Z Compiling itoa v1.0.9
14742024-02-02T01:16:09.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14752024-02-02T01:16:09.595Z Compiling lock_api v0.4.10
14762024-02-02T01:16:09.601Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14772024-02-02T01:16:09.709Z Compiling smallvec v1.11.2
14782024-02-02T01:16:09.716Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14792024-02-02T01:16:09.849Z Compiling parking_lot_core v0.9.8
14802024-02-02T01:16:09.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14812024-02-02T01:16:10.019Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-76a886e043b2eac7/build-script-build`
14822024-02-02T01:16:10.019Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb/build-script-build`
14832024-02-02T01:16:10.023Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8/build-script-build`
14842024-02-02T01:16:10.098Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.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=072d063d2a089037 -C extra-filename=-072d063d2a089037 --out-dir /work/oxidecomputer/omicron/target/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`
14852024-02-02T01:16:10.122Z Compiling thiserror v1.0.56
14862024-02-02T01:16:10.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6c2f76a70187ac9 -C extra-filename=-c6c2f76a70187ac9 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c6c2f76a70187ac9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14872024-02-02T01:16:10.153Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build`
14882024-02-02T01:16:10.234Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build`
14892024-02-02T01:16:10.265Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f57b927d6c5d0106 -C extra-filename=-f57b927d6c5d0106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro`
14902024-02-02T01:16:10.278Z Compiling libm v0.2.7
14912024-02-02T01:16:10.290Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14922024-02-02T01:16:10.330Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
14932024-02-02T01:16:10.362Z Compiling num-traits v0.2.16
14942024-02-02T01:16:10.399Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14952024-02-02T01:16:11.068Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build`
14962024-02-02T01:16:11.072Z Compiling ahash v0.8.6
14972024-02-02T01:16:11.072Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14982024-02-02T01:16:11.072Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build`
14992024-02-02T01:16:11.072Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build`
15002024-02-02T01:16:11.072Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15012024-02-02T01:16:11.072Z Compiling pin-project-lite v0.2.13
15022024-02-02T01:16:11.072Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15032024-02-02T01:16:11.072Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c6c2f76a70187ac9/build-script-build`
15042024-02-02T01:16:11.090Z Compiling ryu v1.0.15
15052024-02-02T01:16:11.093Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15062024-02-02T01:16:11.199Z Compiling serde_json v1.0.113
15072024-02-02T01:16:11.203Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.113/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=cc9b08bcd9cedeea -C extra-filename=-cc9b08bcd9cedeea --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-cc9b08bcd9cedeea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15082024-02-02T01:16:11.233Z Compiling spin v0.5.2
15092024-02-02T01:16:11.238Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15102024-02-02T01:16:11.321Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build`
15112024-02-02T01:16:11.428Z Compiling futures-core v0.3.30
15122024-02-02T01:16:11.436Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df288950ad332dec -C extra-filename=-df288950ad332dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-02-02T01:16:11.555Z Compiling quote v1.0.35
15142024-02-02T01:16:11.568Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8ca7c61c3fdfbf92 -C extra-filename=-8ca7c61c3fdfbf92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15152024-02-02T01:16:11.613Z Compiling allocator-api2 v0.2.16
15162024-02-02T01:16:11.623Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=ac60ff71ddd57510 -C extra-filename=-ac60ff71ddd57510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15172024-02-02T01:16:11.812Z Compiling fnv v1.0.7
15182024-02-02T01:16:11.854Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15192024-02-02T01:16:11.854Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-cc9b08bcd9cedeea/build-script-build`
15202024-02-02T01:16:11.875Z Compiling equivalent v1.0.1
15212024-02-02T01:16:11.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15222024-02-02T01:16:11.982Z Compiling getrandom v0.2.10
15232024-02-02T01:16:12.014Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=102b4ee2be30504e -C extra-filename=-102b4ee2be30504e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15242024-02-02T01:16:12.014Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4436e87d32d91a54 -C extra-filename=-4436e87d32d91a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-02-02T01:16:12.040Z Compiling cc v1.0.83
15262024-02-02T01:16:12.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d7c92e9f8188f7d -C extra-filename=-8d7c92e9f8188f7d --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15272024-02-02T01:16:12.606Z Compiling syn v2.0.48
15282024-02-02T01:16:12.610Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=056342cd87458ea1 -C extra-filename=-056342cd87458ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15292024-02-02T01:16:12.696Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=2e8afc5f495402b1 -C extra-filename=-2e8afc5f495402b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
15302024-02-02T01:16:12.783Z Compiling parking_lot v0.12.1
15312024-02-02T01:16:12.789Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d288ebdde96719a9 -C extra-filename=-d288ebdde96719a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-4436e87d32d91a54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15322024-02-02T01:16:12.929Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
15332024-02-02T01:16:13.048Z Compiling signal-hook-registry v1.4.1
15342024-02-02T01:16:13.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d4da44a0a445e05 -C extra-filename=-5d4da44a0a445e05 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15352024-02-02T01:16:13.157Z Compiling mio v0.8.9
15362024-02-02T01:16:13.585Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=40e5b787da3c66c6 -C extra-filename=-40e5b787da3c66c6 --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-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15372024-02-02T01:16:13.589Z Compiling num_cpus v1.16.0
15382024-02-02T01:16:13.589Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fb048c8a18f5cf7 -C extra-filename=-0fb048c8a18f5cf7 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15392024-02-02T01:16:13.589Z Compiling socket2 v0.5.5
15402024-02-02T01:16:13.590Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=9a210f81e1185703 -C extra-filename=-9a210f81e1185703 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15412024-02-02T01:16:14.363Z Compiling rand_core v0.6.4
15422024-02-02T01:16:14.385Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=1d07aacb4dce5366 -C extra-filename=-1d07aacb4dce5366 --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-102b4ee2be30504e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15432024-02-02T01:16:14.424Z Compiling heck v0.4.1
15442024-02-02T01:16:14.449Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15452024-02-02T01:16:14.999Z Compiling futures-sink v0.3.30
15462024-02-02T01:16:15.009Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c1a4084db1a40ab -C extra-filename=-0c1a4084db1a40ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15472024-02-02T01:16:15.171Z Compiling slab v0.4.9
15482024-02-02T01:16:15.183Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15492024-02-02T01:16:15.207Z Compiling pin-utils v0.1.0
15502024-02-02T01:16:15.224Z Compiling futures-channel v0.3.30
15512024-02-02T01:16:15.225Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15522024-02-02T01:16:15.225Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=f881803d4674264d -C extra-filename=-f881803d4674264d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15532024-02-02T01:16:15.259Z Compiling futures-task v0.3.30
15542024-02-02T01:16:15.315Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=730a65a2a998e17d -C extra-filename=-730a65a2a998e17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15552024-02-02T01:16:15.471Z Compiling futures-io v0.3.30
15562024-02-02T01:16:15.480Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=902bf6e0c20c75b3 -C extra-filename=-902bf6e0c20c75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15572024-02-02T01:16:15.733Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build`
15582024-02-02T01:16:15.790Z Compiling regex-syntax v0.8.2
15592024-02-02T01:16:15.790Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15602024-02-02T01:16:15.796Z Compiling errno v0.3.8
15612024-02-02T01:16:15.818Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e03ce0c6b11098e3 -C extra-filename=-e03ce0c6b11098e3 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15622024-02-02T01:16:15.854Z Compiling aho-corasick v1.0.4
15632024-02-02T01:16:15.857Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-02-02T01:16:15.912Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15652024-02-02T01:16:16.120Z Compiling lazy_static v1.4.0
15662024-02-02T01:16:16.135Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15672024-02-02T01:16:16.281Z Compiling typenum v1.16.0
15682024-02-02T01:16:16.285Z Compiling iana-time-zone v0.1.57
15692024-02-02T01:16:16.308Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-02-02T01:16:16.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15712024-02-02T01:16:16.352Z Compiling generic-array v0.14.7
15722024-02-02T01:16:16.379Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15732024-02-02T01:16:16.926Z Compiling subtle v2.5.0
15742024-02-02T01:16:16.934Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15752024-02-02T01:16:17.025Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build`
15762024-02-02T01:16:17.062Z Compiling pkg-config v0.3.27
15772024-02-02T01:16:17.087Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15782024-02-02T01:16:17.113Z Compiling tracing-core v0.1.31
15792024-02-02T01:16:17.118Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15802024-02-02T01:16:17.464Z Compiling rustix v0.38.30
15812024-02-02T01:16:17.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=12a9bc463e8bd620 -C extra-filename=-12a9bc463e8bd620 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15822024-02-02T01:16:18.059Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main`
15832024-02-02T01:16:18.415Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15842024-02-02T01:16:18.724Z Compiling tinyvec_macros v0.1.1
15852024-02-02T01:16:18.737Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15862024-02-02T01:16:18.852Z Compiling tinyvec v1.6.0
15872024-02-02T01:16:18.859Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-af03a12be910dcc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15882024-02-02T01:16:19.248Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620/build-script-build`
15892024-02-02T01:16:19.416Z Compiling spin v0.9.8
15902024-02-02T01:16:19.420Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=466f997862055ffa -C extra-filename=-466f997862055ffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15912024-02-02T01:16:19.518Z Compiling base64 v0.21.7
15922024-02-02T01:16:19.525Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64492b43562e8960 -C extra-filename=-64492b43562e8960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15932024-02-02T01:16:20.026Z Compiling const-oid v0.9.5
15942024-02-02T01:16:20.035Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15952024-02-02T01:16:20.726Z Compiling schemars v0.8.16
15962024-02-02T01:16:20.734Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15972024-02-02T01:16:20.755Z Compiling unicode-width v0.1.11
15982024-02-02T01:16:20.759Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15992024-02-02T01:16:21.001Z Compiling unicode-bidi v0.3.13
16002024-02-02T01:16:21.008Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16012024-02-02T01:16:21.328Z Compiling unicode-normalization v0.1.22
16022024-02-02T01:16:21.333Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1664521da542a92 -C extra-filename=-e1664521da542a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16032024-02-02T01:16:21.396Z Compiling dyn-clone v1.0.13
16042024-02-02T01:16:21.435Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-02-02T01:16:21.711Z Compiling regex-automata v0.4.4
16062024-02-02T01:16:21.723Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=40dfbed7bcb9fb30 -C extra-filename=-40dfbed7bcb9fb30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16072024-02-02T01:16:23.154Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build`
16082024-02-02T01:16:23.188Z Compiling ring v0.17.7
16092024-02-02T01:16:23.192Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=e18ae81b4f74b14c -C extra-filename=-e18ae81b4f74b14c --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-e18ae81b4f74b14c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-02-02T01:16:23.255Z Compiling httparse v1.8.0
16112024-02-02T01:16:23.261Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-02-02T01:16:23.404Z Compiling percent-encoding v2.3.1
16132024-02-02T01:16:23.412Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-02-02T01:16:23.523Z Compiling either v1.9.0
16152024-02-02T01:16:23.542Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16162024-02-02T01:16:23.987Z Compiling form_urlencoded v1.2.1
16172024-02-02T01:16:23.991Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-02-02T01:16:24.051Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build`
16192024-02-02T01:16:24.472Z Compiling ucd-trie v0.1.6
16202024-02-02T01:16:24.472Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-02-02T01:16:24.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
16222024-02-02T01:16:24.493Z Compiling serde_derive_internals v0.26.0
16232024-02-02T01:16:24.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d33a1de8ce4ae292 -C extra-filename=-d33a1de8ce4ae292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-02-02T01:16:25.008Z Compiling untrusted v0.9.0
16252024-02-02T01:16:25.059Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-02-02T01:16:25.192Z Compiling vcpkg v0.2.15
16272024-02-02T01:16:25.215Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-02-02T01:16:25.254Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-e18ae81b4f74b14c/build-script-build`
16292024-02-02T01:16:25.272Z Compiling ppv-lite86 v0.2.17
16302024-02-02T01:16:25.290Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-02-02T01:16:26.457Z Compiling rand_chacha v0.3.1
16322024-02-02T01:16:26.460Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=1ca351f7f3d361c7 -C extra-filename=-1ca351f7f3d361c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-02-02T01:16:27.074Z Compiling try-lock v0.2.4
16342024-02-02T01:16:27.106Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16352024-02-02T01:16:27.268Z Compiling want v0.3.1
16362024-02-02T01:16:27.273Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-dd164f28291d1568.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-02-02T01:16:27.703Z Compiling rand v0.8.5
16382024-02-02T01:16:27.723Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=cf3fb015319b4763 -C extra-filename=-cf3fb015319b4763 --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-072d063d2a089037.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-02-02T01:16:28.560Z Compiling regex v1.10.3
16402024-02-02T01:16:28.569Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4be7b51d6a8b3fc5 -C extra-filename=-4be7b51d6a8b3fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-02-02T01:16:29.087Z Compiling openssl-sys v0.9.96
16422024-02-02T01:16:29.091Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ffa7ff641c3b1d6 -C extra-filename=-5ffa7ff641c3b1d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ffa7ff641c3b1d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-02-02T01:16:29.150Z Compiling idna v0.5.0
16442024-02-02T01:16:29.155Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-02-02T01:16:30.323Z Compiling semver v1.0.21
16462024-02-02T01:16:30.331Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=671f19a05d3257cd -C extra-filename=-671f19a05d3257cd --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-02-02T01:16:30.696Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ffa7ff641c3b1d6/build-script-main`
16482024-02-02T01:16:30.825Z Compiling tower-service v0.3.2
16492024-02-02T01:16:30.847Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-02-02T01:16:31.002Z Compiling crossbeam-utils v0.8.16
16512024-02-02T01:16:31.006Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-02-02T01:16:31.186Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd/build-script-build`
16532024-02-02T01:16:31.288Z Compiling url v2.5.0
16542024-02-02T01:16:31.294Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-02-02T01:16:31.368Z Compiling socket2 v0.4.9
16562024-02-02T01:16:31.385Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=fd24bc161709065e -C extra-filename=-fd24bc161709065e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16572024-02-02T01:16:31.732Z Compiling httpdate v1.0.3
16582024-02-02T01:16:31.753Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-02-02T01:16:31.834Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build`
16602024-02-02T01:16:31.873Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-02-02T01:16:32.435Z Compiling bitflags v1.3.2
16622024-02-02T01:16:32.457Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-02-02T01:16:32.585Z Compiling ring v0.16.20
16642024-02-02T01:16:32.595Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=812e542cd6287195 -C extra-filename=-812e542cd6287195 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-812e542cd6287195 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-02-02T01:16:32.703Z Compiling winnow v0.5.15
16662024-02-02T01:16:32.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-02-02T01:16:33.784Z Compiling foreign-types-shared v0.1.1
16682024-02-02T01:16:33.788Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-02-02T01:16:33.943Z Compiling adler v1.0.2
16702024-02-02T01:16:33.948Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-02-02T01:16:34.319Z Compiling openssl v0.10.60
16722024-02-02T01:16:34.335Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-02-02T01:16:34.421Z Compiling openssl-probe v0.1.5
16742024-02-02T01:16:34.426Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16752024-02-02T01:16:34.574Z Compiling slog v2.7.0
16762024-02-02T01:16:34.586Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-02-02T01:16:34.912Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-812e542cd6287195/build-script-build`
16782024-02-02T01:16:35.027Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build`
16792024-02-02T01:16:35.058Z Compiling miniz_oxide v0.7.1
16802024-02-02T01:16:35.065Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16812024-02-02T01:16:35.074Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=3b77b2699f3850e3 -C extra-filename=-3b77b2699f3850e3 --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-102b4ee2be30504e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
16822024-02-02T01:16:35.447Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build`
16832024-02-02T01:16:35.539Z Compiling foreign-types v0.3.2
16842024-02-02T01:16:35.547Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-3851156061296a01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16852024-02-02T01:16:35.667Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5415d38200233f6 -C extra-filename=-d5415d38200233f6 --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-072d063d2a089037.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`
16862024-02-02T01:16:36.525Z Compiling serde_derive v1.0.195
16872024-02-02T01:16:36.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fcd3a711c4d980a1 -C extra-filename=-fcd3a711c4d980a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16882024-02-02T01:16:37.349Z Compiling zerocopy-derive v0.7.32
16892024-02-02T01:16:37.362Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c317ba0148240967 -C extra-filename=-c317ba0148240967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-02-02T01:16:37.378Z Compiling thiserror-impl v1.0.56
16912024-02-02T01:16:37.401Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9569039f061b3558 -C extra-filename=-9569039f061b3558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-02-02T01:16:37.596Z Compiling tokio-macros v2.2.0
16932024-02-02T01:16:37.607Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fa85f4ae4ccf544 -C extra-filename=-0fa85f4ae4ccf544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-02-02T01:16:38.049Z Compiling zeroize_derive v1.4.2
16952024-02-02T01:16:38.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12990345fb731c91 -C extra-filename=-12990345fb731c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-02-02T01:16:38.081Z Compiling futures-macro v0.3.30
16972024-02-02T01:16:38.081Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d0ead20a6f4bc84 -C extra-filename=-5d0ead20a6f4bc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-02-02T01:16:38.870Z Compiling tracing-attributes v0.1.26
16992024-02-02T01:16:38.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=989fb830244a3635 -C extra-filename=-989fb830244a3635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-02-02T01:16:40.723Z Compiling schemars_derive v0.8.16
17012024-02-02T01:16:40.736Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f672bcb2f35f87b -C extra-filename=-4f672bcb2f35f87b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-d33a1de8ce4ae292.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-02-02T01:16:40.965Z Compiling zeroize v1.7.0
17032024-02-02T01:16:41.390Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=c330e6b0aab7c8ac -C extra-filename=-c330e6b0aab7c8ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-12990345fb731c91.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-02-02T01:16:41.402Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=5926e37d1f197e57 -C extra-filename=-5926e37d1f197e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
17052024-02-02T01:16:41.522Z Compiling openssl-macros v0.1.1
17062024-02-02T01:16:41.537Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad2eaf6183d79236 -C extra-filename=-ad2eaf6183d79236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17072024-02-02T01:16:41.558Z Compiling zerocopy v0.7.32
17082024-02-02T01:16:41.568Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=3986eb937002ab5c -C extra-filename=-3986eb937002ab5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c317ba0148240967.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17092024-02-02T01:16:41.900Z Compiling futures-util v0.3.30
17102024-02-02T01:16:41.939Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=53f9058382a517fe -C extra-filename=-53f9058382a517fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-5d0ead20a6f4bc84.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-02-02T01:16:43.432Z Compiling mime v0.3.17
17122024-02-02T01:16:43.440Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-02-02T01:16:43.440Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19a0d165a8de2fa6 -C extra-filename=-19a0d165a8de2fa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9569039f061b3558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-02-02T01:16:43.548Z Compiling pest v2.7.6
17152024-02-02T01:16:43.553Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=15ea8f00e3d66a10 -C extra-filename=-15ea8f00e3d66a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-02-02T01:16:43.843Z Compiling crypto-common v0.1.6
17172024-02-02T01:16:43.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=4c8e5875e5a3a025 -C extra-filename=-4c8e5875e5a3a025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17182024-02-02T01:16:43.959Z Compiling block-buffer v0.10.4
17192024-02-02T01:16:43.968Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6c00091cdf4b59a5 -C extra-filename=-6c00091cdf4b59a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-02-02T01:16:44.156Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=cb325a685295b415 -C extra-filename=-cb325a685295b415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
17212024-02-02T01:16:44.187Z Compiling untrusted v0.7.1
17222024-02-02T01:16:44.192Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-02-02T01:16:44.374Z Compiling digest v0.10.7
17242024-02-02T01:16:44.388Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=3c69cefdc4f41599 -C extra-filename=-3c69cefdc4f41599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-6c00091cdf4b59a5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-02-02T01:16:44.483Z Compiling async-trait v0.1.77
17262024-02-02T01:16:44.486Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a4dd4ea08bc0e7b -C extra-filename=-3a4dd4ea08bc0e7b --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-02-02T01:16:45.094Z Compiling hashbrown v0.14.2
17282024-02-02T01:16:45.099Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=25a1a455ae7ad26d -C extra-filename=-25a1a455ae7ad26d --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-cb325a685295b415.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ac60ff71ddd57510.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-02-02T01:16:45.132Z Compiling hashbrown v0.13.2
17302024-02-02T01:16:45.136Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=67e1651faf6cec83 -C extra-filename=-67e1651faf6cec83 --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-cb325a685295b415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-02-02T01:16:45.349Z Compiling strsim v0.10.0
17322024-02-02T01:16:45.361Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-02-02T01:16:45.829Z Compiling tracing v0.1.37
17342024-02-02T01:16:45.889Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=a6677895971ae67b -C extra-filename=-a6677895971ae67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-989fb830244a3635.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-02-02T01:16:46.605Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build`
17362024-02-02T01:16:46.631Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=5ef5167752f2c69e -C extra-filename=-5ef5167752f2c69e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -l static=ring-core -l static=ring-test`
17372024-02-02T01:16:46.698Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
17382024-02-02T01:16:46.815Z Compiling ipnet v2.9.0
17392024-02-02T01:16:46.819Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8300448f6a8e23c1 -C extra-filename=-8300448f6a8e23c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-02-02T01:16:46.904Z Compiling rustls v0.21.9
17412024-02-02T01:16:46.908Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-02-02T01:16:47.263Z Compiling native-tls v0.2.11
17432024-02-02T01:16:47.273Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-02-02T01:16:47.423Z Compiling cpufeatures v0.2.12
17452024-02-02T01:16:47.456Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c7155cd217f75a24 -C extra-filename=-c7155cd217f75a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-02-02T01:16:47.614Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build`
17472024-02-02T01:16:47.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=153467c069b7bf56 -C extra-filename=-153467c069b7bf56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-02-02T01:16:47.955Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build`
17492024-02-02T01:16:47.975Z Compiling rustls-webpki v0.101.7
17502024-02-02T01:16:47.979Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5d97f7039d0e35d -C extra-filename=-e5d97f7039d0e35d --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-3b77b2699f3850e3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
17512024-02-02T01:16:48.049Z Compiling encoding_rs v0.8.33
17522024-02-02T01:16:48.090Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-02-02T01:16:48.293Z Compiling backtrace v0.3.69
17542024-02-02T01:16:48.297Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f3772227d5c764ab -C extra-filename=-f3772227d5c764ab --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-f3772227d5c764ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-02-02T01:16:48.928Z Compiling memoffset v0.9.0
17562024-02-02T01:16:48.955Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-02-02T01:16:49.085Z Compiling gimli v0.28.0
17582024-02-02T01:16:49.099Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-02-02T01:16:49.532Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build`
17602024-02-02T01:16:49.694Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-f3772227d5c764ab/build-script-build`
17612024-02-02T01:16:49.735Z Compiling pest_meta v2.7.6
17622024-02-02T01:16:49.744Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=50a9c843627ff4db -C extra-filename=-50a9c843627ff4db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-02-02T01:16:51.165Z Compiling sct v0.7.0
17642024-02-02T01:16:51.201Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=381c4f9cf7318087 -C extra-filename=-381c4f9cf7318087 --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-5ef5167752f2c69e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
17652024-02-02T01:16:51.201Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=c715252fb2629716 -C extra-filename=-c715252fb2629716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-02-02T01:16:51.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a06770cd46d74c33 -C extra-filename=-a06770cd46d74c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e5d97f7039d0e35d.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-381c4f9cf7318087.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
17672024-02-02T01:16:52.027Z Compiling futures-executor v0.3.30
17682024-02-02T01:16:52.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c224673be8777514 -C extra-filename=-c224673be8777514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17692024-02-02T01:16:52.659Z Compiling futures v0.3.30
17702024-02-02T01:16:52.663Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=2e804b49337b586d -C extra-filename=-2e804b49337b586d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-02-02T01:16:52.869Z Compiling rustls-pemfile v1.0.3
17722024-02-02T01:16:52.894Z Compiling object v0.32.1
17732024-02-02T01:16:52.894Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a82cf625c5179fd3 -C extra-filename=-a82cf625c5179fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17742024-02-02T01:16:52.894Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-02-02T01:16:53.006Z Compiling crossbeam-epoch v0.9.15
17762024-02-02T01:16:53.021Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-02-02T01:16:53.476Z Compiling anyhow v1.0.75
17782024-02-02T01:16:53.486Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17792024-02-02T01:16:53.805Z Compiling webpki-roots v0.25.2
17802024-02-02T01:16:53.808Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17812024-02-02T01:16:54.063Z Compiling rustc-demangle v0.1.23
17822024-02-02T01:16:54.100Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-02-02T01:16:54.410Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build`
17842024-02-02T01:16:54.656Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build`
17852024-02-02T01:16:54.853Z Compiling pest_generator v2.7.6
17862024-02-02T01:16:54.872Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fc681cb9e95ce631 -C extra-filename=-fc681cb9e95ce631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-50a9c843627ff4db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-02-02T01:16:55.689Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
17882024-02-02T01:16:55.850Z Compiling crc32fast v1.3.2
17892024-02-02T01:16:55.860Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-02-02T01:16:56.053Z Compiling addr2line v0.21.0
17912024-02-02T01:16:56.064Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-5da496e35dfcf224.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-02-02T01:16:56.694Z Compiling utf8parse v0.2.1
17932024-02-02T01:16:56.702Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-02-02T01:16:56.937Z Compiling unicode-xid v0.2.4
17952024-02-02T01:16:56.940Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-02-02T01:16:57.042Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build`
17972024-02-02T01:16:57.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-02-02T01:16:57.189Z Compiling base64ct v1.6.0
17992024-02-02T01:16:57.193Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-02-02T01:16:57.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
18012024-02-02T01:16:57.839Z Compiling anstyle v1.0.2
18022024-02-02T01:16:57.846Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-02-02T01:16:58.207Z Compiling io-lifetimes v1.0.11
18042024-02-02T01:16:58.210Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18052024-02-02T01:16:58.234Z Compiling rustversion v1.0.14
18062024-02-02T01:16:58.243Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18072024-02-02T01:16:58.459Z Compiling thread-id v4.2.0
18082024-02-02T01:16:58.516Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=390eac576c2aa143 -C extra-filename=-390eac576c2aa143 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-02-02T01:16:58.971Z Compiling pest_derive v2.7.6
18102024-02-02T01:16:58.993Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d632e98f538c006 -C extra-filename=-9d632e98f538c006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fc681cb9e95ce631.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-02-02T01:16:58.993Z Compiling num-integer v0.1.45
18122024-02-02T01:16:58.993Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-02-02T01:16:58.993Z Compiling time-core v0.1.1
18142024-02-02T01:16:58.993Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-02-02T01:16:58.993Z Compiling rustix v0.37.23
18162024-02-02T01:16:58.993Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-02-02T01:16:59.175Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build`
18182024-02-02T01:16:59.217Z Compiling time-macros v0.2.13
18192024-02-02T01:16:59.222Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=7b759573e934a70a -C extra-filename=-7b759573e934a70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18202024-02-02T01:16:59.292Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build`
18212024-02-02T01:16:59.458Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build`
18222024-02-02T01:16:59.475Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-02-02T01:17:00.032Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=65c111d88019b87b -C extra-filename=-65c111d88019b87b --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
18242024-02-02T01:17:00.040Z Compiling pem-rfc7468 v0.7.0
18252024-02-02T01:17:00.041Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-db2759387f67ed24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-02-02T01:17:00.080Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build`
18272024-02-02T01:17:00.189Z Compiling der_derive v0.7.2
18282024-02-02T01:17:00.200Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee5943c64867f8cb -C extra-filename=-ee5943c64867f8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18292024-02-02T01:17:00.223Z Compiling deranged v0.3.8
18302024-02-02T01:17:00.254Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-02-02T01:17:01.164Z Compiling bytes v1.5.0
18322024-02-02T01:17:01.195Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=0a9789d01b345e83 -C extra-filename=-0a9789d01b345e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-02-02T01:17:01.607Z Compiling bitflags v2.4.0
18342024-02-02T01:17:01.640Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=8618405ce2bc21e1 -C extra-filename=-8618405ce2bc21e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-02-02T01:17:03.374Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.113/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=89e0582490909415 -C extra-filename=-89e0582490909415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
18362024-02-02T01:17:03.493Z Compiling indexmap v2.2.2
18372024-02-02T01:17:03.493Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b0a0efd32f3c53f8 -C extra-filename=-b0a0efd32f3c53f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25a1a455ae7ad26d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-02-02T01:17:03.493Z Compiling tokio v1.35.1
18392024-02-02T01:17:03.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=a2cc24832304f868 -C extra-filename=-a2cc24832304f868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0fb048c8a18f5cf7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5d4da44a0a445e05.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0fa85f4ae4ccf544.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-02-02T01:17:03.494Z Compiling chrono v0.4.31
18412024-02-02T01:17:03.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=4141cfc584c78c19 -C extra-filename=-4141cfc584c78c19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-02-02T01:17:04.162Z Compiling uuid v1.7.0
18432024-02-02T01:17:04.192Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=a2b6fc360416fc72 -C extra-filename=-a2b6fc360416fc72 --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-102b4ee2be30504e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18442024-02-02T01:17:04.669Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=4ecfac87a90319cf -C extra-filename=-4ecfac87a90319cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18452024-02-02T01:17:04.825Z Compiling http v0.2.11
18462024-02-02T01:17:04.843Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17e0598029016fd2 -C extra-filename=-17e0598029016fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-02-02T01:17:05.275Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1fc69c47c529c15a -C extra-filename=-1fc69c47c529c15a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18482024-02-02T01:17:06.314Z Compiling serde_spanned v0.6.4
18492024-02-02T01:17:06.326Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=e2468ea27838b28f -C extra-filename=-e2468ea27838b28f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-02-02T01:17:06.571Z Compiling toml_datetime v0.6.5
18512024-02-02T01:17:06.584Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=995db5c29458619d -C extra-filename=-995db5c29458619d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-02-02T01:17:06.679Z Compiling serde_urlencoded v0.7.1
18532024-02-02T01:17:06.683Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8983c83806c9149e -C extra-filename=-8983c83806c9149e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-ad2eaf6183d79236.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.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`
18542024-02-02T01:17:06.683Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c23fb289c3fef332 -C extra-filename=-c23fb289c3fef332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-02-02T01:17:07.287Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=e7a4f05333183104 -C extra-filename=-e7a4f05333183104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-4f672bcb2f35f87b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
18562024-02-02T01:17:07.443Z Compiling http-body v0.4.5
18572024-02-02T01:17:07.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40e1a0c906e6d384 -C extra-filename=-40e1a0c906e6d384 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-02-02T01:17:07.489Z Compiling toml_edit v0.19.15
18592024-02-02T01:17:07.489Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=d8d712bcfc0a4217 -C extra-filename=-d8d712bcfc0a4217 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-02-02T01:17:08.108Z Compiling openapiv3 v2.0.0
18612024-02-02T01:17:08.118Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=3679a975bfe14c18 -C extra-filename=-3679a975bfe14c18 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-02-02T01:17:09.012Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79bfcc49b364c1d0 -C extra-filename=-79bfcc49b364c1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-02-02T01:17:09.630Z Compiling rustc_version v0.4.0
18642024-02-02T01:17:09.641Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f35542721e35081f -C extra-filename=-f35542721e35081f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-02-02T01:17:09.889Z Compiling hex v0.4.3
18662024-02-02T01:17:09.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=27805d16eed38710 -C extra-filename=-27805d16eed38710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-02-02T01:17:11.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c1d44a749a352fb -C extra-filename=-4c1d44a749a352fb --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-79bfcc49b364c1d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18682024-02-02T01:17:11.260Z Compiling num_threads v0.1.6
18692024-02-02T01:17:11.260Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-02-02T01:17:11.260Z Compiling unicode-segmentation v1.10.1
18712024-02-02T01:17:11.261Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18722024-02-02T01:17:12.476Z Compiling flagset v0.4.3
18732024-02-02T01:17:12.510Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-02-02T01:17:12.523Z Compiling time v0.3.27
18752024-02-02T01:17:12.524Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=8717160e61d0c384 -C extra-filename=-8717160e61d0c384 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-02-02T01:17:12.796Z Compiling der v0.7.8
18772024-02-02T01:17:12.850Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=9195e699c88ce3be -C extra-filename=-9195e699c88ce3be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-ee5943c64867f8cb.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-02-02T01:17:13.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=155c5560b3ec8255 -C extra-filename=-155c5560b3ec8255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-65c111d88019b87b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18792024-02-02T01:17:15.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
18802024-02-02T01:17:16.206Z Compiling tokio-util v0.7.10
18812024-02-02T01:17:16.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=043b69ea7a8794ac -C extra-filename=-043b69ea7a8794ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-02-02T01:17:16.342Z Compiling tokio-rustls v0.24.1
18832024-02-02T01:17:16.350Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=5b340c30e4282780 -C extra-filename=-5b340c30e4282780 --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-a06770cd46d74c33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
18842024-02-02T01:17:16.487Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=733a415d280135f6 -C extra-filename=-733a415d280135f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.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`
18852024-02-02T01:17:16.951Z Compiling flate2 v1.0.28
18862024-02-02T01:17:16.955Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=5973d0184683efce -C extra-filename=-5973d0184683efce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-02-02T01:17:17.431Z Compiling tokio-native-tls v0.3.1
18882024-02-02T01:17:17.454Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d42569d7dbed775e -C extra-filename=-d42569d7dbed775e --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-733a415d280135f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
18892024-02-02T01:17:17.847Z Compiling anstyle-parse v0.2.1
18902024-02-02T01:17:17.848Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-02-02T01:17:18.300Z Compiling h2 v0.3.24
18922024-02-02T01:17:18.306Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d51bc2da4a6ea68 -C extra-filename=-0d51bc2da4a6ea68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-02-02T01:17:18.390Z Compiling colorchoice v1.0.0
18942024-02-02T01:17:18.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-02-02T01:17:18.581Z Compiling anstyle-query v1.0.0
18962024-02-02T01:17:18.590Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-02-02T01:17:18.619Z Compiling siphasher v0.3.11
18982024-02-02T01:17:18.631Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-02-02T01:17:18.743Z Compiling anstream v0.5.0
19002024-02-02T01:17:18.756Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=1234f0275edc234f -C extra-filename=-1234f0275edc234f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-02-02T01:17:18.767Z Compiling spki v0.7.2
19022024-02-02T01:17:18.777Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=618e8f0a78e95d55 -C extra-filename=-618e8f0a78e95d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-02-02T01:17:19.254Z Compiling terminal_size v0.2.6
19042024-02-02T01:17:19.290Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9355839c2fa9f88 -C extra-filename=-f9355839c2fa9f88 --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-155c5560b3ec8255.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-02-02T01:17:19.346Z Compiling synstructure v0.12.6
19062024-02-02T01:17:19.372Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f87a4800a8d34dda -C extra-filename=-f87a4800a8d34dda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-02-02T01:17:19.521Z Compiling scroll_derive v0.12.0
19082024-02-02T01:17:19.532Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca281244b300b9cc -C extra-filename=-ca281244b300b9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-02-02T01:17:19.844Z Compiling stable_deref_trait v1.2.0
19102024-02-02T01:17:19.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-02-02T01:17:19.998Z Compiling bit-vec v0.6.3
19122024-02-02T01:17:20.057Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-02-02T01:17:20.635Z Compiling clap_lex v0.5.1
19142024-02-02T01:17:20.653Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-02-02T01:17:20.676Z Compiling toml v0.7.8
19162024-02-02T01:17:20.694Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=18fa85faf5613151 -C extra-filename=-18fa85faf5613151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d8d712bcfc0a4217.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-02-02T01:17:21.049Z Compiling clap_builder v4.4.2
19182024-02-02T01:17:21.072Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=0d13cb7900ca812f -C extra-filename=-0d13cb7900ca812f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f9355839c2fa9f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-02-02T01:17:21.401Z Compiling toml_edit v0.21.0
19202024-02-02T01:17:21.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=86aed773b69f5196 -C extra-filename=-86aed773b69f5196 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-02-02T01:17:21.492Z Compiling clap_derive v4.4.2
19222024-02-02T01:17:21.543Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c09791ef698e8d6f -C extra-filename=-c09791ef698e8d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-02-02T01:17:22.370Z Compiling zerocopy-derive v0.2.0
19242024-02-02T01:17:22.379Z Compiling scroll v0.12.0
19252024-02-02T01:17:22.379Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d16b0da401d645cc -C extra-filename=-d16b0da401d645cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f87a4800a8d34dda.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-02-02T01:17:22.379Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=709ecc30b9a81d60 -C extra-filename=-709ecc30b9a81d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-ca281244b300b9cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-02-02T01:17:23.312Z Compiling plain v0.2.3
19282024-02-02T01:17:23.328Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d8eccd574645362 -C extra-filename=-7d8eccd574645362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-02-02T01:17:23.538Z Compiling data-encoding v2.4.0
19302024-02-02T01:17:23.545Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-02-02T01:17:23.568Z Compiling goblin v0.8.0
19322024-02-02T01:17:23.611Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=15f4b35d95d3f2a5 -C extra-filename=-15f4b35d95d3f2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7d8eccd574645362.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-709ecc30b9a81d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-02-02T01:17:26.046Z Compiling zerocopy v0.3.0
19342024-02-02T01:17:30.867Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=550225d2686f24f7 -C extra-filename=-550225d2686f24f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d16b0da401d645cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-02-02T01:17:30.868Z Compiling pkcs8 v0.10.2
19362024-02-02T01:17:30.868Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=5b3823ca7b698327 -C extra-filename=-5b3823ca7b698327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-02-02T01:17:30.868Z Compiling strum_macros v0.25.2
19382024-02-02T01:17:30.868Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=811fe26553f8ceb9 -C extra-filename=-811fe26553f8ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-02-02T01:17:30.868Z Compiling zerocopy-derive v0.6.4
19402024-02-02T01:17:30.868Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fe00f70c7700da8 -C extra-filename=-2fe00f70c7700da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-02-02T01:17:30.868Z Compiling itertools v0.10.5
19422024-02-02T01:17:30.868Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-02-02T01:17:31.022Z Compiling hyper v0.14.27
19442024-02-02T01:17:31.022Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=e80efd2f634829c8 -C extra-filename=-e80efd2f634829c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0d51bc2da4a6ea68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-40e1a0c906e6d384.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-fd24bc161709065e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-02-02T01:17:32.232Z Compiling clap v4.4.3
19462024-02-02T01:17:32.259Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=68a049fac585d062 -C extra-filename=-68a049fac585d062 --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-0d13cb7900ca812f.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c09791ef698e8d6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19472024-02-02T01:17:32.392Z Compiling num-iter v0.1.43
19482024-02-02T01:17:32.421Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-02-02T01:17:32.970Z Compiling usdt-impl v0.3.5
19502024-02-02T01:17:32.985Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-02-02T01:17:33.027Z Compiling usdt-impl v0.5.0
19522024-02-02T01:17:33.067Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=fba376abe28367ab -C extra-filename=-fba376abe28367ab --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-02-02T01:17:33.589Z Compiling managed v0.8.0
19542024-02-02T01:17:33.594Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-02-02T01:17:33.645Z Compiling fixedbitset v0.4.2
19562024-02-02T01:17:33.656Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-02-02T01:17:34.346Z Compiling signal-hook v0.3.17
19582024-02-02T01:17:34.356Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-02-02T01:17:34.385Z Compiling pretty-hex v0.4.1
19602024-02-02T01:17:34.395Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c78ed4cdfb819d52 -C extra-filename=-c78ed4cdfb819d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-02-02T01:17:34.684Z Compiling dof v0.3.0
19622024-02-02T01:17:34.688Z Compiling petgraph v0.6.4
19632024-02-02T01:17:34.688Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=5e63158c651fd920 -C extra-filename=-5e63158c651fd920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19642024-02-02T01:17:34.688Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=3d4ffcd86b1fd673 -C extra-filename=-3d4ffcd86b1fd673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-02-02T01:17:34.829Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab/build-script-build`
19662024-02-02T01:17:34.858Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build`
19672024-02-02T01:17:35.290Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build`
19682024-02-02T01:17:35.291Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build`
19692024-02-02T01:17:35.291Z Compiling zerocopy v0.6.4
19702024-02-02T01:17:35.296Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78ca245d915e4d36 -C extra-filename=-78ca245d915e4d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2fe00f70c7700da8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-02-02T01:17:35.296Z Compiling dof v0.1.5
19722024-02-02T01:17:35.296Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=148d6c44308c53fe -C extra-filename=-148d6c44308c53fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-550225d2686f24f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-02-02T01:17:36.142Z Compiling bit-set v0.5.3
19742024-02-02T01:17:36.173Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-02-02T01:17:36.444Z Compiling phf_shared v0.10.0
19762024-02-02T01:17:36.447Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-02-02T01:17:36.578Z Compiling ipnetwork v0.20.0
19782024-02-02T01:17:36.583Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=3ecd8b1cb98327b1 -C extra-filename=-3ecd8b1cb98327b1 --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-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-02-02T01:17:36.652Z Compiling dtrace-parser v0.1.14
19802024-02-02T01:17:36.686Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59ad5b65fb55f5b1 -C extra-filename=-59ad5b65fb55f5b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9d632e98f538c006.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-02-02T01:17:37.082Z Compiling dtrace-parser v0.2.0
19822024-02-02T01:17:37.508Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88d1bd2393a25950 -C extra-filename=-88d1bd2393a25950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9d632e98f538c006.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-02-02T01:17:37.538Z Compiling sha2 v0.10.8
19842024-02-02T01:17:37.538Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=b61046672a860c5d -C extra-filename=-b61046672a860c5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-02-02T01:17:38.112Z Compiling precomputed-hash v0.1.1
19862024-02-02T01:17:38.115Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-02-02T01:17:38.277Z Compiling new_debug_unreachable v1.0.4
19882024-02-02T01:17:38.281Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-02-02T01:17:38.411Z Compiling minimal-lexical v0.2.1
19902024-02-02T01:17:38.414Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-02-02T01:17:38.561Z Compiling string_cache v0.8.7
19922024-02-02T01:17:38.564Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=0405182190fe7586 -C extra-filename=-0405182190fe7586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19932024-02-02T01:17:39.211Z Compiling nom v7.1.3
19942024-02-02T01:17:39.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-02-02T01:17:39.761Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=43732c290a2519ea -C extra-filename=-43732c290a2519ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-390eac576c2aa143.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
19962024-02-02T01:17:40.106Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=d3e2c4c847ec72c2 -C extra-filename=-d3e2c4c847ec72c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-148d6c44308c53fe.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-59ad5b65fb55f5b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-390eac576c2aa143.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
19972024-02-02T01:17:40.728Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128 --cfg rustc_1_28`
19982024-02-02T01:17:40.873Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=42a6f77439465836 -C extra-filename=-42a6f77439465836 --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-072d063d2a089037.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5d4da44a0a445e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-02-02T01:17:41.311Z Compiling serde_tokenstream v0.1.7
20002024-02-02T01:17:41.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0671696a8f3337f8 -C extra-filename=-0671696a8f3337f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-02-02T01:17:41.316Z Compiling hmac v0.12.1
20022024-02-02T01:17:41.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=9a32162f7cac7119 -C extra-filename=-9a32162f7cac7119 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-02-02T01:17:41.676Z Compiling hyper-tls v0.5.0
20042024-02-02T01:17:41.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a16c4ff2e77a8f74 -C extra-filename=-a16c4ff2e77a8f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-733a415d280135f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d42569d7dbed775e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20052024-02-02T01:17:41.933Z Compiling hyper-rustls v0.24.2
20062024-02-02T01:17:41.941Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2eedc96338bfa563 -C extra-filename=-2eedc96338bfa563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a06770cd46d74c33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5b340c30e4282780.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
20072024-02-02T01:17:42.078Z Compiling bzip2-sys v0.1.11+1.0.8
20082024-02-02T01:17:42.509Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fecbcc5b3317f9d7 -C extra-filename=-fecbcc5b3317f9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fecbcc5b3317f9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-02-02T01:17:42.526Z Compiling heapless v0.7.16
20102024-02-02T01:17:42.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=52ff02bee2bd25df -C extra-filename=-52ff02bee2bd25df --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-52ff02bee2bd25df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-02-02T01:17:42.527Z Compiling reqwest v0.11.22
20122024-02-02T01:17:42.527Z Compiling regex-automata v0.1.10
20132024-02-02T01:17:42.527Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=19549083a4edbb33 -C extra-filename=-19549083a4edbb33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0d51bc2da4a6ea68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-40e1a0c906e6d384.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2eedc96338bfa563.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a16c4ff2e77a8f74.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-733a415d280135f6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a06770cd46d74c33.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a82cf625c5179fd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d42569d7dbed775e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5b340c30e4282780.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
20142024-02-02T01:17:42.527Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-02-02T01:17:42.948Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fecbcc5b3317f9d7/build-script-build`
20162024-02-02T01:17:43.114Z Compiling matches v0.1.10
20172024-02-02T01:17:43.125Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-02-02T01:17:43.125Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20192024-02-02T01:17:43.125Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-02-02T01:17:43.285Z Compiling lalrpop-util v0.19.12
20212024-02-02T01:17:43.291Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-02-02T01:17:43.306Z Compiling bstr v0.2.17
20232024-02-02T01:17:43.339Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-02-02T01:17:43.707Z Compiling usdt-attr-macro v0.3.5
20252024-02-02T01:17:43.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=28d7248ab087b1da -C extra-filename=-28d7248ab087b1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-59ad5b65fb55f5b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0671696a8f3337f8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d3e2c4c847ec72c2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-02-02T01:17:43.711Z Compiling usdt-macro v0.3.5
20272024-02-02T01:17:43.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=4199e292bb933c79 -C extra-filename=-4199e292bb933c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-59ad5b65fb55f5b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0671696a8f3337f8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d3e2c4c847ec72c2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-02-02T01:17:44.191Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edab41db28a21d71 -C extra-filename=-edab41db28a21d71 --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-072d063d2a089037.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-fbf64c6ee8d29268/out/lib -l static=bz2`
20292024-02-02T01:17:44.363Z Compiling idna v0.2.3
20302024-02-02T01:17:44.378Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-02-02T01:17:44.510Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build`
20322024-02-02T01:17:45.101Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-52ff02bee2bd25df/build-script-build`
20332024-02-02T01:17:45.105Z Compiling signal-hook-mio v0.2.3
20342024-02-02T01:17:45.105Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=8c9af77b23c1fc6f -C extra-filename=-8c9af77b23c1fc6f --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-072d063d2a089037.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-02-02T01:17:45.400Z Compiling block-padding v0.3.3
20362024-02-02T01:17:45.408Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=2baaac9f487044d7 -C extra-filename=-2baaac9f487044d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-02-02T01:17:45.408Z Compiling enum-as-inner v0.5.1
20382024-02-02T01:17:45.408Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffa3fb5dbd3437a4 -C extra-filename=-ffa3fb5dbd3437a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20392024-02-02T01:17:45.762Z Compiling diesel_table_macro_syntax v0.1.0
20402024-02-02T01:17:45.918Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=825e6a1816f0f05d -C extra-filename=-825e6a1816f0f05d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-02-02T01:17:45.918Z Compiling scheduled-thread-pool v0.2.7
20422024-02-02T01:17:45.918Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c07235316463e973 -C extra-filename=-c07235316463e973 --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-d288ebdde96719a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-02-02T01:17:46.298Z Compiling num-bigint v0.4.4
20442024-02-02T01:17:46.311Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20452024-02-02T01:17:46.311Z Compiling hash32 v0.2.1
20462024-02-02T01:17:46.311Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-02-02T01:17:46.440Z Compiling smoltcp v0.9.1
20482024-02-02T01:17:46.449Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-02-02T01:17:46.751Z Compiling static_assertions v1.1.0
20502024-02-02T01:17:46.756Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-02-02T01:17:46.902Z Compiling predicates-core v1.0.6
20522024-02-02T01:17:46.906Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-02-02T01:17:46.907Z Compiling regex-automata v0.3.8
20542024-02-02T01:17:46.907Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-02-02T01:17:46.907Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=97dc59e6bfc9c297 -C extra-filename=-97dc59e6bfc9c297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
20562024-02-02T01:17:46.907Z Compiling usdt v0.3.5
20572024-02-02T01:17:46.907Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=3297899f456e9780 -C extra-filename=-3297899f456e9780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-59ad5b65fb55f5b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-28d7248ab087b1da.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d3e2c4c847ec72c2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4199e292bb933c79.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20582024-02-02T01:17:47.238Z Compiling trust-dns-proto v0.22.0
20592024-02-02T01:17:47.368Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=b1466db6e2e9cddc -C extra-filename=-b1466db6e2e9cddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ffa3fb5dbd3437a4.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20602024-02-02T01:17:47.374Z Compiling diesel_derives v2.1.2
20612024-02-02T01:17:47.374Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=993265829b10b824 -C extra-filename=-993265829b10b824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-825e6a1816f0f05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20622024-02-02T01:17:47.374Z Compiling r2d2 v0.8.10
20632024-02-02T01:17:47.374Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c217e90ae6b70e6 -C extra-filename=-3c217e90ae6b70e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c07235316463e973.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20642024-02-02T01:17:47.741Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build`
20652024-02-02T01:17:48.244Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build`
20662024-02-02T01:17:48.244Z Compiling inout v0.1.3
20672024-02-02T01:17:48.245Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=15281089ab3f7dbc -C extra-filename=-15281089ab3f7dbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2baaac9f487044d7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20682024-02-02T01:17:48.411Z Compiling crossterm v0.27.0
20692024-02-02T01:17:48.411Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=2ce141d2a5357695 -C extra-filename=-2ce141d2a5357695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-8c9af77b23c1fc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20702024-02-02T01:17:48.411Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20712024-02-02T01:17:48.412Z Compiling bzip2 v0.4.4
20722024-02-02T01:17:48.412Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cccbecd6ae8d3a6 -C extra-filename=-5cccbecd6ae8d3a6 --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-edab41db28a21d71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.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-fbf64c6ee8d29268/out/lib`
20732024-02-02T01:17:48.793Z Compiling md-5 v0.10.5
20742024-02-02T01:17:48.804Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c53411e5ea7e703 -C extra-filename=-4c53411e5ea7e703 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-02-02T01:17:48.819Z Compiling hubpack_derive v0.1.1
20762024-02-02T01:17:48.823Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce000bdbaff1f2d1 -C extra-filename=-ce000bdbaff1f2d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-02-02T01:17:49.135Z Compiling stringprep v0.1.3
20782024-02-02T01:17:49.135Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-02-02T01:17:49.150Z Compiling console v0.15.8
20802024-02-02T01:17:49.150Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=78e92f0a938305c3 -C extra-filename=-78e92f0a938305c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-02-02T01:17:50.580Z Compiling bstr v1.6.0
20822024-02-02T01:17:50.964Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-02-02T01:17:50.964Z Compiling ff v0.13.0
20842024-02-02T01:17:50.964Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=ab8bb4c8beb328c5 -C extra-filename=-ab8bb4c8beb328c5 --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-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-02-02T01:17:51.153Z Compiling float-cmp v0.9.0
20862024-02-02T01:17:51.154Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-02-02T01:17:51.154Z Compiling normalize-line-endings v0.3.0
20882024-02-02T01:17:51.154Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-02-02T01:17:51.193Z Compiling fallible-iterator v0.2.0
20902024-02-02T01:17:51.193Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-02-02T01:17:51.380Z Compiling difflib v0.4.0
20922024-02-02T01:17:51.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-02-02T01:17:52.014Z Compiling base16ct v0.2.0
20942024-02-02T01:17:52.538Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-02-02T01:17:52.538Z Compiling postgres-protocol v0.6.6
20962024-02-02T01:17:52.539Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ee84ac24588eb599 -C extra-filename=-ee84ac24588eb599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4c53411e5ea7e703.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-02-02T01:17:52.539Z Compiling sec1 v0.7.3
20982024-02-02T01:17:52.539Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=5ad3b2f445531e05 -C extra-filename=-5ad3b2f445531e05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-02-02T01:17:53.011Z Compiling predicates v3.1.0
21002024-02-02T01:17:53.167Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=53721f6b6218811c -C extra-filename=-53721f6b6218811c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-02-02T01:17:53.363Z Compiling group v0.13.0
21022024-02-02T01:17:53.523Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=91a8c368bbe7faaf -C extra-filename=-91a8c368bbe7faaf --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-ab8bb4c8beb328c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-02-02T01:17:53.888Z Compiling hubpack v0.1.2
21042024-02-02T01:17:53.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b7aebcce2621efe -C extra-filename=-7b7aebcce2621efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-ce000bdbaff1f2d1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-02-02T01:17:53.896Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3d7c960258bf978b -C extra-filename=-3d7c960258bf978b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-97dc59e6bfc9c297.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-02-02T01:17:54.228Z Compiling zip v0.6.6
21072024-02-02T01:17:54.392Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=f959e24eb3a10109 -C extra-filename=-f959e24eb3a10109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-5cccbecd6ae8d3a6.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
21082024-02-02T01:17:54.571Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=bbacd6d88864d6e8 -C extra-filename=-bbacd6d88864d6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.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`
21092024-02-02T01:17:55.180Z Compiling cipher v0.4.4
21102024-02-02T01:17:55.180Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=0cddec495d8a776e -C extra-filename=-0cddec495d8a776e --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-4c8e5875e5a3a025.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-02-02T01:17:55.609Z Compiling similar v2.3.0
21122024-02-02T01:17:55.609Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-02-02T01:17:55.666Z Compiling hkdf v0.12.4
21142024-02-02T01:17:55.694Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1840ba39f4ff13d1 -C extra-filename=-1840ba39f4ff13d1 --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-9a32162f7cac7119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-02-02T01:17:56.062Z Compiling phf_shared v0.11.2
21162024-02-02T01:17:56.065Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=99682a769b4285fe -C extra-filename=-99682a769b4285fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-02-02T01:17:56.540Z Compiling crypto-bigint v0.5.2
21182024-02-02T01:17:56.572Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=93421491300e334f -C extra-filename=-93421491300e334f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-02-02T01:17:56.642Z Compiling serde_repr v0.1.16
21202024-02-02T01:17:56.650Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4d6dbf4783e72df -C extra-filename=-c4d6dbf4783e72df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-02-02T01:17:57.452Z Compiling phf v0.11.2
21222024-02-02T01:17:57.496Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-99682a769b4285fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21232024-02-02T01:17:57.919Z Compiling postgres-types v0.2.6
21242024-02-02T01:17:57.937Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=be9dd9d729068190 -C extra-filename=-be9dd9d729068190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-ee84ac24588eb599.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-02-02T01:17:58.915Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21262024-02-02T01:17:58.919Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=bf43519762da0c79 -C extra-filename=-bf43519762da0c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-7b7aebcce2621efe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c4d6dbf4783e72df.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3d7c960258bf978b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-02-02T01:17:59.457Z Compiling yasna v0.5.2
21282024-02-02T01:17:59.464Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=238a204dfb074999 -C extra-filename=-238a204dfb074999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21292024-02-02T01:18:00.463Z Compiling elliptic-curve v0.13.8
21302024-02-02T01:18:00.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=7a80d53055709791 -C extra-filename=-7a80d53055709791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-93421491300e334f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5ad3b2f445531e05.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-02-02T01:18:01.352Z Compiling whoami v1.4.1
21322024-02-02T01:18:01.355Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-02-02T01:18:01.760Z Compiling tokio-stream v0.1.14
21342024-02-02T01:18:01.768Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=eedd5edfadcd0594 -C extra-filename=-eedd5edfadcd0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21352024-02-02T01:18:02.399Z Compiling tokio-postgres v0.7.10
21362024-02-02T01:18:02.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=c2bec24bc1103476 -C extra-filename=-c2bec24bc1103476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-ee84ac24588eb599.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21372024-02-02T01:18:02.429Z Compiling serde_tokenstream v0.2.0
21382024-02-02T01:18:02.440Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9882fb17efa4ead3 -C extra-filename=-9882fb17efa4ead3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-02-02T01:18:02.699Z Compiling regress v0.7.1
21402024-02-02T01:18:02.725Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d8a1b495d19f80b -C extra-filename=-6d8a1b495d19f80b --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-67e1651faf6cec83.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21412024-02-02T01:18:03.311Z Compiling getopts v0.2.21
21422024-02-02T01:18:03.320Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432024-02-02T01:18:03.340Z Compiling unsafe-libyaml v0.2.10
21442024-02-02T01:18:03.346Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e0eb814995768c3 -C extra-filename=-3e0eb814995768c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-02-02T01:18:05.009Z Compiling camino v1.1.6
21462024-02-02T01:18:05.013Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472024-02-02T01:18:06.051Z Compiling serde_yaml v0.9.25
21482024-02-02T01:18:06.055Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46b96a3087a844ce -C extra-filename=-46b96a3087a844ce --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-b0a0efd32f3c53f8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21492024-02-02T01:18:06.536Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build`
21502024-02-02T01:18:06.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=90e54d00725bce1d -C extra-filename=-90e54d00725bce1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21512024-02-02T01:18:06.873Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
21522024-02-02T01:18:06.912Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=111dfa4b750cc3a1 -C extra-filename=-111dfa4b750cc3a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
21532024-02-02T01:18:07.478Z Compiling fastrand v2.0.0
21542024-02-02T01:18:07.486Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21552024-02-02T01:18:08.370Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
21562024-02-02T01:18:08.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/1f97f16/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd59421ca9b135a6 -C extra-filename=-cd59421ca9b135a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-02-02T01:18:08.423Z Compiling tempfile v3.9.0
21582024-02-02T01:18:08.430Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc2960752bede418 -C extra-filename=-cc2960752bede418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-02-02T01:18:08.699Z Compiling dirs-sys-next v0.1.2
21602024-02-02T01:18:08.709Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f1eaa17a9efd56e -C extra-filename=-3f1eaa17a9efd56e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-02-02T01:18:09.713Z Compiling dirs-next v2.0.0
21622024-02-02T01:18:09.719Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f264830ed1df9850 -C extra-filename=-f264830ed1df9850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-3f1eaa17a9efd56e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-02-02T01:18:09.853Z Compiling toml v0.8.8
21642024-02-02T01:18:09.858Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=3d94863287eb23d9 -C extra-filename=-3d94863287eb23d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-02-02T01:18:09.985Z Compiling ident_case v1.0.1
21662024-02-02T01:18:09.996Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-02-02T01:18:10.295Z Compiling term v0.7.0
21682024-02-02T01:18:10.309Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=597d459fab2c8513 -C extra-filename=-597d459fab2c8513 --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-f264830ed1df9850.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-02-02T01:18:10.684Z Compiling match_cfg v0.1.0
21702024-02-02T01:18:10.692Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712024-02-02T01:18:10.818Z Compiling hostname v0.3.1
21722024-02-02T01:18:10.822Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9a7bd16e76bd4a46 -C extra-filename=-9a7bd16e76bd4a46 --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-072d063d2a089037.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-02-02T01:18:11.173Z Compiling quick-error v1.2.3
21742024-02-02T01:18:11.181Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-02-02T01:18:11.393Z Compiling rustls-pki-types v1.1.0
21762024-02-02T01:18:11.403Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eeccc4e3c9bdc54b -C extra-filename=-eeccc4e3c9bdc54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-02-02T01:18:11.691Z Compiling http v1.0.0
21782024-02-02T01:18:11.712Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=708fecddce6c1cd0 -C extra-filename=-708fecddce6c1cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-02-02T01:18:16.020Z Compiling atty v0.2.14
21802024-02-02T01:18:16.150Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc25534d397079e -C extra-filename=-1dc25534d397079e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-02-02T01:18:16.150Z Compiling paste v1.0.14
21822024-02-02T01:18:16.151Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-02-02T01:18:16.151Z Compiling sha1 v0.10.6
21842024-02-02T01:18:16.151Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a7abbe626b913ae0 -C extra-filename=-a7abbe626b913ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-02-02T01:18:16.151Z Compiling crossbeam-channel v0.5.8
21862024-02-02T01:18:16.152Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-02-02T01:18:16.152Z Compiling rustls v0.22.2
21882024-02-02T01:18:16.152Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=fd391898a2e69fd1 -C extra-filename=-fd391898a2e69fd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-02-02T01:18:16.152Z Compiling rustls-webpki v0.102.1
21902024-02-02T01:18:16.152Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=0d65772a034c3668 -C extra-filename=-0d65772a034c3668 --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-3b77b2699f3850e3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
21912024-02-02T01:18:16.152Z Compiling thread_local v1.1.7
21922024-02-02T01:18:16.152Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932024-02-02T01:18:16.152Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1/build-script-build`
21942024-02-02T01:18:16.152Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build`
21952024-02-02T01:18:16.153Z Compiling instant v0.1.12
21962024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-02-02T01:18:16.153Z Compiling slog-async v2.8.0
21992024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-02-02T01:18:16.153Z Compiling rustls-pemfile v2.0.0
22012024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d52e8b8bf19ea0f -C extra-filename=-2d52e8b8bf19ea0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-02-02T01:18:16.153Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build`
22032024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=cc1a1d40131d7375 -C extra-filename=-cc1a1d40131d7375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0d65772a034c3668.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
22042024-02-02T01:18:16.153Z Compiling multer v3.0.0
22052024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=805d3ae66b726d7e -C extra-filename=-805d3ae66b726d7e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-02-02T01:18:16.153Z Compiling diesel v2.1.4
22072024-02-02T01:18:16.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=5e4cc851a6780f0b -C extra-filename=-5e4cc851a6780f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-993265829b10b824.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-3c217e90ae6b70e6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
22082024-02-02T01:18:16.617Z Compiling debug-ignore v1.0.5
22092024-02-02T01:18:16.617Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-02-02T01:18:16.617Z Compiling take_mut v0.2.2
22112024-02-02T01:18:16.617Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-02-02T01:18:16.617Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e/build-script-build`
22132024-02-02T01:18:16.618Z Compiling slog-term v2.9.0
22142024-02-02T01:18:16.618Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a4aa598a7ca020e -C extra-filename=-4a4aa598a7ca020e --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-1dc25534d397079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-02-02T01:18:16.618Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=265466263196d585 -C extra-filename=-265466263196d585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
22162024-02-02T01:18:16.618Z Compiling darling_core v0.20.3
22172024-02-02T01:18:16.618Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b7b51f1187553e77 -C extra-filename=-b7b51f1187553e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-02-02T01:18:16.618Z Compiling slog-json v2.6.1
22192024-02-02T01:18:16.618Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fd3394db9d0caec2 -C extra-filename=-fd3394db9d0caec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202024-02-02T01:18:16.624Z Compiling async-stream-impl v0.3.5
22212024-02-02T01:18:16.624Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=410bfcf6a1bacea0 -C extra-filename=-410bfcf6a1bacea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-02-02T01:18:16.625Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22232024-02-02T01:18:16.625Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242024-02-02T01:18:17.138Z Compiling atomic-waker v1.1.1
22252024-02-02T01:18:17.148Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-02-02T01:18:17.362Z Compiling waitgroup v0.1.2
22272024-02-02T01:18:17.373Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-a50df26b514b845d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-02-02T01:18:17.382Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build`
22292024-02-02T01:18:17.410Z Compiling slog-bunyan v2.5.0
22302024-02-02T01:18:17.420Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fccf81fe59d8c353 -C extra-filename=-fccf81fe59d8c353 --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-9a7bd16e76bd4a46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd3394db9d0caec2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-02-02T01:18:17.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1c355441340e8c39 -C extra-filename=-1c355441340e8c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-02-02T01:18:17.692Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22332024-02-02T01:18:17.712Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46d1858fa5b4850e -C extra-filename=-46d1858fa5b4850e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342024-02-02T01:18:17.712Z Compiling serde_path_to_error v0.1.15
22352024-02-02T01:18:17.731Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=869fc7afa7d573ed -C extra-filename=-869fc7afa7d573ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-02-02T01:18:18.949Z Compiling async-stream v0.3.5
22372024-02-02T01:18:19.366Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a837d467bd45f539 -C extra-filename=-a837d467bd45f539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-410bfcf6a1bacea0.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-02-02T01:18:19.380Z Compiling strum v0.25.0
22392024-02-02T01:18:19.380Z Compiling structmeta-derive v0.2.0
22402024-02-02T01:18:19.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=1e278cffa1bf8d44 -C extra-filename=-1e278cffa1bf8d44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-02-02T01:18:19.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2344354b907fe132 -C extra-filename=-2344354b907fe132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-02-02T01:18:19.440Z Compiling wait-timeout v0.2.0
22432024-02-02T01:18:19.445Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a82392be273b6644 -C extra-filename=-a82392be273b6644 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-02-02T01:18:19.548Z Compiling rand_xorshift v0.3.0
22452024-02-02T01:18:19.555Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f9296451310b69fd -C extra-filename=-f9296451310b69fd --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-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-02-02T01:18:20.015Z Compiling rusty-fork v0.3.0
22472024-02-02T01:18:20.022Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=6de4a8a0d9b6f662 -C extra-filename=-6de4a8a0d9b6f662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a82392be273b6644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-02-02T01:18:20.322Z Compiling unarray v0.1.4
22492024-02-02T01:18:20.344Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502024-02-02T01:18:20.547Z Compiling regex-syntax v0.7.5
22512024-02-02T01:18:20.551Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522024-02-02T01:18:21.210Z Compiling proptest v1.4.0
22532024-02-02T01:18:21.220Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=85c75ac927938145 -C extra-filename=-85c75ac927938145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-f9296451310b69fd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-6de4a8a0d9b6f662.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-02-02T01:18:21.601Z Compiling tokio-rustls v0.25.0
22552024-02-02T01:18:21.611Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=0b0e7b921730a6fd -C extra-filename=-0b0e7b921730a6fd --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-cc1a1d40131d7375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
22562024-02-02T01:18:22.233Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=da3202fff8a85047 -C extra-filename=-da3202fff8a85047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-a837d467bd45f539.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-46d1858fa5b4850e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-9a7bd16e76bd4a46.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1c355441340e8c39.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd3394db9d0caec2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0b0e7b921730a6fd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3297899f456e9780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
22572024-02-02T01:18:24.667Z Compiling structmeta v0.2.0
22582024-02-02T01:18:24.675Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b86e202d68bb75d -C extra-filename=-2b86e202d68bb75d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-2344354b907fe132.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-02-02T01:18:25.456Z Compiling backoff v0.4.0
22602024-02-02T01:18:25.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=65dcd9d072ccd706 -C extra-filename=-65dcd9d072ccd706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-02-02T01:18:25.804Z Compiling darling_macro v0.20.3
22622024-02-02T01:18:25.807Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9298a228b1741548 -C extra-filename=-9298a228b1741548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-b7b51f1187553e77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632024-02-02T01:18:25.852Z Compiling test-strategy v0.3.1
22642024-02-02T01:18:25.877Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27b20e1d8b8c8539 -C extra-filename=-27b20e1d8b8c8539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652024-02-02T01:18:27.806Z Compiling darling v0.20.3
22662024-02-02T01:18:27.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=a34d9bee0dc7c428 -C extra-filename=-a34d9bee0dc7c428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-b7b51f1187553e77.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-9298a228b1741548.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-02-02T01:18:28.012Z Compiling serde_with_macros v3.5.1
22682024-02-02T01:18:28.015Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=837fd8ec989dad07 -C extra-filename=-837fd8ec989dad07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-a34d9bee0dc7c428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692024-02-02T01:18:32.024Z Compiling parse-display-derive v0.8.2
22702024-02-02T01:18:32.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca1c526a6650f609 -C extra-filename=-ca1c526a6650f609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712024-02-02T01:18:32.061Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722024-02-02T01:18:32.064Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6f6c7df7c120fea -C extra-filename=-f6f6c7df7c120fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-02-02T01:18:32.293Z Compiling macaddr v1.0.1
22742024-02-02T01:18:32.296Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=2e45b84a56390454 -C extra-filename=-2e45b84a56390454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-02-02T01:18:32.954Z Compiling camino-tempfile v1.1.1
22762024-02-02T01:18:32.959Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fb0f0b6b1190272 -C extra-filename=-7fb0f0b6b1190272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-02-02T01:18:33.082Z Compiling is-terminal v0.4.9
22782024-02-02T01:18:33.094Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f16c8e6c7390e4f -C extra-filename=-6f16c8e6c7390e4f --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-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-02-02T01:18:33.274Z Compiling same-file v1.0.6
22802024-02-02T01:18:33.294Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-02-02T01:18:33.626Z Compiling serde_with v3.5.1
22822024-02-02T01:18:33.637Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=621b9613ef51ba8e -C extra-filename=-621b9613ef51ba8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-837fd8ec989dad07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832024-02-02T01:18:33.651Z Compiling walkdir v2.4.0
22842024-02-02T01:18:33.660Z Compiling proc-macro-error-attr v1.0.4
22852024-02-02T01:18:33.660Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-02-02T01:18:33.660Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-02-02T01:18:34.253Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build`
22882024-02-02T01:18:34.344Z Compiling proc-macro-error v1.0.4
22892024-02-02T01:18:34.349Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-02-02T01:18:34.892Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c614a6284c671f85 -C extra-filename=-c614a6284c671f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-02-02T01:18:34.938Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build`
22922024-02-02T01:18:35.147Z Compiling xattr v1.0.1
22932024-02-02T01:18:35.158Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=c9352d8834b1e565 -C extra-filename=-c9352d8834b1e565 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942024-02-02T01:18:35.504Z Compiling filetime v0.2.23
22952024-02-02T01:18:35.507Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fc834b5cc8db937 -C extra-filename=-9fc834b5cc8db937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-02-02T01:18:36.000Z Compiling tar v0.4.40
22972024-02-02T01:18:36.008Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=f52fbb710d46b57b -C extra-filename=-f52fbb710d46b57b --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-9fc834b5cc8db937.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c9352d8834b1e565.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-02-02T01:18:36.044Z Compiling usdt-macro v0.5.0
22992024-02-02T01:18:36.044Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=ab56bc6b94024dbc -C extra-filename=-ab56bc6b94024dbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002024-02-02T01:18:36.416Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4cd3cd7a801c31ba -C extra-filename=-4cd3cd7a801c31ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-c614a6284c671f85.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
23012024-02-02T01:18:37.623Z Compiling usdt-attr-macro v0.5.0
23022024-02-02T01:18:37.626Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=7f5ccbdd33ed88e9 -C extra-filename=-7f5ccbdd33ed88e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-02-02T01:18:38.917Z Compiling memmap v0.7.0
23042024-02-02T01:18:38.921Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6ab6553afcb4a71 -C extra-filename=-f6ab6553afcb4a71 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-02-02T01:18:39.493Z Compiling termtree v0.4.1
23062024-02-02T01:18:39.497Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-02-02T01:18:39.618Z Compiling proc-macro-crate v1.3.1
23082024-02-02T01:18:39.625Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8910d6f5435e3453 -C extra-filename=-8910d6f5435e3453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d8d712bcfc0a4217.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-02-02T01:18:39.729Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23102024-02-02T01:18:39.737Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/1f97f16/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b2994faa6123e7a -C extra-filename=-8b2994faa6123e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-cd59421ca9b135a6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-02-02T01:18:39.829Z Compiling predicates-tree v1.0.9
23122024-02-02T01:18:39.838Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-02-02T01:18:40.119Z Compiling parse-display v0.8.2
23142024-02-02T01:18:40.132Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=78d02dbd876db383 -C extra-filename=-78d02dbd876db383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-ca1c526a6650f609.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152024-02-02T01:18:40.411Z Compiling heapless v0.8.0
23162024-02-02T01:18:40.416Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=032ca00bcef39cf3 -C extra-filename=-032ca00bcef39cf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-02-02T01:18:40.668Z Compiling hash32 v0.3.1
23182024-02-02T01:18:40.672Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3e82812a85a875b -C extra-filename=-f3e82812a85a875b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-02-02T01:18:40.692Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202024-02-02T01:18:40.696Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212024-02-02T01:18:40.725Z Compiling usdt v0.5.0
23222024-02-02T01:18:40.751Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=3e0f129150d45802 -C extra-filename=-3e0f129150d45802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f6ab6553afcb4a71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-7f5ccbdd33ed88e9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-ab56bc6b94024dbc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-02-02T01:18:41.027Z Compiling smoltcp v0.11.0
23242024-02-02T01:18:41.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=7948c97bae278fef -C extra-filename=-7948c97bae278fef --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-02-02T01:18:41.333Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build`
23262024-02-02T01:18:41.371Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3/build-script-build`
23272024-02-02T01:18:41.378Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23282024-02-02T01:18:41.397Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-02-02T01:18:41.414Z Compiling num_enum_derive v0.5.11
23302024-02-02T01:18:41.422Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=8535bbbfa68b9b27 -C extra-filename=-8535bbbfa68b9b27 --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-8910d6f5435e3453.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-02-02T01:18:41.523Z Compiling embedded-io v0.4.0
23322024-02-02T01:18:41.562Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-02-02T01:18:41.828Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb71b76a816b909 -C extra-filename=-0eb71b76a816b909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-f3e82812a85a875b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-02-02T01:18:41.888Z Compiling crucible-workspace-hack v0.1.0
23352024-02-02T01:18:41.896Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-02-02T01:18:41.922Z Compiling cobs v0.2.3
23372024-02-02T01:18:41.928Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-02-02T01:18:42.266Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef/build-script-build`
23392024-02-02T01:18:42.308Z Compiling postcard v1.0.8
23402024-02-02T01:18:42.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=6d137f30f5ccec05 -C extra-filename=-6d137f30f5ccec05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412024-02-02T01:18:42.430Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build`
23422024-02-02T01:18:42.456Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build`
23432024-02-02T01:18:42.492Z Compiling foreign-types-macros v0.2.3
23442024-02-02T01:18:42.496Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2f14c3f5fb64b64e -C extra-filename=-2f14c3f5fb64b64e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-02-02T01:18:42.519Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23462024-02-02T01:18:42.519Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=5b167de2a1acb27f -C extra-filename=-5b167de2a1acb27f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-02-02T01:18:43.198Z Compiling foreign-types-shared v0.3.1
23482024-02-02T01:18:43.213Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-02-02T01:18:43.365Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23502024-02-02T01:18:43.381Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-02-02T01:18:43.655Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=5afd63cc3a677340 -C extra-filename=-5afd63cc3a677340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0eb71b76a816b909.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-02-02T01:18:43.800Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23532024-02-02T01:18:43.811Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8ecf415fda16518a -C extra-filename=-8ecf415fda16518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542024-02-02T01:18:43.936Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build`
23552024-02-02T01:18:43.945Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f/build-script-build`
23562024-02-02T01:18:44.030Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
23572024-02-02T01:18:44.078Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-02-02T01:18:44.231Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
23592024-02-02T01:18:44.277Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23602024-02-02T01:18:44.315Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a37c6ebd46a4cd07 -C extra-filename=-a37c6ebd46a4cd07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-02-02T01:18:44.523Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23622024-02-02T01:18:44.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cab22822850664b7 -C extra-filename=-cab22822850664b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-02-02T01:18:44.923Z Compiling foreign-types v0.5.0
23642024-02-02T01:18:44.927Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=037f6e2ea010334e -C extra-filename=-037f6e2ea010334e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-2f14c3f5fb64b64e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-02-02T01:18:45.086Z Compiling cstr-argument v0.1.2
23662024-02-02T01:18:45.092Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-02-02T01:18:45.461Z Compiling pretty-hex v0.2.1
23682024-02-02T01:18:45.474Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-02-02T01:18:45.732Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23702024-02-02T01:18:45.744Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-02-02T01:18:45.863Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6165410d8b43b63 -C extra-filename=-e6165410d8b43b63 --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-072d063d2a089037.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a37c6ebd46a4cd07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
23722024-02-02T01:18:46.107Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23732024-02-02T01:18:46.111Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81757f986a90e6b2 -C extra-filename=-81757f986a90e6b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-037f6e2ea010334e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-02-02T01:18:46.212Z Compiling colored v2.0.4
23752024-02-02T01:18:46.215Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4e53ac2f60bc73e -C extra-filename=-c4e53ac2f60bc73e --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-6f16c8e6c7390e4f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-02-02T01:18:46.307Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build`
23772024-02-02T01:18:46.315Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23782024-02-02T01:18:46.318Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=305a3b0da76da73f -C extra-filename=-305a3b0da76da73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-02-02T01:18:46.497Z Compiling num_enum v0.5.11
23802024-02-02T01:18:46.502Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=13150d1a6c4d93bb -C extra-filename=-13150d1a6c4d93bb --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-8535bbbfa68b9b27.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-02-02T01:18:46.728Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23822024-02-02T01:18:46.731Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59c913c8700dc51b -C extra-filename=-59c913c8700dc51b --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-072d063d2a089037.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-13150d1a6c4d93bb.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-02-02T01:18:46.815Z Compiling zone_cfg_derive v0.3.0
23842024-02-02T01:18:46.819Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0410dd5aee11f7e -C extra-filename=-b0410dd5aee11f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-02-02T01:18:47.023Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
23862024-02-02T01:18:47.026Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf54ee2b4d6846aa -C extra-filename=-cf54ee2b4d6846aa --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-072d063d2a089037.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-02-02T01:18:47.252Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a396362593b6b51 -C extra-filename=-3a396362593b6b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c4e53ac2f60bc73e.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-59c913c8700dc51b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-13150d1a6c4d93bb.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-81757f986a90e6b2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e6165410d8b43b63.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-fd24bc161709065e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
23882024-02-02T01:18:47.338Z Compiling num-derive v0.4.0
23892024-02-02T01:18:47.794Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46b50ed90cd92d22 -C extra-filename=-46b50ed90cd92d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-02-02T01:18:47.814Z Compiling mockall_derive v0.12.0
23912024-02-02T01:18:47.815Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9dd89df589b9b409 -C extra-filename=-9dd89df589b9b409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922024-02-02T01:18:48.934Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23932024-02-02T01:18:48.938Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/1f97f16/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=2306d67c6177b9bf -C extra-filename=-2306d67c6177b9bf --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-cd59421ca9b135a6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8b2994faa6123e7a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-02-02T01:18:49.132Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23952024-02-02T01:18:49.172Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=603d7589d4638d1c -C extra-filename=-603d7589d4638d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2306d67c6177b9bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962024-02-02T01:18:49.631Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23972024-02-02T01:18:49.634Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=d823089d2bf74d33 -C extra-filename=-d823089d2bf74d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-02-02T01:18:51.584Z Compiling downcast v0.11.0
23992024-02-02T01:18:51.595Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002024-02-02T01:18:51.968Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=006eb059aae9854c -C extra-filename=-006eb059aae9854c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-cab22822850664b7.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d823089d2bf74d33.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
24012024-02-02T01:18:52.193Z Compiling fragile v2.0.0
24022024-02-02T01:18:52.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-02-02T01:18:52.293Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24042024-02-02T01:18:52.304Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac553dd9b1f7b09a -C extra-filename=-ac553dd9b1f7b09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-006eb059aae9854c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-305a3b0da76da73f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-02-02T01:18:53.198Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
24062024-02-02T01:18:53.223Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2d4bc11/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6ed8128ccfc730c -C extra-filename=-a6ed8128ccfc730c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-46b50ed90cd92d22.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-02-02T01:18:53.693Z Compiling zone v0.3.0
24082024-02-02T01:18:53.693Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=65a9dfe0c962f34a -C extra-filename=-65a9dfe0c962f34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b0410dd5aee11f7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-02-02T01:18:53.774Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
24102024-02-02T01:18:53.778Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7614796703d08fee -C extra-filename=-7614796703d08fee --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-cf54ee2b4d6846aa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-02-02T01:18:54.430Z Compiling smf v0.2.2
24122024-02-02T01:18:54.441Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84133904c58985c5 -C extra-filename=-84133904c58985c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-02-02T01:18:54.849Z Compiling pem v3.0.2
24142024-02-02T01:18:54.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9c1463b07ede707 -C extra-filename=-e9c1463b07ede707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152024-02-02T01:18:55.461Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24162024-02-02T01:18:55.467Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2363f5f428a08c91 -C extra-filename=-2363f5f428a08c91 --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-072d063d2a089037.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3a396362593b6b51.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-006eb059aae9854c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-02-02T01:18:55.822Z Compiling headers-core v0.2.0
24182024-02-02T01:18:55.838Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1716034038b766 -C extra-filename=-0c1716034038b766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-02-02T01:18:56.061Z Compiling headers v0.3.9
24202024-02-02T01:18:56.933Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=932e5b382d4d6d76 -C extra-filename=-932e5b382d4d6d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0c1716034038b766.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-02-02T01:18:56.933Z Compiling rcgen v0.12.1
24222024-02-02T01:18:56.933Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=c8c40b309bdd07cb -C extra-filename=-c8c40b309bdd07cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
24232024-02-02T01:18:56.937Z Compiling atomicwrites v0.4.3
24242024-02-02T01:18:56.937Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cefa51378f2ea758 -C extra-filename=-cefa51378f2ea758 --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-4ecfac87a90319cf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-02-02T01:18:57.182Z Compiling subprocess v0.2.9
24262024-02-02T01:18:57.186Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c38f3536090460f -C extra-filename=-0c38f3536090460f --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-02-02T01:18:57.211Z Compiling linked-hash-map v0.5.6
24282024-02-02T01:18:57.214Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-02-02T01:18:57.780Z Compiling lru-cache v0.1.2
24302024-02-02T01:18:57.786Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-02-02T01:18:58.105Z Compiling crossbeam-deque v0.8.3
24322024-02-02T01:18:58.111Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-02-02T01:18:58.644Z Compiling rayon-core v1.12.0
24342024-02-02T01:18:58.654Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-02-02T01:18:59.191Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build`
24362024-02-02T01:18:59.233Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-02-02T01:18:59.527Z Compiling itertools v0.12.1
24382024-02-02T01:18:59.553Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=69934fc61b2f8197 -C extra-filename=-69934fc61b2f8197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-02-02T01:19:00.312Z Compiling swrite v0.1.0
24402024-02-02T01:19:00.320Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-02-02T01:19:00.486Z Compiling password-hash v0.5.0
24422024-02-02T01:19:00.491Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=523dd66978ebd8da -C extra-filename=-523dd66978ebd8da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-02-02T01:19:00.621Z Compiling rayon v1.8.0
24442024-02-02T01:19:00.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-02-02T01:19:02.173Z Compiling mockall v0.12.0
24462024-02-02T01:19:02.199Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d370449767f06d09 -C extra-filename=-d370449767f06d09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd89df589b9b409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-02-02T01:19:02.652Z Compiling blake2 v0.10.6
24482024-02-02T01:19:02.666Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0757a700110d201d -C extra-filename=-0757a700110d201d --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-02-02T01:19:02.666Z Compiling cancel-safe-futures v0.1.5
24502024-02-02T01:19:02.667Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-02-02T01:19:02.667Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24522024-02-02T01:19:02.667Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a759d9a1bac2fdd -C extra-filename=-8a759d9a1bac2fdd --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-3679a975bfe14c18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-603d7589d4638d1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-46b96a3087a844ce.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-02-02T01:19:02.687Z Compiling arc-swap v1.6.0
24542024-02-02T01:19:02.696Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-02-02T01:19:02.882Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build`
24562024-02-02T01:19:02.971Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8c5958d0657057f8 -C extra-filename=-8c5958d0657057f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-02-02T01:19:03.770Z Compiling argon2 v0.5.3
24582024-02-02T01:19:03.774Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=c60818d518355126 -C extra-filename=-c60818d518355126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-0757a700110d201d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-523dd66978ebd8da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-02-02T01:19:03.832Z Compiling slog-scope v4.4.0
24602024-02-02T01:19:03.843Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=133fd07da514051c -C extra-filename=-133fd07da514051c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-02-02T01:19:04.624Z Compiling toml v0.5.11
24622024-02-02T01:19:04.657Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c0135baddaf047d0 -C extra-filename=-c0135baddaf047d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-02-02T01:19:04.751Z Compiling slog-stdlog v4.1.1
24642024-02-02T01:19:04.777Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-02-02T01:19:04.835Z Compiling half v2.3.1
24662024-02-02T01:19:04.840Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9393b882343b5371 -C extra-filename=-9393b882343b5371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-02-02T01:19:05.301Z Compiling ciborium-io v0.2.2
24682024-02-02T01:19:05.307Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c59469613c5b8e57 -C extra-filename=-c59469613c5b8e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-02-02T01:19:05.485Z Compiling slog-envlogger v2.2.0
24702024-02-02T01:19:05.506Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=d18b7c2a0aa727f2 -C extra-filename=-d18b7c2a0aa727f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-02-02T01:19:06.171Z Compiling ciborium-ll v0.2.2
24722024-02-02T01:19:06.178Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bf3400fca3c7a04 -C extra-filename=-7bf3400fca3c7a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c59469613c5b8e57.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9393b882343b5371.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-02-02T01:19:06.463Z Compiling ciborium v0.2.2
24742024-02-02T01:19:06.467Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44e3ea887799f379 -C extra-filename=-44e3ea887799f379 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c59469613c5b8e57.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7bf3400fca3c7a04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-02-02T01:19:06.640Z Compiling libsw v3.3.1
24762024-02-02T01:19:06.644Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=c956746db07d067d -C extra-filename=-c956746db07d067d --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-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-02-02T01:19:07.110Z Compiling derive-where v1.2.7
24782024-02-02T01:19:07.119Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99137e97c3cb7edd -C extra-filename=-99137e97c3cb7edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-02-02T01:19:08.421Z Compiling owo-colors v4.0.0
24802024-02-02T01:19:08.424Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=809f059798a7cc9f -C extra-filename=-809f059798a7cc9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-02-02T01:19:09.293Z Compiling linear-map v1.2.0
24822024-02-02T01:19:09.301Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-02-02T01:19:09.301Z Compiling home v0.5.5
24842024-02-02T01:19:09.301Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-02-02T01:19:09.301Z Compiling resolv-conf v0.7.0
24862024-02-02T01:19:09.301Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=81777ad20339e29c -C extra-filename=-81777ad20339e29c --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-9a7bd16e76bd4a46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-02-02T01:19:09.350Z Compiling heck v0.3.3
24882024-02-02T01:19:09.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892024-02-02T01:19:09.439Z Compiling textwrap v0.11.0
24902024-02-02T01:19:11.000Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-02-02T01:19:11.057Z Compiling trust-dns-resolver v0.22.0
24922024-02-02T01:19:11.057Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=a8f6b871a08b8e5c -C extra-filename=-a8f6b871a08b8e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-81777ad20339e29c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932024-02-02T01:19:11.058Z Compiling vec_map v0.8.2
24942024-02-02T01:19:11.058Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-02-02T01:19:11.058Z Compiling ansi_term v0.12.1
24962024-02-02T01:19:11.058Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-02-02T01:19:11.058Z Compiling strsim v0.8.0
24982024-02-02T01:19:11.058Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-02-02T01:19:11.071Z Compiling libefi-sys v0.1.0
25002024-02-02T01:19:11.071Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-02-02T01:19:11.291Z Compiling clap v2.34.0
25022024-02-02T01:19:11.298Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=d7a503156bda85c1 -C extra-filename=-d7a503156bda85c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1dc25534d397079e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-02-02T01:19:11.472Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build`
25042024-02-02T01:19:11.511Z Compiling structopt-derive v0.4.18
25052024-02-02T01:19:11.515Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7484ef1dfa850fec -C extra-filename=-7484ef1dfa850fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-02-02T01:19:12.115Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25072024-02-02T01:19:12.589Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4930b7a36282638 -C extra-filename=-e4930b7a36282638 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-e4930b7a36282638 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-02-02T01:19:12.589Z Compiling slog-dtrace v0.3.0
25092024-02-02T01:19:12.589Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc3f82c17415ae55 -C extra-filename=-cc3f82c17415ae55 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-02-02T01:19:12.590Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-e4930b7a36282638/build-script-build`
25112024-02-02T01:19:12.669Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
25122024-02-02T01:19:13.070Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55/build-script-build`
25132024-02-02T01:19:13.136Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25142024-02-02T01:19:13.151Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a93b7ef4c6ac7463 -C extra-filename=-a93b7ef4c6ac7463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-13150d1a6c4d93bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-02-02T01:19:13.528Z Compiling arrayvec v0.7.4
25162024-02-02T01:19:13.540Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-02-02T01:19:13.680Z Compiling arrayref v0.3.7
25182024-02-02T01:19:13.685Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-02-02T01:19:13.818Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25202024-02-02T01:19:13.822Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95a37e8719a7fef9 -C extra-filename=-95a37e8719a7fef9 --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-072d063d2a089037.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-02-02T01:19:14.181Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4699374c8c7e7f44 -C extra-filename=-4699374c8c7e7f44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-02-02T01:19:14.216Z Compiling gethostname v0.4.3
25232024-02-02T01:19:14.216Z Running `/home/build/.rustup/toolchains/1.74.1-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=d64f3a5fae41bc0f -C extra-filename=-d64f3a5fae41bc0f --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-02-02T01:19:14.366Z Compiling termcolor v1.2.0
25252024-02-02T01:19:14.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-02-02T01:19:14.615Z Compiling constant_time_eq v0.3.0
25272024-02-02T01:19:14.624Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-02-02T01:19:14.911Z Compiling blake3 v1.5.0
25292024-02-02T01:19:14.911Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=1d79a1900346aff9 -C extra-filename=-1d79a1900346aff9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1d79a1900346aff9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-02-02T01:19:15.101Z Compiling radium v0.7.0
25312024-02-02T01:19:15.107Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-02-02T01:19:15.752Z Compiling memmap2 v0.7.1
25332024-02-02T01:19:15.791Z Running `/home/build/.rustup/toolchains/1.74.1-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=837f6ef1301eac57 -C extra-filename=-837f6ef1301eac57 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-02-02T01:19:15.979Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build`
25352024-02-02T01:19:15.982Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1d79a1900346aff9/build-script-build`
25362024-02-02T01:19:15.983Z Compiling nibble_vec v0.1.0
25372024-02-02T01:19:15.983Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-02-02T01:19:16.281Z Compiling fxhash v0.2.1
25392024-02-02T01:19:16.285Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-02-02T01:19:16.443Z Compiling tap v1.0.1
25412024-02-02T01:19:16.447Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-02-02T01:19:16.587Z Compiling semver v0.1.20
25432024-02-02T01:19:16.590Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-02-02T01:19:16.653Z Compiling maybe-uninit v2.0.0
25452024-02-02T01:19:16.653Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-02-02T01:19:16.703Z Compiling endian-type v0.1.2
25472024-02-02T01:19:16.743Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-02-02T01:19:16.798Z Compiling structopt v0.3.26
25492024-02-02T01:19:16.801Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5c067085d35d9ea5 -C extra-filename=-5c067085d35d9ea5 --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-d7a503156bda85c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-7484ef1dfa850fec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-02-02T01:19:17.071Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cb03e1bcf4ee339 -C extra-filename=-1cb03e1bcf4ee339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a93b7ef4c6ac7463.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-5c067085d35d9ea5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -l static=pci`
25512024-02-02T01:19:17.078Z Compiling radix_trie v0.2.1
25522024-02-02T01:19:17.078Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532024-02-02T01:19:17.509Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build`
25542024-02-02T01:19:17.601Z Compiling rustc_version v0.1.7
25552024-02-02T01:19:17.606Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562024-02-02T01:19:17.668Z Compiling wyz v0.5.1
25572024-02-02T01:19:17.673Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-02-02T01:19:17.867Z Running `/home/build/.rustup/toolchains/1.74.1-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=b39fecbb5fe59453 -C extra-filename=-b39fecbb5fe59453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-837f6ef1301eac57.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/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`
25592024-02-02T01:19:18.228Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
25602024-02-02T01:19:18.402Z Compiling newline-converter v0.3.0
25612024-02-02T01:19:18.405Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-02-02T01:19:18.431Z Compiling num-bigint-dig v0.8.4
25632024-02-02T01:19:18.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-02-02T01:19:18.641Z Compiling packed_struct v0.10.1
25652024-02-02T01:19:18.681Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-02-02T01:19:18.975Z Compiling crc-catalog v2.2.0
25672024-02-02T01:19:18.982Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-02-02T01:19:18.998Z Compiling topological-sort v0.2.2
25692024-02-02T01:19:19.025Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-02-02T01:19:19.190Z Compiling funty v2.0.0
25712024-02-02T01:19:19.193Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-02-02T01:19:19.304Z Compiling omicron-zone-package v0.11.0
25732024-02-02T01:19:19.307Z Running `/home/build/.rustup/toolchains/1.74.1-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=db742d82a167d17d -C extra-filename=-db742d82a167d17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-b39fecbb5fe59453.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5ef5167752f2c69e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-18fa85faf5613151.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
25742024-02-02T01:19:19.830Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build`
25752024-02-02T01:19:19.835Z Compiling crc v3.0.1
25762024-02-02T01:19:19.836Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-44635128b63b72f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-02-02T01:19:19.956Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build`
25782024-02-02T01:19:19.993Z Compiling expectorate v1.1.0
25792024-02-02T01:19:19.996Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58d0f28ea0b24078 -C extra-filename=-58d0f28ea0b24078 --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-78e92f0a938305c3.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802024-02-02T01:19:20.641Z Compiling newtype_derive v0.1.6
25812024-02-02T01:19:20.647Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-02-02T01:19:20.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
25832024-02-02T01:19:20.648Z Compiling packed_struct_codegen v0.10.1
25842024-02-02T01:19:20.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=245a28b11c55bec6 -C extra-filename=-245a28b11c55bec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-02-02T01:19:20.648Z Compiling indexmap v1.9.3
25862024-02-02T01:19:20.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-02-02T01:19:20.794Z Compiling nodrop v0.1.14
25882024-02-02T01:19:20.797Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-02-02T01:19:20.976Z Compiling array-init v0.0.4
25902024-02-02T01:19:20.984Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-a0c77fb985e48085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-02-02T01:19:21.175Z Compiling bitvec v1.0.1
25922024-02-02T01:19:21.178Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-02-02T01:19:22.062Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942024-02-02T01:19:22.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=061e1a23d8b3b799 -C extra-filename=-061e1a23d8b3b799 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-061e1a23d8b3b799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-cb325a685295b415.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d13cb7900ca812f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67e1651faf6cec83.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25a1a455ae7ad26d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-18fa85faf5613151.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d8d712bcfc0a4217.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3297899f456e9780.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
25952024-02-02T01:19:22.431Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build`
25962024-02-02T01:19:22.469Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build`
25972024-02-02T01:19:22.562Z Compiling smallvec v0.6.14
25982024-02-02T01:19:22.566Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-02-02T01:19:22.604Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-061e1a23d8b3b799/build-script-build`
26002024-02-02T01:19:22.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50c518ed3f636250 -C extra-filename=-50c518ed3f636250 --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-cb325a685295b415.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d13cb7900ca812f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67e1651faf6cec83.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25a1a455ae7ad26d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-18fa85faf5613151.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d8d712bcfc0a4217.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3297899f456e9780.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26012024-02-02T01:19:22.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26022024-02-02T01:19:22.806Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bfe64847bf55b34 -C extra-filename=-7bfe64847bf55b34 --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-50c518ed3f636250.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26032024-02-02T01:19:23.299Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26042024-02-02T01:19:23.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22f148755f0d9124 -C extra-filename=-22f148755f0d9124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26052024-02-02T01:19:23.313Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26062024-02-02T01:19:23.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2abe9171077e284a -C extra-filename=-2abe9171077e284a --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-c60818d518355126.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26072024-02-02T01:19:23.852Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26082024-02-02T01:19:24.273Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45c17e94d3c4bff7 -C extra-filename=-45c17e94d3c4bff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26092024-02-02T01:19:24.312Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=11cc4b0e3276dadb -C extra-filename=-11cc4b0e3276dadb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
26102024-02-02T01:19:24.640Z Compiling pkcs1 v0.7.5
26112024-02-02T01:19:24.667Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=366253bfd58635b4 -C extra-filename=-366253bfd58635b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-02-02T01:19:25.771Z Compiling signature v2.1.0
26132024-02-02T01:19:25.775Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=7bf9f6c5dd7a028c -C extra-filename=-7bf9f6c5dd7a028c --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-3c69cefdc4f41599.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-02-02T01:19:26.133Z Compiling bitfield v0.14.0
26152024-02-02T01:19:26.142Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-02-02T01:19:26.142Z Compiling hashbrown v0.12.3
26172024-02-02T01:19:26.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-02-02T01:19:26.201Z Compiling serde-hex v0.1.0
26192024-02-02T01:19:26.207Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcb974daeaf7ca1c -C extra-filename=-dcb974daeaf7ca1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-02-02T01:19:26.614Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
26212024-02-02T01:19:26.781Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26222024-02-02T01:19:26.784Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=386fe13d89e574eb -C extra-filename=-386fe13d89e574eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-02-02T01:19:27.277Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b20f60ed1131baa4 -C extra-filename=-b20f60ed1131baa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-245a28b11c55bec6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-02-02T01:19:27.427Z Compiling env_logger v0.10.0
26252024-02-02T01:19:27.457Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=7e8f5adf286a6848 -C extra-filename=-7e8f5adf286a6848 --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-6f16c8e6c7390e4f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-02-02T01:19:27.978Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
26272024-02-02T01:19:29.373Z Compiling rsa v0.9.2
26282024-02-02T01:19:29.377Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=c04e37cd178ae75f -C extra-filename=-c04e37cd178ae75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11cc4b0e3276dadb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-366253bfd58635b4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7bf9f6c5dd7a028c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-02-02T01:19:29.685Z Compiling x509-cert v0.2.4
26302024-02-02T01:19:29.689Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2696719566872a20 -C extra-filename=-2696719566872a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-02-02T01:19:30.400Z Compiling ron v0.8.1
26322024-02-02T01:19:30.449Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=407b41a942ecd915 -C extra-filename=-407b41a942ecd915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-02-02T01:19:31.242Z Compiling semver-parser v0.10.2
26342024-02-02T01:19:31.251Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=489187b11cd44954 -C extra-filename=-489187b11cd44954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-02-02T01:19:34.074Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26362024-02-02T01:19:34.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33b6265a92d40468 -C extra-filename=-33b6265a92d40468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-b20f60ed1131baa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-02-02T01:19:34.108Z Compiling crc-any v2.4.3
26382024-02-02T01:19:34.111Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-02-02T01:19:34.949Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26402024-02-02T01:19:34.952Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=793d81d7e743491b -C extra-filename=-793d81d7e743491b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-407b41a942ecd915.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-02-02T01:19:34.974Z Compiling semver v0.11.0
26422024-02-02T01:19:34.977Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d9230d2a8c406df -C extra-filename=-2d9230d2a8c406df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-489187b11cd44954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-02-02T01:19:35.062Z Compiling object v0.30.4
26442024-02-02T01:19:35.094Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=1beab505a20efdf0 -C extra-filename=-1beab505a20efdf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67e1651faf6cec83.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-02-02T01:19:35.106Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26462024-02-02T01:19:35.106Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd264e9e68da830b -C extra-filename=-cd264e9e68da830b --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-111dfa4b750cc3a1.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-603d7589d4638d1c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-8a759d9a1bac2fdd.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
26472024-02-02T01:19:35.403Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26482024-02-02T01:19:35.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=778b3dc71abce9ee -C extra-filename=-778b3dc71abce9ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26492024-02-02T01:19:36.162Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502024-02-02T01:19:36.167Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23d7ea9aac5d2af6 -C extra-filename=-23d7ea9aac5d2af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26512024-02-02T01:19:36.318Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26522024-02-02T01:19:36.322Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=928312243a7ad19e -C extra-filename=-928312243a7ad19e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26532024-02-02T01:19:37.957Z Compiling steno v0.4.0
26542024-02-02T01:19:37.961Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f608be7aaa8a8d32 -C extra-filename=-f608be7aaa8a8d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-02-02T01:19:38.670Z Compiling num-rational v0.4.1
26562024-02-02T01:19:38.673Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-02-02T01:19:39.269Z Compiling convert_case v0.4.0
26582024-02-02T01:19:39.272Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-02-02T01:19:40.621Z Compiling path-slash v0.1.5
26602024-02-02T01:19:40.632Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-02-02T01:19:40.857Z Compiling derive_more v0.99.17
26622024-02-02T01:19:40.861Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=2d02097356b0f682 -C extra-filename=-2d02097356b0f682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-02-02T01:19:40.994Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build`
26642024-02-02T01:19:41.371Z Compiling toolchain_find v0.2.0
26652024-02-02T01:19:41.374Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59320eeea9bb8d7b -C extra-filename=-59320eeea9bb8d7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2d9230d2a8c406df.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-02-02T01:19:42.335Z Compiling glob v0.3.1
26672024-02-02T01:19:42.340Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682024-02-02T01:19:44.074Z Compiling rustfmt-wrapper v0.2.0
26692024-02-02T01:19:44.090Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2d90f3337219a6a -C extra-filename=-b2d90f3337219a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c0135baddaf047d0.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-59320eeea9bb8d7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-02-02T01:19:45.074Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0426d3570874e650 -C extra-filename=-0426d3570874e650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
26712024-02-02T01:19:47.597Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26722024-02-02T01:19:47.614Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=286602695406b309 -C extra-filename=-286602695406b309 --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-50c518ed3f636250.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26732024-02-02T01:19:47.672Z Compiling num-complex v0.4.4
26742024-02-02T01:19:47.708Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-02-02T01:19:48.134Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26762024-02-02T01:19:48.138Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85a1be513c00f6f3 -C extra-filename=-85a1be513c00f6f3 --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-50c518ed3f636250.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26772024-02-02T01:19:48.620Z Compiling utf-8 v0.7.6
26782024-02-02T01:19:48.623Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-02-02T01:19:49.113Z Compiling tungstenite v0.20.1
26802024-02-02T01:19:49.117Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=7610602fe9978094 -C extra-filename=-7610602fe9978094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-02-02T01:19:49.907Z Compiling num v0.4.1
26822024-02-02T01:19:49.911Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-02-02T01:19:49.911Z Compiling buf-list v1.0.3
26842024-02-02T01:19:49.911Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-02-02T01:19:49.911Z Compiling display-error-chain v0.2.0
26862024-02-02T01:19:49.911Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-02-02T01:19:49.976Z Compiling keccak v0.1.4
26882024-02-02T01:19:49.979Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-02-02T01:19:50.721Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build`
26902024-02-02T01:19:50.771Z Compiling tokio-tungstenite v0.20.1
26912024-02-02T01:19:50.814Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=19219b45f9479b68 -C extra-filename=-19219b45f9479b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7610602fe9978094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-02-02T01:19:50.829Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=ec4e14790c2a264a -C extra-filename=-ec4e14790c2a264a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
26932024-02-02T01:19:51.572Z Compiling parking_lot_core v0.8.6
26942024-02-02T01:19:51.575Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952024-02-02T01:19:51.617Z Compiling sha3 v0.10.8
26962024-02-02T01:19:51.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=063c9d9e1cc01f7e -C extra-filename=-063c9d9e1cc01f7e --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-3c69cefdc4f41599.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-02-02T01:19:51.736Z Compiling secrecy v0.8.0
26982024-02-02T01:19:51.741Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=44aac42af2daaf63 -C extra-filename=-44aac42af2daaf63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-02-02T01:19:52.019Z Compiling trust-dns-client v0.22.0
27002024-02-02T01:19:52.052Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9f605ccf5eadaf4 -C extra-filename=-e9f605ccf5eadaf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-02-02T01:19:52.135Z Compiling pin-project-internal v1.1.3
27022024-02-02T01:19:52.138Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a92bd3273c90ac60 -C extra-filename=-a92bd3273c90ac60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-02-02T01:19:52.399Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build`
27042024-02-02T01:19:52.406Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=214dfa5260e60e6b -C extra-filename=-214dfa5260e60e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052024-02-02T01:19:52.610Z Compiling doc-comment v0.3.3
27062024-02-02T01:19:52.614Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-02-02T01:19:53.227Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27082024-02-02T01:19:53.238Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=98e4d06fcf0b22ce -C extra-filename=-98e4d06fcf0b22ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7614796703d08fee.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6ed8128ccfc730c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-22f148755f0d9124.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27092024-02-02T01:19:53.544Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27102024-02-02T01:19:53.548Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=ab40d4aa17138981 -C extra-filename=-ab40d4aa17138981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cefa51378f2ea758.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27112024-02-02T01:19:53.641Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27122024-02-02T01:19:53.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b3c1e0bca5b567a -C extra-filename=-4b3c1e0bca5b567a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27132024-02-02T01:19:55.704Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27142024-02-02T01:19:55.738Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a3137caa3c064bef -C extra-filename=-a3137caa3c064bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-7e8f5adf286a6848.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-33b6265a92d40468.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-b20f60ed1131baa4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c04e37cd178ae75f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-dcb974daeaf7ca1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-02-02T01:19:56.911Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27162024-02-02T01:19:56.911Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=321ad27417391d3d -C extra-filename=-321ad27417391d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-286602695406b309.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27172024-02-02T01:19:57.666Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27182024-02-02T01:19:57.669Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ada34ba572ced476 -C extra-filename=-ada34ba572ced476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27192024-02-02T01:19:57.985Z Compiling parking_lot v0.11.2
27202024-02-02T01:19:57.988Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=677c33b5f82a2536 -C extra-filename=-677c33b5f82a2536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-214dfa5260e60e6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-02-02T01:19:59.608Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27222024-02-02T01:19:59.620Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a00f50d009c7aa59 -C extra-filename=-a00f50d009c7aa59 --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-33b6265a92d40468.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-a3137caa3c064bef.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1beab505a20efdf0.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c04e37cd178ae75f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-793d81d7e743491b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-18fa85faf5613151.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-fbf64c6ee8d29268/out/lib`
27232024-02-02T01:20:02.457Z Compiling sled v0.34.7
27242024-02-02T01:20:02.470Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=23414d127f068b16 -C extra-filename=-23414d127f068b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-677c33b5f82a2536.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-02-02T01:20:03.167Z Compiling pin-project v1.1.3
27262024-02-02T01:20:03.174Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=178809d605f03505 -C extra-filename=-178809d605f03505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-a92bd3273c90ac60.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-02-02T01:20:03.245Z Compiling trust-dns-server v0.22.1
27282024-02-02T01:20:03.252Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddec9782b773ece8 -C extra-filename=-ddec9782b773ece8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ffa3fb5dbd3437a4.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c0135baddaf047d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-02-02T01:20:03.387Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build`
27302024-02-02T01:20:03.582Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-02-02T01:20:03.721Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27322024-02-02T01:20:03.724Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7df30fed943b00b1 -C extra-filename=-7df30fed943b00b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-7df30fed943b00b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2d90f3337219a6a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
27332024-02-02T01:20:04.699Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27342024-02-02T01:20:04.703Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dde46c6de9a92db -C extra-filename=-3dde46c6de9a92db --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-3dde46c6de9a92db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2d90f3337219a6a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
27352024-02-02T01:20:10.675Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27362024-02-02T01:20:10.679Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcdee8e8a7c041ce -C extra-filename=-dcdee8e8a7c041ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27372024-02-02T01:20:14.929Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-02-02T01:20:14.937Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f89714557ef5d4b1 -C extra-filename=-f89714557ef5d4b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-02-02T01:20:15.517Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1/build-script-build`
27402024-02-02T01:20:15.558Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27412024-02-02T01:20:15.561Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4de0edbd7019def5 -C extra-filename=-4de0edbd7019def5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27422024-02-02T01:20:21.728Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27432024-02-02T01:20:21.734Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2938c447273b2ce6 -C extra-filename=-2938c447273b2ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a93b7ef4c6ac7463.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95a37e8719a7fef9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
27442024-02-02T01:20:21.965Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27452024-02-02T01:20:21.979Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=684b61020e9d7548 -C extra-filename=-684b61020e9d7548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27462024-02-02T01:20:25.758Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27472024-02-02T01:20:25.758Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aadf380d0832e54 -C extra-filename=-7aadf380d0832e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27482024-02-02T01:20:27.014Z Compiling platforms v3.0.2
27492024-02-02T01:20:27.050Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-02-02T01:20:27.621Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build`
27512024-02-02T01:20:27.675Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7cd679050a37711d -C extra-filename=-7cd679050a37711d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27522024-02-02T01:20:27.683Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27532024-02-02T01:20:27.686Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b8caf25d1b37e34 -C extra-filename=-9b8caf25d1b37e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-02-02T01:20:29.649Z Compiling snafu-derive v0.7.5
27552024-02-02T01:20:29.652Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=b8fb59d923987be8 -C extra-filename=-b8fb59d923987be8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562024-02-02T01:20:29.675Z Compiling fs-err v2.11.0
27572024-02-02T01:20:29.699Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582024-02-02T01:20:30.263Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build`
27592024-02-02T01:20:30.481Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-02-02T01:20:30.664Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27612024-02-02T01:20:30.668Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=136d1acc38890a07 -C extra-filename=-136d1acc38890a07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
27622024-02-02T01:20:31.004Z Compiling globset v0.4.13
27632024-02-02T01:20:31.035Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=6b7f5e9098b05110 -C extra-filename=-6b7f5e9098b05110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-02-02T01:20:31.442Z Compiling olpc-cjson v0.1.3
27652024-02-02T01:20:31.449Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47ebfac3f1297880 -C extra-filename=-47ebfac3f1297880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-02-02T01:20:31.961Z Compiling serde_plain v1.0.2
27672024-02-02T01:20:31.964Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce81e6f7bd9cc6ad -C extra-filename=-ce81e6f7bd9cc6ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-02-02T01:20:32.618Z Compiling async-recursion v1.0.5
27692024-02-02T01:20:32.656Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb3ef5d90e81dbed -C extra-filename=-cb3ef5d90e81dbed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-02-02T01:20:32.961Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-7df30fed943b00b1/build-script-build`
27712024-02-02T01:20:33.340Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7471cabb666a1363 -C extra-filename=-7471cabb666a1363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
27722024-02-02T01:20:33.543Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-3dde46c6de9a92db/build-script-build`
27732024-02-02T01:20:34.194Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27742024-02-02T01:20:34.197Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943a8f76c19537e9 -C extra-filename=-943a8f76c19537e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-02-02T01:20:34.644Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b947ac377afe860 -C extra-filename=-2b947ac377afe860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27762024-02-02T01:20:34.684Z Compiling vte_generate_state_changes v0.1.1
27772024-02-02T01:20:34.694Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85420c3996d0da53 -C extra-filename=-85420c3996d0da53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-02-02T01:20:35.675Z Compiling memoffset v0.7.1
27792024-02-02T01:20:35.682Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-02-02T01:20:35.825Z Compiling unicase v2.7.0
27812024-02-02T01:20:35.850Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-02-02T01:20:35.854Z Compiling typed-path v0.7.0
27832024-02-02T01:20:35.854Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-02-02T01:20:36.300Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build`
27852024-02-02T01:20:36.970Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build`
27862024-02-02T01:20:37.021Z Compiling vte v0.11.1
27872024-02-02T01:20:37.021Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c895fa5fd3738696 -C extra-filename=-c895fa5fd3738696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-85420c3996d0da53.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-02-02T01:20:37.022Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27892024-02-02T01:20:37.022Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=5852226104f5c1c5 -C extra-filename=-5852226104f5c1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-943a8f76c19537e9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-02-02T01:20:37.022Z Compiling curve25519-dalek v4.1.1
27912024-02-02T01:20:37.022Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=eba05420c341f32e -C extra-filename=-eba05420c341f32e --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-eba05420c341f32e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922024-02-02T01:20:38.026Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27932024-02-02T01:20:38.051Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6189326bd8a3d306 -C extra-filename=-6189326bd8a3d306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27942024-02-02T01:20:38.328Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
27952024-02-02T01:20:39.230Z Compiling parse-size v1.0.0
27962024-02-02T01:20:39.235Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e24ec9991093909 -C extra-filename=-8e24ec9991093909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-02-02T01:20:39.614Z Compiling strip-ansi-escapes v0.2.0
27982024-02-02T01:20:39.617Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=832d4baf018b888c -C extra-filename=-832d4baf018b888c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-c895fa5fd3738696.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-02-02T01:20:39.673Z Compiling snafu v0.7.5
28002024-02-02T01:20:39.677Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=66b08c45c45549fe -C extra-filename=-66b08c45c45549fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-b8fb59d923987be8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-02-02T01:20:40.249Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-eba05420c341f32e/build-script-build`
28022024-02-02T01:20:40.406Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
28032024-02-02T01:20:41.021Z Compiling tough v0.16.0
28042024-02-02T01:20:41.024Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=aa8cd0459d5bb576 -C extra-filename=-aa8cd0459d5bb576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-cb3ef5d90e81dbed.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6b7f5e9098b05110.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-47ebfac3f1297880.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ce81e6f7bd9cc6ad.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66b08c45c45549fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28052024-02-02T01:20:41.464Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062024-02-02T01:20:41.464Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
28072024-02-02T01:20:41.476Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7174156baa1e306e -C extra-filename=-7174156baa1e306e --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-3ecd8b1cb98327b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
28082024-02-02T01:20:41.476Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28092024-02-02T01:20:41.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e5af40a14c07705 -C extra-filename=-1e5af40a14c07705 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-1e5af40a14c07705 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2d90f3337219a6a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28102024-02-02T01:20:41.477Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28112024-02-02T01:20:41.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fa96009fd69de0e -C extra-filename=-0fa96009fd69de0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2306d67c6177b9bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-02-02T01:20:42.078Z Compiling fd-lock v3.0.13
28132024-02-02T01:20:42.082Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d133249b3ee2577c -C extra-filename=-d133249b3ee2577c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142024-02-02T01:20:42.400Z Compiling universal-hash v0.5.1
28152024-02-02T01:20:42.404Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2664d199b306092 -C extra-filename=-b2664d199b306092 --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-4c8e5875e5a3a025.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-02-02T01:20:42.698Z Compiling thiserror-impl-no-std v2.0.2
28172024-02-02T01:20:42.702Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24ff2ba960948293 -C extra-filename=-24ff2ba960948293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182024-02-02T01:20:48.684Z Compiling curve25519-dalek-derive v0.1.0
28192024-02-02T01:20:48.688Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9fb79c3e0182086 -C extra-filename=-d9fb79c3e0182086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-02-02T01:20:49.383Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28212024-02-02T01:20:49.387Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-02-02T01:20:49.557Z Compiling salty v0.2.0
28232024-02-02T01:20:49.562Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-02-02T01:20:50.465Z Compiling opaque-debug v0.3.0
28252024-02-02T01:20:50.516Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262024-02-02T01:20:50.621Z Compiling signature v1.6.4
28272024-02-02T01:20:50.621Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-02-02T01:20:50.839Z Compiling nu-ansi-term v0.49.0
28292024-02-02T01:20:50.846Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-02-02T01:20:51.234Z Compiling ed25519 v1.5.3
28312024-02-02T01:20:51.254Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-68274637701a506d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-02-02T01:20:51.496Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=3f8e930e42252a37 -C extra-filename=-3f8e930e42252a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-d9fb79c3e0182086.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
28332024-02-02T01:20:51.717Z Compiling reedline v0.28.0
28342024-02-02T01:20:51.740Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0281e7c97b70c1c8 -C extra-filename=-0281e7c97b70c1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d133249b3ee2577c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-832d4baf018b888c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-02-02T01:20:52.074Z Compiling poly1305 v0.8.0
28362024-02-02T01:20:52.079Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e466da736ac7294a -C extra-filename=-e466da736ac7294a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b2664d199b306092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-02-02T01:21:02.331Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28382024-02-02T01:21:02.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e46ad88e92393b18 -C extra-filename=-e46ad88e92393b18 --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-3679a975bfe14c18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0fa96009fd69de0e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-46b96a3087a844ce.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-02-02T01:21:02.677Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build`
28402024-02-02T01:21:02.677Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28412024-02-02T01:21:02.754Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92c450a46530b14f -C extra-filename=-92c450a46530b14f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28422024-02-02T01:21:02.754Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build`
28432024-02-02T01:21:02.755Z Compiling thiserror-no-std v2.0.2
28442024-02-02T01:21:02.755Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fbb0c46ded5af47 -C extra-filename=-7fbb0c46ded5af47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-24ff2ba960948293.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-02-02T01:21:02.755Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28462024-02-02T01:21:02.755Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=8306523704bfa246 -C extra-filename=-8306523704bfa246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-02-02T01:21:02.755Z Compiling mime_guess v2.0.4
28482024-02-02T01:21:02.755Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492024-02-02T01:21:04.407Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28502024-02-02T01:21:04.424Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=26225eff20baae49 -C extra-filename=-26225eff20baae49 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-26225eff20baae49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28512024-02-02T01:21:04.997Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28522024-02-02T01:21:05.002Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b552382d177e5af2 -C extra-filename=-b552382d177e5af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-02-02T01:21:05.505Z Compiling chacha20 v0.9.1
28542024-02-02T01:21:05.511Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=90d4ce72903b2a22 -C extra-filename=-90d4ce72903b2a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-02-02T01:21:06.238Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28562024-02-02T01:21:06.249Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f2918c03c486860 -C extra-filename=-0f2918c03c486860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28572024-02-02T01:21:06.288Z Compiling serde-big-array v0.5.1
28582024-02-02T01:21:06.295Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f5b4e75b99360ad -C extra-filename=-5f5b4e75b99360ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-02-02T01:21:06.640Z Compiling aead v0.5.2
28602024-02-02T01:21:06.646Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=64b1595cdea0d5b1 -C extra-filename=-64b1595cdea0d5b1 --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-4c8e5875e5a3a025.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-02-02T01:21:06.877Z Compiling kstat-rs v0.2.3
28622024-02-02T01:21:06.881Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f794f6ad8b9d5b23 -C extra-filename=-f794f6ad8b9d5b23 --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-072d063d2a089037.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-02-02T01:21:07.172Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28642024-02-02T01:21:07.185Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=125cba92a240f422 -C extra-filename=-125cba92a240f422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-02-02T01:21:08.014Z Compiling chacha20poly1305 v0.10.1
28662024-02-02T01:21:08.038Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=7c10a31600b0da60 -C extra-filename=-7c10a31600b0da60 --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-64b1595cdea0d5b1.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-90d4ce72903b2a22.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e466da736ac7294a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-02-02T01:21:08.355Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af589e4dcd52fd99 -C extra-filename=-af589e4dcd52fd99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-7b7aebcce2621efe.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8306523704bfa246.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5f5b4e75b99360ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b552382d177e5af2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3297899f456e9780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-fbf64c6ee8d29268/out/lib`
28682024-02-02T01:21:08.902Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-26225eff20baae49/build-script-build`
28692024-02-02T01:21:08.942Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build`
28702024-02-02T01:21:08.974Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28712024-02-02T01:21:08.977Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=183c23c166f848d9 -C extra-filename=-183c23c166f848d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-125cba92a240f422.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-02-02T01:21:09.007Z Compiling vsss-rs v3.3.4
28732024-02-02T01:21:09.030Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=930d86509d931a50 -C extra-filename=-930d86509d931a50 --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-3f8e930e42252a37.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-7fbb0c46ded5af47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-02-02T01:21:09.036Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28752024-02-02T01:21:09.040Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b7eb7aa21df9f3d -C extra-filename=-3b7eb7aa21df9f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28762024-02-02T01:21:09.426Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b46467efc4eb97c9 -C extra-filename=-b46467efc4eb97c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
28772024-02-02T01:21:09.660Z Compiling signal-hook-tokio v0.3.1
28782024-02-02T01:21:09.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=07077df7997570f0 -C extra-filename=-07077df7997570f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-02-02T01:21:09.952Z Compiling serde-big-array v0.4.1
28802024-02-02T01:21:09.955Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=906fceb15b8f2fcc -C extra-filename=-906fceb15b8f2fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-02-02T01:21:10.221Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-02-02T01:21:10.328Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-1e5af40a14c07705/build-script-build`
28832024-02-02T01:21:10.706Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70792dc66de7dc49 -C extra-filename=-70792dc66de7dc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
28842024-02-02T01:21:11.839Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28852024-02-02T01:21:11.843Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=ff775c3c7116d8c3 -C extra-filename=-ff775c3c7116d8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-183c23c166f848d9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-906fceb15b8f2fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-02-02T01:21:13.993Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872024-02-02T01:21:14.022Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88c4f54cae1a4fe3 -C extra-filename=-88c4f54cae1a4fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-af589e4dcd52fd99.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
28882024-02-02T01:21:14.359Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28892024-02-02T01:21:14.365Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=2c5d256d4a7edf79 -C extra-filename=-2c5d256d4a7edf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f794f6ad8b9d5b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28902024-02-02T01:21:14.792Z Compiling corncobs v0.1.3
28912024-02-02T01:21:15.322Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-02-02T01:21:15.335Z Compiling humantime v2.1.0
28932024-02-02T01:21:15.335Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-02-02T01:21:15.433Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28952024-02-02T01:21:15.441Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=d0447e15fd52daf2 -C extra-filename=-d0447e15fd52daf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-183c23c166f848d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-ff775c3c7116d8c3.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-02-02T01:21:16.094Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
28972024-02-02T01:21:16.097Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2d4bc11/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a672eb83d941f9e3 -C extra-filename=-a672eb83d941f9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28982024-02-02T01:21:16.127Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ece5b9804267ea8f -C extra-filename=-ece5b9804267ea8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
28992024-02-02T01:21:18.059Z Compiling diff v0.1.13
29002024-02-02T01:21:18.071Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-02-02T01:21:18.300Z Compiling bytecount v0.6.3
29022024-02-02T01:21:18.423Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032024-02-02T01:21:18.717Z Compiling papergrid v0.11.0
29042024-02-02T01:21:18.725Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a4f6ae10c0d686de -C extra-filename=-a4f6ae10c0d686de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052024-02-02T01:21:18.876Z Compiling tabled_derive v0.7.0
29062024-02-02T01:21:18.882Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb90dd3231fe1974 -C extra-filename=-eb90dd3231fe1974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-02-02T01:21:19.254Z Compiling fd-lock v4.0.2
29082024-02-02T01:21:19.257Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e131319b5e5c037f -C extra-filename=-e131319b5e5c037f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-02-02T01:21:19.562Z Compiling nix v0.27.1
29102024-02-02T01:21:19.594Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=df72b51289dfc5bf -C extra-filename=-df72b51289dfc5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112024-02-02T01:21:23.465Z Compiling sqlparser_derive v0.2.2
29122024-02-02T01:21:23.470Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b673030917391b2 -C extra-filename=-9b673030917391b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132024-02-02T01:21:23.830Z Compiling unicode_categories v0.1.1
29142024-02-02T01:21:23.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152024-02-02T01:21:24.377Z Compiling sqlformat v0.2.3
29162024-02-02T01:21:24.381Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3f04f636846f76e -C extra-filename=-c3f04f636846f76e --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-69934fc61b2f8197.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-02-02T01:21:25.525Z Compiling sqlparser v0.43.1
29182024-02-02T01:21:25.545Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=90736736a0f4005e -C extra-filename=-90736736a0f4005e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-9b673030917391b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-02-02T01:21:25.963Z Compiling rustyline v13.0.0
29202024-02-02T01:21:25.963Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=c34f72e289170d6a -C extra-filename=-c34f72e289170d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e131319b5e5c037f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df72b51289dfc5bf.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-02-02T01:21:26.046Z Compiling tabled v0.15.0
29222024-02-02T01:21:26.049Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=1cefd18f671566b1 -C extra-filename=-1cefd18f671566b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-a4f6ae10c0d686de.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eb90dd3231fe1974.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-02-02T01:21:26.533Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29242024-02-02T01:21:26.538Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b85241129b76f87 -C extra-filename=-7b85241129b76f87 --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-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-02-02T01:21:27.107Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29262024-02-02T01:21:27.111Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b2d18741a779a11 -C extra-filename=-2b2d18741a779a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/`
29272024-02-02T01:21:27.205Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
29282024-02-02T01:21:27.209Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dd243518c05000a -C extra-filename=-3dd243518c05000a --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-0f2918c03c486860.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0fa96009fd69de0e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e46ad88e92393b18.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29292024-02-02T01:21:27.527Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29302024-02-02T01:21:27.530Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d2418c7eb119488f -C extra-filename=-d2418c7eb119488f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3dd243518c05000a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29312024-02-02T01:21:29.554Z Compiling bcs v0.1.6
29322024-02-02T01:21:29.557Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1778cc9cbade4248 -C extra-filename=-1778cc9cbade4248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-02-02T01:21:31.317Z Compiling http-range v0.1.5
29342024-02-02T01:21:31.325Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-02-02T01:21:31.325Z Compiling highway v1.1.0
29362024-02-02T01:21:31.325Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-02-02T01:21:32.487Z Compiling prettyplease v0.2.16
29382024-02-02T01:21:32.490Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=ec9a907d7371406b -C extra-filename=-ec9a907d7371406b --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-02-02T01:21:33.061Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b/build-script-build`
29402024-02-02T01:21:33.101Z Compiling hyper-staticfile v0.9.5
29412024-02-02T01:21:33.104Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4bcba32a8e38d461 -C extra-filename=-4bcba32a8e38d461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-02-02T01:21:33.387Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29432024-02-02T01:21:33.392Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e9333fa5084089c -C extra-filename=-5e9333fa5084089c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1dc25534d397079e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3dd243518c05000a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-7b85241129b76f87.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29442024-02-02T01:21:34.592Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29452024-02-02T01:21:34.595Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=851b2d0b7d849b66 -C extra-filename=-851b2d0b7d849b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
29462024-02-02T01:21:34.672Z Compiling assert_matches v1.5.0
29472024-02-02T01:21:34.675Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-02-02T01:21:34.825Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=487d71315671361b -C extra-filename=-487d71315671361b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-02-02T01:21:35.771Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29502024-02-02T01:21:35.775Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7847e0691d8eb9ed -C extra-filename=-7847e0691d8eb9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
29512024-02-02T01:21:38.490Z Compiling portable-atomic v1.4.3
29522024-02-02T01:21:38.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-02-02T01:21:39.236Z Compiling crunchy v0.2.2
29542024-02-02T01:21:39.243Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-02-02T01:21:39.830Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29562024-02-02T01:21:39.836Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=061ed01cf0a75110 -C extra-filename=-061ed01cf0a75110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
29572024-02-02T01:21:40.062Z Compiling clang-sys v1.6.1
29582024-02-02T01:21:40.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-02-02T01:21:40.140Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build`
29602024-02-02T01:21:40.149Z Compiling tiny-keccak v2.0.2
29612024-02-02T01:21:40.154Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-02-02T01:21:40.263Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build`
29632024-02-02T01:21:40.331Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
29642024-02-02T01:21:40.725Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build`
29652024-02-02T01:21:40.772Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-02-02T01:21:40.925Z Compiling darling_core v0.14.4
29672024-02-02T01:21:40.930Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=de00349bf3461105 -C extra-filename=-de00349bf3461105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-02-02T01:21:41.312Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build`
29692024-02-02T01:21:41.344Z Compiling number_prefix v0.4.0
29702024-02-02T01:21:41.461Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-02-02T01:21:41.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29722024-02-02T01:21:41.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21a5c7a8454b9152 -C extra-filename=-21a5c7a8454b9152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
29732024-02-02T01:21:42.625Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742024-02-02T01:21:42.629Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c4af20ee55dca09 -C extra-filename=-6c4af20ee55dca09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
29752024-02-02T01:21:43.260Z Compiling indicatif v0.17.7
29762024-02-02T01:21:43.265Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=3b56f05465420f20 -C extra-filename=-3b56f05465420f20 --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-78e92f0a938305c3.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-02-02T01:21:46.817Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e26093762467b69f -C extra-filename=-e26093762467b69f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-dc581852091c8239.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-02-02T01:21:47.868Z Compiling ascii-canvas v3.0.0
29792024-02-02T01:21:47.873Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b94616e039fd8545 -C extra-filename=-b94616e039fd8545 --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-597d459fab2c8513.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-02-02T01:21:48.760Z Compiling ena v0.14.2
29812024-02-02T01:21:48.763Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-02-02T01:21:49.450Z Compiling libloading v0.7.4
29832024-02-02T01:21:49.475Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-02-02T01:21:50.068Z Compiling ref-cast v1.0.20
29852024-02-02T01:21:50.071Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-02-02T01:21:50.965Z Compiling maplit v1.0.2
29872024-02-02T01:21:50.994Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-02-02T01:21:51.486Z Compiling darling_macro v0.14.4
29892024-02-02T01:21:51.495Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e10dafa8c602c834 -C extra-filename=-e10dafa8c602c834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-de00349bf3461105.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-02-02T01:21:51.495Z Compiling bindgen v0.69.2
29912024-02-02T01:21:51.495Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=c731e09b2f3ff7ed -C extra-filename=-c731e09b2f3ff7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-02-02T01:21:52.349Z Compiling regex-syntax v0.6.29
29932024-02-02T01:21:52.355Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-02-02T01:21:53.076Z Compiling darling v0.14.4
29952024-02-02T01:21:53.085Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=32c2ca60d4e861e3 -C extra-filename=-32c2ca60d4e861e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-de00349bf3461105.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e10dafa8c602c834.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-02-02T01:21:53.257Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed/build-script-build`
29972024-02-02T01:21:53.300Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build`
29982024-02-02T01:21:53.358Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=770674322ec319ea -C extra-filename=-770674322ec319ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992024-02-02T01:21:53.393Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30002024-02-02T01:21:53.401Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e74d15f938766d61 -C extra-filename=-e74d15f938766d61 --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-3ecd8b1cb98327b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30012024-02-02T01:21:56.150Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30022024-02-02T01:21:56.160Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3d01e30784fbf9 -C extra-filename=-8d3d01e30784fbf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-8d3d01e30784fbf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30032024-02-02T01:21:56.303Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30042024-02-02T01:21:56.311Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac6250b1e5246322 -C extra-filename=-ac6250b1e5246322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30052024-02-02T01:21:56.677Z Compiling cexpr v0.6.0
30062024-02-02T01:21:56.681Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072024-02-02T01:21:57.246Z Compiling ref-cast-impl v1.0.20
30082024-02-02T01:21:57.250Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3404fb1882bfd558 -C extra-filename=-3404fb1882bfd558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-02-02T01:21:59.563Z Compiling lalrpop v0.19.12
30102024-02-02T01:21:59.566Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=efb0e1c0682c240c -C extra-filename=-efb0e1c0682c240c --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-b94616e039fd8545.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6f16c8e6c7390e4f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-02-02T01:21:59.589Z Compiling which v4.4.0
30122024-02-02T01:21:59.632Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=682bb433675abaa0 -C extra-filename=-682bb433675abaa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-02-02T01:22:00.576Z Compiling shlex v1.3.0
30142024-02-02T01:22:00.612Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebdfeff092d7b8a8 -C extra-filename=-ebdfeff092d7b8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-02-02T01:22:01.243Z Compiling peeking_take_while v0.1.2
30162024-02-02T01:22:01.269Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-02-02T01:22:01.451Z Compiling lazycell v1.3.0
30182024-02-02T01:22:01.454Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-02-02T01:22:01.718Z Compiling rustc-hash v1.1.0
30202024-02-02T01:22:01.756Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-02-02T01:22:01.955Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=089fbe7602da9290 -C extra-filename=-089fbe7602da9290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-770674322ec319ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-ebdfeff092d7b8a8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-682bb433675abaa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-02-02T01:22:02.203Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fad036910d2c397 -C extra-filename=-4fad036910d2c397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-3404fb1882bfd558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-02-02T01:22:02.419Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-8d3d01e30784fbf9/build-script-build`
30242024-02-02T01:22:02.462Z Compiling derive_builder_core v0.12.0
30252024-02-02T01:22:02.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db6b8655762566a4 -C extra-filename=-db6b8655762566a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-32c2ca60d4e861e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-02-02T01:22:02.709Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30272024-02-02T01:22:02.718Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2fde299ce43a659 -C extra-filename=-b2fde299ce43a659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30282024-02-02T01:22:05.257Z Compiling libxml v0.3.3
30292024-02-02T01:22:05.264Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-02-02T01:22:05.942Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build`
30312024-02-02T01:22:05.994Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30322024-02-02T01:22:05.998Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3084749ee8a7d5e8 -C extra-filename=-3084749ee8a7d5e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30332024-02-02T01:22:06.291Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30342024-02-02T01:22:06.299Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c484aa018bc84352 -C extra-filename=-c484aa018bc84352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
30352024-02-02T01:22:06.602Z Compiling derive_builder_macro v0.12.0
30362024-02-02T01:22:06.605Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e632c56d0acfd2c -C extra-filename=-9e632c56d0acfd2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-db6b8655762566a4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-02-02T01:22:08.399Z Compiling strum_macros v0.24.3
30382024-02-02T01:22:08.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86574ce3fef1668e -C extra-filename=-86574ce3fef1668e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-02-02T01:22:08.848Z Compiling cookie v0.18.0
30402024-02-02T01:22:08.877Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-02-02T01:22:09.450Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30422024-02-02T01:22:09.464Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92e4a724849d313c -C extra-filename=-92e4a724849d313c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-02-02T01:22:09.864Z Compiling indoc v1.0.9
30442024-02-02T01:22:09.872Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-02-02T01:22:10.044Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c/build-script-build`
30462024-02-02T01:22:10.518Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build`
30472024-02-02T01:22:10.518Z Compiling derive_builder v0.12.0
30482024-02-02T01:22:10.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a85522de554a9848 -C extra-filename=-a85522de554a9848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-9e632c56d0acfd2c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-02-02T01:22:10.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13096e4bf3c0f4e1 -C extra-filename=-13096e4bf3c0f4e1 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
30502024-02-02T01:22:11.665Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ef99aa0d561ab2d -C extra-filename=-2ef99aa0d561ab2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30512024-02-02T01:22:15.224Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30522024-02-02T01:22:15.253Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac1c1674bed7591d -C extra-filename=-ac1c1674bed7591d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30532024-02-02T01:22:15.714Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30542024-02-02T01:22:15.718Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ef44d7177d394ba -C extra-filename=-2ef44d7177d394ba --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2ef44d7177d394ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30552024-02-02T01:22:15.782Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30562024-02-02T01:22:15.816Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78e219302d1d673e -C extra-filename=-78e219302d1d673e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30572024-02-02T01:22:16.264Z Compiling bb8 v0.8.1
30582024-02-02T01:22:16.268Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=4bd6fc7b6af06332 -C extra-filename=-4bd6fc7b6af06332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-02-02T01:22:17.094Z Compiling quick-xml v0.30.0
30602024-02-02T01:22:17.146Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=c770b2bec531a502 -C extra-filename=-c770b2bec531a502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-02-02T01:22:18.573Z Compiling impl-trait-for-tuples v0.2.2
30622024-02-02T01:22:18.583Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2c35d1739b1fb43 -C extra-filename=-f2c35d1739b1fb43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-02-02T01:22:22.803Z Compiling oso-derive v0.27.0
30642024-02-02T01:22:22.814Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd97940cf9f4c246 -C extra-filename=-bd97940cf9f4c246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652024-02-02T01:22:24.197Z Compiling unicode-linebreak v0.1.5
30662024-02-02T01:22:24.238Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672024-02-02T01:22:24.823Z Compiling is_ci v1.1.1
30682024-02-02T01:22:24.842Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-02-02T01:22:25.039Z Compiling smawk v0.3.1
30702024-02-02T01:22:25.485Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-02-02T01:22:25.499Z Compiling supports-color v2.1.0
30722024-02-02T01:22:25.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c979b68f37da1d98 -C extra-filename=-c979b68f37da1d98 --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-6f16c8e6c7390e4f.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-02-02T01:22:25.500Z Compiling textwrap v0.16.0
30742024-02-02T01:22:25.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-02-02T01:22:25.818Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30762024-02-02T01:22:25.822Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=5334a00823c94119 -C extra-filename=-5334a00823c94119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4bd6fc7b6af06332.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30772024-02-02T01:22:26.937Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2ef44d7177d394ba/build-script-build`
30782024-02-02T01:22:26.978Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0aea0e2d381da33 -C extra-filename=-e0aea0e2d381da33 --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-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-02-02T01:22:27.535Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=187bbde2b1776aa7 -C extra-filename=-187bbde2b1776aa7 --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-5e4cc851a6780f0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30802024-02-02T01:22:28.182Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30812024-02-02T01:22:28.186Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d7aca2f8f3622b -C extra-filename=-13d7aca2f8f3622b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30822024-02-02T01:22:28.822Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30832024-02-02T01:22:28.835Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86db4eb1e552c778 -C extra-filename=-86db4eb1e552c778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30842024-02-02T01:22:29.437Z Compiling lru v0.12.1
30852024-02-02T01:22:29.442Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=c14c6947b1ad316b -C extra-filename=-c14c6947b1ad316b --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-25a1a455ae7ad26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-02-02T01:22:29.914Z Compiling stability v0.1.1
30872024-02-02T01:22:29.919Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=236ddc5e70f83261 -C extra-filename=-236ddc5e70f83261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882024-02-02T01:22:31.782Z Compiling cassowary v0.3.0
30892024-02-02T01:22:31.788Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902024-02-02T01:22:34.104Z Compiling indoc v2.0.3
30912024-02-02T01:22:34.108Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-02-02T01:22:36.037Z Compiling ratatui v0.25.0
30932024-02-02T01:22:36.043Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=46b274b19476a66d -C extra-filename=-46b274b19476a66d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-c14c6947b1ad316b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-236ddc5e70f83261.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-02-02T01:22:38.495Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30952024-02-02T01:22:38.499Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bacadc27f2729fc8 -C extra-filename=-bacadc27f2729fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30962024-02-02T01:22:41.477Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30972024-02-02T01:22:41.483Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2414314e311fea35 -C extra-filename=-2414314e311fea35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30982024-02-02T01:22:44.935Z Compiling rtoolbox v0.0.1
30992024-02-02T01:22:44.939Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=198fb0b51b7daf4b -C extra-filename=-198fb0b51b7daf4b --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002024-02-02T01:22:45.637Z Compiling rpassword v7.3.1
31012024-02-02T01:22:45.661Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7ae3c74da971e16 -C extra-filename=-c7ae3c74da971e16 --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-072d063d2a089037.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-198fb0b51b7daf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022024-02-02T01:22:46.121Z Compiling tui-tree-widget v0.16.0
31032024-02-02T01:22:46.149Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b85d4be19d03d21 -C extra-filename=-9b85d4be19d03d21 --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-46b274b19476a66d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-02-02T01:22:46.554Z Compiling yansi v0.5.1
31052024-02-02T01:22:46.561Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-02-02T01:22:46.588Z Compiling shell-words v1.1.0
31072024-02-02T01:22:46.594Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-02-02T01:22:46.652Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31092024-02-02T01:22:46.652Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d5f1886f10112c8 -C extra-filename=-4d5f1886f10112c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4d5f1886f10112c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31102024-02-02T01:22:47.070Z Compiling pretty_assertions v1.4.0
31112024-02-02T01:22:47.103Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-02-02T01:22:47.124Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31132024-02-02T01:22:47.135Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=999e2fc1558e30a5 -C extra-filename=-999e2fc1558e30a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31142024-02-02T01:22:47.190Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4d5f1886f10112c8/build-script-build`
31152024-02-02T01:22:47.231Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
31162024-02-02T01:22:47.268Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2d4bc11/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3adab05d6930c567 -C extra-filename=-3adab05d6930c567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
31172024-02-02T01:22:47.671Z Compiling fatfs v0.3.6
31182024-02-02T01:22:47.675Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e0ca13b06d544467 -C extra-filename=-e0ca13b06d544467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-02-02T01:22:50.595Z Compiling target-lexicon v0.12.12
31202024-02-02T01:22:50.599Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-02-02T01:22:51.500Z Compiling guppy-workspace-hack v0.1.0
31222024-02-02T01:22:51.509Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-02-02T01:22:52.051Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build`
31242024-02-02T01:22:52.092Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31252024-02-02T01:22:52.097Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1ad70d4c19fa77b -C extra-filename=-d1ad70d4c19fa77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31262024-02-02T01:22:52.329Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build`
31272024-02-02T01:22:52.442Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
31282024-02-02T01:22:53.728Z Compiling http-body v1.0.0
31292024-02-02T01:22:53.731Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0f0264263cf6dce -C extra-filename=-e0f0264263cf6dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302024-02-02T01:22:54.533Z Compiling rand v0.4.6
31312024-02-02T01:22:54.537Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d5f27b19b65b5702 -C extra-filename=-d5f27b19b65b5702 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-02-02T01:22:54.983Z Compiling tower-layer v0.3.2
31332024-02-02T01:22:55.019Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8765ca4a7ec268a4 -C extra-filename=-8765ca4a7ec268a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-02-02T01:22:55.452Z Compiling plotters-backend v0.3.5
31352024-02-02T01:22:55.468Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-02-02T01:22:56.357Z Compiling target-spec v3.0.1
31372024-02-02T01:22:56.386Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-02-02T01:22:57.328Z Compiling remove_dir_all v0.5.3
31392024-02-02T01:22:57.332Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-02-02T01:22:57.459Z Compiling tempdir v0.3.7
31412024-02-02T01:22:57.462Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5dadcf8bed763818 -C extra-filename=-5dadcf8bed763818 --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-d5f27b19b65b5702.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-02-02T01:22:58.171Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build`
31432024-02-02T01:22:58.176Z Compiling plotters-svg v0.3.5
31442024-02-02T01:22:58.176Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-02-02T01:22:58.633Z Compiling tower v0.4.13
31462024-02-02T01:22:58.637Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=77a3e06e27c0005d -C extra-filename=-77a3e06e27c0005d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-8765ca4a7ec268a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-02-02T01:22:58.872Z Compiling hyper v1.1.0
31482024-02-02T01:22:58.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=c3f87656f5202b91 -C extra-filename=-c3f87656f5202b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e0f0264263cf6dce.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-02-02T01:23:00.080Z Compiling cfg-expr v0.15.5
31502024-02-02T01:23:00.084Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-02-02T01:23:02.400Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-02-02T01:23:02.564Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31532024-02-02T01:23:02.570Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f63e1b294154b281 -C extra-filename=-f63e1b294154b281 --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-684b61020e9d7548.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31542024-02-02T01:23:03.446Z Compiling assert_cmd v2.0.13
31552024-02-02T01:23:03.452Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=551e2d32c910de9b -C extra-filename=-551e2d32c910de9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a82392be273b6644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562024-02-02T01:23:05.618Z Compiling cargo-platform v0.1.3
31572024-02-02T01:23:05.623Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=571d5acca1876f83 -C extra-filename=-571d5acca1876f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582024-02-02T01:23:06.510Z Compiling cast v0.3.0
31592024-02-02T01:23:06.516Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-02-02T01:23:07.092Z Compiling criterion-plot v0.5.0
31612024-02-02T01:23:07.096Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-02-02T01:23:08.832Z Compiling cargo_metadata v0.18.1
31632024-02-02T01:23:08.856Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2a0d3c1ed02adb75 -C extra-filename=-2a0d3c1ed02adb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-571d5acca1876f83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-02-02T01:23:14.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-02-02T01:23:15.485Z Compiling hyper-util v0.1.2
31662024-02-02T01:23:15.489Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=4d7bb81ccf6f3811 -C extra-filename=-4d7bb81ccf6f3811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e0f0264263cf6dce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c3f87656f5202b91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-77a3e06e27c0005d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-02-02T01:23:16.152Z Compiling plotters v0.3.5
31682024-02-02T01:23:16.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-02-02T01:23:19.624Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31702024-02-02T01:23:19.633Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b269c90928a57ae -C extra-filename=-5b269c90928a57ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31712024-02-02T01:23:20.334Z Compiling rustls-native-certs v0.7.0
31722024-02-02T01:23:20.347Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49b1be24b5072b4f -C extra-filename=-49b1be24b5072b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-02-02T01:23:20.975Z Compiling pathdiff v0.2.1
31742024-02-02T01:23:20.978Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=880dd0d993a92bc3 -C extra-filename=-880dd0d993a92bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-02-02T01:23:21.222Z Compiling tinytemplate v1.2.1
31762024-02-02T01:23:21.246Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9cbc4988d17beed -C extra-filename=-c9cbc4988d17beed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-02-02T01:23:23.107Z Compiling nested v0.1.1
31782024-02-02T01:23:23.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-02-02T01:23:23.553Z Compiling oorandom v11.1.3
31802024-02-02T01:23:23.564Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-02-02T01:23:23.884Z Compiling anes v0.1.6
31822024-02-02T01:23:23.901Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-02-02T01:23:24.668Z Compiling criterion v0.5.1
31842024-02-02T01:23:24.671Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=dca699f954403f16 -C extra-filename=-dca699f954403f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6f16c8e6c7390e4f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c9cbc4988d17beed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-02-02T01:23:27.961Z Compiling guppy v0.17.4
31862024-02-02T01:23:28.008Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36d7ad7ac11b7070 -C extra-filename=-36d7ad7ac11b7070 --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-cb325a685295b415.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a0d3c1ed02adb75.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-880dd0d993a92bc3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-02-02T01:23:43.460Z Compiling hyper-rustls v0.26.0
31882024-02-02T01:23:43.470Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=c71fb4131759a4f2 -C extra-filename=-c71fb4131759a4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c3f87656f5202b91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4d7bb81ccf6f3811.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49b1be24b5072b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0b0e7b921730a6fd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out`
31892024-02-02T01:23:44.287Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
31902024-02-02T01:23:44.291Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e26faf3a6135ba60 -C extra-filename=-e26faf3a6135ba60 --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-50c518ed3f636250.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31912024-02-02T01:23:46.975Z Compiling threadpool v1.8.1
31922024-02-02T01:23:47.005Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81d06e4f907b5168 -C extra-filename=-81d06e4f907b5168 --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-0fb048c8a18f5cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-02-02T01:23:47.781Z Compiling nanorand v0.7.0
31942024-02-02T01:23:47.790Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=7a7c6a67954d60cc -C extra-filename=-7a7c6a67954d60cc --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-102b4ee2be30504e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-02-02T01:23:48.444Z Compiling flume v0.11.0
31962024-02-02T01:23:48.450Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=2457e8c20933f505 -C extra-filename=-2457e8c20933f505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7a7c6a67954d60cc.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-02-02T01:23:48.741Z Compiling libtest-mimic v0.6.1
31982024-02-02T01:23:48.750Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dad3f274d63cc0e8 -C extra-filename=-dad3f274d63cc0e8 --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-68a049fac585d062.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-81d06e4f907b5168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-02-02T01:23:49.521Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32002024-02-02T01:23:49.533Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15b5d7516a2af07d -C extra-filename=-15b5d7516a2af07d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
32012024-02-02T01:23:52.058Z Compiling rstest_macros v0.18.2
32022024-02-02T01:23:52.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=3d08925308e73f59 -C extra-filename=-3d08925308e73f59 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d08925308e73f59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032024-02-02T01:23:53.010Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d08925308e73f59/build-script-build`
32042024-02-02T01:23:53.159Z Compiling datatest-stable v0.2.3
32052024-02-02T01:23:53.162Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d18879681adfc062 -C extra-filename=-d18879681adfc062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-dad3f274d63cc0e8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062024-02-02T01:23:53.597Z Compiling httptest v0.15.5
32072024-02-02T01:23:53.602Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c2b649e54100a43 -C extra-filename=-7c2b649e54100a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-02-02T01:23:54.504Z Compiling similar-asserts v1.5.0
32092024-02-02T01:23:54.505Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=d1c6d25805d01abe -C extra-filename=-d1c6d25805d01abe --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-78e92f0a938305c3.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-02-02T01:23:55.981Z Compiling relative-path v1.9.0
32112024-02-02T01:23:55.985Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-02-02T01:23:57.212Z Compiling trybuild v1.0.89
32132024-02-02T01:23:57.216Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92ce704835deb483 -C extra-filename=-92ce704835deb483 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-02-02T01:23:58.056Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483/build-script-build`
32152024-02-02T01:23:58.095Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=0efdbeb311b153eb -C extra-filename=-0efdbeb311b153eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-02-02T01:24:02.136Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32172024-02-02T01:24:02.158Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5d97962ddd5215 -C extra-filename=-2c5d97962ddd5215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32182024-02-02T01:24:04.774Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32192024-02-02T01:24:04.779Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b5599545868b5f4 -C extra-filename=-8b5599545868b5f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-8b5599545868b5f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32202024-02-02T01:24:05.336Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32212024-02-02T01:24:05.341Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ea2bd49b02ce37a -C extra-filename=-2ea2bd49b02ce37a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-2ea2bd49b02ce37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32222024-02-02T01:24:05.879Z Compiling basic-toml v0.1.8
32232024-02-02T01:24:05.883Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68125616da2cda58 -C extra-filename=-68125616da2cda58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-02-02T01:24:09.422Z Compiling crossbeam-queue v0.3.8
32252024-02-02T01:24:09.425Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-02-02T01:24:10.307Z Compiling futures-timer v3.0.2
32272024-02-02T01:24:10.312Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-02-02T01:24:11.753Z Compiling constant_time_eq v0.2.6
32292024-02-02T01:24:11.760Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-02-02T01:24:12.032Z Compiling blake2b_simd v1.0.1
32312024-02-02T01:24:12.041Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-02-02T01:24:14.274Z Compiling rstest v0.18.2
32332024-02-02T01:24:14.281Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=d4ff6265e2a5fb01 -C extra-filename=-d4ff6265e2a5fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-0efdbeb311b153eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-02-02T01:24:14.637Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build`
32352024-02-02T01:24:14.687Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edff93be6d9da1e -C extra-filename=-6edff93be6d9da1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-68125616da2cda58.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-02-02T01:24:21.959Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-2ea2bd49b02ce37a/build-script-build`
32372024-02-02T01:24:21.988Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-8b5599545868b5f4/build-script-build`
32382024-02-02T01:24:22.030Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32392024-02-02T01:24:22.037Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e85d1516e9654ad3 -C extra-filename=-e85d1516e9654ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32402024-02-02T01:24:29.499Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32412024-02-02T01:24:29.508Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=236c690b66c6e5e2 -C extra-filename=-236c690b66c6e5e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32422024-02-02T01:24:34.038Z Compiling partial-io v0.5.4
32432024-02-02T01:24:34.043Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=fe52fd9d278657de -C extra-filename=-fe52fd9d278657de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-02-02T01:24:34.842Z Compiling approx v0.5.1
32452024-02-02T01:24:34.843Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-02-02T01:24:35.216Z Compiling hex-literal v0.4.1
32472024-02-02T01:24:35.220Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-02-02T01:24:35.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-02-02T01:24:35.911Z Compiling rust-argon2 v1.0.1
32502024-02-02T01:24:35.923Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=9c5e6539b335665d -C extra-filename=-9c5e6539b335665d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-02-02T01:24:36.666Z Compiling crossbeam v0.8.2
32522024-02-02T01:24:36.675Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d47bdef88776902c -C extra-filename=-d47bdef88776902c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-02-02T01:24:36.806Z Compiling termios v0.3.3
32542024-02-02T01:24:36.815Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a497e529639f13e7 -C extra-filename=-a497e529639f13e7 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-02-02T01:24:37.195Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32562024-02-02T01:24:37.201Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1b7622f2d6e86527 -C extra-filename=-1b7622f2d6e86527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-a497e529639f13e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32572024-02-02T01:24:38.702Z Compiling samael v0.0.14
32582024-02-02T01:24:38.736Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.14/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=334feb2d26138aec -C extra-filename=-334feb2d26138aec --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-334feb2d26138aec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-089fbe7602da9290.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-02-02T01:24:41.547Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=43b3ec080dc9f71a -C extra-filename=-43b3ec080dc9f71a --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-c60818d518355126.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32602024-02-02T01:24:42.507Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-334feb2d26138aec/build-script-bindings`
32612024-02-02T01:24:42.607Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2f0cfed7421f6e0 -C extra-filename=-f2f0cfed7421f6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e85d1516e9654ad3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32622024-02-02T01:24:43.775Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b27506a90a0d7709 -C extra-filename=-b27506a90a0d7709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e85d1516e9654ad3.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32632024-02-02T01:24:45.531Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
32642024-02-02T01:24:45.546Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=464f4034ca3d1e0b -C extra-filename=-464f4034ca3d1e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-236c690b66c6e5e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32652024-02-02T01:24:46.305Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6966d73ffe163b39 -C extra-filename=-6966d73ffe163b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-15b5d7516a2af07d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fe52fd9d278657de.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
32662024-02-02T01:24:46.485Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=7d800d7441dcda12 -C extra-filename=-7d800d7441dcda12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a85522de554a9848.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-13096e4bf3c0f4e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c770b2bec531a502.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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`
32672024-02-02T01:24:47.561Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d131bd45306a08d4 -C extra-filename=-d131bd45306a08d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fe52fd9d278657de.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
32682024-02-02T01:24:49.422Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=00b7632db553c14b -C extra-filename=-00b7632db553c14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-286602695406b309.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32692024-02-02T01:24:51.155Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=65832724b4d76a16 -C extra-filename=-65832724b4d76a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-286602695406b309.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32702024-02-02T01:24:54.403Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f523fefc19897a89 -C extra-filename=-f523fefc19897a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-236c690b66c6e5e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32712024-02-02T01:24:57.074Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cf6da9d6e3d511fd -C extra-filename=-cf6da9d6e3d511fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32722024-02-02T01:24:58.508Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56ac181a2af363a2 -C extra-filename=-56ac181a2af363a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32732024-02-02T01:25:14.428Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=77873566f3ee474a -C extra-filename=-77873566f3ee474a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32742024-02-02T01:25:14.662Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1b65508a350618c5 -C extra-filename=-1b65508a350618c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32752024-02-02T01:25:14.662Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=761d0c866fde9ad7 -C extra-filename=-761d0c866fde9ad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32762024-02-02T01:25:15.058Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=034662d3a426594e -C extra-filename=-034662d3a426594e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32772024-02-02T01:25:15.059Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6462936156f92c65 -C extra-filename=-6462936156f92c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32782024-02-02T01:25:15.059Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ababbbca532c3335 -C extra-filename=-ababbbca532c3335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32792024-02-02T01:25:16.703Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce6c36076adfe936 -C extra-filename=-ce6c36076adfe936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32802024-02-02T01:25:26.891Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c7f1887055084d23 -C extra-filename=-c7f1887055084d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-15b5d7516a2af07d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2c5d97962ddd5215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
32812024-02-02T01:25:32.205Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7683ac6d65f6e287 -C extra-filename=-7683ac6d65f6e287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2c5d97962ddd5215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32822024-02-02T01:25:38.962Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d1bd9cbea2b6a1f -C extra-filename=-1d1bd9cbea2b6a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-15b5d7516a2af07d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2c5d97962ddd5215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
32832024-02-02T01:25:48.927Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2aefde865b26e604 -C extra-filename=-2aefde865b26e604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
32842024-02-02T01:25:56.899Z Compiling polar-core v0.27.0
32852024-02-02T01:25:56.907Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=bc77c172fb51b645 -C extra-filename=-bc77c172fb51b645 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-bc77c172fb51b645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-efb0e1c0682c240c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-02-02T01:26:00.090Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-bc77c172fb51b645/build-script-build`
32872024-02-02T01:26:03.850Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=9bcdc733a520e687 -C extra-filename=-9bcdc733a520e687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-86574ce3fef1668e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-02-02T01:26:37.164Z Compiling oso v0.27.0
32892024-02-02T01:26:37.186Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=199c06c62b83bd4d -C extra-filename=-199c06c62b83bd4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-f2c35d1739b1fb43.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-bd97940cf9f4c246.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-9bcdc733a520e687.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-02-02T01:26:50.005Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31111695135d1fe5 -C extra-filename=-31111695135d1fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-78e219302d1d673e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4bd6fc7b6af06332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-187bbde2b1776aa7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-199c06c62b83bd4d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32912024-02-02T01:27:06.992Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=60e5b6b6494f090a -C extra-filename=-60e5b6b6494f090a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-15b5d7516a2af07d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
32922024-02-02T01:27:46.235Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=b5a538051f58bb84 -C extra-filename=-b5a538051f58bb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32932024-02-02T01:27:49.040Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=06a0cf9d40c68993 -C extra-filename=-06a0cf9d40c68993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32942024-02-02T01:27:57.420Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32952024-02-02T01:27:57.451Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=d1dc9e6980b9544c -C extra-filename=-d1dc9e6980b9544c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
32962024-02-02T01:28:07.483Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26867f1e87341651 -C extra-filename=-26867f1e87341651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rmeta --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32972024-02-02T01:28:09.997Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ea650d418d25dd8 -C extra-filename=-1ea650d418d25dd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32982024-02-02T01:28:12.357Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e6450b188f7b467c -C extra-filename=-e6450b188f7b467c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32992024-02-02T01:28:13.497Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2aaea9eeb97ec2bf -C extra-filename=-2aaea9eeb97ec2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33002024-02-02T01:28:14.799Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c9b88ea7bc5acb16 -C extra-filename=-c9b88ea7bc5acb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33012024-02-02T01:28:15.987Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8123b91d62f01a45 -C extra-filename=-8123b91d62f01a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33022024-02-02T01:28:20.406Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1abebf3823c4606 -C extra-filename=-b1abebf3823c4606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33032024-02-02T01:28:20.508Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad5e990146223b00 -C extra-filename=-ad5e990146223b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33042024-02-02T01:28:20.508Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35ac9eb2f005d674 -C extra-filename=-35ac9eb2f005d674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33052024-02-02T01:28:22.212Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d2cc996044e5773 -C extra-filename=-1d2cc996044e5773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33062024-02-02T01:28:25.160Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa0b9d1f5b9252be -C extra-filename=-fa0b9d1f5b9252be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33072024-02-02T01:28:26.944Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d7912d1a7c886e8b -C extra-filename=-d7912d1a7c886e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33082024-02-02T01:28:37.395Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1a259b4d0a6fd90f -C extra-filename=-1a259b4d0a6fd90f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33092024-02-02T01:28:41.564Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4ce86306d24b3bf6 -C extra-filename=-4ce86306d24b3bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33102024-02-02T01:28:47.575Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01e94b437d645fc2 -C extra-filename=-01e94b437d645fc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33112024-02-02T01:28:48.674Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d84f97285703e791 -C extra-filename=-d84f97285703e791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33122024-02-02T01:28:50.682Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=adbcead3a7e7fb93 -C extra-filename=-adbcead3a7e7fb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33132024-02-02T01:28:53.906Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8d1090fe4a418fb -C extra-filename=-c8d1090fe4a418fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33142024-02-02T01:28:54.383Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f4c8e2fe5878a6c3 -C extra-filename=-f4c8e2fe5878a6c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33152024-02-02T01:29:01.102Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc02a968a7a41c94 -C extra-filename=-bc02a968a7a41c94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33162024-02-02T01:29:01.203Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a87ed8a4868ceb60 -C extra-filename=-a87ed8a4868ceb60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33172024-02-02T01:29:03.784Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a8499cff6b483266 -C extra-filename=-a8499cff6b483266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33182024-02-02T01:29:05.604Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=831e4779711ee93b -C extra-filename=-831e4779711ee93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33192024-02-02T01:29:09.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=957824aaf0eefc0f -C extra-filename=-957824aaf0eefc0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33202024-02-02T01:29:20.990Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a973d82841b182b6 -C extra-filename=-a973d82841b182b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-78e219302d1d673e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4bd6fc7b6af06332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-187bbde2b1776aa7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-199c06c62b83bd4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
33212024-02-02T01:29:21.722Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f329ada06fbf4ef -C extra-filename=-1f329ada06fbf4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33222024-02-02T01:29:26.366Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf400340c9dbad32 -C extra-filename=-bf400340c9dbad32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
33232024-02-02T01:29:35.043Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8835842409a8ab7 -C extra-filename=-f8835842409a8ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33242024-02-02T01:29:35.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2061a4ee4d97d604 -C extra-filename=-2061a4ee4d97d604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
33252024-02-02T01:29:36.284Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4c4d082d1f22a3f -C extra-filename=-e4c4d082d1f22a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33262024-02-02T01:30:07.314Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f1fa3d89aa1639a -C extra-filename=-5f1fa3d89aa1639a --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33272024-02-02T01:30:22.189Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dad548220c105a16 -C extra-filename=-dad548220c105a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33282024-02-02T01:30:22.581Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=22368eb4d7bb3ac7 -C extra-filename=-22368eb4d7bb3ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33292024-02-02T01:30:43.009Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27ba868d65e09f0f -C extra-filename=-27ba868d65e09f0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33302024-02-02T01:30:47.156Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=119632af81dc5380 -C extra-filename=-119632af81dc5380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/`
33312024-02-02T01:30:49.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f3acf3095b36391 -C extra-filename=-2f3acf3095b36391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/`
33322024-02-02T01:30:53.590Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07d052d31602e3cc -C extra-filename=-07d052d31602e3cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-af589e4dcd52fd99.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33332024-02-02T01:30:54.513Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=780971eb6f125d84 -C extra-filename=-780971eb6f125d84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-af589e4dcd52fd99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33342024-02-02T01:31:12.345Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de269e1704c3e8b3 -C extra-filename=-de269e1704c3e8b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-af589e4dcd52fd99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33352024-02-02T01:31:29.290Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7ea8d7ec2dbac631 -C extra-filename=-7ea8d7ec2dbac631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-af589e4dcd52fd99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33362024-02-02T01:31:32.939Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3166e7adb528a797 -C extra-filename=-3166e7adb528a797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33372024-02-02T01:31:33.926Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c45613872fe32d8b -C extra-filename=-c45613872fe32d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33382024-02-02T01:31:38.284Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01cf19f6f727f73d -C extra-filename=-01cf19f6f727f73d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33392024-02-02T01:31:38.743Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=963275c796d00ddc -C extra-filename=-963275c796d00ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33402024-02-02T01:31:48.858Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=292bdefcc29f416e -C extra-filename=-292bdefcc29f416e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33412024-02-02T01:32:07.514Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=37a484bd164013c9 -C extra-filename=-37a484bd164013c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33422024-02-02T01:32:40.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=e7328c2437539037 -C extra-filename=-e7328c2437539037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33432024-02-02T01:32:55.304Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=814706f42d611a9b -C extra-filename=-814706f42d611a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33442024-02-02T01:32:56.745Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1081c775eb8c2c72 -C extra-filename=-1081c775eb8c2c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33452024-02-02T01:32:59.425Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be249c2155bc4b83 -C extra-filename=-be249c2155bc4b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33462024-02-02T01:33:04.802Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=a9a18ca5139a15d0 -C extra-filename=-a9a18ca5139a15d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33472024-02-02T01:33:05.724Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f15191c31fc54031 -C extra-filename=-f15191c31fc54031 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33482024-02-02T01:33:28.914Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b6ca5edd61e727b -C extra-filename=-6b6ca5edd61e727b --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33492024-02-02T01:33:31.045Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7584d7438c6acf24 -C extra-filename=-7584d7438c6acf24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33502024-02-02T01:33:33.448Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=15d80b6a9e755548 -C extra-filename=-15d80b6a9e755548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33512024-02-02T01:33:35.936Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=f2e318d010c82497 -C extra-filename=-f2e318d010c82497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f794f6ad8b9d5b23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33522024-02-02T01:33:38.644Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5590934aa3ec6589 -C extra-filename=-5590934aa3ec6589 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
33532024-02-02T01:33:54.166Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=78b6141340dbb38b -C extra-filename=-78b6141340dbb38b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33542024-02-02T01:34:02.951Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b5c5eb69f1d9ff85 -C extra-filename=-b5c5eb69f1d9ff85 --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-684b61020e9d7548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33552024-02-02T01:34:06.793Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=39b7eb80d9af8da5 -C extra-filename=-39b7eb80d9af8da5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a93b7ef4c6ac7463.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95a37e8719a7fef9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33562024-02-02T01:34:11.073Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33572024-02-02T01:34:11.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=312918b2b70a1f5c -C extra-filename=-312918b2b70a1f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33582024-02-02T01:34:13.987Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bf87ac04a6c23383 -C extra-filename=-bf87ac04a6c23383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33592024-02-02T01:34:14.914Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=54972c644b356ddc -C extra-filename=-54972c644b356ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33602024-02-02T01:34:18.829Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=02277c48df8de690 -C extra-filename=-02277c48df8de690 --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-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33612024-02-02T01:34:18.839Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=5c23d10876cd2c63 -C extra-filename=-5c23d10876cd2c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33622024-02-02T01:34:18.839Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c6a3e2fdf0580c0e -C extra-filename=-c6a3e2fdf0580c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33632024-02-02T01:34:24.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b3882bf8f1f6cdfd -C extra-filename=-b3882bf8f1f6cdfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33642024-02-02T01:34:29.583Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33652024-02-02T01:34:29.599Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=65c749f0eb468b3d -C extra-filename=-65c749f0eb468b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
33662024-02-02T01:34:30.596Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a15ffdb2e29c39d2 -C extra-filename=-a15ffdb2e29c39d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33672024-02-02T01:34:48.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=807522d768ab3039 -C extra-filename=-807522d768ab3039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33682024-02-02T01:34:48.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a8da6cdd1737858 -C extra-filename=-8a8da6cdd1737858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33692024-02-02T01:34:48.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16b419e990c8263f -C extra-filename=-16b419e990c8263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33702024-02-02T01:34:57.602Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=398daa4392d1eb2e -C extra-filename=-398daa4392d1eb2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33712024-02-02T01:34:59.706Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5697ddbeea2a8187 -C extra-filename=-5697ddbeea2a8187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33722024-02-02T01:35:06.381Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33732024-02-02T01:35:06.384Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8ff39af79b87e5e8 -C extra-filename=-8ff39af79b87e5e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33742024-02-02T01:35:09.358Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c5175a144f96f159 -C extra-filename=-c5175a144f96f159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33752024-02-02T01:35:13.131Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=934aa734c2d5fa4c -C extra-filename=-934aa734c2d5fa4c --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-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33762024-02-02T01:35:13.307Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=9ca7952a1eaa348f -C extra-filename=-9ca7952a1eaa348f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cefa51378f2ea758.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33772024-02-02T01:35:15.917Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eadcc7b4f35f3578 -C extra-filename=-eadcc7b4f35f3578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33782024-02-02T01:35:17.688Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=49e4374749b44581 -C extra-filename=-49e4374749b44581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33792024-02-02T01:35:20.095Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33802024-02-02T01:35:20.098Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=58b95abc7e3e2575 -C extra-filename=-58b95abc7e3e2575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33812024-02-02T01:35:23.717Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=850acd2cbf1bb50a -C extra-filename=-850acd2cbf1bb50a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33822024-02-02T01:35:29.863Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b580609b85f39dd2 -C extra-filename=-b580609b85f39dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33832024-02-02T01:35:35.067Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=5d94fd7a1a2f6870 -C extra-filename=-5d94fd7a1a2f6870 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33842024-02-02T01:35:41.898Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=c29ba3ec93aa65c5 -C extra-filename=-c29ba3ec93aa65c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7614796703d08fee.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6ed8128ccfc730c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-22f148755f0d9124.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33852024-02-02T01:35:43.567Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=c328bfed11de477e -C extra-filename=-c328bfed11de477e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33862024-02-02T01:35:45.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=deabd337615c0aa6 -C extra-filename=-deabd337615c0aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33872024-02-02T01:35:47.287Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=58cf0a2107178732 -C extra-filename=-58cf0a2107178732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33882024-02-02T01:35:50.106Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2525767bbf201387 -C extra-filename=-2525767bbf201387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33892024-02-02T01:35:51.748Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3ae773c625c019a7 -C extra-filename=-3ae773c625c019a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-22f148755f0d9124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33902024-02-02T01:35:52.820Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=91d395eadd4441c5 -C extra-filename=-91d395eadd4441c5 --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-50c518ed3f636250.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33912024-02-02T01:35:54.168Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e62a7e49e1cb149d -C extra-filename=-e62a7e49e1cb149d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33922024-02-02T01:35:55.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e6137ecceea70490 -C extra-filename=-e6137ecceea70490 --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-50c518ed3f636250.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33932024-02-02T01:38:34.045Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5f95333918513e54 -C extra-filename=-5f95333918513e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-b7d79802fe443f08/out`
33942024-02-02T01:38:34.055Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b299ceb9c1e4a61b -C extra-filename=-b299ceb9c1e4a61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33952024-02-02T01:38:34.055Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=72b5317292c3fbfa -C extra-filename=-72b5317292c3fbfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
33962024-02-02T01:38:34.055Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2be3248654f1246 -C extra-filename=-d2be3248654f1246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-b7d79802fe443f08/out`
33972024-02-02T01:38:34.388Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1fddb8701d36d24f -C extra-filename=-1fddb8701d36d24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33982024-02-02T01:38:39.240Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a877bea6972d0b2 -C extra-filename=-9a877bea6972d0b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
33992024-02-02T01:38:42.045Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c67508db7af74577 -C extra-filename=-c67508db7af74577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34002024-02-02T01:38:45.981Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=06529bd122c99f9b -C extra-filename=-06529bd122c99f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34012024-02-02T01:38:59.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=36d6867683812755 -C extra-filename=-36d6867683812755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-b7d79802fe443f08/out`
34022024-02-02T01:39:22.166Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=714451d0e6dafd53 -C extra-filename=-714451d0e6dafd53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34032024-02-02T01:53:05.306Z Finished test [unoptimized + debuginfo] target(s) in 37m 22s
34042024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-1081c775eb8c2c72`
34052024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-a9a18ca5139a15d0`
34062024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-e7328c2437539037`
34072024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-37a484bd164013c9`
34082024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-02277c48df8de690`
34092024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-65c749f0eb468b3d`
34102024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-58b95abc7e3e2575`
34112024-02-02T01:53:06.027Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-be249c2155bc4b83`
34122024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-bf87ac04a6c23383`
34132024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-1a259b4d0a6fd90f`
34142024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-c8d1090fe4a418fb`
34152024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-01e94b437d645fc2`
34162024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-adbcead3a7e7fb93`
34172024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-d84f97285703e791`
34182024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-4ce86306d24b3bf6`
34192024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-bc02a968a7a41c94`
34202024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-f4c8e2fe5878a6c3`
34212024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-deabd337615c0aa6`
34222024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-b3882bf8f1f6cdfd`
34232024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-1b7622f2d6e86527`
34242024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-58cf0a2107178732`
34252024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-27ba868d65e09f0f`
34262024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-c29ba3ec93aa65c5`
34272024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-d131bd45306a08d4`
34282024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-6966d73ffe163b39`
34292024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-b5c5eb69f1d9ff85`
34302024-02-02T01:53:06.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-54972c644b356ddc`
34312024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-35ac9eb2f005d674`
34322024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-1d2cc996044e5773`
34332024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-c6a3e2fdf0580c0e`
34342024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-f15191c31fc54031`
34352024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-8ff39af79b87e5e8`
34362024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc-5697ddbeea2a8187`
34372024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-b580609b85f39dd2`
34382024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-15d80b6a9e755548`
34392024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-78b6141340dbb38b`
34402024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-963275c796d00ddc`
34412024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-a973d82841b182b6`
34422024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-934aa734c2d5fa4c`
34432024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_deployment-22368eb4d7bb3ac7`
34442024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-6462936156f92c65`
34452024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-a15ffdb2e29c39d2`
34462024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-49e4374749b44581`
34472024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-c328bfed11de477e`
34482024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-464f4034ca3d1e0b`
34492024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-5f95333918513e54`
34502024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-36d6867683812755`
34512024-02-02T01:53:06.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-de269e1704c3e8b3`
34522024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-7ea8d7ec2dbac631`
34532024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-780971eb6f125d84`
34542024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-1f329ada06fbf4ef`
34552024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-06529bd122c99f9b`
34562024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-1fddb8701d36d24f`
34572024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-b299ceb9c1e4a61b`
34582024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-72b5317292c3fbfa`
34592024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-9a877bea6972d0b2`
34602024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-814706f42d611a9b`
34612024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-f523fefc19897a89`
34622024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-43b3ec080dc9f71a`
34632024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-91d395eadd4441c5`
34642024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-ad5e990146223b00`
34652024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-1b65508a350618c5`
34662024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-cf6da9d6e3d511fd`
34672024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-56ac181a2af363a2`
34682024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-034662d3a426594e`
34692024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-77873566f3ee474a`
34702024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-9ca7952a1eaa348f`
34712024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-2525767bbf201387`
34722024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-65832724b4d76a16`
34732024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-00b7632db553c14b`
34742024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-eadcc7b4f35f3578`
34752024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-01cf19f6f727f73d`
34762024-02-02T01:53:06.038Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-831e4779711ee93b`
34772024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-a87ed8a4868ceb60`
34782024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-a8499cff6b483266`
34792024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-292bdefcc29f416e`
34802024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-c45613872fe32d8b`
34812024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-f2e318d010c82497`
34822024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-e6137ecceea70490`
34832024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-7584d7438c6acf24`
34842024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxlog-e62a7e49e1cb149d`
34852024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxlog-3ae773c625c019a7`
34862024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-850acd2cbf1bb50a`
34872024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-39b7eb80d9af8da5`
34882024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-5c23d10876cd2c63`
34892024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-119632af81dc5380`
34902024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-2f3acf3095b36391`
34912024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1ea650d418d25dd8`
34922024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-e6450b188f7b467c`
34932024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-06a0cf9d40c68993`
34942024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-b5a538051f58bb84`
34952024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-5590934aa3ec6589`
34962024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_common-2061a4ee4d97d604`
34972024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-dad548220c105a16`
34982024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-d7912d1a7c886e8b`
34992024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-2aaea9eeb97ec2bf`
35002024-02-02T01:53:06.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-c9b88ea7bc5acb16`
35012024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-c5175a144f96f159`
35022024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-8123b91d62f01a45`
35032024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-f2f0cfed7421f6e0`
35042024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-b27506a90a0d7709`
35052024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-60e5b6b6494f090a`
35062024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-c7f1887055084d23`
35072024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-1d1bd9cbea2b6a1f`
35082024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-3166e7adb528a797`
35092024-02-02T01:53:06.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_networking-312918b2b70a1f5c`
35102024-02-02T01:53:06.277Z
35112024-02-02T01:53:06.283Zreal 37:24.771195527
35122024-02-02T01:53:06.283Zuser 3:34:11.066281589
35132024-02-02T01:53:06.284Zsys 21:02.742437858
35142024-02-02T01:53:06.284Ztrap 11.069651633
35152024-02-02T01:53:06.284Ztflt 3.945595578
35162024-02-02T01:53:06.284Zdflt 57.147345454
35172024-02-02T01:53:06.284Zkflt 0.054181115
35182024-02-02T01:53:06.284Zlock 6:55:46.383259118
35192024-02-02T01:53:06.284Zslp 14:02:04.610754799
35202024-02-02T01:53:06.284Zlat 6:31.702955438
35212024-02-02T01:53:06.284Zstop 5:47.900380003
35222024-02-02T01:53:08.277Z
35232024-02-02T01:53:08.277Z ##### ###### #### #####
35242024-02-02T01:53:08.278Z # # # #
35252024-02-02T01:53:08.278Z # ##### #### #
35262024-02-02T01:53:08.278Z # # # #
35272024-02-02T01:53:08.278Z # # # # #
35282024-02-02T01:53:08.279Z # ###### #### #
35292024-02-02T01:53:08.279Z
35302024-02-02T01:53:09.450Z Downloading crates ...
35312024-02-02T01:53:10.804Z Downloaded hermit-abi v0.1.19
35322024-02-02T01:53:11.246Z Downloaded fuchsia-cprng v0.1.1
35332024-02-02T01:53:11.265Z Downloaded option-ext v0.2.0
35342024-02-02T01:53:11.265Z Downloaded error-code v3.0.0
35352024-02-02T01:53:11.265Z Downloaded md5 v0.7.0
35362024-02-02T01:53:11.265Z Downloaded iana-time-zone-haiku v0.1.2
35372024-02-02T01:53:11.266Z Downloaded core-foundation-sys v0.8.4
35382024-02-02T01:53:11.266Z Downloaded hermit-abi v0.3.2
35392024-02-02T01:53:11.266Z Downloaded ghash v0.5.0
35402024-02-02T01:53:11.266Z Downloaded critical-section v1.1.2
35412024-02-02T01:53:11.266Z Downloaded russh-cryptovec v0.7.0
35422024-02-02T01:53:11.266Z Downloaded ipconfig v0.3.2
35432024-02-02T01:53:11.266Z Downloaded android_system_properties v0.1.5
35442024-02-02T01:53:11.267Z Downloaded blowfish v0.9.1
35452024-02-02T01:53:11.267Z Downloaded dirs v5.0.1
35462024-02-02T01:53:11.267Z Downloaded redox_syscall v0.3.5
35472024-02-02T01:53:11.267Z Downloaded ed25519 v2.2.2
35482024-02-02T01:53:11.267Z Downloaded cbc v0.1.2
35492024-02-02T01:53:11.267Z Downloaded atomic-polyfill v0.1.11
35502024-02-02T01:53:11.268Z Downloaded android-tzdata v0.1.1
35512024-02-02T01:53:11.268Z Downloaded security-framework-sys v2.9.1
35522024-02-02T01:53:11.268Z Downloaded rand_core v0.5.1
35532024-02-02T01:53:11.268Z Downloaded wasm-bindgen-shared v0.2.87
35542024-02-02T01:53:11.268Z Downloaded rdrand v0.4.0
35552024-02-02T01:53:11.268Z Downloaded windows-targets v0.48.5
35562024-02-02T01:53:11.268Z Downloaded rand_hc v0.2.0
35572024-02-02T01:53:11.269Z Downloaded dirs-sys v0.4.1
35582024-02-02T01:53:11.269Z Downloaded windows-targets v0.52.0
35592024-02-02T01:53:11.269Z Downloaded clipboard-win v5.0.0
35602024-02-02T01:53:11.269Z Downloaded crossterm_winapi v0.9.1
35612024-02-02T01:53:11.269Z Downloaded anstyle-wincon v2.1.0
35622024-02-02T01:53:11.270Z Downloaded bcrypt-pbkdf v0.10.0
35632024-02-02T01:53:11.270Z Downloaded ctr v0.9.2
35642024-02-02T01:53:11.270Z Downloaded rand_chacha v0.2.2
35652024-02-02T01:53:11.270Z Downloaded system-configuration-sys v0.5.0
35662024-02-02T01:53:11.270Z Downloaded primeorder v0.13.6
35672024-02-02T01:53:11.270Z Downloaded pbkdf2 v0.12.2
35682024-02-02T01:53:11.270Z Downloaded pbkdf2 v0.11.0
35692024-02-02T01:53:11.270Z Downloaded cargo_toml v0.19.0
35702024-02-02T01:53:11.270Z Downloaded ecdsa v0.16.9
35712024-02-02T01:53:11.270Z Downloaded fs2 v0.4.3
35722024-02-02T01:53:11.271Z Downloaded redox_users v0.4.3
35732024-02-02T01:53:11.271Z Downloaded wasm-bindgen-macro-support v0.2.87
35742024-02-02T01:53:11.271Z Downloaded system-configuration v0.5.1
35752024-02-02T01:53:11.271Z Downloaded russh-keys v0.40.1
35762024-02-02T01:53:11.271Z Downloaded rand_core v0.4.2
35772024-02-02T01:53:11.271Z Downloaded wasm-bindgen-macro v0.2.87
35782024-02-02T01:53:11.271Z Downloaded wasm-bindgen-backend v0.2.87
35792024-02-02T01:53:11.271Z Downloaded schannel v0.1.22
35802024-02-02T01:53:11.271Z Downloaded wasm-bindgen-futures v0.4.37
35812024-02-02T01:53:11.271Z Downloaded rfc6979 v0.4.0
35822024-02-02T01:53:11.271Z Downloaded polyval v0.6.1
35832024-02-02T01:53:11.271Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
35842024-02-02T01:53:11.272Z Downloaded encode_unicode v0.3.6
35852024-02-02T01:53:11.272Z Downloaded rand_core v0.3.1
35862024-02-02T01:53:11.272Z Downloaded winapi-util v0.1.5
35872024-02-02T01:53:11.272Z Downloaded wasm-streams v0.3.0
35882024-02-02T01:53:11.272Z Downloaded redox_syscall v0.2.16
35892024-02-02T01:53:11.272Z Downloaded winreg v0.50.0
35902024-02-02T01:53:11.272Z Downloaded redox_syscall v0.4.1
35912024-02-02T01:53:11.272Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
35922024-02-02T01:53:11.272Z Downloaded getrandom v0.1.16
35932024-02-02T01:53:11.272Z Downloaded core-foundation v0.9.3
35942024-02-02T01:53:11.272Z Downloaded js-sys v0.3.64
35952024-02-02T01:53:11.273Z Downloaded password-hash v0.4.2
35962024-02-02T01:53:11.273Z Downloaded p256 v0.13.2
35972024-02-02T01:53:11.273Z Downloaded bumpalo v3.13.0
35982024-02-02T01:53:11.273Z Downloaded widestring v1.0.2
35992024-02-02T01:53:11.273Z Downloaded ed25519-dalek v2.0.0
36002024-02-02T01:53:11.273Z Downloaded russh v0.40.2
36012024-02-02T01:53:11.273Z Downloaded security-framework v2.9.2
36022024-02-02T01:53:11.273Z Downloaded aes v0.8.3
36032024-02-02T01:53:11.273Z Downloaded rand v0.7.3
36042024-02-02T01:53:11.273Z Downloaded aes-gcm v0.10.3
36052024-02-02T01:53:11.273Z Downloaded wasm-bindgen v0.2.87
36062024-02-02T01:53:11.715Z Downloaded windows_aarch64_gnullvm v0.52.0
36072024-02-02T01:53:11.732Z Downloaded windows_x86_64_gnullvm v0.52.0
36082024-02-02T01:53:11.749Z Downloaded windows_x86_64_gnullvm v0.48.5
36092024-02-02T01:53:11.766Z Downloaded windows_aarch64_gnullvm v0.48.5
36102024-02-02T01:53:11.796Z Downloaded fiat-crypto v0.2.1
36112024-02-02T01:53:12.146Z Downloaded web-sys v0.3.64
36122024-02-02T01:53:12.426Z Downloaded windows_aarch64_msvc v0.48.5
36132024-02-02T01:53:12.479Z Downloaded windows_aarch64_msvc v0.52.0
36142024-02-02T01:53:12.505Z Downloaded windows_x86_64_msvc v0.52.0
36152024-02-02T01:53:12.536Z Downloaded windows_x86_64_gnu v0.52.0
36162024-02-02T01:53:12.571Z Downloaded windows_i686_gnu v0.52.0
36172024-02-02T01:53:12.610Z Downloaded windows_i686_gnu v0.48.5
36182024-02-02T01:53:12.650Z Downloaded windows_i686_msvc v0.52.0
36192024-02-02T01:53:13.098Z Downloaded linux-raw-sys v0.3.8
36202024-02-02T01:53:13.105Z Downloaded windows_i686_msvc v0.48.5
36212024-02-02T01:53:13.105Z Downloaded windows_x86_64_gnu v0.48.5
36222024-02-02T01:53:13.105Z Downloaded windows_x86_64_msvc v0.48.5
36232024-02-02T01:53:13.105Z Downloaded winapi v0.3.9
36242024-02-02T01:53:13.105Z Downloaded linux-raw-sys v0.4.13
36252024-02-02T01:53:13.520Z Downloaded windows-sys v0.52.0
36262024-02-02T01:53:13.659Z Downloaded windows-sys v0.48.0
36272024-02-02T01:53:13.889Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
36282024-02-02T01:53:14.154Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
36292024-02-02T01:53:15.145Z Downloaded windows v0.48.0
36302024-02-02T01:53:26.458Zinfo: experimental features enabled: setup-scripts
36312024-02-02T01:53:27.086Z Finished test [unoptimized + debuginfo] target(s) in 1.59s
36322024-02-02T01:53:27.317Z Starting 1038 tests across 106 binaries (3 skipped)
36332024-02-02T01:53:27.412Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36342024-02-02T01:53:27.412Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36352024-02-02T01:53:35.491Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36362024-02-02T01:53:38.851Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36372024-02-02T01:53:53.368Z Finished test [unoptimized + debuginfo] target(s) in 32.24s
36382024-02-02T01:53:53.407Z Running `target/debug/crdb-seed`
36392024-02-02T01:53:53.439ZFeb 02 01:53:53.169 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp5hnm84
36402024-02-02T01:53:53.450ZFeb 02 01:53:53.170 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpsYI1EO,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp5hnm84/listen-url
36412024-02-02T01:53:53.450ZFeb 02 01:53:53.172 INFO cockroach environment: BUILDOMAT_JOB_ID=01HNKKFG3JW8K5DG21D2Y1GH22 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=package-cache GITHUB_REF=refs/heads/package-cache GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=52199bbd0e3d33423773cb9458a703f9fe3b51aa 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-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envlGKLtn NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=e042c61b-f6ed-4373-8cdb-88b226ae0342 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
36422024-02-02T01:53:54.866ZFeb 02 01:53:54.598 INFO cockroach pid: 4029
36432024-02-02T01:53:54.866ZFeb 02 01:53:54.598 INFO cockroach listen URL: postgresql://root@[::1]:62517/omicron?sslmode=disable
36442024-02-02T01:53:54.866ZFeb 02 01:53:54.598 INFO cockroach: populating
36452024-02-02T01:53:57.210ZFeb 02 01:53:56.933 INFO cockroach: populated
36462024-02-02T01:53:59.815ZFeb 02 01:53:59.548 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/b755ffd579cc94e1e82d585ecf602a7a6848eca9ad02044ebb6de7e232bf3036.tar`
36472024-02-02T01:53:59.821Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36482024-02-02T01:53:59.910Z PASS [ 0.049s] authz-macros tests::test_authz_dump
36492024-02-02T01:53:59.910Z PASS [ 0.043s] bootstore schemes::tests::hello_roundtrip
36502024-02-02T01:53:59.910Z PASS [ 0.034s] bootstore schemes::v0::share_pkg::tests::create_packages
36512024-02-02T01:53:59.917Z PASS [ 0.035s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
36522024-02-02T01:53:59.917Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::create_and_verify
36532024-02-02T01:53:59.944Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
36542024-02-02T01:53:59.944Z PASS [ 0.054s] db-macros tests::test_derive_metadata_identity_fails_for_enums
36552024-02-02T01:53:59.963Z PASS [ 0.106s] bootstore schemes::v0::peer::tests::network_config
36562024-02-02T01:53:59.963Z PASS [ 0.059s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
36572024-02-02T01:53:59.969Z PASS [ 0.052s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
36582024-02-02T01:53:59.973Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
36592024-02-02T01:54:00.303Z PASS [ 0.346s] dns-server storage::test::test_update_in_progress
36602024-02-02T01:54:00.316Z PASS [ 0.362s] dns-server storage::test::test_update_interrupted
36612024-02-02T01:54:00.334Z PASS [ 0.390s] dns-server storage::test::test_update_basic
36622024-02-02T01:54:00.821Z PASS [ 0.847s] dns-server::basic_test a_crud
36632024-02-02T01:54:00.831Z PASS [ 0.851s] dns-server::basic_test aaaa_crud
36642024-02-02T01:54:01.260Z PASS [ 0.494s] dns-server::basic_test name_contains_zone
36652024-02-02T01:54:01.260Z PASS [ 0.511s] dns-server::basic_test multi_record_crud
36662024-02-02T01:54:01.260Z PASS [ 0.532s] dns-server::basic_test empty_record
36672024-02-02T01:54:01.260Z PASS [ 1.184s] bootstore schemes::v0::peer::tests::basic_3_nodes
36682024-02-02T01:54:01.260Z PASS [ 0.099s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
36692024-02-02T01:54:01.260Z PASS [ 0.319s] dns-server::openapi_test test_dns_server_openapi
36702024-02-02T01:54:01.260Z PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
36712024-02-02T01:54:01.260Z PASS [ 0.392s] dns-server::basic_test servfail
36722024-02-02T01:54:01.260Z PASS [ 0.064s] illumos-utils destructor::test::test_delayed_delete
36732024-02-02T01:54:01.260Z PASS [ 0.036s] illumos-utils destructor::test::test_destructor_bad_close
36742024-02-02T01:54:01.269Z PASS [ 0.035s] illumos-utils link::test::test_allocate
36752024-02-02T01:54:01.269Z PASS [ 0.457s] dns-server::basic_test nxdomain
36762024-02-02T01:54:01.696Z PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes
36772024-02-02T01:54:01.702Z PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_service
36782024-02-02T01:54:01.703Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
36792024-02-02T01:54:01.703Z PASS [ 0.480s] dns-server::basic_test srv_crud
36802024-02-02T01:54:01.703Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_bad_zpool_names
36812024-02-02T01:54:01.703Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_external_zpool_name
36822024-02-02T01:54:01.703Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name
36832024-02-02T01:54:01.703Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool
36842024-02-02T01:54:01.703Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool_missing_column
36852024-02-02T01:54:01.704Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool_name_json
36862024-02-02T01:54:01.704Z PASS [ 0.039s] illumos-utils zpool::test::test_zpool_name_regex
36872024-02-02T01:54:01.704Z PASS [ 0.152s] installinator-common block_size_writer::tests::proptest_block_writer
36882024-02-02T01:54:01.704Z PASS [ 0.034s] internal-dns config::test::display_hosts
36892024-02-02T01:54:01.704Z PASS [ 0.027s] internal-dns config::test::display_srv_service
36902024-02-02T01:54:01.704Z PASS [ 0.039s] internal-dns config::test::test_builder_errors
36912024-02-02T01:54:01.704Z PASS [ 0.053s] internal-dns config::test::test_builder_output
36922024-02-02T01:54:01.704Z PASS [ 0.520s] illumos-utils destructor::test::test_delayed_delete_with_error
36932024-02-02T01:54:02.223Z PASS [ 0.863s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
36942024-02-02T01:54:02.245Z PASS [ 0.554s] internal-dns resolver::test::insert_and_lookup_one_record
36952024-02-02T01:54:02.491Z PASS [ 0.808s] internal-dns resolver::test::insert_and_lookup_multiple_records
36962024-02-02T01:54:02.581Z PASS [ 0.359s] internal-dns resolver::test::lookup_nonexistent_record_fails
36972024-02-02T01:54:03.092Z PASS [ 0.828s] internal-dns resolver::test::resolver_can_access_backup_dns_server
36982024-02-02T01:54:03.182Z PASS [ 0.694s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
36992024-02-02T01:54:03.217Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
37002024-02-02T01:54:03.301Z PASS [ 0.083s] ipcc tests::installinator_image_id_round_trip
37012024-02-02T01:54:03.323Z PASS [ 0.740s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
37022024-02-02T01:54:03.339Z PASS [ 0.035s] ipcc tests::serialized_size
37032024-02-02T01:54:03.368Z PASS [ 0.030s] key-manager tests::different_ikm_produces_different_keys
37042024-02-02T01:54:03.384Z PASS [ 0.051s] key-manager tests::different_disks_produce_different_keys
37052024-02-02T01:54:03.400Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
37062024-02-02T01:54:03.410Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
37072024-02-02T01:54:03.441Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
37082024-02-02T01:54:03.450Z PASS [ 0.041s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
37092024-02-02T01:54:03.485Z PASS [ 0.030s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
37102024-02-02T01:54:03.505Z PASS [ 0.030s] nexus-db-model semver_version::test::test_to_from_sortable_string
37112024-02-02T01:54:03.527Z PASS [ 0.094s] nexus-db-model device_auth::test::test_generate_user_code
37122024-02-02T01:54:03.535Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
37132024-02-02T01:54:03.562Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
37142024-02-02T01:54:03.566Z PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings
37152024-02-02T01:54:03.595Z PASS [ 0.035s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
37162024-02-02T01:54:03.617Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
37172024-02-02T01:54:03.626Z PASS [ 0.555s] internal-dns resolver::test::update_record
37182024-02-02T01:54:03.642Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
37192024-02-02T01:54:03.665Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
37202024-02-02T01:54:03.675Z PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
37212024-02-02T01:54:03.699Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
37222024-02-02T01:54:03.729Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
37232024-02-02T01:54:03.757Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
37242024-02-02T01:54:03.774Z PASS [ 0.101s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
37252024-02-02T01:54:03.781Z PASS [ 0.092s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
37262024-02-02T01:54:03.794Z PASS [ 0.039s] nexus-db-queries authn::external::session_cookie::test::test_get_token
37272024-02-02T01:54:03.819Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
37282024-02-02T01:54:03.827Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
37292024-02-02T01:54:03.834Z PASS [ 0.039s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
37302024-02-02T01:54:03.858Z PASS [ 0.038s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
37312024-02-02T01:54:03.875Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
37322024-02-02T01:54:03.881Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
37332024-02-02T01:54:03.926Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value
37342024-02-02T01:54:03.947Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
37352024-02-02T01:54:03.979Z PASS [ 0.074s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
37362024-02-02T01:54:03.979Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
37372024-02-02T01:54:03.983Z PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
37382024-02-02T01:54:03.984Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
37392024-02-02T01:54:04.013Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
37402024-02-02T01:54:04.020Z PASS [ 0.040s] nexus-db-queries authn::external::token::test::test_make_header_value
37412024-02-02T01:54:04.031Z PASS [ 0.054s] nexus-db-queries authn::external::test::test_authn_sequence
37422024-02-02T01:54:04.058Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
37432024-02-02T01:54:04.065Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_missing
37442024-02-02T01:54:04.073Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_valid
37452024-02-02T01:54:04.118Z PASS [ 0.058s] nexus-db-queries authn::test::test_internal_users
37462024-02-02T01:54:04.134Z PASS [ 0.061s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
37472024-02-02T01:54:05.284Z PASS [ 4.447s] dns-server::commands_test test_dnsadm
37482024-02-02T01:54:11.761Z PASS [ 7.690s] nexus-db-queries authz::context::test::test_unregistered_resource
37492024-02-02T01:54:12.475Z PASS [ 7.191s] nexus-db-queries context::test::test_background_context
37502024-02-02T01:54:19.794Z PASS [ 18.449s] installinator mock_peers::tests::proptest_fetch_artifact
37512024-02-02T01:54:20.151Z PASS [ 16.034s] nexus-db-queries authz::policy_test::test_conferred_roles
37522024-02-02T01:54:21.124Z PASS [ 19.773s] installinator write::tests::proptest_write_artifact
37532024-02-02T01:54:21.844Z PASS [ 10.087s] nexus-db-queries context::test::test_child_context
37542024-02-02T01:54:22.302Z PASS [ 9.827s] nexus-db-queries context::test::test_test_context
37552024-02-02T01:54:29.649Z PASS [ 9.496s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
37562024-02-02T01:54:29.958Z PASS [ 10.164s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
37572024-02-02T01:54:30.787Z PASS [ 9.623s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
37582024-02-02T01:54:31.439Z PASS [ 9.594s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
37592024-02-02T01:54:31.783Z PASS [ 9.476s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
37602024-02-02T01:54:38.932Z PASS [ 9.287s] nexus-db-queries db::collection_attach::test::test_attach_once
37612024-02-02T01:54:38.994Z PASS [ 0.059s] nexus-db-queries db::collection_attach::test::test_verify_query
37622024-02-02T01:54:39.184Z PASS [ 9.227s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
37632024-02-02T01:54:40.965Z PASS [ 9.461s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
37642024-02-02T01:54:40.965Z PASS [ 9.303s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
37652024-02-02T01:54:41.543Z PASS [ 9.765s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
37662024-02-02T01:54:48.224Z PASS [ 9.044s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
37672024-02-02T01:54:48.355Z PASS [ 9.357s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
37682024-02-02T01:54:48.402Z PASS [ 0.055s] nexus-db-queries db::collection_detach::test::test_verify_query
37692024-02-02T01:54:49.169Z PASS [ 8.959s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
37702024-02-02T01:54:49.942Z PASS [ 9.201s] nexus-db-queries db::collection_detach::test::test_detach_once
37712024-02-02T01:54:50.537Z PASS [ 8.993s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
37722024-02-02T01:54:51.657Z PASS [ 47.513s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
37732024-02-02T01:54:54.733Z PASS [ 6.507s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
37742024-02-02T01:54:54.753Z PASS [ 6.348s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
37752024-02-02T01:54:55.573Z PASS [ 6.407s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
37762024-02-02T01:54:56.460Z PASS [ 6.508s] nexus-db-queries db::collection_detach_many::test::test_detach_many
37772024-02-02T01:54:56.510Z PASS [ 0.060s] nexus-db-queries db::collection_detach_many::test::test_verify_query
37782024-02-02T01:54:56.880Z PASS [ 6.346s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
37792024-02-02T01:54:57.859Z PASS [ 6.213s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
37802024-02-02T01:54:57.916Z PASS [ 0.056s] nexus-db-queries db::collection_insert::test::test_verify_query
37812024-02-02T01:54:57.986Z PASS [ 0.060s] nexus-db-queries db::column_walker::test::test_walk_columns
37822024-02-02T01:54:58.067Z PASS [ 0.068s] nexus-db-queries db::column_walker::test::test_walk_table
37832024-02-02T01:54:58.118Z PASS [ 0.074s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
37842024-02-02T01:54:58.174Z PASS [ 0.053s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
37852024-02-02T01:54:58.223Z PASS [ 0.053s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
37862024-02-02T01:54:58.276Z PASS [ 0.051s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
37872024-02-02T01:54:59.872Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
37882024-02-02T01:54:59.878Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
37892024-02-02T01:55:01.306Z PASS [ 6.504s] nexus-db-queries db::collection_detach_many::test::test_detach_once
37902024-02-02T01:55:01.306Z PASS [ 6.487s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
37912024-02-02T01:55:02.148Z PASS [ 6.567s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
37922024-02-02T01:55:02.360Z PASS [ 5.851s] nexus-db-queries db::collection_insert::test::test_collection_not_present
37932024-02-02T01:55:02.790Z PASS [ 5.908s] nexus-db-queries db::collection_insert::test::test_collection_present
37942024-02-02T01:55:04.551Z PASS [ 6.275s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
37952024-02-02T01:55:04.607Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
37962024-02-02T01:55:07.196Z PASS [ 5.498s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
37972024-02-02T01:55:08.778Z PASS [ 7.533s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
37982024-02-02T01:55:10.185Z PASS [ 7.822s] nexus-db-queries db::datastore::deployment::tests::test_set_target
37992024-02-02T01:55:10.277Z PASS [ 7.485s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
38002024-02-02T01:55:10.365Z PASS [ 8.219s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
38012024-02-02T01:55:10.731Z PASS [ 70.859s] bootstore::v0-fsm-proptest-learner run
38022024-02-02T01:55:11.548Z PASS [ 6.943s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
38032024-02-02T01:55:15.184Z PASS [ 8.445s] nexus-db-queries db::datastore::dns::test::test_dns_update
38042024-02-02T01:55:16.518Z PASS [ 7.740s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
38052024-02-02T01:55:17.871Z PASS [ 7.511s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
38062024-02-02T01:55:18.001Z PASS [ 7.729s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
38072024-02-02T01:55:18.225Z PASS [ 8.043s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
38082024-02-02T01:55:19.147Z PASS [ 7.602s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
38092024-02-02T01:55:21.665Z PASS [ 10.936s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
38102024-02-02T01:55:22.116Z PASS [ 6.937s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
38112024-02-02T01:55:23.541Z PASS [ 7.010s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
38122024-02-02T01:55:25.246Z PASS [ 7.369s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
38132024-02-02T01:55:25.546Z PASS [ 7.321s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
38142024-02-02T01:55:25.701Z PASS [ 7.476s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
38152024-02-02T01:55:26.446Z PASS [ 7.278s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
38162024-02-02T01:55:30.324Z PASS [ 6.977s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
38172024-02-02T01:55:30.324Z PASS [ 7.287s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
38182024-02-02T01:55:30.479Z PASS [ 90.399s] bootstore::v0-fsm-proptest-rack-coordinator run
38192024-02-02T01:55:30.772Z PASS [ 7.246s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
38202024-02-02T01:55:32.585Z PASS [ 7.329s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
38212024-02-02T01:55:32.629Z PASS [ 0.057s] nexus-db-queries db::datastore::region::test::test_extent_count
38222024-02-02T01:55:33.032Z PASS [ 7.708s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
38232024-02-02T01:55:33.652Z PASS [ 7.951s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
38242024-02-02T01:55:33.843Z PASS [ 7.418s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
38252024-02-02T01:55:35.669Z PASS [ 7.022s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
38262024-02-02T01:55:37.345Z PASS [ 7.942s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
38272024-02-02T01:55:37.674Z PASS [ 6.902s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
38282024-02-02T01:55:37.852Z PASS [ 7.576s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
38292024-02-02T01:55:39.729Z PASS [ 6.700s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
38302024-02-02T01:55:39.881Z PASS [ 7.257s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
38312024-02-02T01:55:40.794Z PASS [ 7.126s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
38322024-02-02T01:55:40.876Z PASS [ 7.024s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
38332024-02-02T01:55:42.380Z PASS [ 6.715s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
38342024-02-02T01:55:43.355Z PASS [ 5.502s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
38352024-02-02T01:55:44.432Z PASS [ 6.752s] nexus-db-queries db::datastore::test::test_project_creation
38362024-02-02T01:55:44.737Z PASS [ 7.392s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
38372024-02-02T01:55:47.505Z PASS [ 7.777s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
38382024-02-02T01:55:48.035Z PASS [ 7.255s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
38392024-02-02T01:55:49.330Z PASS [ 9.448s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
38402024-02-02T01:55:50.520Z PASS [ 9.643s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
38412024-02-02T01:55:51.763Z PASS [ 7.023s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
38422024-02-02T01:55:52.286Z PASS [ 9.908s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
38432024-02-02T01:55:53.566Z PASS [ 5.531s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
38442024-02-02T01:55:54.215Z PASS [ 9.789s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
38452024-02-02T01:55:54.248Z PASS [ 10.894s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
38462024-02-02T01:55:54.484Z PASS [ 6.975s] nexus-db-queries db::datastore::test::test_session_methods
38472024-02-02T01:55:54.534Z PASS [ 0.053s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
38482024-02-02T01:55:54.582Z PASS [ 0.049s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
38492024-02-02T01:55:54.638Z PASS [ 0.051s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
38502024-02-02T01:55:54.687Z PASS [ 0.050s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
38512024-02-02T01:55:55.906Z PASS [ 6.577s] nexus-db-queries db::datastore::test::test_ssh_keys
38522024-02-02T01:55:57.091Z PASS [ 6.579s] nexus-db-queries db::datastore::test::test_table_scan
38532024-02-02T01:55:58.375Z PASS [ 6.617s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
38542024-02-02T01:55:59.458Z PASS [ 7.167s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
38552024-02-02T01:55:59.740Z PASS [ 5.523s] nexus-db-queries db::explain::test::test_explain_async
38562024-02-02T01:55:59.787Z PASS [ 5.535s] nexus-db-queries db::explain::test::test_explain_full_table_scan
38572024-02-02T01:55:59.806Z PASS [ 0.068s] nexus-db-queries db::pagination::test::test_paginator
38582024-02-02T01:56:00.899Z PASS [ 7.329s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
38592024-02-02T01:56:01.247Z PASS [ 6.562s] nexus-db-queries db::lookup::test::test_lookup
38602024-02-02T01:56:02.231Z PASS [ 6.315s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
38612024-02-02T01:56:03.191Z PASS [ 6.092s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
38622024-02-02T01:56:04.663Z PASS [ 6.282s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
38632024-02-02T01:56:05.249Z PASS [ 5.468s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
38642024-02-02T01:56:05.849Z PASS [ 6.396s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
38652024-02-02T01:56:07.919Z PASS [ 8.110s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
38662024-02-02T01:56:08.814Z PASS [ 7.921s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
38672024-02-02T01:56:09.118Z PASS [ 7.873s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
38682024-02-02T01:56:09.292Z PASS [ 7.071s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
38692024-02-02T01:56:10.169Z PASS [ 6.990s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
38702024-02-02T01:56:11.974Z PASS [ 7.312s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
38712024-02-02T01:56:12.031Z PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
38722024-02-02T01:56:12.539Z PASS [ 7.276s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
38732024-02-02T01:56:13.305Z PASS [ 7.456s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
38742024-02-02T01:56:15.509Z PASS [ 7.593s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
38752024-02-02T01:56:16.655Z PASS [ 7.844s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
38762024-02-02T01:56:17.032Z PASS [ 7.650s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
38772024-02-02T01:56:17.039Z PASS [ 7.831s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
38782024-02-02T01:56:18.349Z PASS [ 8.180s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
38792024-02-02T01:56:18.915Z PASS [ 6.890s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
38802024-02-02T01:56:19.944Z PASS [ 7.310s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
38812024-02-02T01:56:20.108Z PASS [ 6.694s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
38822024-02-02T01:56:22.523Z PASS [ 7.015s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
38832024-02-02T01:56:23.413Z PASS [ 6.755s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
38842024-02-02T01:56:23.461Z PASS [ 0.049s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
38852024-02-02T01:56:23.957Z PASS [ 7.011s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
38862024-02-02T01:56:24.143Z PASS [ 7.191s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
38872024-02-02T01:56:24.279Z PASS [ 0.140s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
38882024-02-02T01:56:24.320Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
38892024-02-02T01:56:24.512Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
38902024-02-02T01:56:24.929Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
38912024-02-02T01:56:24.929Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
38922024-02-02T01:56:25.541Z PASS [ 7.191s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
38932024-02-02T01:56:25.889Z PASS [ 6.974s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
38942024-02-02T01:56:26.944Z PASS [ 7.107s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
38952024-02-02T01:56:27.128Z PASS [ 7.127s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
38962024-02-02T01:56:29.422Z PASS [ 6.899s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
38972024-02-02T01:56:29.462Z PASS [ 0.038s] nexus-defaults tests::test_random_vpc_ipv6_prefix
38982024-02-02T01:56:29.716Z PASS [ 0.251s] nexus-deployment blueprint_builder::test::test_basic
38992024-02-02T01:56:29.765Z PASS [ 0.043s] nexus-deployment blueprint_builder::test::test_initial
39002024-02-02T01:56:29.828Z PASS [ 0.072s] nexus-deployment ip_allocator::test::test_basic
39012024-02-02T01:56:29.890Z PASS [ 5.430s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
39022024-02-02T01:56:29.981Z PASS [ 0.154s] nexus-deployment planner::test::test_basic_add_sled
39032024-02-02T01:56:30.050Z PASS [ 0.068s] nexus-inventory builder::test::test_empty
39042024-02-02T01:56:30.124Z PASS [ 6.166s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
39052024-02-02T01:56:30.170Z PASS [ 0.122s] nexus-inventory builder::test::test_problems
39062024-02-02T01:56:30.366Z PASS [ 0.472s] nexus-inventory builder::test::test_basic
39072024-02-02T01:56:30.534Z PASS [ 7.070s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
39082024-02-02T01:56:31.053Z PASS [ 5.510s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
39092024-02-02T01:56:31.088Z PASS [ 0.037s] nexus-types external_api::shared::test::test_policy_parsing
39102024-02-02T01:56:31.270Z PASS [ 0.182s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
39112024-02-02T01:56:31.300Z PASS [ 0.938s] nexus-inventory collector::test::test_multi_mgs_failure
39122024-02-02T01:56:31.349Z PASS [ 5.460s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
39132024-02-02T01:56:31.358Z PASS [ 0.084s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
39142024-02-02T01:56:31.772Z PASS [ 0.422s] omicron-certificates tests::test_common_name_is_validated
39152024-02-02T01:56:31.773Z PASS [ 0.467s] omicron-certificates tests::test_cert_extended_key_usage
39162024-02-02T01:56:31.790Z PASS [ 0.441s] omicron-certificates tests::test_subject_alternate_names_are_validated
39172024-02-02T01:56:31.828Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
39182024-02-02T01:56:31.842Z PASS [ 0.046s] omicron-common address::test::test_dns_subnets
39192024-02-02T01:56:31.842Z PASS [ 0.033s] omicron-common address::test::test_ip_range_enum_deserialization
39202024-02-02T01:56:31.842Z PASS [ 0.029s] omicron-common address::test::test_ip_range_iter
39212024-02-02T01:56:31.859Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
39222024-02-02T01:56:31.872Z PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize
39232024-02-02T01:56:31.872Z PASS [ 0.032s] omicron-common address::test::test_sled_address
39242024-02-02T01:56:31.880Z PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless
39252024-02-02T01:56:31.881Z PASS [ 1.342s] nexus-inventory collector::test::test_sled_agent_failure
39262024-02-02T01:56:31.902Z PASS [ 0.026s] omicron-common api::external::error::test::test_context
39272024-02-02T01:56:33.235Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_pagination_examples
39282024-02-02T01:56:33.236Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_schemas
39292024-02-02T01:56:33.236Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_name
39302024-02-02T01:56:33.236Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_id
39312024-02-02T01:56:33.237Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
39322024-02-02T01:56:33.237Z PASS [ 0.023s] omicron-common api::external::test::test_bytecount_display
39332024-02-02T01:56:33.237Z PASS [ 0.036s] omicron-common api::external::test::test_bytecount
39342024-02-02T01:56:33.237Z PASS [ 0.059s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
39352024-02-02T01:56:33.237Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
39362024-02-02T01:56:33.237Z PASS [ 0.035s] omicron-common api::external::test::test_digest
39372024-02-02T01:56:33.238Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization
39382024-02-02T01:56:33.238Z PASS [ 0.040s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
39392024-02-02T01:56:33.238Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse
39402024-02-02T01:56:33.238Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str
39412024-02-02T01:56:33.238Z PASS [ 0.041s] omicron-common api::external::test::test_hostname_from_str
39422024-02-02T01:56:33.238Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_into_str
39432024-02-02T01:56:33.238Z PASS [ 0.029s] omicron-common api::external::test::test_ipnet_first_last_address
39442024-02-02T01:56:33.239Z PASS [ 0.030s] omicron-common api::external::test::test_ipnet_serde
39452024-02-02T01:56:33.239Z PASS [ 0.029s] omicron-common api::external::test::test_ipv4_net_operations
39462024-02-02T01:56:33.239Z PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations
39472024-02-02T01:56:33.239Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
39482024-02-02T01:56:33.239Z PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator
39492024-02-02T01:56:33.239Z PASS [ 0.033s] omicron-common api::external::test::test_macaddr
39502024-02-02T01:56:33.239Z PASS [ 0.032s] omicron-common api::external::test::test_name_parse
39512024-02-02T01:56:33.240Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
39522024-02-02T01:56:33.240Z PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse
39532024-02-02T01:56:33.240Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
39542024-02-02T01:56:33.240Z PASS [ 2.005s] nexus-inventory collector::test::test_basic
39552024-02-02T01:56:33.240Z PASS [ 0.039s] omicron-common api::external::test::test_route_destination_parse
39562024-02-02T01:56:33.240Z PASS [ 0.028s] omicron-common api::external::test::test_semver_serialize
39572024-02-02T01:56:33.241Z PASS [ 0.028s] omicron-common api::external::test::test_semver_validation
39582024-02-02T01:56:33.241Z PASS [ 0.042s] omicron-common api::external::test::test_route_target_parse
39592024-02-02T01:56:33.241Z PASS [ 1.979s] nexus-inventory collector::test::test_multi_mgs
39602024-02-02T01:56:33.241Z PASS [ 0.038s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
39612024-02-02T01:56:33.241Z PASS [ 0.032s] omicron-common ledger::test::test_create_default_ledger
39622024-02-02T01:56:33.241Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_from_storage
39632024-02-02T01:56:33.241Z PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures
39642024-02-02T01:56:33.241Z PASS [ 0.038s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
39652024-02-02T01:56:33.242Z PASS [ 0.033s] omicron-common nexus_config::test::test_bad_authn_schemes
39662024-02-02T01:56:33.242Z PASS [ 0.029s] omicron-common nexus_config::test::test_config_empty
39672024-02-02T01:56:33.242Z PASS [ 0.037s] omicron-common nexus_config::test::test_config_bad_toml
39682024-02-02T01:56:33.243Z PASS [ 0.033s] omicron-common nexus_config::test::test_config_nonexistent
39692024-02-02T01:56:33.243Z PASS [ 0.034s] omicron-common nexus_config::test::test_deployment_config_schema
39702024-02-02T01:56:33.243Z PASS [ 0.035s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
39712024-02-02T01:56:33.243Z PASS [ 0.028s] omicron-common postgres_config::test::test_bad_url
39722024-02-02T01:56:33.243Z PASS [ 0.029s] omicron-common postgres_config::test::test_example_url
39732024-02-02T01:56:33.243Z PASS [ 0.040s] omicron-common nexus_config::test::test_valid
39742024-02-02T01:56:33.244Z PASS [ 0.040s] omicron-common update::tests::serde_artifact_kind
39752024-02-02T01:56:33.244Z PASS [ 0.063s] omicron-common nexus_config::test::test_repo_configs_are_valid
39762024-02-02T01:56:33.244Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
39772024-02-02T01:56:33.244Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
39782024-02-02T01:56:33.244Z PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
39792024-02-02T01:56:33.244Z PASS [ 0.189s] omicron-dev::test_omicron_dev test_cert_create
39802024-02-02T01:56:33.244Z PASS [ 0.111s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
39812024-02-02T01:56:33.244Z PASS [ 0.194s] omicron-gateway management_switch::location_map::tests::test_config_validation
39822024-02-02T01:56:33.244Z PASS [ 0.177s] omicron-gateway management_switch::location_map::tests::test_resolve_location
39832024-02-02T01:56:33.370Z PASS [ 0.797s] omicron-gateway::test_all integration_tests::component_list::component_list
39842024-02-02T01:56:33.481Z PASS [ 6.348s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
39852024-02-02T01:56:33.537Z PASS [ 0.940s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
39862024-02-02T01:56:33.598Z PASS [ 1.128s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
39872024-02-02T01:56:33.605Z PASS [ 6.665s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
39882024-02-02T01:56:33.669Z PASS [ 0.303s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
39892024-02-02T01:56:33.770Z PASS [ 0.281s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
39902024-02-02T01:56:57.681Z PASS [ 15.648s] omicron-dev::test_omicron_dev test_db_killed
39912024-02-02T01:56:58.046Z PASS [ 23.269s] omicron-dev::test_omicron_dev test_db_run
39922024-02-02T01:56:58.047Z PASS [ 23.387s] omicron-dev::test_omicron_dev test_run_all
39932024-02-02T01:56:58.047Z PASS [ 23.669s] omicron-nexus app::background::common::test::test_driver_basic
39942024-02-02T01:56:58.047Z PASS [ 23.700s] omicron-nexus app::background::dns_config::test::test_basic
39952024-02-02T01:56:58.047Z PASS [ 24.219s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
39962024-02-02T01:56:59.120Z PASS [ 25.509s] omicron-nexus app::background::common::test::test_activation_in_progress
39972024-02-02T01:56:59.135Z PASS [ 25.601s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
39982024-02-02T01:56:59.255Z PASS [ 0.119s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
39992024-02-02T01:57:01.081Z PASS [ 1.965s] omicron-nexus app::external_endpoints::test::test_authority
40002024-02-02T01:57:01.252Z PASS [ 0.139s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
40012024-02-02T01:57:01.291Z PASS [ 0.072s] omicron-nexus app::external_endpoints::test::test_no_endpoint
40022024-02-02T01:57:01.370Z PASS [ 0.078s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
40032024-02-02T01:57:10.490Z PASS [ 22.604s] omicron-nexus app::background::dns_propagation::test::test_basic
40042024-02-02T01:57:13.346Z PASS [ 14.088s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
40052024-02-02T01:57:16.465Z PASS [ 20.947s] omicron-nexus app::background::dns_servers::test::test_basic
40062024-02-02T01:57:17.083Z PASS [ 21.328s] omicron-nexus app::background::external_endpoints::test::test_basic
40072024-02-02T01:57:20.424Z PASS [ 23.084s] omicron-nexus app::background::init::test::test_dns_propagation_basic
40082024-02-02T01:57:21.788Z PASS [ 23.972s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
40092024-02-02T01:57:28.362Z PASS [ 30.901s] omicron-nexus app::background::inventory_collection::test::test_basic
40102024-02-02T01:57:31.623Z PASS [ 29.311s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
40112024-02-02T01:57:40.129Z PASS [ 23.670s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
40122024-02-02T01:57:40.241Z PASS [ 26.897s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
40132024-02-02T01:57:41.146Z PASS [ 30.659s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
40142024-02-02T01:57:43.587Z PASS [ 26.505s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
40152024-02-02T01:57:45.573Z PASS [ 25.153s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
40162024-02-02T01:58:04.418Z PASS [ 33.741s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
40172024-02-02T01:58:10.385Z PASS [ 30.258s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
40182024-02-02T01:58:12.822Z PASS [ 32.576s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
40192024-02-02T01:58:12.970Z PASS [ 31.824s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
40202024-02-02T01:58:21.788Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40212024-02-02T01:58:25.687Z PASS [ 42.102s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
40222024-02-02T01:58:27.092Z PASS [ 41.113s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
40232024-02-02T01:58:28.359Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40242024-02-02T01:58:41.265Z PASS [ 36.846s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
40252024-02-02T01:58:48.196Z PASS [ 37.598s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
40262024-02-02T01:58:57.432Z PASS [ 44.621s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
40272024-02-02T01:58:58.469Z PASS [ 45.499s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
40282024-02-02T01:59:07.291Z PASS [ 41.581s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
40292024-02-02T01:59:07.449Z PASS [ 40.763s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
40302024-02-02T01:59:21.785Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40312024-02-02T01:59:24.364Z PASS [ 36.383s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
40322024-02-02T01:59:28.353Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40332024-02-02T01:59:29.470Z PASS [ 31.003s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
40342024-02-02T01:59:36.679Z PASS [ 29.233s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
40352024-02-02T01:59:36.824Z PASS [ 29.560s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
40362024-02-02T01:59:37.667Z PASS [ 40.236s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
40372024-02-02T01:59:37.734Z PASS [ 0.067s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
40382024-02-02T01:59:41.263Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40392024-02-02T01:59:52.577Z PASS [ 23.108s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
40402024-02-02T01:59:58.377Z PASS [ 34.008s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
40412024-02-02T02:00:02.524Z PASS [ 81.252s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40422024-02-02T02:00:07.989Z PASS [ 30.248s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
40432024-02-02T02:00:21.789Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40442024-02-02T02:00:22.525Z PASS [ 20.010s] omicron-nexus app::sagas::test_saga::test_saga_stuck
40452024-02-02T02:00:24.408Z PASS [ 31.832s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
40462024-02-02T02:00:28.352Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40472024-02-02T02:00:33.505Z PASS [ 9.097s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
40482024-02-02T02:00:33.568Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
40492024-02-02T02:00:33.637Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
40502024-02-02T02:00:33.694Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
40512024-02-02T02:00:33.759Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
40522024-02-02T02:00:33.823Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
40532024-02-02T02:00:33.899Z PASS [ 0.077s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
40542024-02-02T02:00:33.974Z PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_relative_uri
40552024-02-02T02:00:34.301Z PASS [ 0.334s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
40562024-02-02T02:00:35.926Z PASS [ 37.510s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
40572024-02-02T02:00:36.602Z PASS [ 28.617s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
40582024-02-02T02:00:36.678Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40592024-02-02T02:00:36.823Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40602024-02-02T02:00:47.084Z PASS [ 24.564s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
40612024-02-02T02:00:58.981Z PASS [ 22.385s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
40622024-02-02T02:00:59.584Z PASS [ 23.698s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
40632024-02-02T02:00:59.760Z PASS [ 0.182s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
40642024-02-02T02:01:00.763Z PASS [ 13.679s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
40652024-02-02T02:01:11.916Z PASS [ 12.934s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
40662024-02-02T02:01:21.075Z PASS [ 21.315s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
40672024-02-02T02:01:21.641Z PASS [ 20.878s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
40682024-02-02T02:01:21.784Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40692024-02-02T02:01:28.351Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40702024-02-02T02:01:37.838Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
40712024-02-02T02:01:37.902Z PASS [ 23.182s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
40722024-02-02T02:01:37.903Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40732024-02-02T02:01:37.903Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40742024-02-02T02:01:42.003Z PASS [ 20.923s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
40752024-02-02T02:01:42.787Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
40762024-02-02T02:01:49.665Z PASS [ 75.367s] omicron-nexus populate::test::test_populators
40772024-02-02T02:01:53.133Z PASS [ 136.309s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40782024-02-02T02:01:56.828Z PASS [ 21.731s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
40792024-02-02T02:02:04.084Z PASS [ 22.086s] omicron-nexus::test_all integration_tests::basic::test_ping
40802024-02-02T02:02:11.827Z PASS [ 29.040s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
40812024-02-02T02:02:15.276Z PASS [ 22.146s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
40822024-02-02T02:02:18.477Z PASS [ 21.648s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
40832024-02-02T02:02:21.784Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40842024-02-02T02:02:25.758Z PASS [ 36.092s] omicron-nexus::test_all integration_tests::basic::test_projects_list
40852024-02-02T02:02:26.759Z PASS [ 22.680s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
40862024-02-02T02:02:28.350Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40872024-02-02T02:02:35.233Z PASS [ 23.406s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
40882024-02-02T02:02:36.675Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40892024-02-02T02:02:38.469Z PASS [ 23.195s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
40902024-02-02T02:02:42.893Z PASS [ 23.999s] omicron-nexus::test_all integration_tests::certificates::test_crud
40912024-02-02T02:02:42.894Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
40922024-02-02T02:02:43.650Z PASS [ 8.418s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
40932024-02-02T02:02:43.670Z PASS [ 1.064s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
40942024-02-02T02:02:44.120Z PASS [ 0.441s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
40952024-02-02T02:02:46.323Z PASS [ 7.855s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
40962024-02-02T02:02:46.597Z PASS [ 20.843s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
40972024-02-02T02:02:57.737Z PASS [ 30.978s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
40982024-02-02T02:03:05.759Z PASS [ 22.086s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
40992024-02-02T02:03:05.865Z PASS [ 21.766s] omicron-nexus::test_all integration_tests::console_api::test_assets
41002024-02-02T02:03:07.795Z PASS [ 21.468s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
41012024-02-02T02:03:13.870Z PASS [ 27.271s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
41022024-02-02T02:03:21.787Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41032024-02-02T02:03:27.383Z PASS [ 29.639s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
41042024-02-02T02:03:28.117Z PASS [ 22.262s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
41052024-02-02T02:03:28.132Z PASS [ 22.274s] omicron-nexus::test_all integration_tests::console_api::test_session_me
41062024-02-02T02:03:28.350Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41072024-02-02T02:03:29.753Z PASS [ 21.883s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
41082024-02-02T02:03:36.675Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41092024-02-02T02:03:40.941Z PASS [ 27.070s] omicron-nexus::test_all integration_tests::console_api::test_sessions
41102024-02-02T02:03:50.521Z PASS [ 23.146s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
41112024-02-02T02:03:50.888Z PASS [ 22.869s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
41122024-02-02T02:03:53.549Z PASS [ 25.420s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
41132024-02-02T02:04:07.514Z PASS [ 26.577s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
41142024-02-02T02:04:12.685Z PASS [ 43.013s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
41152024-02-02T02:04:17.022Z PASS [ 26.135s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
41162024-02-02T02:04:17.456Z PASS [ 23.907s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
41172024-02-02T02:04:18.849Z PASS [ 28.331s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
41182024-02-02T02:04:21.781Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41192024-02-02T02:04:28.349Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41202024-02-02T02:04:37.683Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41212024-02-02T02:04:42.044Z PASS [ 24.589s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
41222024-02-02T02:04:46.271Z PASS [ 27.423s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
41232024-02-02T02:04:50.680Z PASS [ 43.157s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
41242024-02-02T02:05:07.622Z PASS [ 25.578s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
41252024-02-02T02:05:10.899Z PASS [ 24.628s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
41262024-02-02T02:05:11.882Z PASS [ 54.862s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
41272024-02-02T02:05:12.441Z PASS [ 59.759s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
41282024-02-02T02:05:15.971Z PASS [ 25.298s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
41292024-02-02T02:05:21.780Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41302024-02-02T02:05:28.348Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41312024-02-02T02:05:33.631Z PASS [ 26.007s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
41322024-02-02T02:05:36.678Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41332024-02-02T02:05:37.810Z PASS [ 25.369s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
41342024-02-02T02:05:41.199Z PASS [ 30.302s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
41352024-02-02T02:05:46.125Z PASS [ 30.159s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
41362024-02-02T02:05:57.948Z PASS [ 46.062s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
41372024-02-02T02:06:04.010Z PASS [ 29.975s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
41382024-02-02T02:06:06.714Z PASS [ 28.905s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
41392024-02-02T02:06:13.372Z PASS [ 32.166s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
41402024-02-02T02:06:14.111Z PASS [ 27.984s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
41412024-02-02T02:06:18.493Z PASS [ 401.811s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41422024-02-02T02:06:21.779Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41432024-02-02T02:06:28.361Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41442024-02-02T02:06:39.528Z PASS [ 25.421s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
41452024-02-02T02:06:41.788Z PASS [ 38.188s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
41462024-02-02T02:06:45.127Z PASS [ 47.187s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_detach_fail_if_in_use_by_other
41472024-02-02T02:06:45.609Z PASS [ 27.113s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
41482024-02-02T02:07:06.714Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
41492024-02-02T02:07:06.993Z PASS [ 53.628s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
41502024-02-02T02:07:07.063Z PASS [ 25.273s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
41512024-02-02T02:07:07.693Z PASS [ 0.633s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
41522024-02-02T02:07:08.467Z PASS [ 0.773s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
41532024-02-02T02:07:08.809Z PASS [ 23.668s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
41542024-02-02T02:07:09.116Z PASS [ 62.404s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
41552024-02-02T02:07:09.261Z PASS [ 0.788s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
41562024-02-02T02:07:09.485Z PASS [ 0.691s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
41572024-02-02T02:07:10.193Z PASS [ 24.601s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
41582024-02-02T02:07:18.113Z PASS [ 38.585s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
41592024-02-02T02:07:21.784Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41602024-02-02T02:07:28.345Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41612024-02-02T02:07:30.792Z PASS [ 23.799s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
41622024-02-02T02:07:31.714Z PASS [ 22.594s] omicron-nexus::test_all integration_tests::images::test_image_create
41632024-02-02T02:07:33.826Z PASS [ 24.570s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
41642024-02-02T02:07:34.304Z PASS [ 23.704s] omicron-nexus::test_all integration_tests::images::test_image_promotion
41652024-02-02T02:07:37.794Z PASS [ 28.298s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
41662024-02-02T02:07:43.431Z PASS [ 24.895s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
41672024-02-02T02:07:45.468Z PASS [ 11.572s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
41682024-02-02T02:07:47.084Z PASS [ 9.301s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
41692024-02-02T02:07:53.103Z PASS [ 10.086s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
41702024-02-02T02:07:53.562Z PASS [ 22.766s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
41712024-02-02T02:07:55.311Z PASS [ 23.600s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
41722024-02-02T02:07:56.012Z PASS [ 22.189s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
41732024-02-02T02:07:56.763Z PASS [ 11.301s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
41742024-02-02T02:08:15.273Z PASS [ 28.191s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
41752024-02-02T02:08:18.009Z PASS [ 21.245s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
41762024-02-02T02:08:21.779Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41772024-02-02T02:08:26.050Z PASS [ 32.497s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
41782024-02-02T02:08:28.353Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41792024-02-02T02:08:28.891Z PASS [ 32.880s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
41802024-02-02T02:08:38.540Z PASS [ 23.195s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
41812024-02-02T02:08:43.715Z PASS [ 47.992s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
41822024-02-02T02:08:44.420Z PASS [ 51.325s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
41832024-02-02T02:08:48.511Z PASS [ 22.459s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
41842024-02-02T02:09:03.432Z PASS [ 45.406s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
41852024-02-02T02:09:06.150Z PASS [ 21.649s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
41862024-02-02T02:09:14.135Z PASS [ 45.110s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
41872024-02-02T02:09:14.331Z PASS [ 30.994s] omicron-nexus::test_all integration_tests::instances::test_instance_access
41882024-02-02T02:09:21.812Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41892024-02-02T02:09:23.500Z PASS [ 34.994s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
41902024-02-02T02:09:28.372Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41912024-02-02T02:09:38.532Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41922024-02-02T02:09:40.004Z PASS [ 36.575s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
41932024-02-02T02:09:44.094Z PASS [ 38.023s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
41942024-02-02T02:09:44.576Z PASS [ 742.810s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41952024-02-02T02:09:50.281Z PASS [ 741.949s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41962024-02-02T02:09:53.214Z PASS [ 38.894s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
41972024-02-02T02:09:56.524Z PASS [ 42.527s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
41982024-02-02T02:10:06.528Z PASS [ 43.021s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
41992024-02-02T02:10:13.916Z PASS [ 95.448s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
42002024-02-02T02:10:19.234Z PASS [ 34.661s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
42012024-02-02T02:10:21.348Z PASS [ 31.065s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
42022024-02-02T02:10:23.657Z PASS [ 43.670s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
42032024-02-02T02:10:35.396Z PASS [ 42.213s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
42042024-02-02T02:10:40.677Z PASS [ 56.590s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
42052024-02-02T02:10:46.945Z PASS [ 40.424s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
42062024-02-02T02:10:50.315Z PASS [ 53.786s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
42072024-02-02T02:10:52.232Z PASS [ 38.315s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
42082024-02-02T02:10:57.174Z PASS [ 35.828s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
42092024-02-02T02:11:03.526Z PASS [ 44.290s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
42102024-02-02T02:11:05.229Z PASS [ 24.550s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
42112024-02-02T02:11:08.775Z PASS [ 45.121s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
42122024-02-02T02:11:14.743Z PASS [ 24.431s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
42132024-02-02T02:11:21.213Z PASS [ 45.815s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
42142024-02-02T02:11:23.742Z PASS [ 31.515s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
42152024-02-02T02:11:26.369Z PASS [ 22.845s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
42162024-02-02T02:11:27.028Z PASS [ 29.859s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
42172024-02-02T02:11:30.156Z PASS [ 43.203s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
42182024-02-02T02:11:39.513Z PASS [ 30.734s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
42192024-02-02T02:11:41.775Z PASS [ 20.562s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
42202024-02-02T02:11:45.930Z PASS [ 22.176s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
42212024-02-02T02:11:48.750Z PASS [ 22.375s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
42222024-02-02T02:11:48.870Z PASS [ 21.838s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
42232024-02-02T02:11:49.001Z PASS [ 34.262s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
42242024-02-02T02:11:53.084Z PASS [ 47.829s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
42252024-02-02T02:11:53.655Z PASS [ 23.257s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
42262024-02-02T02:12:05.134Z PASS [ 23.360s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
42272024-02-02T02:12:06.850Z PASS [ 27.339s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
42282024-02-02T02:12:08.531Z PASS [ 22.604s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
42292024-02-02T02:12:10.150Z PASS [ 21.286s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
42302024-02-02T02:12:11.507Z PASS [ 22.763s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
42312024-02-02T02:12:12.054Z PASS [ 23.046s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
42322024-02-02T02:12:15.723Z PASS [ 22.669s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
42332024-02-02T02:12:18.928Z PASS [ 25.122s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
42342024-02-02T02:12:30.201Z PASS [ 25.071s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
42352024-02-02T02:12:31.663Z PASS [ 23.144s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
42362024-02-02T02:12:33.224Z PASS [ 23.070s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
42372024-02-02T02:12:36.371Z PASS [ 20.652s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
42382024-02-02T02:12:38.626Z PASS [ 31.778s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
42392024-02-02T02:12:45.703Z PASS [ 27.183s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
42402024-02-02T02:12:55.701Z PASS [ 22.483s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
42412024-02-02T02:12:58.097Z PASS [ 21.720s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
42422024-02-02T02:13:00.035Z PASS [ 21.413s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
42432024-02-02T02:13:03.081Z PASS [ 32.878s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
42442024-02-02T02:13:11.508Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42452024-02-02T02:13:12.053Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
42462024-02-02T02:13:19.332Z PASS [ 67.820s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42472024-02-02T02:13:20.169Z PASS [ 48.507s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
42482024-02-02T02:13:20.419Z PASS [ 22.321s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
42492024-02-02T02:13:33.792Z PASS [ 48.078s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
42502024-02-02T02:13:42.645Z PASS [ 39.565s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
42512024-02-02T02:13:42.748Z PASS [ 22.332s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
42522024-02-02T02:13:43.262Z PASS [ 47.562s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
42532024-02-02T02:13:49.167Z PASS [ 49.128s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
42542024-02-02T02:13:49.612Z PASS [ 30.285s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
42552024-02-02T02:13:51.163Z PASS [ 30.995s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
42562024-02-02T02:14:00.714Z PASS [ 108.669s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
42572024-02-02T02:14:02.822Z PASS [ 19.560s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
42582024-02-02T02:14:15.767Z PASS [ 21.642s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
42592024-02-02T02:14:15.811Z PASS [ 23.306s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
42602024-02-02T02:14:15.811Z PASS [ 25.063s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
42612024-02-02T02:14:27.244Z PASS [ 53.244s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
42622024-02-02T02:14:31.001Z PASS [ 30.157s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
42632024-02-02T02:14:36.154Z PASS [ 33.330s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
42642024-02-02T02:14:37.364Z PASS [ 24.346s] omicron-nexus::test_all integration_tests::projects::test_projects
42652024-02-02T02:14:38.439Z PASS [ 55.785s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
42662024-02-02T02:14:38.961Z PASS [ 26.146s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
42672024-02-02T02:14:42.744Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42682024-02-02T02:14:48.856Z PASS [ 21.831s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
42692024-02-02T02:14:52.747Z PASS [ 21.865s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
42702024-02-02T02:15:01.197Z PASS [ 23.932s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
42712024-02-02T02:15:01.452Z PASS [ 78.711s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42722024-02-02T02:15:01.800Z PASS [ 25.646s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
42732024-02-02T02:15:02.772Z PASS [ 24.347s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
42742024-02-02T02:15:03.367Z PASS [ 0.593s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
42752024-02-02T02:15:04.298Z PASS [ 25.348s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
42762024-02-02T02:15:05.093Z PASS [ 3.643s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
42772024-02-02T02:15:05.592Z PASS [ 3.797s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
42782024-02-02T02:15:05.730Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
42792024-02-02T02:15:05.861Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
42802024-02-02T02:15:06.024Z PASS [ 0.170s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
42812024-02-02T02:15:06.165Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
42822024-02-02T02:15:06.282Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
42832024-02-02T02:15:06.874Z PASS [ 3.499s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
42842024-02-02T02:15:07.842Z PASS [ 3.508s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
42852024-02-02T02:15:08.688Z PASS [ 54.465s] omicron-nexus::test_all integration_tests::quotas::test_quotas
42862024-02-02T02:15:09.071Z PASS [ 20.216s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
42872024-02-02T02:15:13.517Z PASS [ 20.785s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
42882024-02-02T02:15:23.741Z PASS [ 22.552s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
42892024-02-02T02:15:23.866Z PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
42902024-02-02T02:15:28.466Z PASS [ 22.187s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
42912024-02-02T02:15:29.518Z PASS [ 22.648s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
42922024-02-02T02:15:29.630Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
42932024-02-02T02:15:29.685Z PASS [ 21.878s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
42942024-02-02T02:15:29.726Z PASS [ 0.103s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
42952024-02-02T02:15:30.061Z PASS [ 24.962s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
42962024-02-02T02:15:30.902Z PASS [ 21.835s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
42972024-02-02T02:15:30.994Z PASS [ 22.318s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
42982024-02-02T02:15:34.992Z PASS [ 21.397s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
42992024-02-02T02:15:44.480Z PASS [ 20.623s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
43002024-02-02T02:15:46.513Z PASS [ 18.053s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
43012024-02-02T02:15:46.796Z PASS [ 17.079s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
43022024-02-02T02:15:46.820Z PASS [ 17.127s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
43032024-02-02T02:15:47.130Z PASS [ 17.084s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
43042024-02-02T02:15:47.436Z PASS [ 16.536s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
43052024-02-02T02:15:55.024Z PASS [ 8.511s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
43062024-02-02T02:15:55.897Z PASS [ 8.461s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
43072024-02-02T02:16:03.214Z PASS [ 8.192s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
43082024-02-02T02:16:04.351Z PASS [ 8.443s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
43092024-02-02T02:16:11.527Z PASS [ 8.309s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
43102024-02-02T02:16:12.669Z PASS [ 8.330s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
43112024-02-02T02:16:17.370Z PASS [ 4.700s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
43122024-02-02T02:16:42.938Z PASS [ 25.567s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
43132024-02-02T02:16:51.616Z PASS [ 40.093s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
43142024-02-02T02:17:02.532Z PASS [ 19.592s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
43152024-02-02T02:17:12.881Z PASS [ 21.243s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
43162024-02-02T02:17:27.605Z PASS [ 14.747s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
43172024-02-02T02:17:27.653Z PASS [ 14.782s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
43182024-02-02T02:17:28.039Z PASS [ 15.173s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
43192024-02-02T02:17:29.010Z PASS [ 16.127s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
43202024-02-02T02:17:30.519Z PASS [ 27.969s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
43212024-02-02T02:17:49.196Z PASS [ 21.584s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
43222024-02-02T02:17:49.980Z PASS [ 21.942s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
43232024-02-02T02:17:50.061Z PASS [ 22.408s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
43242024-02-02T02:17:51.366Z PASS [ 22.362s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
43252024-02-02T02:17:51.563Z PASS [ 21.052s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
43262024-02-02T02:17:51.649Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
43272024-02-02T02:17:52.303Z PASS [ 21.782s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
43282024-02-02T02:17:54.947Z PASS [ 24.433s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
43292024-02-02T02:18:12.451Z PASS [ 23.256s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
43302024-02-02T02:18:12.980Z PASS [ 22.996s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
43312024-02-02T02:18:14.525Z PASS [ 22.873s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
43322024-02-02T02:18:14.648Z PASS [ 23.283s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
43332024-02-02T02:18:14.772Z PASS [ 22.471s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
43342024-02-02T02:18:17.129Z PASS [ 25.566s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
43352024-02-02T02:18:17.753Z PASS [ 22.814s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
43362024-02-02T02:18:22.855Z PASS [ 32.794s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
43372024-02-02T02:18:36.332Z PASS [ 23.462s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
43382024-02-02T02:18:36.336Z PASS [ 22.989s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
43392024-02-02T02:18:38.420Z PASS [ 23.633s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
43402024-02-02T02:18:38.824Z PASS [ 21.079s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
43412024-02-02T02:18:41.922Z PASS [ 27.396s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
43422024-02-02T02:18:46.415Z PASS [ 31.765s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
43432024-02-02T02:18:47.267Z PASS [ 30.091s] omicron-nexus::test_all integration_tests::silos::test_silos
43442024-02-02T02:18:54.129Z PASS [ 31.272s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
43452024-02-02T02:19:02.778Z PASS [ 26.407s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
43462024-02-02T02:19:02.796Z PASS [ 24.021s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
43472024-02-02T02:19:03.208Z PASS [ 27.300s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
43482024-02-02T02:19:07.477Z PASS [ 21.065s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
43492024-02-02T02:19:09.836Z PASS [ 22.618s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
43502024-02-02T02:19:14.550Z PASS [ 35.692s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
43512024-02-02T02:19:14.675Z PASS [ 4.838s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
43522024-02-02T02:19:16.422Z PASS [ 1.747s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
43532024-02-02T02:19:16.943Z PASS [ 22.818s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
43542024-02-02T02:19:18.675Z PASS [ 36.759s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
43552024-02-02T02:19:19.430Z PASS [ 4.911s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
43562024-02-02T02:19:21.101Z PASS [ 4.677s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
43572024-02-02T02:19:21.626Z PASS [ 4.651s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
43582024-02-02T02:19:22.688Z PASS [ 1.086s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
43592024-02-02T02:19:23.083Z PASS [ 20.709s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
43602024-02-02T02:19:43.229Z PASS [ 26.737s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
43612024-02-02T02:19:43.352Z PASS [ 34.342s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
43622024-02-02T02:19:43.352Z PASS [ 20.439s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
43632024-02-02T02:19:43.352Z PASS [ 19.704s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
43642024-02-02T02:19:47.023Z PASS [ 43.819s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
43652024-02-02T02:19:51.740Z PASS [ 28.658s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
43662024-02-02T02:19:55.703Z PASS [ 21.491s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
43672024-02-02T02:19:58.880Z PASS [ 39.453s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
43682024-02-02T02:19:59.338Z PASS [ 22.550s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
43692024-02-02T02:20:13.722Z PASS [ 31.341s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
43702024-02-02T02:20:14.791Z PASS [ 35.668s] omicron-nexus::test_all integration_tests::utilization::test_utilization
43712024-02-02T02:20:21.110Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43722024-02-02T02:20:21.481Z PASS [ 34.459s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
43732024-02-02T02:20:26.020Z PASS [ 34.282s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
43742024-02-02T02:20:31.170Z PASS [ 35.459s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
43752024-02-02T02:20:32.240Z PASS [ 33.366s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
43762024-02-02T02:20:35.300Z PASS [ 35.978s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
43772024-02-02T02:20:49.476Z PASS [ 35.750s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
43782024-02-02T02:20:50.317Z PASS [ 35.538s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
43792024-02-02T02:20:53.337Z PASS [ 22.164s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
43802024-02-02T02:20:55.901Z PASS [ 34.422s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
43812024-02-02T02:21:06.276Z PASS [ 40.259s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
43822024-02-02T02:21:14.069Z PASS [ 41.831s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
43832024-02-02T02:21:17.973Z PASS [ 42.679s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
43842024-02-02T02:21:21.102Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43852024-02-02T02:21:38.032Z PASS [ 131.891s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43862024-02-02T02:21:42.263Z PASS [ 52.376s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
43872024-02-02T02:21:43.194Z PASS [ 52.876s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
43882024-02-02T02:21:44.745Z PASS [ 51.418s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
43892024-02-02T02:21:47.577Z PASS [ 51.672s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
43902024-02-02T02:21:48.062Z PASS [ 41.770s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
43912024-02-02T02:21:49.880Z PASS [ 35.808s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
43922024-02-02T02:21:50.859Z PASS [ 32.884s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
43932024-02-02T02:21:54.469Z PASS [ 21.481s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
43942024-02-02T02:22:04.188Z PASS [ 22.341s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
43952024-02-02T02:22:05.995Z PASS [ 22.801s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
43962024-02-02T02:22:06.228Z PASS [ 21.484s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
43972024-02-02T02:22:09.285Z PASS [ 21.234s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
43982024-02-02T02:22:09.304Z PASS [ 21.727s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
43992024-02-02T02:22:11.483Z PASS [ 21.602s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
44002024-02-02T02:22:12.381Z PASS [ 21.520s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
44012024-02-02T02:22:14.761Z PASS [ 20.276s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
44022024-02-02T02:22:25.754Z PASS [ 21.563s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
44032024-02-02T02:22:26.985Z PASS [ 20.990s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
44042024-02-02T02:22:28.203Z PASS [ 21.957s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
44052024-02-02T02:22:31.818Z PASS [ 22.509s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
44062024-02-02T02:22:32.168Z PASS [ 22.882s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
44072024-02-02T02:22:33.373Z PASS [ 21.883s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
44082024-02-02T02:22:34.352Z PASS [ 21.977s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
44092024-02-02T02:22:36.971Z PASS [ 22.229s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
44102024-02-02T02:22:51.981Z PASS [ 26.231s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
44112024-02-02T02:22:53.584Z PASS [ 20.212s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
44122024-02-02T02:22:54.326Z PASS [ 27.345s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
44132024-02-02T02:22:54.948Z PASS [ 20.594s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
44142024-02-02T02:22:55.024Z PASS [ 0.074s] omicron-package dot::test::test_bad_dependency
44152024-02-02T02:22:55.060Z PASS [ 0.042s] omicron-package dot::test::test_dot_output
44162024-02-02T02:22:57.335Z PASS [ 20.364s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
44172024-02-02T02:22:57.359Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
44182024-02-02T02:22:59.401Z PASS [ 5.071s] omicron-omdb::test_all_output test_omdb_usage_errors
44192024-02-02T02:22:59.560Z PASS [ 27.754s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
44202024-02-02T02:22:59.621Z PASS [ 0.061s] omicron-passwords test::test_stable
44212024-02-02T02:22:59.656Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
44222024-02-02T02:22:59.682Z PASS [ 0.031s] omicron-rpaths internal::tests::test_configure_from_path
44232024-02-02T02:22:59.864Z PASS [ 0.079s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
44242024-02-02T02:22:59.864Z PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath
44252024-02-02T02:23:00.059Z PASS [ 27.888s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
44262024-02-02T02:23:00.239Z PASS [ 0.442s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
44272024-02-02T02:23:00.352Z PASS [ 0.119s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
44282024-02-02T02:23:00.510Z PASS [ 0.160s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
44292024-02-02T02:23:00.688Z PASS [ 0.168s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
44302024-02-02T02:23:00.721Z PASS [ 0.645s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
44312024-02-02T02:23:00.802Z PASS [ 0.109s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
44322024-02-02T02:23:00.850Z PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
44332024-02-02T02:23:00.970Z PASS [ 0.120s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
44342024-02-02T02:23:01.020Z PASS [ 0.049s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
44352024-02-02T02:23:01.087Z PASS [ 0.059s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
44362024-02-02T02:23:01.240Z PASS [ 0.138s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
44372024-02-02T02:23:01.679Z PASS [ 0.562s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
44382024-02-02T02:23:01.727Z PASS [ 3.903s] omicron-passwords test::test_reproducible
44392024-02-02T02:23:01.727Z PASS [ 0.078s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
44402024-02-02T02:23:01.727Z PASS [ 0.056s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
44412024-02-02T02:23:01.727Z PASS [ 0.089s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
44422024-02-02T02:23:01.728Z PASS [ 0.048s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
44432024-02-02T02:23:01.728Z PASS [ 0.043s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
44442024-02-02T02:23:01.728Z PASS [ 0.043s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
44452024-02-02T02:23:01.728Z PASS [ 0.038s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
44462024-02-02T02:23:01.728Z PASS [ 0.061s] omicron-sled-agent config::test::test_smf_configs
44472024-02-02T02:23:01.728Z PASS [ 0.071s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
44482024-02-02T02:23:01.728Z PASS [ 0.100s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
44492024-02-02T02:23:01.728Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
44502024-02-02T02:23:01.728Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
44512024-02-02T02:23:01.729Z PASS [ 0.048s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
44522024-02-02T02:23:01.729Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
44532024-02-02T02:23:01.729Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
44542024-02-02T02:23:01.729Z PASS [ 0.046s] omicron-sled-agent profile::tests::empty_profile
44552024-02-02T02:23:01.729Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_disabled_instance
44562024-02-02T02:23:01.729Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_instance
44572024-02-02T02:23:01.729Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_multiple
44582024-02-02T02:23:01.729Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_property
44592024-02-02T02:23:01.729Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_property_group
44602024-02-02T02:23:01.729Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service
44612024-02-02T02:23:01.729Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_service_property_group
44622024-02-02T02:23:01.729Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
44632024-02-02T02:23:01.729Z PASS [ 0.070s] omicron-sled-agent rack_setup::config::test::test_extra_certs
44642024-02-02T02:23:01.729Z PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_subnets
44652024-02-02T02:23:01.763Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
44662024-02-02T02:23:01.799Z PASS [ 0.091s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
44672024-02-02T02:23:01.826Z PASS [ 0.094s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
44682024-02-02T02:23:01.840Z PASS [ 0.138s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
44692024-02-02T02:23:01.884Z PASS [ 0.058s] omicron-sled-agent services::test::test_all_zones_requests_schema
44702024-02-02T02:23:01.915Z PASS [ 0.098s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
44712024-02-02T02:23:01.934Z PASS [ 0.055s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
44722024-02-02T02:23:02.315Z PASS [ 0.369s] omicron-sled-agent services::test::test_ensure_service_before_timesync
44732024-02-02T02:23:02.326Z PASS [ 0.431s] omicron-sled-agent services::test::test_ensure_service
44742024-02-02T02:23:02.340Z PASS [ 0.505s] omicron-sled-agent services::test::test_bad_generations
44752024-02-02T02:23:02.604Z PASS [ 0.294s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
44762024-02-02T02:23:02.652Z PASS [ 0.311s] omicron-sled-agent services::test::test_old_ledger_migration_bad
44772024-02-02T02:23:02.674Z PASS [ 0.349s] omicron-sled-agent services::test::test_old_ledger_migration
44782024-02-02T02:23:02.914Z PASS [ 0.233s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
44792024-02-02T02:23:07.565Z PASS [ 0.052s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
44802024-02-02T02:23:07.566Z PASS [ 0.053s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
44812024-02-02T02:23:07.566Z PASS [ 0.295s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
44822024-02-02T02:23:07.566Z PASS [ 0.059s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
44832024-02-02T02:23:07.566Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
44842024-02-02T02:23:07.566Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
44852024-02-02T02:23:07.567Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
44862024-02-02T02:23:07.567Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
44872024-02-02T02:23:07.567Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
44882024-02-02T02:23:07.567Z PASS [ 35.597s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
44892024-02-02T02:23:07.567Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_no_components
44902024-02-02T02:23:07.568Z PASS [ 0.051s] omicron-sled-agent updates::test::test_query_sled_agent_version
44912024-02-02T02:23:07.568Z PASS [ 0.066s] omicron-sled-agent updates::test::test_query_zone_version
44922024-02-02T02:23:07.568Z PASS [ 0.304s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
44932024-02-02T02:23:07.568Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
44942024-02-02T02:23:08.327Z PASS [ 2.246s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
44952024-02-02T02:23:08.327Z PASS [ 2.301s] omicron-sled-agent services::test::test_old_ledger_migration_continue
44962024-02-02T02:23:08.327Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
44972024-02-02T02:23:08.327Z PASS [ 10.173s] omicron-passwords test::test_compatible
44982024-02-02T02:23:08.328Z PASS [ 0.828s] omicron-sled-agent zone_bundle::illumos_tests::test_context
44992024-02-02T02:23:08.328Z PASS [ 0.710s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
45002024-02-02T02:23:08.328Z PASS [ 1.666s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
45012024-02-02T02:23:08.328Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
45022024-02-02T02:23:08.328Z PASS [ 0.090s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
45032024-02-02T02:23:08.328Z PASS [ 0.065s] omicron-sled-agent zone_bundle::tests::test_disk_usage
45042024-02-02T02:23:08.328Z PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
45052024-02-02T02:23:08.332Z PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
45062024-02-02T02:23:08.332Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
45072024-02-02T02:23:08.332Z PASS [ 1.904s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
45082024-02-02T02:23:08.332Z PASS [ 1.255s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
45092024-02-02T02:23:08.332Z PASS [ 0.966s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
45102024-02-02T02:23:08.333Z PASS [ 0.220s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
45112024-02-02T02:23:08.333Z PASS [ 1.256s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
45122024-02-02T02:23:08.333Z PASS [ 0.099s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
45132024-02-02T02:23:08.333Z PASS [ 0.580s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
45142024-02-02T02:23:08.333Z PASS [ 0.047s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
45152024-02-02T02:23:08.334Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
45162024-02-02T02:23:08.334Z PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
45172024-02-02T02:23:08.334Z PASS [ 0.094s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
45182024-02-02T02:23:08.334Z PASS [ 3.934s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
45192024-02-02T02:23:08.334Z PASS [ 0.699s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
45202024-02-02T02:23:09.181Z PASS [ 0.398s] omicron-test-utils dev::db::test::test_bad_cmd
45212024-02-02T02:23:09.182Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
45222024-02-02T02:23:09.182Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_ok
45232024-02-02T02:23:09.183Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_process_exit_abnormal
45242024-02-02T02:23:09.183Z PASS [ 0.401s] omicron-test-utils dev::db::test::test_database_start_hang
45252024-02-02T02:23:09.183Z PASS [ 0.056s] omicron-test-utils dev::db::test::test_process_exit_normal
45262024-02-02T02:23:09.184Z PASS [ 0.796s] omicron-test-utils dev::db::test::test_cmd_fails
45272024-02-02T02:23:09.184Z PASS [ 1.048s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
45282024-02-02T02:23:09.184Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_starter_tmpdir
45292024-02-02T02:23:09.184Z PASS [ 0.053s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
45302024-02-02T02:23:09.184Z PASS [ 0.050s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
45312024-02-02T02:23:09.185Z PASS [ 0.043s] oximeter histogram::tests::test_bin_range
45322024-02-02T02:23:09.185Z PASS [ 0.038s] oximeter histogram::tests::test_bin_range_from
45332024-02-02T02:23:09.185Z PASS [ 0.049s] oximeter histogram::tests::test_bin_range_to
45342024-02-02T02:23:09.213Z PASS [ 0.110s] oximeter histogram::tests::test_empty_bins_not_supported
45352024-02-02T02:23:09.214Z PASS [ 0.042s] oximeter histogram::tests::test_ensure_finite
45362024-02-02T02:23:09.214Z PASS [ 0.049s] oximeter histogram::tests::test_histogram
45372024-02-02T02:23:09.214Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_extreme_bins
45382024-02-02T02:23:09.214Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_extreme_samples
45392024-02-02T02:23:09.214Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_float_bins
45402024-02-02T02:23:09.214Z PASS [ 0.047s] oximeter histogram::tests::test_histogram_to_arrays
45412024-02-02T02:23:09.214Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_unbounded_samples
45422024-02-02T02:23:09.214Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unsorted_bins
45432024-02-02T02:23:09.214Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_bins
45442024-02-02T02:23:09.214Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
45452024-02-02T02:23:09.233Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_with_overlapping_bins
45462024-02-02T02:23:09.320Z PASS [ 0.096s] oximeter histogram::tests::test_log_linear_bins_all_representable
45472024-02-02T02:23:09.360Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
45482024-02-02T02:23:09.402Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
45492024-02-02T02:23:09.448Z PASS [ 0.045s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
45502024-02-02T02:23:09.484Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
45512024-02-02T02:23:09.526Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
45522024-02-02T02:23:09.567Z PASS [ 0.044s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
45532024-02-02T02:23:09.617Z PASS [ 0.048s] oximeter histogram::tests::test_span_decades
45542024-02-02T02:23:10.095Z PASS [ 0.045s] oximeter histogram::tests::test_span_decades_other_counts_f64
45552024-02-02T02:23:10.523Z PASS [ 0.088s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
45562024-02-02T02:23:10.523Z PASS [ 0.124s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
45572024-02-02T02:23:10.523Z PASS [ 0.070s] oximeter schema::tests::test_field_schema_ordering
45582024-02-02T02:23:10.536Z PASS [ 0.254s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
45592024-02-02T02:23:10.536Z PASS [ 0.050s] oximeter schema::tests::test_timeseries_name
45602024-02-02T02:23:10.536Z PASS [ 0.063s] oximeter schema::tests::test_timeseries_name_from_str
45612024-02-02T02:23:10.537Z PASS [ 0.049s] oximeter schema::tests::test_timeseries_schema_from_parts
45622024-02-02T02:23:10.537Z PASS [ 0.044s] oximeter schema::tests::test_timeseries_schema_from_sample
45632024-02-02T02:23:10.537Z PASS [ 0.036s] oximeter test_util::tests::test_gen_test_samples
45642024-02-02T02:23:10.537Z PASS [ 0.046s] oximeter traits::tests::test_metric_trait
45652024-02-02T02:23:10.561Z PASS [ 0.035s] oximeter traits::tests::test_producer_trait
45662024-02-02T02:23:10.570Z PASS [ 0.039s] oximeter traits::tests::test_target_trait
45672024-02-02T02:23:10.596Z PASS [ 0.036s] oximeter types::tests::test_cumulative_f64
45682024-02-02T02:23:10.631Z PASS [ 0.035s] oximeter types::tests::test_cumulative_i64
45692024-02-02T02:23:10.661Z PASS [ 0.035s] oximeter types::tests::test_datum
45702024-02-02T02:23:10.701Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
45712024-02-02T02:23:10.737Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
45722024-02-02T02:23:11.188Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
45732024-02-02T02:23:11.193Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
45742024-02-02T02:23:11.193Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
45752024-02-02T02:23:11.193Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
45762024-02-02T02:23:11.193Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
45772024-02-02T02:23:11.193Z LEAK [ 2.852s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
45782024-02-02T02:23:11.193Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
45792024-02-02T02:23:11.194Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
45802024-02-02T02:23:11.194Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
45812024-02-02T02:23:11.194Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
45822024-02-02T02:23:11.194Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
45832024-02-02T02:23:11.194Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
45842024-02-02T02:23:11.194Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
45852024-02-02T02:23:11.194Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
45862024-02-02T02:23:11.194Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
45872024-02-02T02:23:11.194Z PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
45882024-02-02T02:23:11.194Z PASS [ 0.037s] oximeter types::tests::test_measurement
45892024-02-02T02:23:11.194Z PASS [ 0.049s] oximeter types::tests::test_sample_struct
45902024-02-02T02:23:11.194Z PASS [ 0.034s] oximeter types::tests::test_verify_field_names
45912024-02-02T02:23:11.753Z PASS [ 0.570s] oximeter-collector agent::tests::test_self_stat_error_counter
45922024-02-02T02:23:11.762Z PASS [ 0.589s] oximeter-collector agent::tests::test_self_stat_collection_count
45932024-02-02T02:23:11.798Z PASS [ 0.031s] oximeter-collector self_stats::tests::test_failure_reason_serialization
45942024-02-02T02:23:11.885Z PASS [ 0.093s] oximeter-collector self_stats::tests::test_no_schema_changes
45952024-02-02T02:23:11.952Z PASS [ 0.194s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
45962024-02-02T02:23:12.419Z PASS [ 0.530s] oximeter-collector::test_commands test_oximeter_no_args
45972024-02-02T02:23:12.846Z PASS [ 0.889s] oximeter-collector::test_commands test_oximeter_openapi
45982024-02-02T02:23:14.194Z PASS [ 5.854s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
45992024-02-02T02:23:14.237Z PASS [ 1.402s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
46002024-02-02T02:23:14.368Z PASS [ 6.806s] omicron-test-utils dev::db::test::test_database_concurrent
46012024-02-02T02:23:14.779Z PASS [ 22.800s] omicron-omdb::test_all_output test_omdb_env_settings
46022024-02-02T02:23:14.844Z PASS [ 0.055s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
46032024-02-02T02:23:16.289Z PASS [ 3.868s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
46042024-02-02T02:23:16.309Z PASS [ 2.069s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
46052024-02-02T02:23:16.377Z PASS [ 2.183s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
46062024-02-02T02:23:16.407Z PASS [ 2.028s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
46072024-02-02T02:23:16.426Z PASS [ 0.036s] oximeter-db client::tests::test_unravel_index
46082024-02-02T02:23:16.509Z PASS [ 0.073s] oximeter-db client::tests::test_verify_schema_upgrades
46092024-02-02T02:23:16.560Z PASS [ 0.053s] oximeter-db model::tests::test_db_bool
46102024-02-02T02:23:17.068Z PASS [ 2.217s] oximeter-db client::tests::test_select_all_field_types
46112024-02-02T02:23:17.152Z PASS [ 0.043s] oximeter-db model::tests::test_db_datum_type_conversion
46122024-02-02T02:23:17.179Z PASS [ 0.581s] oximeter-db model::tests::test_db_bool_bad
46132024-02-02T02:23:17.187Z PASS [ 0.047s] oximeter-db model::tests::test_db_field_list_conversion
46142024-02-02T02:23:17.187Z PASS [ 0.041s] oximeter-db model::tests::test_db_field_type_conversion
46152024-02-02T02:23:17.204Z PASS [ 0.040s] oximeter-db model::tests::test_db_histogram
46162024-02-02T02:23:17.222Z PASS [ 0.043s] oximeter-db model::tests::test_histogram_to_arrays
46172024-02-02T02:23:17.265Z PASS [ 0.051s] oximeter-db model::tests::test_parse_bytes_measurement
46182024-02-02T02:23:17.321Z PASS [ 0.046s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
46192024-02-02T02:23:17.355Z PASS [ 0.046s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
46202024-02-02T02:23:17.427Z PASS [ 0.040s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
46212024-02-02T02:23:17.478Z PASS [ 0.061s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
46222024-02-02T02:23:17.946Z PASS [ 0.059s] oximeter-db model::tests::test_unroll_from_source
46232024-02-02T02:23:17.972Z PASS [ 23.976s] omicron-omdb::test_all_output test_omdb_success_cases
46242024-02-02T02:23:17.972Z PASS [ 0.368s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
46252024-02-02T02:23:17.972Z PASS [ 0.063s] oximeter-db model::tests::test_unroll_measurement_row
46262024-02-02T02:23:17.973Z PASS [ 0.049s] oximeter-db model::tests::test_unroll_missing_measurement_row
46272024-02-02T02:23:17.973Z PASS [ 0.040s] oximeter-db query::tests::test_field_cmp
46282024-02-02T02:23:17.973Z PASS [ 0.045s] oximeter-db query::tests::test_field_selector_as_query
46292024-02-02T02:23:17.973Z PASS [ 0.045s] oximeter-db query::tests::test_field_value_as_db_str
46302024-02-02T02:23:17.973Z PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_field_selectors
46312024-02-02T02:23:17.973Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_from_parts
46322024-02-02T02:23:17.973Z PASS [ 0.086s] oximeter-db query::tests::test_select_query_builder_filter_raw
46332024-02-02T02:23:17.973Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_limit_offset
46342024-02-02T02:23:17.973Z PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_full
46352024-02-02T02:23:17.973Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_no_fields
46362024-02-02T02:23:17.973Z PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_no_selectors
46372024-02-02T02:23:17.973Z PASS [ 0.038s] oximeter-db query::tests::test_time_range
46382024-02-02T02:23:17.974Z PASS [ 0.072s] oximeter-db query::tests::test_string_field_selector
46392024-02-02T02:23:17.974Z PASS [ 0.056s] oximeter-db sql::tests::test_allow_limit_offset
46402024-02-02T02:23:17.974Z PASS [ 0.054s] oximeter-db sql::tests::test_allow_subqueries
46412024-02-02T02:23:17.974Z PASS [ 0.053s] oximeter-db sql::tests::test_cannot_name_database
46422024-02-02T02:23:17.974Z PASS [ 0.050s] oximeter-db sql::tests::test_ctes_are_not_supported
46432024-02-02T02:23:17.974Z PASS [ 0.061s] oximeter-db sql::tests::test_function_allow_list
46442024-02-02T02:23:17.974Z PASS [ 0.049s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
46452024-02-02T02:23:18.017Z PASS [ 0.089s] oximeter-db sql::tests::test_join_must_be_inner
46462024-02-02T02:23:18.017Z PASS [ 0.061s] oximeter-db sql::tests::test_query_must_be_select_statement
46472024-02-02T02:23:18.431Z PASS [ 0.054s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
46482024-02-02T02:23:18.431Z PASS [ 0.055s] oximeter-db sql::tests::test_require_table_is_timeseries_name
46492024-02-02T02:23:18.431Z PASS [ 0.054s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
46502024-02-02T02:23:18.431Z PASS [ 0.051s] oximeter-db sql::tests::test_with_comma_join_fails
46512024-02-02T02:23:18.431Z PASS [ 0.043s] oximeter-db tests::test_timeseries_key_field_stability
46522024-02-02T02:23:18.431Z PASS [ 0.045s] oximeter-db tests::test_timeseries_key_sample_stability
46532024-02-02T02:23:18.431Z PASS [ 0.052s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
46542024-02-02T02:23:18.432Z PASS [ 0.048s] oximeter-instruments http::tests::test_normalize_uri_path
46552024-02-02T02:23:18.432Z PASS [ 0.060s] oximeter-instruments http::tests::test_latency_tracker
46562024-02-02T02:23:18.432Z PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
46572024-02-02T02:23:18.432Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
46582024-02-02T02:23:18.432Z PASS [ 0.136s] oximeter-instruments kstat::link::tests::test_kstat_sampler
46592024-02-02T02:23:18.432Z PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_physical_datalink
46602024-02-02T02:23:18.432Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
46612024-02-02T02:23:18.432Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
46622024-02-02T02:23:18.432Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
46632024-02-02T02:23:18.432Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
46642024-02-02T02:23:18.432Z PASS [ 0.046s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
46652024-02-02T02:23:18.432Z PASS [ 0.098s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
46662024-02-02T02:23:18.432Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
46672024-02-02T02:23:18.439Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
46682024-02-02T02:23:18.439Z PASS [ 0.039s] oximeter-macro-impl tests::test_metric_annotated_field
46692024-02-02T02:23:18.439Z PASS [ 0.039s] oximeter-macro-impl tests::test_metric_datum_field
46702024-02-02T02:23:18.458Z PASS [ 0.045s] oximeter-macro-impl tests::test_metric_enum
46712024-02-02T02:23:18.490Z PASS [ 0.041s] oximeter-macro-impl tests::test_metric_without_datum_field
46722024-02-02T02:23:18.505Z PASS [ 0.042s] oximeter-macro-impl tests::test_target
46732024-02-02T02:23:18.505Z PASS [ 0.033s] oximeter-macro-impl tests::test_target_empty_struct
46742024-02-02T02:23:18.527Z PASS [ 0.033s] oximeter-macro-impl tests::test_target_enum
46752024-02-02T02:23:18.536Z PASS [ 0.040s] oximeter-macro-impl tests::test_target_unit_struct
46762024-02-02T02:23:18.566Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_with_datum_field
46772024-02-02T02:23:18.566Z PASS [ 0.035s] oxlog tests::test_is_oxide_smf_log_file
46782024-02-02T02:23:18.566Z PASS [ 0.031s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
46792024-02-02T02:23:18.584Z PASS [ 0.040s] sled-hardware disk::test::test_partition_device_paths
46802024-02-02T02:23:18.584Z PASS [ 0.049s] sled-hardware disk::test::test_disk_paths
46812024-02-02T02:23:18.635Z PASS [ 0.061s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
46822024-02-02T02:23:18.642Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
46832024-02-02T02:23:18.642Z PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
46842024-02-02T02:23:18.658Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
46852024-02-02T02:23:18.674Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
46862024-02-02T02:23:18.693Z PASS [ 0.060s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
46872024-02-02T02:23:18.714Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
46882024-02-02T02:23:18.719Z PASS [ 0.040s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
46892024-02-02T02:23:18.810Z PASS [ 0.120s] sled-storage dataset::test::serialize_dataset_name
46902024-02-02T02:23:18.827Z PASS [ 0.124s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
46912024-02-02T02:23:19.110Z PASS [ 2.733s] oximeter-db client::tests::test_sql_query_output
46922024-02-02T02:23:20.639Z PASS [ 21.242s] omicron-passwords test::test_smoke
46932024-02-02T02:23:20.677Z PASS [ 1.965s] sled-storage manager::tests::delete_disk_triggers_notification
46942024-02-02T02:23:20.837Z PASS [ 2.034s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
46952024-02-02T02:23:21.708Z PASS [ 2.183s] sled-storage manager::tests::queued_disks_get_added_as_resources
46962024-02-02T02:23:22.388Z PASS [ 1.551s] sled-storage manager::tests::wait_for_bootdisk
46972024-02-02T02:23:22.599Z PASS [ 1.957s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
46982024-02-02T02:23:22.752Z PASS [ 2.061s] sled-storage manager::tests::upsert_filesystem
46992024-02-02T02:23:22.791Z PASS [ 0.053s] tufaceous-lib archive::tests::test_validate_path
47002024-02-02T02:23:22.852Z PASS [ 0.058s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
47012024-02-02T02:23:22.888Z PASS [ 0.039s] tufaceous-lib key::tests::test_from_str
47022024-02-02T02:23:23.015Z PASS [ 0.127s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
47032024-02-02T02:23:23.209Z PASS [ 0.814s] tufaceous::integration-tests command_tests::test_init_and_add
47042024-02-02T02:23:23.874Z PASS [ 2.581s] tufaceous::integration-tests command_tests::test_assemble_fake
47052024-02-02T02:23:24.089Z PASS [ 0.171s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
47062024-02-02T02:23:24.294Z PASS [ 1.697s] tufaceous::manifest-tests check_manifest::fake.toml
47072024-02-02T02:23:24.498Z PASS [ 0.205s] update-engine display::group_display::tests::test_stats
47082024-02-02T02:23:24.540Z PASS [ 0.043s] update-engine display::line_display_shared::tests::test_format_progress_counter
47092024-02-02T02:23:24.596Z PASS [ 0.045s] update-engine engine::tests::error_exits_early
47102024-02-02T02:23:24.625Z PASS [ 0.040s] update-engine events::tests::progress_event_parse_unknown
47112024-02-02T02:23:24.656Z PASS [ 0.611s] update-engine buffer::tests::test_buffer
47122024-02-02T02:23:24.662Z PASS [ 0.039s] update-engine events::tests::step_event_parse_unknown
47132024-02-02T02:23:24.716Z PASS [ 0.051s] wicket state::inventory::tests::component_id_display
47142024-02-02T02:23:24.800Z PASS [ 0.146s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
47152024-02-02T02:23:25.077Z PASS [ 0.233s] wicketd installinator_progress::tests::test_states
47162024-02-02T02:23:25.110Z PASS [ 16.916s] omicron-test-utils dev::db::test::test_setup_database_default_dir
47172024-02-02T02:23:25.110Z PASS [ 2.036s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
47182024-02-02T02:23:25.329Z PASS [ 0.595s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
47192024-02-02T02:23:26.190Z PASS [ 1.158s] wicketd::mod integration_tests::commands::test_wicketd_openapi
47202024-02-02T02:23:27.068Z PASS [ 2.034s] wicketd::mod integration_tests::inventory::test_inventory
47212024-02-02T02:23:28.440Z PASS [ 5.242s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
47222024-02-02T02:23:28.789Z PASS [ 3.483s] wicketd::mod integration_tests::updates::test_update_races
47232024-02-02T02:23:30.349Z PASS [ 3.937s] wicketd::mod integration_tests::updates::test_updates
47242024-02-02T02:23:30.422Z PASS [ 5.380s] wicketd::mod integration_tests::updates::test_installinator_fetch
47252024-02-02T02:23:31.233Z PASS [ 12.418s] sled-storage manager::tests::ensure_using_exactly_these_disks
47262024-02-02T02:23:33.745Z PASS [ 17.447s] oximeter-db client::tests::test_single_node
47272024-02-02T02:23:35.784Z PASS [ 19.494s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
47282024-02-02T02:24:35.782Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
47292024-02-02T02:25:38.366Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
47302024-02-02T02:26:35.785Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
47312024-02-02T02:27:35.771Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
47322024-02-02T02:28:41.668Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
47332024-02-02T02:29:35.769Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
47342024-02-02T02:30:35.778Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
47352024-02-02T02:30:52.348Z PASS [ 436.595s] oximeter-db client::tests::test_replicated
47362024-02-02T02:30:52.357Z------------
47372024-02-02T02:30:52.357Z Summary [2251.413s] 1038 tests run: 1038 passed (15 slow, 1 leaky), 3 skipped
47382024-02-02T02:30:52.385Z
47392024-02-02T02:30:52.388Zreal 37:45.156410495
47402024-02-02T02:30:52.388Zuser 2:52:46.278260531
47412024-02-02T02:30:52.388Zsys 45:26.726790400
47422024-02-02T02:30:52.388Ztrap 3:41.324463651
47432024-02-02T02:30:52.388Ztflt 19.779388765
47442024-02-02T02:30:52.388Zdflt 56.515204316
47452024-02-02T02:30:52.388Zkflt 0.424011193
47462024-02-02T02:30:52.388Zlock 801:03:35.163211958
47472024-02-02T02:30:52.388Zslp 45:23:53.777989652
47482024-02-02T02:30:52.388Zlat 3:28:23.640222631
47492024-02-02T02:30:52.388Zstop 29:07.124709476
47502024-02-02T02:30:52.393Z
47512024-02-02T02:30:52.393Z ##### #### #### ##### ###### #### #####
47522024-02-02T02:30:52.393Z # # # # # # # # # #
47532024-02-02T02:30:52.393Z # # # # # # ##### #### #
47542024-02-02T02:30:52.393Z # # # # # # # # #
47552024-02-02T02:30:52.393Z # # # # # # # # # # #
47562024-02-02T02:30:52.393Z ##### #### #### # ###### #### #
47572024-02-02T02:30:52.393Z
47582024-02-02T02:30:54.977Z Fresh unicode-ident v1.0.12
47592024-02-02T02:30:54.980Z Fresh cfg-if v1.0.0
47602024-02-02T02:30:54.980Z Fresh autocfg v1.1.0
47612024-02-02T02:30:54.981Z Fresh version_check v0.9.4
47622024-02-02T02:30:54.981Z Fresh memchr v2.6.3
47632024-02-02T02:30:54.981Z Fresh proc-macro2 v1.0.78
47642024-02-02T02:30:54.981Z Fresh once_cell v1.19.0
47652024-02-02T02:30:54.981Z Fresh byteorder v1.5.0
47662024-02-02T02:30:54.981Z Fresh log v0.4.20
47672024-02-02T02:30:54.981Z Fresh scopeguard v1.2.0
47682024-02-02T02:30:54.981Z Fresh quote v1.0.35
47692024-02-02T02:30:54.981Z Fresh libc v0.2.153
47702024-02-02T02:30:54.981Z Fresh itoa v1.0.9
47712024-02-02T02:30:54.981Z Fresh smallvec v1.11.2
47722024-02-02T02:30:54.981Z Fresh syn v2.0.48
47732024-02-02T02:30:54.981Z Fresh getrandom v0.2.10
47742024-02-02T02:30:54.981Z Fresh syn v1.0.109
47752024-02-02T02:30:54.981Z Fresh cc v1.0.83
47762024-02-02T02:30:54.981Z Fresh serde_derive v1.0.195
47772024-02-02T02:30:54.981Z Fresh lock_api v0.4.10
47782024-02-02T02:30:54.981Z Fresh zerocopy-derive v0.7.32
47792024-02-02T02:30:54.984Z Fresh parking_lot_core v0.9.8
47802024-02-02T02:30:54.984Z Fresh thiserror-impl v1.0.56
47812024-02-02T02:30:54.985Z Fresh serde v1.0.195
47822024-02-02T02:30:54.985Z Fresh zerocopy v0.7.32
47832024-02-02T02:30:54.985Z Fresh parking_lot v0.12.1
47842024-02-02T02:30:54.985Z Fresh thiserror v1.0.56
47852024-02-02T02:30:54.985Z Fresh libm v0.2.7
47862024-02-02T02:30:54.985Z Fresh pin-project-lite v0.2.13
47872024-02-02T02:30:54.985Z Fresh bytes v1.5.0
47882024-02-02T02:30:54.985Z Fresh num-traits v0.2.16
47892024-02-02T02:30:54.985Z Fresh ahash v0.8.6
47902024-02-02T02:30:54.985Z Fresh ryu v1.0.15
47912024-02-02T02:30:54.985Z Fresh bitflags v2.4.0
47922024-02-02T02:30:54.985Z Fresh signal-hook-registry v1.4.1
47932024-02-02T02:30:54.985Z Fresh mio v0.8.9
47942024-02-02T02:30:54.985Z Fresh spin v0.5.2
47952024-02-02T02:30:54.985Z Fresh num_cpus v1.16.0
47962024-02-02T02:30:54.985Z Fresh fnv v1.0.7
47972024-02-02T02:30:54.985Z Fresh allocator-api2 v0.2.16
47982024-02-02T02:30:54.985Z Fresh futures-core v0.3.30
47992024-02-02T02:30:54.985Z Fresh tokio-macros v2.2.0
48002024-02-02T02:30:54.989Z Fresh socket2 v0.5.5
48012024-02-02T02:30:54.990Z Fresh serde_json v1.0.113
48022024-02-02T02:30:54.990Z Fresh hashbrown v0.14.2
48032024-02-02T02:30:54.990Z Fresh tokio v1.35.1
48042024-02-02T02:30:54.990Z Fresh rand_core v0.6.4
48052024-02-02T02:30:54.990Z Fresh equivalent v1.0.1
48062024-02-02T02:30:54.990Z Fresh zeroize_derive v1.4.2
48072024-02-02T02:30:54.990Z Fresh heck v0.4.1
48082024-02-02T02:30:54.990Z Fresh futures-sink v0.3.30
48092024-02-02T02:30:54.990Z Fresh indexmap v2.2.2
48102024-02-02T02:30:54.990Z Fresh zeroize v1.7.0
48112024-02-02T02:30:54.990Z Fresh pin-utils v0.1.0
48122024-02-02T02:30:54.990Z Fresh futures-channel v0.3.30
48132024-02-02T02:30:54.990Z Fresh futures-macro v0.3.30
48142024-02-02T02:30:54.990Z Fresh futures-io v0.3.30
48152024-02-02T02:30:54.990Z Fresh futures-task v0.3.30
48162024-02-02T02:30:54.990Z Fresh regex-syntax v0.8.2
48172024-02-02T02:30:54.990Z Fresh errno v0.3.8
48182024-02-02T02:30:54.990Z Fresh aho-corasick v1.0.4
48192024-02-02T02:30:54.990Z Fresh lazy_static v1.4.0
48202024-02-02T02:30:54.990Z Fresh iana-time-zone v0.1.57
48212024-02-02T02:30:54.991Z Fresh slab v0.4.9
48222024-02-02T02:30:54.991Z Fresh regex-automata v0.4.4
48232024-02-02T02:30:54.991Z Fresh chrono v0.4.31
48242024-02-02T02:30:54.991Z Fresh subtle v2.5.0
48252024-02-02T02:30:54.991Z Fresh pkg-config v0.3.27
48262024-02-02T02:30:54.991Z Fresh uuid v1.7.0
48272024-02-02T02:30:54.991Z Fresh futures-util v0.3.30
48282024-02-02T02:30:54.991Z Fresh regex v1.10.3
48292024-02-02T02:30:54.991Z Fresh typenum v1.16.0
48302024-02-02T02:30:54.991Z Fresh tracing-attributes v0.1.26
48312024-02-02T02:30:54.991Z Fresh tracing-core v0.1.31
48322024-02-02T02:30:54.991Z Fresh tinyvec_macros v0.1.1
48332024-02-02T02:30:54.991Z Fresh spin v0.9.8
48342024-02-02T02:30:54.991Z Fresh generic-array v0.14.7
48352024-02-02T02:30:54.991Z Fresh tracing v0.1.37
48362024-02-02T02:30:54.995Z Fresh tinyvec v1.6.0
48372024-02-02T02:30:54.995Z Fresh base64 v0.21.7
48382024-02-02T02:30:54.995Z Fresh http v0.2.11
48392024-02-02T02:30:54.995Z Fresh serde_derive_internals v0.26.0
48402024-02-02T02:30:54.995Z Fresh dyn-clone v1.0.13
48412024-02-02T02:30:54.995Z Fresh rustix v0.38.30
48422024-02-02T02:30:54.995Z Fresh unicode-normalization v0.1.22
48432024-02-02T02:30:54.995Z Fresh crypto-common v0.1.6
48442024-02-02T02:30:54.995Z Fresh const-oid v0.9.5
48452024-02-02T02:30:54.995Z Fresh unicode-width v0.1.11
48462024-02-02T02:30:54.995Z Fresh unicode-bidi v0.3.13
48472024-02-02T02:30:54.995Z Fresh schemars_derive v0.8.16
48482024-02-02T02:30:54.995Z Fresh percent-encoding v2.3.1
48492024-02-02T02:30:54.995Z Fresh either v1.9.0
48502024-02-02T02:30:54.995Z Fresh ucd-trie v0.1.6
48512024-02-02T02:30:54.995Z Fresh vcpkg v0.2.15
48522024-02-02T02:30:54.995Z Fresh untrusted v0.9.0
48532024-02-02T02:30:54.995Z Fresh schemars v0.8.16
48542024-02-02T02:30:54.995Z Fresh form_urlencoded v1.2.1
48552024-02-02T02:30:54.995Z Fresh pest v2.7.6
48562024-02-02T02:30:54.995Z Fresh ppv-lite86 v0.2.17
48572024-02-02T02:30:54.996Z Fresh try-lock v0.2.4
48582024-02-02T02:30:54.996Z Fresh httparse v1.8.0
48592024-02-02T02:30:54.996Z Fresh ring v0.17.7
48602024-02-02T02:30:54.996Z Fresh rand_chacha v0.3.1
48612024-02-02T02:30:54.996Z Fresh want v0.3.1
48622024-02-02T02:30:54.996Z Fresh idna v0.5.0
48632024-02-02T02:30:54.996Z Fresh block-buffer v0.10.4
48642024-02-02T02:30:54.996Z Fresh tower-service v0.3.2
48652024-02-02T02:30:54.996Z Fresh rand v0.8.5
48662024-02-02T02:30:54.996Z Fresh url v2.5.0
48672024-02-02T02:30:54.996Z Fresh digest v0.10.7
48682024-02-02T02:30:54.996Z Fresh tokio-util v0.7.10
48692024-02-02T02:30:54.996Z Fresh socket2 v0.4.9
48702024-02-02T02:30:54.996Z Fresh httpdate v1.0.3
48712024-02-02T02:30:54.996Z Fresh bitflags v1.3.2
48722024-02-02T02:30:54.996Z Fresh h2 v0.3.24
48732024-02-02T02:30:54.999Z Fresh http-body v0.4.5
48742024-02-02T02:30:55.000Z Fresh hashbrown v0.13.2
48752024-02-02T02:30:55.000Z Fresh toml_datetime v0.6.5
48762024-02-02T02:30:55.000Z Fresh serde_spanned v0.6.4
48772024-02-02T02:30:55.000Z Fresh semver v1.0.21
48782024-02-02T02:30:55.000Z Fresh adler v1.0.2
48792024-02-02T02:30:55.000Z Fresh winnow v0.5.15
48802024-02-02T02:30:55.000Z Fresh foreign-types-shared v0.1.1
48812024-02-02T02:30:55.000Z Fresh openssl-probe v0.1.5
48822024-02-02T02:30:55.000Z Fresh miniz_oxide v0.7.1
48832024-02-02T02:30:55.000Z Fresh foreign-types v0.3.2
48842024-02-02T02:30:55.000Z Fresh crossbeam-utils v0.8.16
48852024-02-02T02:30:55.000Z Fresh hyper v0.14.27
48862024-02-02T02:30:55.000Z Fresh openssl-sys v0.9.96
48872024-02-02T02:30:55.000Z Fresh openssl-macros v0.1.1
48882024-02-02T02:30:55.000Z Fresh mime v0.3.17
48892024-02-02T02:30:55.001Z Fresh strsim v0.10.0
48902024-02-02T02:30:55.001Z Fresh untrusted v0.7.1
48912024-02-02T02:30:55.001Z Fresh slog v2.7.0
48922024-02-02T02:30:55.001Z Fresh ring v0.16.20
48932024-02-02T02:30:55.001Z Fresh openssl v0.10.60
48942024-02-02T02:30:55.001Z Fresh cpufeatures v0.2.12
48952024-02-02T02:30:55.001Z Fresh ipnet v2.9.0
48962024-02-02T02:30:55.001Z Fresh rustls-webpki v0.101.7
48972024-02-02T02:30:55.001Z Fresh sct v0.7.0
48982024-02-02T02:30:55.001Z Fresh async-trait v0.1.77
48992024-02-02T02:30:55.001Z Fresh native-tls v0.2.11
49002024-02-02T02:30:55.001Z Fresh serde_urlencoded v0.7.1
49012024-02-02T02:30:55.002Z Fresh futures-executor v0.3.30
49022024-02-02T02:30:55.005Z Fresh encoding_rs v0.8.33
49032024-02-02T02:30:55.005Z Fresh toml_edit v0.19.15
49042024-02-02T02:30:55.005Z Fresh openapiv3 v2.0.0
49052024-02-02T02:30:55.005Z Fresh rustls v0.21.9
49062024-02-02T02:30:55.005Z Fresh tokio-native-tls v0.3.1
49072024-02-02T02:30:55.005Z Fresh gimli v0.28.0
49082024-02-02T02:30:55.005Z Fresh futures v0.3.30
49092024-02-02T02:30:55.005Z Fresh pest_meta v2.7.6
49102024-02-02T02:30:55.005Z Fresh rustls-pemfile v1.0.3
49112024-02-02T02:30:55.006Z Fresh object v0.32.1
49122024-02-02T02:30:55.006Z Fresh tokio-rustls v0.24.1
49132024-02-02T02:30:55.006Z Fresh hyper-tls v0.5.0
49142024-02-02T02:30:55.006Z Fresh addr2line v0.21.0
49152024-02-02T02:30:55.006Z Fresh webpki-roots v0.25.2
49162024-02-02T02:30:55.006Z Fresh rustc-demangle v0.1.23
49172024-02-02T02:30:55.006Z Fresh hyper-rustls v0.24.2
49182024-02-02T02:30:55.006Z Fresh backtrace v0.3.69
49192024-02-02T02:30:55.006Z Fresh pest_generator v2.7.6
49202024-02-02T02:30:55.006Z Fresh unicode-xid v0.2.4
49212024-02-02T02:30:55.009Z Fresh reqwest v0.11.22
49222024-02-02T02:30:55.009Z Fresh utf8parse v0.2.1
49232024-02-02T02:30:55.009Z Fresh anyhow v1.0.75
49242024-02-02T02:30:55.009Z Fresh pest_derive v2.7.6
49252024-02-02T02:30:55.015Z Fresh memoffset v0.9.0
49262024-02-02T02:30:55.015Z Fresh base64ct v1.6.0
49272024-02-02T02:30:55.015Z Fresh crossbeam-epoch v0.9.15
49282024-02-02T02:30:55.015Z Fresh crc32fast v1.3.2
49292024-02-02T02:30:55.015Z Fresh rustc_version v0.4.0
49302024-02-02T02:30:55.015Z Fresh anstyle v1.0.2
49312024-02-02T02:30:55.015Z Fresh hex v0.4.3
49322024-02-02T02:30:55.015Z Fresh thread-id v4.2.0
49332024-02-02T02:30:55.020Z Fresh time-core v0.1.1
49342024-02-02T02:30:55.020Z Fresh pem-rfc7468 v0.7.0
49352024-02-02T02:30:55.020Z Fresh der_derive v0.7.2
49362024-02-02T02:30:55.020Z Fresh num_threads v0.1.6
49372024-02-02T02:30:55.020Z Fresh time-macros v0.2.13
49382024-02-02T02:30:55.020Z Fresh io-lifetimes v1.0.11
49392024-02-02T02:30:55.020Z Fresh rustversion v1.0.14
49402024-02-02T02:30:55.021Z Fresh flagset v0.4.3
49412024-02-02T02:30:55.021Z Fresh unicode-segmentation v1.10.1
49422024-02-02T02:30:55.021Z Fresh deranged v0.3.8
49432024-02-02T02:30:55.021Z Fresh der v0.7.8
49442024-02-02T02:30:55.021Z Fresh time v0.3.27
49452024-02-02T02:30:55.021Z Fresh rustix v0.37.23
49462024-02-02T02:30:55.021Z Fresh num-integer v0.1.45
49472024-02-02T02:30:55.021Z Fresh flate2 v1.0.28
49482024-02-02T02:30:55.021Z Fresh anstyle-parse v0.2.1
49492024-02-02T02:30:55.021Z Fresh colorchoice v1.0.0
49502024-02-02T02:30:55.021Z Fresh siphasher v0.3.11
49512024-02-02T02:30:55.021Z Fresh anstyle-query v1.0.0
49522024-02-02T02:30:55.021Z Fresh terminal_size v0.2.6
49532024-02-02T02:30:55.021Z Fresh spki v0.7.2
49542024-02-02T02:30:55.021Z Fresh synstructure v0.12.6
49552024-02-02T02:30:55.021Z Fresh scroll_derive v0.12.0
49562024-02-02T02:30:55.021Z Fresh clap_lex v0.5.1
49572024-02-02T02:30:55.021Z Fresh bit-vec v0.6.3
49582024-02-02T02:30:55.021Z Fresh stable_deref_trait v1.2.0
49592024-02-02T02:30:55.021Z Fresh anstream v0.5.0
49602024-02-02T02:30:55.021Z Fresh zerocopy-derive v0.2.0
49612024-02-02T02:30:55.021Z Fresh scroll v0.12.0
49622024-02-02T02:30:55.021Z Fresh toml v0.7.8
49632024-02-02T02:30:55.021Z Fresh toml_edit v0.21.0
49642024-02-02T02:30:55.022Z Fresh clap_derive v4.4.2
49652024-02-02T02:30:55.022Z Fresh plain v0.2.3
49662024-02-02T02:30:55.022Z Fresh data-encoding v2.4.0
49672024-02-02T02:30:55.022Z Fresh clap_builder v4.4.2
49682024-02-02T02:30:55.022Z Fresh goblin v0.8.0
49692024-02-02T02:30:55.022Z Fresh zerocopy v0.3.0
49702024-02-02T02:30:55.022Z Fresh pkcs8 v0.10.2
49712024-02-02T02:30:55.022Z Fresh strum_macros v0.25.2
49722024-02-02T02:30:55.022Z Fresh itertools v0.10.5
49732024-02-02T02:30:55.022Z Fresh zerocopy-derive v0.6.4
49742024-02-02T02:30:55.022Z Fresh clap v4.4.3
49752024-02-02T02:30:55.022Z Fresh fixedbitset v0.4.2
49762024-02-02T02:30:55.022Z Fresh pretty-hex v0.4.1
49772024-02-02T02:30:55.022Z Fresh managed v0.8.0
49782024-02-02T02:30:55.022Z Fresh dof v0.1.5
49792024-02-02T02:30:55.022Z Fresh petgraph v0.6.4
49802024-02-02T02:30:55.022Z Fresh dof v0.3.0
49812024-02-02T02:30:55.022Z Fresh zerocopy v0.6.4
49822024-02-02T02:30:55.026Z Fresh bit-set v0.5.3
49832024-02-02T02:30:55.026Z Fresh phf_shared v0.10.0
49842024-02-02T02:30:55.026Z Fresh dtrace-parser v0.2.0
49852024-02-02T02:30:55.026Z Fresh dtrace-parser v0.1.14
49862024-02-02T02:30:55.026Z Fresh sha2 v0.10.8
49872024-02-02T02:30:55.026Z Fresh ipnetwork v0.20.0
49882024-02-02T02:30:55.026Z Fresh new_debug_unreachable v1.0.4
49892024-02-02T02:30:55.026Z Fresh minimal-lexical v0.2.1
49902024-02-02T02:30:55.026Z Fresh precomputed-hash v0.1.1
49912024-02-02T02:30:55.026Z Fresh string_cache v0.8.7
49922024-02-02T02:30:55.026Z Fresh usdt-impl v0.5.0
49932024-02-02T02:30:55.026Z Fresh nom v7.1.3
49942024-02-02T02:30:55.026Z Fresh usdt-impl v0.3.5
49952024-02-02T02:30:55.026Z Fresh signal-hook v0.3.17
49962024-02-02T02:30:55.026Z Fresh num-iter v0.1.43
49972024-02-02T02:30:55.026Z Fresh hmac v0.12.1
49982024-02-02T02:30:55.026Z Fresh serde_tokenstream v0.1.7
49992024-02-02T02:30:55.026Z Fresh matches v0.1.10
50002024-02-02T02:30:55.026Z Fresh regex-automata v0.1.10
50012024-02-02T02:30:55.026Z Fresh lalrpop-util v0.19.12
50022024-02-02T02:30:55.027Z Fresh signal-hook-mio v0.2.3
50032024-02-02T02:30:55.027Z Fresh bstr v0.2.17
50042024-02-02T02:30:55.027Z Fresh usdt-attr-macro v0.3.5
50052024-02-02T02:30:55.027Z Fresh bzip2-sys v0.1.11+1.0.8
50062024-02-02T02:30:55.027Z Fresh idna v0.2.3
50072024-02-02T02:30:55.027Z Fresh usdt-macro v0.3.5
50082024-02-02T02:30:55.027Z Fresh block-padding v0.3.3
50092024-02-02T02:30:55.027Z Fresh enum-as-inner v0.5.1
50102024-02-02T02:30:55.027Z Fresh scheduled-thread-pool v0.2.7
50112024-02-02T02:30:55.027Z Fresh diesel_table_macro_syntax v0.1.0
50122024-02-02T02:30:55.027Z Fresh hash32 v0.2.1
50132024-02-02T02:30:55.031Z Fresh regex-automata v0.3.8
50142024-02-02T02:30:55.031Z Fresh predicates-core v1.0.6
50152024-02-02T02:30:55.031Z Fresh static_assertions v1.1.0
50162024-02-02T02:30:55.031Z Fresh heapless v0.7.16
50172024-02-02T02:30:55.031Z Fresh r2d2 v0.8.10
50182024-02-02T02:30:55.031Z Fresh diesel_derives v2.1.2
50192024-02-02T02:30:55.031Z Fresh trust-dns-proto v0.22.0
50202024-02-02T02:30:55.031Z Fresh bstr v1.6.0
50212024-02-02T02:30:55.031Z Fresh bzip2 v0.4.4
50222024-02-02T02:30:55.031Z Fresh usdt v0.3.5
50232024-02-02T02:30:55.031Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
50242024-02-02T02:30:55.031Z Fresh inout v0.1.3
50252024-02-02T02:30:55.031Z Fresh crossterm v0.27.0
50262024-02-02T02:30:55.031Z Fresh md-5 v0.10.5
50272024-02-02T02:30:55.031Z Fresh console v0.15.8
50282024-02-02T02:30:55.031Z Fresh stringprep v0.1.3
50292024-02-02T02:30:55.031Z Fresh ff v0.13.0
50302024-02-02T02:30:55.031Z Fresh float-cmp v0.9.0
50312024-02-02T02:30:55.031Z Fresh serde_tokenstream v0.2.0
50322024-02-02T02:30:55.032Z Fresh hubpack_derive v0.1.1
50332024-02-02T02:30:55.032Z Fresh base16ct v0.2.0
50342024-02-02T02:30:55.032Z Fresh normalize-line-endings v0.3.0
50352024-02-02T02:30:55.032Z Fresh difflib v0.4.0
50362024-02-02T02:30:55.032Z Fresh fallible-iterator v0.2.0
50372024-02-02T02:30:55.032Z Fresh predicates v3.1.0
50382024-02-02T02:30:55.032Z Fresh hubpack v0.1.2
50392024-02-02T02:30:55.032Z Fresh group v0.13.0
50402024-02-02T02:30:55.032Z Fresh sec1 v0.7.3
50412024-02-02T02:30:55.032Z Fresh postgres-protocol v0.6.6
50422024-02-02T02:30:55.032Z Fresh cipher v0.4.4
50432024-02-02T02:30:55.032Z Fresh diesel v2.1.4
50442024-02-02T02:30:55.032Z Fresh zip v0.6.6
50452024-02-02T02:30:55.032Z Fresh num-bigint v0.4.4
50462024-02-02T02:30:55.032Z Fresh smoltcp v0.9.1
50472024-02-02T02:30:55.032Z Fresh similar v2.3.0
50482024-02-02T02:30:55.032Z Fresh hkdf v0.12.4
50492024-02-02T02:30:55.032Z Fresh phf_shared v0.11.2
50502024-02-02T02:30:55.032Z Fresh crypto-bigint v0.5.2
50512024-02-02T02:30:55.032Z Fresh serde_repr v0.1.16
50522024-02-02T02:30:55.032Z Fresh postgres-types v0.2.6
50532024-02-02T02:30:55.036Z Fresh yasna v0.5.2
50542024-02-02T02:30:55.036Z Fresh elliptic-curve v0.13.8
50552024-02-02T02:30:55.036Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
50562024-02-02T02:30:55.036Z Fresh phf v0.11.2
50572024-02-02T02:30:55.036Z Fresh whoami v1.4.1
50582024-02-02T02:30:55.036Z Fresh tokio-stream v0.1.14
50592024-02-02T02:30:55.036Z Fresh regress v0.7.1
50602024-02-02T02:30:55.036Z Fresh getopts v0.2.21
50612024-02-02T02:30:55.036Z Fresh tokio-postgres v0.7.10
50622024-02-02T02:30:55.037Z Fresh typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
50632024-02-02T02:30:55.037Z Fresh unsafe-libyaml v0.2.10
50642024-02-02T02:30:55.037Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50652024-02-02T02:30:55.037Z Fresh fastrand v2.0.0
50662024-02-02T02:30:55.037Z Fresh ident_case v1.0.1
50672024-02-02T02:30:55.037Z Fresh dirs-sys-next v0.1.2
50682024-02-02T02:30:55.037Z Fresh typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
50692024-02-02T02:30:55.037Z Fresh serde_yaml v0.9.25
50702024-02-02T02:30:55.037Z Fresh tempfile v3.9.0
50712024-02-02T02:30:55.037Z Fresh dirs-next v2.0.0
50722024-02-02T02:30:55.037Z Fresh toml v0.8.8
50732024-02-02T02:30:55.037Z Fresh rustls-pki-types v1.1.0
50742024-02-02T02:30:55.037Z Fresh typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
50752024-02-02T02:30:55.037Z Fresh camino v1.1.6
50762024-02-02T02:30:55.037Z Fresh term v0.7.0
50772024-02-02T02:30:55.037Z Fresh match_cfg v0.1.0
50782024-02-02T02:30:55.037Z Fresh http v1.0.0
50792024-02-02T02:30:55.037Z Fresh atty v0.2.14
50802024-02-02T02:30:55.037Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50812024-02-02T02:30:55.037Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50822024-02-02T02:30:55.037Z Fresh hostname v0.3.1
50832024-02-02T02:30:55.037Z Fresh quick-error v1.2.3
50842024-02-02T02:30:55.037Z Fresh darling_core v0.20.3
50852024-02-02T02:30:55.037Z Fresh sha1 v0.10.6
50862024-02-02T02:30:55.038Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50872024-02-02T02:30:55.038Z Fresh darling_macro v0.20.3
50882024-02-02T02:30:55.038Z Fresh paste v1.0.14
50892024-02-02T02:30:55.038Z Fresh rustls-webpki v0.102.1
50902024-02-02T02:30:55.038Z Fresh crossbeam-channel v0.5.8
50912024-02-02T02:30:55.038Z Fresh thread_local v1.1.7
50922024-02-02T02:30:55.038Z Fresh instant v0.1.12
50932024-02-02T02:30:55.038Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50942024-02-02T02:30:55.038Z Fresh rustls v0.22.2
50952024-02-02T02:30:55.038Z Fresh darling v0.20.3
50962024-02-02T02:30:55.038Z Fresh rustls-pemfile v2.0.0
50972024-02-02T02:30:55.038Z Fresh strum v0.25.0
50982024-02-02T02:30:55.038Z Fresh take_mut v0.2.2
50992024-02-02T02:30:55.038Z Fresh debug-ignore v1.0.5
51002024-02-02T02:30:55.038Z Fresh tokio-rustls v0.25.0
51012024-02-02T02:30:55.038Z Fresh serde_with_macros v3.5.1
51022024-02-02T02:30:55.038Z Fresh slog-term v2.9.0
51032024-02-02T02:30:55.038Z Fresh slog-json v2.6.1
51042024-02-02T02:30:55.038Z Fresh async-stream-impl v0.3.5
51052024-02-02T02:30:55.038Z Fresh slog-async v2.8.0
51062024-02-02T02:30:55.038Z Fresh structmeta-derive v0.2.0
51072024-02-02T02:30:55.038Z Fresh wait-timeout v0.2.0
51082024-02-02T02:30:55.042Z Fresh atomic-waker v1.1.1
51092024-02-02T02:30:55.042Z Fresh multer v3.0.0
51102024-02-02T02:30:55.042Z Fresh slog-bunyan v2.5.0
51112024-02-02T02:30:55.042Z Fresh serde_with v3.5.1
51122024-02-02T02:30:55.042Z Fresh structmeta v0.2.0
51132024-02-02T02:30:55.042Z Fresh waitgroup v0.1.2
51142024-02-02T02:30:55.042Z Fresh async-stream v0.3.5
51152024-02-02T02:30:55.042Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
51162024-02-02T02:30:55.042Z Fresh serde_path_to_error v0.1.15
51172024-02-02T02:30:55.042Z Fresh rusty-fork v0.3.0
51182024-02-02T02:30:55.042Z Fresh rand_xorshift v0.3.0
51192024-02-02T02:30:55.042Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
51202024-02-02T02:30:55.042Z Fresh regex-syntax v0.7.5
51212024-02-02T02:30:55.042Z Fresh unarray v0.1.4
51222024-02-02T02:30:55.042Z Fresh backoff v0.4.0
51232024-02-02T02:30:55.043Z Fresh test-strategy v0.3.1
51242024-02-02T02:30:55.043Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51252024-02-02T02:30:55.043Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
51262024-02-02T02:30:55.043Z Fresh macaddr v1.0.1
51272024-02-02T02:30:55.043Z Fresh parse-display-derive v0.8.2
51282024-02-02T02:30:55.043Z Fresh proptest v1.4.0
51292024-02-02T02:30:55.043Z Fresh camino-tempfile v1.1.1
51302024-02-02T02:30:55.043Z Fresh is-terminal v0.4.9
51312024-02-02T02:30:55.043Z Fresh same-file v1.0.6
51322024-02-02T02:30:55.043Z Fresh proc-macro-crate v1.3.1
51332024-02-02T02:30:55.043Z Fresh parse-display v0.8.2
51342024-02-02T02:30:55.043Z Fresh walkdir v2.4.0
51352024-02-02T02:30:55.046Z Fresh num_enum_derive v0.5.11
51362024-02-02T02:30:55.046Z Fresh hash32 v0.3.1
51372024-02-02T02:30:55.046Z Fresh proc-macro-error-attr v1.0.4
51382024-02-02T02:30:55.046Z Fresh num_enum v0.5.11
51392024-02-02T02:30:55.046Z Fresh proc-macro-error v1.0.4
51402024-02-02T02:30:55.046Z Fresh heapless v0.8.0
51412024-02-02T02:30:55.046Z Fresh embedded-io v0.4.0
51422024-02-02T02:30:55.047Z Fresh cobs v0.2.3
51432024-02-02T02:30:55.047Z Fresh foreign-types-macros v0.2.3
51442024-02-02T02:30:55.050Z Fresh smoltcp v0.11.0
51452024-02-02T02:30:55.050Z Fresh postcard v1.0.8
51462024-02-02T02:30:55.050Z Fresh filetime v0.2.23
51472024-02-02T02:30:55.050Z Fresh xattr v1.0.1
51482024-02-02T02:30:55.050Z Fresh termtree v0.4.1
51492024-02-02T02:30:55.050Z Fresh foreign-types-shared v0.3.1
51502024-02-02T02:30:55.050Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51512024-02-02T02:30:55.050Z Fresh tar v0.4.40
51522024-02-02T02:30:55.051Z Fresh predicates-tree v1.0.9
51532024-02-02T02:30:55.051Z Fresh foreign-types v0.5.0
51542024-02-02T02:30:55.051Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51552024-02-02T02:30:55.051Z Fresh crucible-workspace-hack v0.1.0
51562024-02-02T02:30:55.051Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51572024-02-02T02:30:55.051Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51582024-02-02T02:30:55.051Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51592024-02-02T02:30:55.051Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51602024-02-02T02:30:55.051Z Fresh cstr-argument v0.1.2
51612024-02-02T02:30:55.051Z Fresh pretty-hex v0.2.1
51622024-02-02T02:30:55.051Z Fresh colored v2.0.4
51632024-02-02T02:30:55.051Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51642024-02-02T02:30:55.051Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51652024-02-02T02:30:55.051Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51662024-02-02T02:30:55.051Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51672024-02-02T02:30:55.051Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
51682024-02-02T02:30:55.051Z Fresh zone_cfg_derive v0.3.0
51692024-02-02T02:30:55.051Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
51702024-02-02T02:30:55.051Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51712024-02-02T02:30:55.051Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
51722024-02-02T02:30:55.051Z Fresh mockall_derive v0.12.0
51732024-02-02T02:30:55.051Z Fresh num-derive v0.4.0
51742024-02-02T02:30:55.051Z Fresh fragile v2.0.0
51752024-02-02T02:30:55.051Z Fresh downcast v0.11.0
51762024-02-02T02:30:55.052Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
51772024-02-02T02:30:55.052Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51782024-02-02T02:30:55.052Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
51792024-02-02T02:30:55.052Z Fresh mockall v0.12.0
51802024-02-02T02:30:55.052Z Fresh zone v0.3.0
51812024-02-02T02:30:55.055Z Fresh smf v0.2.2
51822024-02-02T02:30:55.055Z Fresh usdt-macro v0.5.0
51832024-02-02T02:30:55.055Z Fresh usdt-attr-macro v0.5.0
51842024-02-02T02:30:55.055Z Fresh memmap v0.7.0
51852024-02-02T02:30:55.055Z Fresh usdt v0.5.0
51862024-02-02T02:30:55.055Z Fresh crossbeam-deque v0.8.3
51872024-02-02T02:30:55.055Z Fresh pem v3.0.2
51882024-02-02T02:30:55.055Z Fresh password-hash v0.5.0
51892024-02-02T02:30:55.055Z Fresh blake2 v0.10.6
51902024-02-02T02:30:55.055Z Fresh argon2 v0.5.3
51912024-02-02T02:30:55.056Z Fresh itertools v0.12.1
51922024-02-02T02:30:55.056Z Fresh swrite v0.1.0
51932024-02-02T02:30:55.056Z Fresh home v0.5.5
51942024-02-02T02:30:55.056Z Fresh arrayvec v0.7.4
51952024-02-02T02:30:55.056Z Fresh arrayref v0.3.7
51962024-02-02T02:30:55.056Z Fresh rayon-core v1.12.0
51972024-02-02T02:30:55.056Z Fresh headers-core v0.2.0
51982024-02-02T02:30:55.056Z Fresh termcolor v1.2.0
51992024-02-02T02:30:55.059Z Fresh constant_time_eq v0.3.0
52002024-02-02T02:30:55.059Z Fresh heck v0.3.3
52012024-02-02T02:30:55.059Z Fresh rayon v1.8.0
52022024-02-02T02:30:55.059Z Fresh headers v0.3.9
52032024-02-02T02:30:55.059Z Fresh textwrap v0.11.0
52042024-02-02T02:30:55.059Z Fresh toml v0.5.11
52052024-02-02T02:30:55.059Z Fresh strsim v0.8.0
52062024-02-02T02:30:55.059Z Fresh vec_map v0.8.2
52072024-02-02T02:30:55.059Z Fresh tap v1.0.1
52082024-02-02T02:30:55.060Z Fresh ansi_term v0.12.1
52092024-02-02T02:30:55.060Z Fresh linked-hash-map v0.5.6
52102024-02-02T02:30:55.060Z Fresh radium v0.7.0
52112024-02-02T02:30:55.060Z Fresh cancel-safe-futures v0.1.5
52122024-02-02T02:30:55.060Z Fresh lru-cache v0.1.2
52132024-02-02T02:30:55.060Z Fresh wyz v0.5.1
52142024-02-02T02:30:55.060Z Fresh clap v2.34.0
52152024-02-02T02:30:55.060Z Fresh structopt-derive v0.4.18
52162024-02-02T02:30:55.060Z Fresh memmap2 v0.7.1
52172024-02-02T02:30:55.060Z Fresh half v2.3.1
52182024-02-02T02:30:55.060Z Fresh ciborium-io v0.2.2
52192024-02-02T02:30:55.060Z Fresh funty v2.0.0
52202024-02-02T02:30:55.060Z Fresh semver v0.1.20
52212024-02-02T02:30:55.064Z Fresh crc-catalog v2.2.0
52222024-02-02T02:30:55.064Z Fresh rustc_version v0.1.7
52232024-02-02T02:30:55.064Z Fresh blake3 v1.5.0
52242024-02-02T02:30:55.064Z Fresh crc v3.0.1
52252024-02-02T02:30:55.064Z Fresh bitvec v1.0.1
52262024-02-02T02:30:55.064Z Fresh ciborium-ll v0.2.2
52272024-02-02T02:30:55.064Z Fresh libefi-sys v0.1.0
52282024-02-02T02:30:55.064Z Fresh structopt v0.3.26
52292024-02-02T02:30:55.064Z Fresh maybe-uninit v2.0.0
52302024-02-02T02:30:55.064Z Fresh rcgen v0.12.1
52312024-02-02T02:30:55.064Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
52322024-02-02T02:30:55.064Z Fresh atomicwrites v0.4.3
52332024-02-02T02:30:55.064Z Fresh semver-parser v0.10.2
52342024-02-02T02:30:55.064Z Fresh libsw v3.3.1
52352024-02-02T02:30:55.064Z Fresh packed_struct_codegen v0.10.1
52362024-02-02T02:30:55.064Z Fresh derive-where v1.2.7
52372024-02-02T02:30:55.064Z Fresh subprocess v0.2.9
52382024-02-02T02:30:55.065Z Fresh owo-colors v4.0.0
52392024-02-02T02:30:55.065Z Fresh nodrop v0.1.14
52402024-02-02T02:30:55.065Z Fresh linear-map v1.2.0
52412024-02-02T02:30:55.065Z Fresh topological-sort v0.2.2
52422024-02-02T02:30:55.065Z Fresh omicron-zone-package v0.11.0
52432024-02-02T02:30:55.065Z Fresh packed_struct v0.10.1
52442024-02-02T02:30:55.065Z Fresh array-init v0.0.4
52452024-02-02T02:30:55.065Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
52462024-02-02T02:30:55.065Z Fresh smallvec v0.6.14
52472024-02-02T02:30:55.065Z Fresh semver v0.11.0
52482024-02-02T02:30:55.065Z Fresh num-bigint-dig v0.8.4
52492024-02-02T02:30:55.065Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
52502024-02-02T02:30:55.065Z Fresh ciborium v0.2.2
52512024-02-02T02:30:55.065Z Fresh pkcs1 v0.7.5
52522024-02-02T02:30:55.065Z Fresh signature v2.1.0
52532024-02-02T02:30:55.065Z Fresh gethostname v0.4.3
52542024-02-02T02:30:55.065Z Fresh hashbrown v0.12.3
52552024-02-02T02:30:55.065Z Fresh glob v0.3.1
52562024-02-02T02:30:55.065Z Fresh bitfield v0.14.0
52572024-02-02T02:30:55.065Z Fresh toolchain_find v0.2.0
52582024-02-02T02:30:55.065Z Fresh rsa v0.9.2
52592024-02-02T02:30:55.065Z Fresh serde-hex v0.1.0
52602024-02-02T02:30:55.065Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52612024-02-02T02:30:55.065Z Fresh indexmap v1.9.3
52622024-02-02T02:30:55.066Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52632024-02-02T02:30:55.066Z Fresh env_logger v0.10.0
52642024-02-02T02:30:55.066Z Fresh x509-cert v0.2.4
52652024-02-02T02:30:55.066Z Fresh ron v0.8.1
52662024-02-02T02:30:55.066Z Fresh crc-any v2.4.3
52672024-02-02T02:30:55.066Z Fresh rustfmt-wrapper v0.2.0
52682024-02-02T02:30:55.066Z Fresh object v0.30.4
52692024-02-02T02:30:55.066Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52702024-02-02T02:30:55.070Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52712024-02-02T02:30:55.070Z Fresh newtype_derive v0.1.6
52722024-02-02T02:30:55.070Z Fresh path-slash v0.1.5
52732024-02-02T02:30:55.070Z Fresh arc-swap v1.6.0
52742024-02-02T02:30:55.070Z Fresh steno v0.4.0
52752024-02-02T02:30:55.070Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
52762024-02-02T02:30:55.070Z Fresh slog-scope v4.4.0
52772024-02-02T02:30:55.070Z Fresh convert_case v0.4.0
52782024-02-02T02:30:55.070Z Fresh slog-dtrace v0.3.0
52792024-02-02T02:30:55.070Z Fresh derive_more v0.99.17
52802024-02-02T02:30:55.070Z Fresh slog-stdlog v4.1.1
52812024-02-02T02:30:55.070Z Fresh resolv-conf v0.7.0
52822024-02-02T02:30:55.070Z Fresh pin-project-internal v1.1.3
52832024-02-02T02:30:55.070Z Fresh slog-envlogger v2.2.0
52842024-02-02T02:30:55.070Z Fresh trust-dns-resolver v0.22.0
52852024-02-02T02:30:55.070Z Fresh num-rational v0.4.1
52862024-02-02T02:30:55.070Z Fresh pin-project v1.1.3
52872024-02-02T02:30:55.070Z Fresh num-complex v0.4.4
52882024-02-02T02:30:55.070Z Fresh nibble_vec v0.1.0
52892024-02-02T02:30:55.070Z Fresh fxhash v0.2.1
52902024-02-02T02:30:55.071Z Fresh num v0.4.1
52912024-02-02T02:30:55.071Z Fresh endian-type v0.1.2
52922024-02-02T02:30:55.071Z Fresh display-error-chain v0.2.0
52932024-02-02T02:30:55.071Z Fresh utf-8 v0.7.6
52942024-02-02T02:30:55.071Z Fresh newline-converter v0.3.0
52952024-02-02T02:30:55.071Z Fresh keccak v0.1.4
52962024-02-02T02:30:55.071Z Fresh radix_trie v0.2.1
52972024-02-02T02:30:55.071Z Fresh tungstenite v0.20.1
52982024-02-02T02:30:55.071Z Fresh buf-list v1.0.3
52992024-02-02T02:30:55.071Z Fresh sha3 v0.10.8
53002024-02-02T02:30:55.071Z Fresh expectorate v1.1.0
53012024-02-02T02:30:55.071Z Fresh doc-comment v0.3.3
53022024-02-02T02:30:55.071Z Fresh tokio-tungstenite v0.20.1
53032024-02-02T02:30:55.071Z Fresh secrecy v0.8.0
53042024-02-02T02:30:55.071Z Fresh snafu-derive v0.7.5
53052024-02-02T02:30:55.071Z Fresh signature v1.6.4
53062024-02-02T02:30:55.071Z Fresh snafu v0.7.5
53072024-02-02T02:30:55.071Z Fresh ed25519 v1.5.3
53082024-02-02T02:30:55.071Z Fresh memoffset v0.7.1
53092024-02-02T02:30:55.075Z Fresh globset v0.4.13
53102024-02-02T02:30:55.075Z Fresh olpc-cjson v0.1.3
53112024-02-02T02:30:55.075Z Fresh serde_plain v1.0.2
53122024-02-02T02:30:55.075Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
53132024-02-02T02:30:55.075Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53142024-02-02T02:30:55.075Z Fresh async-recursion v1.0.5
53152024-02-02T02:30:55.075Z Fresh vte_generate_state_changes v0.1.1
53162024-02-02T02:30:55.075Z Fresh typed-path v0.7.0
53172024-02-02T02:30:55.075Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53182024-02-02T02:30:55.075Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
53192024-02-02T02:30:55.075Z Fresh vte v0.11.1
53202024-02-02T02:30:55.075Z Fresh tough v0.16.0
53212024-02-02T02:30:55.075Z Fresh platforms v3.0.2
53222024-02-02T02:30:55.076Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
53232024-02-02T02:30:55.076Z Fresh salty v0.2.0
53242024-02-02T02:30:55.076Z Fresh fs-err v2.11.0
53252024-02-02T02:30:55.076Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53262024-02-02T02:30:55.076Z Fresh serde-big-array v0.4.1
53272024-02-02T02:30:55.076Z Fresh serde-big-array v0.5.1
53282024-02-02T02:30:55.076Z Fresh diff v0.1.13
53292024-02-02T02:30:55.076Z Fresh parse-size v1.0.0
53302024-02-02T02:30:55.076Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53312024-02-02T02:30:55.076Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
53322024-02-02T02:30:55.079Z Fresh parking_lot_core v0.8.6
53332024-02-02T02:30:55.079Z Fresh crunchy v0.2.2
53342024-02-02T02:30:55.079Z Fresh unicase v2.7.0
53352024-02-02T02:30:55.080Z Fresh strip-ansi-escapes v0.2.0
53362024-02-02T02:30:55.080Z Fresh prettyplease v0.2.16
53372024-02-02T02:30:55.080Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53382024-02-02T02:30:55.080Z Fresh darling_core v0.14.4
53392024-02-02T02:30:55.080Z Fresh signal-hook-tokio v0.3.1
53402024-02-02T02:30:55.080Z Fresh fd-lock v3.0.13
53412024-02-02T02:30:55.080Z Fresh corncobs v0.1.3
53422024-02-02T02:30:55.080Z Fresh nu-ansi-term v0.49.0
53432024-02-02T02:30:55.080Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53442024-02-02T02:30:55.080Z Fresh darling_macro v0.14.4
53452024-02-02T02:30:55.080Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53462024-02-02T02:30:55.080Z Fresh reedline v0.28.0
53472024-02-02T02:30:55.080Z Fresh parking_lot v0.11.2
53482024-02-02T02:30:55.080Z Fresh tiny-keccak v2.0.2
53492024-02-02T02:30:55.080Z Fresh trust-dns-client v0.22.0
53502024-02-02T02:30:55.080Z Fresh ascii-canvas v3.0.0
53512024-02-02T02:30:55.080Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53522024-02-02T02:30:55.080Z Fresh universal-hash v0.5.1
53532024-02-02T02:30:55.080Z Fresh curve25519-dalek-derive v0.1.0
53542024-02-02T02:30:55.080Z Fresh thiserror-impl-no-std v2.0.2
53552024-02-02T02:30:55.080Z Fresh ena v0.14.2
53562024-02-02T02:30:55.080Z Fresh libloading v0.7.4
53572024-02-02T02:30:55.080Z Fresh opaque-debug v0.3.0
53582024-02-02T02:30:55.080Z Fresh regex-syntax v0.6.29
53592024-02-02T02:30:55.081Z Fresh bytecount v0.6.3
53602024-02-02T02:30:55.081Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53612024-02-02T02:30:55.081Z Fresh papergrid v0.11.0
53622024-02-02T02:30:55.081Z Fresh clang-sys v1.6.1
53632024-02-02T02:30:55.081Z Fresh thiserror-no-std v2.0.2
53642024-02-02T02:30:55.081Z Fresh poly1305 v0.8.0
53652024-02-02T02:30:55.081Z Fresh lalrpop v0.19.12
53662024-02-02T02:30:55.081Z Fresh trust-dns-server v0.22.1
53672024-02-02T02:30:55.081Z Fresh curve25519-dalek v4.1.1
53682024-02-02T02:30:55.081Z Fresh sled v0.34.7
53692024-02-02T02:30:55.081Z Fresh portable-atomic v1.4.3
53702024-02-02T02:30:55.081Z Fresh darling v0.14.4
53712024-02-02T02:30:55.081Z Fresh tabled_derive v0.7.0
53722024-02-02T02:30:55.081Z Fresh chacha20 v0.9.1
53732024-02-02T02:30:55.081Z Fresh cexpr v0.6.0
53742024-02-02T02:30:55.081Z Fresh which v4.4.0
53752024-02-02T02:30:55.081Z Fresh fd-lock v4.0.2
53762024-02-02T02:30:55.081Z Fresh aead v0.5.2
53772024-02-02T02:30:55.081Z Fresh nix v0.27.1
53782024-02-02T02:30:55.081Z Fresh kstat-rs v0.2.3
53792024-02-02T02:30:55.085Z Fresh sqlparser_derive v0.2.2
53802024-02-02T02:30:55.085Z Fresh lazycell v1.3.0
53812024-02-02T02:30:55.085Z Fresh rustc-hash v1.1.0
53822024-02-02T02:30:55.085Z Fresh number_prefix v0.4.0
53832024-02-02T02:30:55.085Z Fresh peeking_take_while v0.1.2
53842024-02-02T02:30:55.085Z Fresh unicode_categories v0.1.1
53852024-02-02T02:30:55.085Z Fresh shlex v1.3.0
53862024-02-02T02:30:55.085Z Fresh humantime v2.1.0
53872024-02-02T02:30:55.085Z Fresh sqlparser v0.43.1
53882024-02-02T02:30:55.085Z Fresh indicatif v0.17.7
53892024-02-02T02:30:55.085Z Fresh sqlformat v0.2.3
53902024-02-02T02:30:55.085Z Fresh rustyline v13.0.0
53912024-02-02T02:30:55.085Z Fresh bindgen v0.69.2
53922024-02-02T02:30:55.085Z Fresh chacha20poly1305 v0.10.1
53932024-02-02T02:30:55.085Z Fresh tabled v0.15.0
53942024-02-02T02:30:55.085Z Fresh mime_guess v2.0.4
53952024-02-02T02:30:55.085Z Fresh derive_builder_core v0.12.0
53962024-02-02T02:30:55.085Z Fresh vsss-rs v3.3.4
53972024-02-02T02:30:55.085Z Fresh bcs v0.1.6
53982024-02-02T02:30:55.085Z Fresh ref-cast-impl v1.0.20
53992024-02-02T02:30:55.085Z Fresh highway v1.1.0
54002024-02-02T02:30:55.086Z Fresh derive_builder_macro v0.12.0
54012024-02-02T02:30:55.086Z Fresh ref-cast v1.0.20
54022024-02-02T02:30:55.086Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
54032024-02-02T02:30:55.086Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
54042024-02-02T02:30:55.086Z Fresh strum_macros v0.24.3
54052024-02-02T02:30:55.086Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
54062024-02-02T02:30:55.086Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
54072024-02-02T02:30:55.086Z Fresh lru v0.12.1
54082024-02-02T02:30:55.086Z Fresh stability v0.1.1
54092024-02-02T02:30:55.090Z Fresh is_ci v1.1.1
54102024-02-02T02:30:55.090Z Fresh maplit v1.0.2
54112024-02-02T02:30:55.090Z Fresh indoc v1.0.9
54122024-02-02T02:30:55.093Z Fresh indoc v2.0.3
54132024-02-02T02:30:55.094Z Fresh cassowary v0.3.0
54142024-02-02T02:30:55.094Z Fresh http-range v0.1.5
54152024-02-02T02:30:55.094Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
54162024-02-02T02:30:55.094Z Fresh supports-color v2.1.0
54172024-02-02T02:30:55.094Z Fresh polar-core v0.27.0
54182024-02-02T02:30:55.094Z Fresh ratatui v0.25.0
54192024-02-02T02:30:55.094Z Fresh hyper-staticfile v0.9.5
54202024-02-02T02:30:55.094Z Fresh libxml v0.3.3
54212024-02-02T02:30:55.094Z Fresh derive_builder v0.12.0
54222024-02-02T02:30:55.094Z Fresh bb8 v0.8.1
54232024-02-02T02:30:55.095Z Fresh quick-xml v0.30.0
54242024-02-02T02:30:55.095Z Fresh oso-derive v0.27.0
54252024-02-02T02:30:55.095Z Fresh impl-trait-for-tuples v0.2.2
54262024-02-02T02:30:55.095Z Fresh rtoolbox v0.0.1
54272024-02-02T02:30:55.095Z Fresh unicode-linebreak v0.1.5
54282024-02-02T02:30:55.095Z Fresh assert_matches v1.5.0
54292024-02-02T02:30:55.095Z Fresh smawk v0.3.1
54302024-02-02T02:30:55.099Z Fresh samael v0.0.14
54312024-02-02T02:30:55.099Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
54322024-02-02T02:30:55.099Z Fresh rpassword v7.3.1
54332024-02-02T02:30:55.100Z Fresh oso v0.27.0
54342024-02-02T02:30:55.100Z Fresh textwrap v0.16.0
54352024-02-02T02:30:55.100Z Fresh tui-tree-widget v0.16.0
54362024-02-02T02:30:55.100Z Fresh cookie v0.18.0
54372024-02-02T02:30:55.100Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
54382024-02-02T02:30:55.100Z Fresh http-body v1.0.0
54392024-02-02T02:30:55.100Z Fresh shell-words v1.1.0
54402024-02-02T02:30:55.100Z Fresh tower-layer v0.3.2
54412024-02-02T02:30:55.100Z Fresh plotters-backend v0.3.5
54422024-02-02T02:30:55.100Z Fresh target-lexicon v0.12.12
54432024-02-02T02:30:55.100Z Fresh hyper v1.1.0
54442024-02-02T02:30:55.100Z Fresh tower v0.4.13
54452024-02-02T02:30:55.100Z Fresh plotters-svg v0.3.5
54462024-02-02T02:30:55.101Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
54472024-02-02T02:30:55.101Z Fresh yansi v0.5.1
54482024-02-02T02:30:55.101Z Fresh cast v0.3.0
54492024-02-02T02:30:55.101Z Fresh guppy-workspace-hack v0.1.0
54502024-02-02T02:30:55.101Z Fresh hyper-util v0.1.2
54512024-02-02T02:30:55.101Z Fresh plotters v0.3.5
54522024-02-02T02:30:55.101Z Fresh cfg-expr v0.15.5
54532024-02-02T02:30:55.101Z Fresh criterion-plot v0.5.0
54542024-02-02T02:30:55.101Z Fresh pretty_assertions v1.4.0
54552024-02-02T02:30:55.101Z Fresh rustls-native-certs v0.7.0
54562024-02-02T02:30:55.101Z Fresh tinytemplate v1.2.1
54572024-02-02T02:30:55.101Z Fresh threadpool v1.8.1
54582024-02-02T02:30:55.101Z Fresh cargo-platform v0.1.3
54592024-02-02T02:30:55.102Z Fresh nanorand v0.7.0
54602024-02-02T02:30:55.102Z Fresh anes v0.1.6
54612024-02-02T02:30:55.102Z Fresh constant_time_eq v0.2.6
54622024-02-02T02:30:55.102Z Fresh oorandom v11.1.3
54632024-02-02T02:30:55.102Z Fresh relative-path v1.9.0
54642024-02-02T02:30:55.102Z Fresh rstest_macros v0.18.2
54652024-02-02T02:30:55.102Z Fresh criterion v0.5.1
54662024-02-02T02:30:55.102Z Fresh libtest-mimic v0.6.1
54672024-02-02T02:30:55.102Z Fresh cargo_metadata v0.18.1
54682024-02-02T02:30:55.102Z Fresh blake2b_simd v1.0.1
54692024-02-02T02:30:55.102Z Fresh flume v0.11.0
54702024-02-02T02:30:55.102Z Fresh target-spec v3.0.1
54712024-02-02T02:30:55.102Z Fresh hyper-rustls v0.26.0
54722024-02-02T02:30:55.103Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
54732024-02-02T02:30:55.103Z Fresh assert_cmd v2.0.13
54742024-02-02T02:30:55.103Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
54752024-02-02T02:30:55.103Z Fresh pathdiff v0.2.1
54762024-02-02T02:30:55.103Z Fresh fatfs v0.3.6
54772024-02-02T02:30:55.103Z Fresh basic-toml v0.1.8
54782024-02-02T02:30:55.103Z Fresh rand v0.4.6
54792024-02-02T02:30:55.103Z Fresh remove_dir_all v0.5.3
54802024-02-02T02:30:55.103Z Fresh nested v0.1.1
54812024-02-02T02:30:55.103Z Fresh futures-timer v3.0.2
54822024-02-02T02:30:55.103Z Fresh datatest-stable v0.2.3
54832024-02-02T02:30:55.103Z Fresh guppy v0.17.4
54842024-02-02T02:30:55.104Z Fresh rstest v0.18.2
54852024-02-02T02:30:55.104Z Fresh trybuild v1.0.89
54862024-02-02T02:30:55.104Z Fresh tempdir v0.3.7
54872024-02-02T02:30:55.108Z Fresh rust-argon2 v1.0.1
54882024-02-02T02:30:55.108Z Fresh partial-io v0.5.4
54892024-02-02T02:30:55.108Z Fresh httptest v0.15.5
54902024-02-02T02:30:55.108Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
54912024-02-02T02:30:55.108Z Fresh similar-asserts v1.5.0
54922024-02-02T02:30:55.109Z Fresh approx v0.5.1
54932024-02-02T02:30:55.109Z Fresh hex-literal v0.4.1
54942024-02-02T02:30:55.109Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54952024-02-02T02:30:55.109Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
54962024-02-02T02:30:55.109Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54972024-02-02T02:30:55.109Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
54982024-02-02T02:30:55.109Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
54992024-02-02T02:30:55.109Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
55002024-02-02T02:30:55.109Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
55012024-02-02T02:30:55.109Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
55022024-02-02T02:30:55.109Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
55032024-02-02T02:30:55.109Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55042024-02-02T02:30:55.109Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
55052024-02-02T02:30:55.109Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55062024-02-02T02:30:55.110Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
55072024-02-02T02:30:55.110Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
55082024-02-02T02:30:55.110Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
55092024-02-02T02:30:55.110Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
55102024-02-02T02:30:55.110Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
55112024-02-02T02:30:55.110Z Fresh nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
55122024-02-02T02:30:55.110Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
55132024-02-02T02:30:55.110Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
55142024-02-02T02:30:55.110Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
55152024-02-02T02:30:55.110Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
55162024-02-02T02:30:55.110Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
55172024-02-02T02:30:55.110Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
55182024-02-02T02:30:55.110Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55192024-02-02T02:30:55.111Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
55202024-02-02T02:30:55.111Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55212024-02-02T02:30:55.111Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55222024-02-02T02:30:55.111Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
55232024-02-02T02:30:55.111Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
55242024-02-02T02:30:55.111Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55252024-02-02T02:30:55.111Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
55262024-02-02T02:30:55.111Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
55272024-02-02T02:30:55.111Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
55282024-02-02T02:30:55.111Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
55292024-02-02T02:30:55.111Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
55302024-02-02T02:30:55.111Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55312024-02-02T02:30:55.112Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55322024-02-02T02:30:55.112Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
55332024-02-02T02:30:55.112Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
55342024-02-02T02:30:55.112Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
55352024-02-02T02:30:55.112Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
55362024-02-02T02:30:55.112Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55372024-02-02T02:30:55.112Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
55382024-02-02T02:30:55.112Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
55392024-02-02T02:30:55.112Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
55402024-02-02T02:30:55.112Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55412024-02-02T02:30:55.112Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
55422024-02-02T02:30:55.112Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55432024-02-02T02:30:55.112Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
55442024-02-02T02:30:55.113Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
55452024-02-02T02:30:55.113Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
55462024-02-02T02:30:55.113Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55472024-02-02T02:30:55.113Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
55482024-02-02T02:30:55.113Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
55492024-02-02T02:30:55.113Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
55502024-02-02T02:30:55.113Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
55512024-02-02T02:30:55.113Z Finished test [unoptimized + debuginfo] target(s) in 2.62s
55522024-02-02T02:30:55.134Z Doc-tests authz-macros
55532024-02-02T02:30:55.134Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-78e219302d1d673e.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55542024-02-02T02:30:55.393Z
55552024-02-02T02:30:55.393Zrunning 6 tests
55562024-02-02T02:30:55.402Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored
55572024-02-02T02:30:55.402Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
55582024-02-02T02:30:55.402Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
55592024-02-02T02:30:55.402Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
55602024-02-02T02:30:55.402Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
55612024-02-02T02:30:55.402Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
55622024-02-02T02:30:55.402Z
55632024-02-02T02:30:55.405Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s
55642024-02-02T02:30:55.405Z
55652024-02-02T02:30:55.415Z Doc-tests bootstore
55662024-02-02T02:30:55.418Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55672024-02-02T02:30:56.891Z
55682024-02-02T02:30:56.891Zrunning 0 tests
55692024-02-02T02:30:56.891Z
55702024-02-02T02:30:56.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55712024-02-02T02:30:56.891Z
55722024-02-02T02:30:56.935Z Doc-tests bootstrap-agent-client
55732024-02-02T02:30:56.939Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
55742024-02-02T02:30:58.041Z
55752024-02-02T02:30:58.041Zrunning 0 tests
55762024-02-02T02:30:58.042Z
55772024-02-02T02:30:58.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55782024-02-02T02:30:58.042Z
55792024-02-02T02:30:58.072Z Doc-tests db-macros
55802024-02-02T02:30:58.075Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55812024-02-02T02:30:58.507Z
55822024-02-02T02:30:58.507Zrunning 3 tests
55832024-02-02T02:30:58.511Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
55842024-02-02T02:30:58.511Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
55852024-02-02T02:30:58.512Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
55862024-02-02T02:30:58.512Z
55872024-02-02T02:30:58.512Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
55882024-02-02T02:30:58.512Z
55892024-02-02T02:30:58.522Z Doc-tests ddm-admin-client
55902024-02-02T02:30:58.525Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -C embed-bitcode=no -D warnings --error-format human`
55912024-02-02T02:30:59.048Z
55922024-02-02T02:30:59.048Zrunning 0 tests
55932024-02-02T02:30:59.048Z
55942024-02-02T02:30:59.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55952024-02-02T02:30:59.048Z
55962024-02-02T02:30:59.075Z Doc-tests dns-server
55972024-02-02T02:30:59.078Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
55982024-02-02T02:30:59.723Z
55992024-02-02T02:30:59.723Zrunning 0 tests
56002024-02-02T02:30:59.723Z
56012024-02-02T02:30:59.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56022024-02-02T02:30:59.723Z
56032024-02-02T02:30:59.753Z Doc-tests dns-service-client
56042024-02-02T02:30:59.757Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human`
56052024-02-02T02:31:00.104Z
56062024-02-02T02:31:00.104Zrunning 0 tests
56072024-02-02T02:31:00.104Z
56082024-02-02T02:31:00.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56092024-02-02T02:31:00.104Z
56102024-02-02T02:31:00.124Z Doc-tests dpd-client
56112024-02-02T02:31:00.127Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56122024-02-02T02:31:02.223Z
56132024-02-02T02:31:02.224Zrunning 0 tests
56142024-02-02T02:31:02.224Z
56152024-02-02T02:31:02.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56162024-02-02T02:31:02.224Z
56172024-02-02T02:31:02.269Z Doc-tests gateway-client
56182024-02-02T02:31:02.269Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56192024-02-02T02:31:03.880Z
56202024-02-02T02:31:03.880Zrunning 0 tests
56212024-02-02T02:31:03.880Z
56222024-02-02T02:31:03.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56232024-02-02T02:31:03.880Z
56242024-02-02T02:31:03.916Z Doc-tests gateway-test-utils
56252024-02-02T02:31:03.920Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56262024-02-02T02:31:04.729Z
56272024-02-02T02:31:04.729Zrunning 0 tests
56282024-02-02T02:31:04.729Z
56292024-02-02T02:31:04.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56302024-02-02T02:31:04.729Z
56312024-02-02T02:31:04.757Z Doc-tests illumos-utils
56322024-02-02T02:31:04.760Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7614796703d08fee.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6ed8128ccfc730c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-22f148755f0d9124.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
56332024-02-02T02:31:07.636Z
56342024-02-02T02:31:07.636Zrunning 0 tests
56352024-02-02T02:31:07.636Z
56362024-02-02T02:31:07.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56372024-02-02T02:31:07.636Z
56382024-02-02T02:31:07.701Z Doc-tests installinator
56392024-02-02T02:31:07.705Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-15b5d7516a2af07d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fe52fd9d278657de.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56402024-02-02T02:31:08.775Z
56412024-02-02T02:31:08.775Zrunning 0 tests
56422024-02-02T02:31:08.775Z
56432024-02-02T02:31:08.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56442024-02-02T02:31:08.775Z
56452024-02-02T02:31:08.809Z Doc-tests installinator-artifact-client
56462024-02-02T02:31:08.813Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56472024-02-02T02:31:10.153Z
56482024-02-02T02:31:10.153Zrunning 0 tests
56492024-02-02T02:31:10.153Z
56502024-02-02T02:31:10.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56512024-02-02T02:31:10.153Z
56522024-02-02T02:31:10.193Z Doc-tests installinator-artifactd
56532024-02-02T02:31:10.199Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56542024-02-02T02:31:10.607Z
56552024-02-02T02:31:10.608Zrunning 0 tests
56562024-02-02T02:31:10.608Z
56572024-02-02T02:31:10.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56582024-02-02T02:31:10.608Z
56592024-02-02T02:31:10.638Z Doc-tests installinator-common
56602024-02-02T02:31:10.638Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib -C embed-bitcode=no -D warnings --error-format human`
56612024-02-02T02:31:11.275Z
56622024-02-02T02:31:11.275Zrunning 0 tests
56632024-02-02T02:31:11.275Z
56642024-02-02T02:31:11.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56652024-02-02T02:31:11.275Z
56662024-02-02T02:31:11.313Z Doc-tests internal-dns
56672024-02-02T02:31:11.317Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56682024-02-02T02:31:11.712Z
56692024-02-02T02:31:11.712Zrunning 0 tests
56702024-02-02T02:31:11.712Z
56712024-02-02T02:31:11.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56722024-02-02T02:31:11.712Z
56732024-02-02T02:31:11.741Z Doc-tests ipcc
56742024-02-02T02:31:11.745Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
56752024-02-02T02:31:12.082Z
56762024-02-02T02:31:12.082Zrunning 0 tests
56772024-02-02T02:31:12.083Z
56782024-02-02T02:31:12.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56792024-02-02T02:31:12.083Z
56802024-02-02T02:31:12.105Z Doc-tests key-manager
56812024-02-02T02:31:12.109Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human`
56822024-02-02T02:31:12.442Z
56832024-02-02T02:31:12.442Zrunning 0 tests
56842024-02-02T02:31:12.442Z
56852024-02-02T02:31:12.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56862024-02-02T02:31:12.443Z
56872024-02-02T02:31:12.465Z Doc-tests mg-admin-client
56882024-02-02T02:31:12.469Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -C embed-bitcode=no -D warnings --error-format human`
56892024-02-02T02:31:13.137Z
56902024-02-02T02:31:13.137Zrunning 0 tests
56912024-02-02T02:31:13.138Z
56922024-02-02T02:31:13.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56932024-02-02T02:31:13.138Z
56942024-02-02T02:31:13.164Z Doc-tests nexus-client
56952024-02-02T02:31:13.167Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
56962024-02-02T02:31:16.979Z
56972024-02-02T02:31:16.980Zrunning 0 tests
56982024-02-02T02:31:16.980Z
56992024-02-02T02:31:16.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57002024-02-02T02:31:16.980Z
57012024-02-02T02:31:17.048Z Doc-tests nexus-db-model
57022024-02-02T02:31:17.058Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57032024-02-02T02:31:32.668Z
57042024-02-02T02:31:32.669Zrunning 2 tests
57052024-02-02T02:31:35.461Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
57062024-02-02T02:31:35.465Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
57072024-02-02T02:31:35.465Z
57082024-02-02T02:31:35.465Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.78s
57092024-02-02T02:31:35.465Z
57102024-02-02T02:31:35.676Z Doc-tests nexus-db-queries
57112024-02-02T02:31:35.686Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-78e219302d1d673e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4bd6fc7b6af06332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac6250b1e5246322.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-187bbde2b1776aa7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-199c06c62b83bd4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57122024-02-02T02:31:39.466Z
57132024-02-02T02:31:39.466Zrunning 2 tests
57142024-02-02T02:31:39.469Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
57152024-02-02T02:32:00.787Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
57162024-02-02T02:32:00.787Z
57172024-02-02T02:32:00.787Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 21.32s
57182024-02-02T02:32:00.788Z
57192024-02-02T02:32:00.878Z Doc-tests nexus-defaults
57202024-02-02T02:32:00.878Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib -C embed-bitcode=no -D warnings --error-format human`
57212024-02-02T02:32:01.201Z
57222024-02-02T02:32:01.201Zrunning 0 tests
57232024-02-02T02:32:01.201Z
57242024-02-02T02:32:01.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57252024-02-02T02:32:01.201Z
57262024-02-02T02:32:01.217Z Doc-tests nexus-deployment
57272024-02-02T02:32:01.217Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_deployment --test nexus/deployment/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/deployment -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
57282024-02-02T02:32:01.670Z
57292024-02-02T02:32:01.670Zrunning 0 tests
57302024-02-02T02:32:01.670Z
57312024-02-02T02:32:01.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57322024-02-02T02:32:01.671Z
57332024-02-02T02:32:01.690Z Doc-tests nexus-inventory
57342024-02-02T02:32:01.695Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
57352024-02-02T02:32:02.211Z
57362024-02-02T02:32:02.211Zrunning 0 tests
57372024-02-02T02:32:02.211Z
57382024-02-02T02:32:02.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57392024-02-02T02:32:02.211Z
57402024-02-02T02:32:02.224Z Doc-tests nexus-types
57412024-02-02T02:32:02.238Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
57422024-02-02T02:32:05.882Z
57432024-02-02T02:32:05.882Zrunning 0 tests
57442024-02-02T02:32:05.882Z
57452024-02-02T02:32:05.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57462024-02-02T02:32:05.882Z
57472024-02-02T02:32:05.956Z Doc-tests omicron-certificates
57482024-02-02T02:32:05.956Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -C embed-bitcode=no -D warnings --error-format human`
57492024-02-02T02:32:06.322Z
57502024-02-02T02:32:06.322Zrunning 0 tests
57512024-02-02T02:32:06.322Z
57522024-02-02T02:32:06.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57532024-02-02T02:32:06.322Z
57542024-02-02T02:32:06.346Z Doc-tests omicron-common
57552024-02-02T02:32:06.352Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7bfe64847bf55b34.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
57562024-02-02T02:32:09.142Z
57572024-02-02T02:32:09.143Zrunning 2 tests
57582024-02-02T02:32:09.166Ztest common/src/lib.rs - FileKv (line 59) ... ignored
57592024-02-02T02:32:26.134Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 556) ... ok
57602024-02-02T02:32:26.134Z
57612024-02-02T02:32:26.135Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.63s
57622024-02-02T02:32:26.135Z
57632024-02-02T02:32:26.836Z Doc-tests omicron-gateway
57642024-02-02T02:32:26.836Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-af589e4dcd52fd99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7cd679050a37711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
57652024-02-02T02:32:42.417Z
57662024-02-02T02:32:42.812Zrunning 0 tests
57672024-02-02T02:32:42.812Z
57682024-02-02T02:32:42.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57692024-02-02T02:32:42.812Z
57702024-02-02T02:32:42.812Z Doc-tests omicron-nexus
57712024-02-02T02:32:42.812Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5334a00823c94119.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2ef99aa0d561ab2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-31111695135d1fe5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e74d15f938766d61.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-bacadc27f2729fc8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ac1c1674bed7591d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-86db4eb1e552c778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1dc9e6980b9544c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e26faf3a6135ba60.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-26867f1e87341651.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57722024-02-02T02:32:42.812Z
57732024-02-02T02:32:42.813Zrunning 5 tests
57742024-02-02T02:32:42.813Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
57752024-02-02T02:32:42.872Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 653) ... ok
57762024-02-02T02:32:42.872Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 717) ... ok
57772024-02-02T02:32:42.872Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 675) ... ok
57782024-02-02T02:32:42.873Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 747) ... ok
57792024-02-02T02:32:42.873Z
57802024-02-02T02:32:42.873Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.47s
57812024-02-02T02:32:42.873Z
57822024-02-02T02:32:42.873Z Doc-tests omicron-package
57832024-02-02T02:32:42.873Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-236c690b66c6e5e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-db742d82a167d17d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human`
57842024-02-02T02:32:42.873Z
57852024-02-02T02:32:42.873Zrunning 0 tests
57862024-02-02T02:32:42.873Z
57872024-02-02T02:32:42.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57882024-02-02T02:32:42.874Z
57892024-02-02T02:32:42.874Z Doc-tests omicron-passwords
57902024-02-02T02:32:42.874Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c60818d518355126.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -C embed-bitcode=no -D warnings --error-format human`
57912024-02-02T02:32:42.874Z
57922024-02-02T02:32:42.874Zrunning 0 tests
57932024-02-02T02:32:42.874Z
57942024-02-02T02:32:42.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57952024-02-02T02:32:42.874Z
57962024-02-02T02:32:42.874Z Doc-tests omicron-rpaths
57972024-02-02T02:32:42.874Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-85a1be513c00f6f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib -C embed-bitcode=no -D warnings --error-format human`
57982024-02-02T02:32:42.874Z
57992024-02-02T02:32:42.875Zrunning 0 tests
58002024-02-02T02:32:42.875Z
58012024-02-02T02:32:42.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58022024-02-02T02:32:42.875Z
58032024-02-02T02:32:42.875Z Doc-tests omicron-sled-agent
58042024-02-02T02:32:42.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ece5b9804267ea8f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-dcdee8e8a7c041ce.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-23d7ea9aac5d2af6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-70792dc66de7dc49.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-21a5c7a8454b9152.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2363f5f428a08c91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5e9333fa5084089c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -C embed-bitcode=no -D warnings --error-format human`
58052024-02-02T02:32:42.875Z
58062024-02-02T02:32:42.875Zrunning 0 tests
58072024-02-02T02:32:42.875Z
58082024-02-02T02:32:42.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58092024-02-02T02:32:42.875Z
58102024-02-02T02:32:42.875Z Doc-tests omicron-test-utils
58112024-02-02T02:32:42.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cefa51378f2ea758.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
58122024-02-02T02:32:42.876Z
58132024-02-02T02:32:42.876Zrunning 0 tests
58142024-02-02T02:32:42.876Z
58152024-02-02T02:32:42.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58162024-02-02T02:32:42.876Z
58172024-02-02T02:32:42.876Z Doc-tests oxide-client
58182024-02-02T02:32:42.876Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5b269c90928a57ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
58192024-02-02T02:32:44.255Z
58202024-02-02T02:32:44.255Zrunning 173 tests
58212024-02-02T02:32:44.290Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
58222024-02-02T02:32:44.291Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
58232024-02-02T02:32:44.291Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
58242024-02-02T02:32:44.291Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
58252024-02-02T02:32:44.291Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
58262024-02-02T02:32:44.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
58272024-02-02T02:32:44.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
58282024-02-02T02:32:44.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
58292024-02-02T02:32:44.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
58302024-02-02T02:32:44.293Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 26) ... ignored
58312024-02-02T02:32:44.293Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
58322024-02-02T02:32:44.293Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
58332024-02-02T02:32:44.293Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
58342024-02-02T02:32:44.322Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
58352024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
58362024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
58372024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
58382024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
58392024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
58402024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
58412024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
58422024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
58432024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
58442024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
58452024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
58462024-02-02T02:32:44.323Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
58472024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
58482024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
58492024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
58502024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
58512024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
58522024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
58532024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
58542024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
58552024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
58562024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
58572024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
58582024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
58592024-02-02T02:32:44.324Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
58602024-02-02T02:32:44.325Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
58612024-02-02T02:32:44.325Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
58622024-02-02T02:32:44.325Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
58632024-02-02T02:32:44.325Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
58642024-02-02T02:32:44.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
58652024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
58662024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
58672024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
58682024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
58692024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
58702024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
58712024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
58722024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
58732024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
58742024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
58752024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
58762024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
58772024-02-02T02:32:44.350Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
58782024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
58792024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
58802024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
58812024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
58822024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
58832024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
58842024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
58852024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
58862024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
58872024-02-02T02:32:44.351Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
58882024-02-02T02:32:44.352Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
58892024-02-02T02:32:44.352Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
58902024-02-02T02:32:44.352Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
58912024-02-02T02:32:44.352Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
58922024-02-02T02:32:44.361Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
58932024-02-02T02:32:44.361Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
58942024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
58952024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
58962024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
58972024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
58982024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
58992024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
59002024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
59012024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
59022024-02-02T02:32:44.362Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
59032024-02-02T02:32:44.367Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
59042024-02-02T02:32:44.367Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
59052024-02-02T02:32:44.367Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
59062024-02-02T02:32:44.367Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
59072024-02-02T02:32:44.386Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
59082024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
59092024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
59102024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
59112024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
59122024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
59132024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
59142024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
59152024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
59162024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
59172024-02-02T02:32:44.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
59182024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
59192024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
59202024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
59212024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
59222024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
59232024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
59242024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
59252024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
59262024-02-02T02:32:44.397Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
59272024-02-02T02:32:44.398Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
59282024-02-02T02:32:44.398Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
59292024-02-02T02:32:44.409Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
59302024-02-02T02:32:44.409Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 25) ... ignored
59312024-02-02T02:32:44.409Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
59322024-02-02T02:32:44.409Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
59332024-02-02T02:32:44.409Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
59342024-02-02T02:32:44.409Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
59352024-02-02T02:32:44.416Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
59362024-02-02T02:32:44.416Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
59372024-02-02T02:32:44.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
59382024-02-02T02:32:44.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
59392024-02-02T02:32:44.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
59402024-02-02T02:32:44.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
59412024-02-02T02:32:44.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
59422024-02-02T02:32:44.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
59432024-02-02T02:32:44.430Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
59442024-02-02T02:32:44.431Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
59452024-02-02T02:32:44.431Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
59462024-02-02T02:32:44.431Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
59472024-02-02T02:32:44.431Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
59482024-02-02T02:32:44.431Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
59492024-02-02T02:32:44.431Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
59502024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
59512024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
59522024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
59532024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
59542024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
59552024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
59562024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
59572024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
59582024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
59592024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
59602024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
59612024-02-02T02:32:44.456Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
59622024-02-02T02:32:44.457Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
59632024-02-02T02:32:44.457Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
59642024-02-02T02:32:44.457Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
59652024-02-02T02:32:44.464Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
59662024-02-02T02:32:44.464Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 27) ... ignored
59672024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
59682024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
59692024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
59702024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
59712024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
59722024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
59732024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
59742024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
59752024-02-02T02:32:44.465Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
59762024-02-02T02:32:44.470Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
59772024-02-02T02:32:44.470Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
59782024-02-02T02:32:44.470Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
59792024-02-02T02:32:44.470Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
59802024-02-02T02:32:44.470Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
59812024-02-02T02:32:44.475Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
59822024-02-02T02:32:44.475Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
59832024-02-02T02:32:44.475Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
59842024-02-02T02:32:44.475Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
59852024-02-02T02:32:44.483Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
59862024-02-02T02:32:44.483Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
59872024-02-02T02:32:44.483Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
59882024-02-02T02:32:44.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
59892024-02-02T02:32:44.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
59902024-02-02T02:32:44.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
59912024-02-02T02:32:44.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
59922024-02-02T02:32:44.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
59932024-02-02T02:32:44.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
59942024-02-02T02:32:44.484Z
59952024-02-02T02:32:44.484Ztest result: ok. 0 passed; 0 failed; 173 ignored; 0 measured; 0 filtered out; finished in 0.24s
59962024-02-02T02:32:44.484Z
59972024-02-02T02:32:44.639Z Doc-tests oximeter
59982024-02-02T02:32:44.660Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-286602695406b309.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
59992024-02-02T02:32:45.559Z
60002024-02-02T02:32:45.559Zrunning 8 tests
60012024-02-02T02:32:46.433Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
60022024-02-02T02:32:46.548Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
60032024-02-02T02:32:47.833Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
60042024-02-02T02:32:57.058Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
60052024-02-02T02:32:58.644Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
60062024-02-02T02:32:59.024Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
60072024-02-02T02:32:59.130Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
60082024-02-02T02:32:59.162Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
60092024-02-02T02:32:59.162Z
60102024-02-02T02:32:59.165Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.62s
60112024-02-02T02:32:59.166Z
60122024-02-02T02:32:59.205Z Doc-tests oximeter-client
60132024-02-02T02:32:59.205Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60142024-02-02T02:32:59.674Z
60152024-02-02T02:32:59.674Zrunning 0 tests
60162024-02-02T02:32:59.674Z
60172024-02-02T02:32:59.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60182024-02-02T02:32:59.674Z
60192024-02-02T02:32:59.707Z Doc-tests oximeter-collector
60202024-02-02T02:32:59.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4de0edbd7019def5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7847e0691d8eb9ed.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3084749ee8a7d5e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60212024-02-02T02:33:00.360Z
60222024-02-02T02:33:00.360Zrunning 0 tests
60232024-02-02T02:33:00.361Z
60242024-02-02T02:33:00.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60252024-02-02T02:33:00.361Z
60262024-02-02T02:33:00.394Z Doc-tests oximeter-db
60272024-02-02T02:33:00.403Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6c4af20ee55dca09.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60282024-02-02T02:33:01.817Z
60292024-02-02T02:33:01.818Zrunning 0 tests
60302024-02-02T02:33:01.818Z
60312024-02-02T02:33:01.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60322024-02-02T02:33:01.818Z
60332024-02-02T02:33:01.865Z Doc-tests oximeter-instruments
60342024-02-02T02:33:01.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f794f6ad8b9d5b23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2c5d256d4a7edf79.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
60352024-02-02T02:33:02.372Z
60362024-02-02T02:33:02.372Zrunning 0 tests
60372024-02-02T02:33:02.372Z
60382024-02-02T02:33:02.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60392024-02-02T02:33:02.373Z
60402024-02-02T02:33:02.401Z Doc-tests oximeter-macro-impl
60412024-02-02T02:33:02.402Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-286602695406b309.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60422024-02-02T02:33:02.533Z
60432024-02-02T02:33:02.533Zrunning 0 tests
60442024-02-02T02:33:02.533Z
60452024-02-02T02:33:02.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462024-02-02T02:33:02.533Z
60472024-02-02T02:33:02.553Z Doc-tests oximeter-producer
60482024-02-02T02:33:02.553Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6189326bd8a3d306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-321ad27417391d3d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b7eb7aa21df9f3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60492024-02-02T02:33:02.966Z
60502024-02-02T02:33:02.966Zrunning 0 tests
60512024-02-02T02:33:02.966Z
60522024-02-02T02:33:02.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60532024-02-02T02:33:02.966Z
60542024-02-02T02:33:02.991Z Doc-tests oxlog
60552024-02-02T02:33:02.991Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-22f148755f0d9124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60562024-02-02T02:33:03.097Z
60572024-02-02T02:33:03.097Zrunning 0 tests
60582024-02-02T02:33:03.097Z
60592024-02-02T02:33:03.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60602024-02-02T02:33:03.097Z
60612024-02-02T02:33:03.113Z Doc-tests sled-agent-client
60622024-02-02T02:33:03.124Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4b3c1e0bca5b567a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60632024-02-02T02:33:07.148Z
60642024-02-02T02:33:07.148Zrunning 0 tests
60652024-02-02T02:33:07.148Z
60662024-02-02T02:33:07.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60672024-02-02T02:33:07.148Z
60682024-02-02T02:33:07.220Z Doc-tests sled-hardware
60692024-02-02T02:33:07.223Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a93b7ef4c6ac7463.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95a37e8719a7fef9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1cb03e1bcf4ee339.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
60702024-02-02T02:33:07.728Z
60712024-02-02T02:33:07.728Zrunning 0 tests
60722024-02-02T02:33:07.728Z
60732024-02-02T02:33:07.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60742024-02-02T02:33:07.728Z
60752024-02-02T02:33:07.757Z Doc-tests sled-storage
60762024-02-02T02:33:07.760Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7aadf380d0832e54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-136d1acc38890a07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
60772024-02-02T02:33:08.319Z
60782024-02-02T02:33:08.320Zrunning 0 tests
60792024-02-02T02:33:08.320Z
60802024-02-02T02:33:08.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60812024-02-02T02:33:08.320Z
60822024-02-02T02:33:08.365Z Doc-tests sp-sim
60832024-02-02T02:33:08.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88c4f54cae1a4fe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b2d18741a779a11.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib -C embed-bitcode=no -D warnings --error-format human`
60842024-02-02T02:33:09.142Z
60852024-02-02T02:33:09.142Zrunning 0 tests
60862024-02-02T02:33:09.142Z
60872024-02-02T02:33:09.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60882024-02-02T02:33:09.142Z
60892024-02-02T02:33:09.170Z Doc-tests tufaceous
60902024-02-02T02:33:09.185Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib -C embed-bitcode=no -D warnings --error-format human`
60912024-02-02T02:33:09.605Z
60922024-02-02T02:33:09.605Zrunning 0 tests
60932024-02-02T02:33:09.605Z
60942024-02-02T02:33:09.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60952024-02-02T02:33:09.605Z
60962024-02-02T02:33:09.633Z Doc-tests tufaceous-lib
60972024-02-02T02:33:09.636Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -C embed-bitcode=no -D warnings --error-format human`
60982024-02-02T02:33:10.278Z
60992024-02-02T02:33:10.278Zrunning 0 tests
61002024-02-02T02:33:10.278Z
61012024-02-02T02:33:10.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022024-02-02T02:33:10.278Z
61032024-02-02T02:33:10.310Z Doc-tests update-common
61042024-02-02T02:33:10.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib -C embed-bitcode=no -D warnings --error-format human`
61052024-02-02T02:33:10.763Z
61062024-02-02T02:33:10.763Zrunning 0 tests
61072024-02-02T02:33:10.763Z
61082024-02-02T02:33:10.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61092024-02-02T02:33:10.763Z
61102024-02-02T02:33:10.792Z Doc-tests update-engine
61112024-02-02T02:33:10.802Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human`
61122024-02-02T02:33:11.651Z
61132024-02-02T02:33:11.652Zrunning 3 tests
61142024-02-02T02:33:11.673Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
61152024-02-02T02:33:11.673Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
61162024-02-02T02:33:11.673Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
61172024-02-02T02:33:11.673Z
61182024-02-02T02:33:11.674Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
61192024-02-02T02:33:11.674Z
61202024-02-02T02:33:11.679Z Doc-tests wicket
61212024-02-02T02:33:11.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-86aed773b69f5196.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human`
61222024-02-02T02:33:13.032Z
61232024-02-02T02:33:13.032Zrunning 0 tests
61242024-02-02T02:33:13.032Z
61252024-02-02T02:33:13.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61262024-02-02T02:33:13.032Z
61272024-02-02T02:33:13.073Z Doc-tests wicket-common
61282024-02-02T02:33:13.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib -C embed-bitcode=no -D warnings --error-format human`
61292024-02-02T02:33:13.593Z
61302024-02-02T02:33:13.593Zrunning 0 tests
61312024-02-02T02:33:13.593Z
61322024-02-02T02:33:13.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61332024-02-02T02:33:13.593Z
61342024-02-02T02:33:13.622Z Doc-tests wicket-dbg
61352024-02-02T02:33:13.625Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e85d1516e9654ad3.rlib -C embed-bitcode=no -D warnings --error-format human`
61362024-02-02T02:33:14.095Z
61372024-02-02T02:33:14.095Zrunning 0 tests
61382024-02-02T02:33:14.095Z
61392024-02-02T02:33:14.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61402024-02-02T02:33:14.095Z
61412024-02-02T02:33:14.124Z Doc-tests wicketd
61422024-02-02T02:33:14.128Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7174156baa1e306e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-7471cabb666a1363.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2b947ac377afe860.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da3202fff8a85047.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-928312243a7ad19e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-061ed01cf0a75110.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a00f50d009c7aa59.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-98e4d06fcf0b22ce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-15b5d7516a2af07d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f63e1b294154b281.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d1ad70d4c19fa77b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ada34ba572ced476.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-851b2d0b7d849b66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-778b3dc71abce9ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2abe9171077e284a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ab40d4aa17138981.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2938c447273b2ce6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3d94863287eb23d9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2414314e311fea35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-92c450a46530b14f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c484aa018bc84352.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-999e2fc1558e30a5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2c5d97962ddd5215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib -C embed-bitcode=no -D warnings --error-format human`
61432024-02-02T02:33:15.503Z
61442024-02-02T02:33:15.503Zrunning 0 tests
61452024-02-02T02:33:15.503Z
61462024-02-02T02:33:15.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61472024-02-02T02:33:15.503Z
61482024-02-02T02:33:15.553Z Doc-tests wicketd-client
61492024-02-02T02:33:15.558Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-684b61020e9d7548.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-50c518ed3f636250.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-45c17e94d3c4bff7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b2fde299ce43a659.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-13d7aca2f8f3622b.rlib -C embed-bitcode=no -D warnings --error-format human`
61502024-02-02T02:33:18.186Z
61512024-02-02T02:33:18.186Zrunning 0 tests
61522024-02-02T02:33:18.186Z
61532024-02-02T02:33:18.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61542024-02-02T02:33:18.186Z
61552024-02-02T02:33:18.286Z
61562024-02-02T02:33:18.287Zreal 2:25.892576549
61572024-02-02T02:33:18.287Zuser 2:35.748417149
61582024-02-02T02:33:18.287Zsys 47.053745915
61592024-02-02T02:33:18.287Ztrap 0.036965660
61602024-02-02T02:33:18.287Ztflt 0.746486775
61612024-02-02T02:33:18.287Zdflt 9.663685777
61622024-02-02T02:33:18.291Zkflt 0.049746422
61632024-02-02T02:33:18.291Zlock 3:02.482020811
61642024-02-02T02:33:18.291Zslp 15:27.270106903
61652024-02-02T02:33:18.291Zlat 1.324500449
61662024-02-02T02:33:18.291Zstop 3.146094208
61672024-02-02T02:33:18.291Zfiles in /var/tmp/omicron_tmp (none expected on success):
61682024-02-02T02:33:18.291Z164024 11 drwxr-xr-x 2 build build 2 Feb 2 02:33 /var/tmp/omicron_tmp
61692024-02-02T02:33:19.188Zprocess exited: duration 4809449 ms, exit code 0
 
61702024-02-02T02:33:19.197Zfound 0 output files